From 5836c0bd857b15e3b05a6e32292235a43b9b0026 Mon Sep 17 00:00:00 2001 From: barrfalk Date: Tue, 16 Jul 2024 13:11:09 -0700 Subject: [PATCH] Moved migrations folder --- backend/db/Dockerfile | 16 - backend/db/migrations/R__0.10.0__CE-216.sql | 3 - backend/db/migrations/R__0.10.1__CE-216.sql | 3 - backend/db/migrations/R__0.10.2__CE-216.sql | 3 - backend/db/migrations/R__0.10.3__CE-216.sql | 23 - backend/db/migrations/R__0.14.0__CE-101.sql | 502 - .../R__0.19.2__log_complaint_update.sql | 158 - ...__update_complaint_using_webeoc_update.sql | 241 - ...__insert_complaint_update_from_staging.sql | 58 - ..._edit_complaint_using_webeoc_complaint.sql | 438 - backend/db/migrations/R__Code-Tables.sql | 3 - .../R__Code-table-description-updates.sql | 3 - .../db/migrations/R__Configuration-values.sql | 3 - backend/db/migrations/R__Create-Test-Data.sql | 1072 - .../R__WebEOC-July-ERS-complaints.sql | 1 - .../R__WebEOC-July-HWCR-complaints.sql | 1 - .../R__reset-complaint-templates.sql | 3 - .../R__staging-metadata-mapping.sql | 24408 --------------- ...cos-geo-org-flat-vw-definition-update1.sql | 43 - ...R__view-cos-geo-org-flat-vw-definition.sql | 41 - backend/db/migrations/V0.12.1__CE-329.sql | 68 - backend/db/migrations/V0.13.1__CE-237.sql | 7 - backend/db/migrations/V0.14.1__CE-101.sql | 68 - backend/db/migrations/V0.15.1__CE-187.sql | 22 - backend/db/migrations/V0.19.1__CE-99.sql | 73 - backend/db/migrations/V0.19.6__CE-503.sql | 3 - .../db/migrations/V0.1__org-code-updates.sql | 21 - backend/db/migrations/V0.2.1__COMPENF-268.sql | 3 - backend/db/migrations/V0.2.2.sql | 1 - .../migrations/V0.2.3__db-audit-history.sql | 238 - .../V0.20.1__CE-157-reset-sequence.sql | 2 - backend/db/migrations/V0.20.2__CE-539.sql | 48 - backend/db/migrations/V0.20__CE-693.sql | 2 - backend/db/migrations/V0.21.1__CE-789.sql | 7 - backend/db/migrations/V0.22.1__CE-787.sql | 5 - .../migrations/V0.3.1__complaint-assignee.sql | 88 - backend/db/migrations/V0.3__COMPENF-35.sql | 23 - .../migrations/V0.5.1__remove-audit-guid.sql | 53 - backend/db/migrations/V0.7.1__COMPENF-454.sql | 2 - .../db/migrations/V0.7.2__configuration.sql | 66 - backend/db/migrations/V0.8.2__COMPENF-1.sql | 1 - backend/db/migrations/V0.9.1__CE-19.sql | 150 - backend/db/migrations/V0.9.2__CE-6.sql | 18 - backend/db/migrations/V0.9.3__CE-14.sql | 1 - backend/db/migrations/V0__init.sql | 2705 -- .../R__Test-Data-Creation.sql | 1474 - .../R__WebEOC-July-ERS-complaints.sql | 1 - .../R__WebEOC-July-HWCR-complaints.sql | 1 - .../V0.8.1__COMPENF-880.sql | 1 - .../V0.9.4__CE-14-DML-NOT-FOR-PROD.sql | 14864 --------- .../migrations/R__Complaints_add_GIR.sql | 0 migrations/migrations/R__Create-Test-Data.sql | 149 + .../R__staging-metadata-mapping.sql | 25453 +++++++++++++++- .../migrations/V0.22.2__CE-771.sql | 0 .../R__Test-Data-Creation.sql | 50 + .../test-only-migrations/V23.0.0__CE-875.sql | 0 56 files changed, 24596 insertions(+), 48095 deletions(-) delete mode 100644 backend/db/Dockerfile delete mode 100644 backend/db/migrations/R__0.10.0__CE-216.sql delete mode 100644 backend/db/migrations/R__0.10.1__CE-216.sql delete mode 100644 backend/db/migrations/R__0.10.2__CE-216.sql delete mode 100644 backend/db/migrations/R__0.10.3__CE-216.sql delete mode 100644 backend/db/migrations/R__0.14.0__CE-101.sql delete mode 100644 backend/db/migrations/R__0.19.2__log_complaint_update.sql delete mode 100644 backend/db/migrations/R__0.19.3__update_complaint_using_webeoc_update.sql delete mode 100644 backend/db/migrations/R__0.19.4__insert_complaint_update_from_staging.sql delete mode 100644 backend/db/migrations/R__0.20.0_edit_complaint_using_webeoc_complaint.sql delete mode 100644 backend/db/migrations/R__Code-Tables.sql delete mode 100644 backend/db/migrations/R__Code-table-description-updates.sql delete mode 100644 backend/db/migrations/R__Configuration-values.sql delete mode 100644 backend/db/migrations/R__Create-Test-Data.sql delete mode 100644 backend/db/migrations/R__WebEOC-July-ERS-complaints.sql delete mode 100644 backend/db/migrations/R__WebEOC-July-HWCR-complaints.sql delete mode 100644 backend/db/migrations/R__reset-complaint-templates.sql delete mode 100644 backend/db/migrations/R__staging-metadata-mapping.sql delete mode 100644 backend/db/migrations/R__view-cos-geo-org-flat-vw-definition-update1.sql delete mode 100644 backend/db/migrations/R__view-cos-geo-org-flat-vw-definition.sql delete mode 100644 backend/db/migrations/V0.12.1__CE-329.sql delete mode 100644 backend/db/migrations/V0.13.1__CE-237.sql delete mode 100644 backend/db/migrations/V0.14.1__CE-101.sql delete mode 100644 backend/db/migrations/V0.15.1__CE-187.sql delete mode 100644 backend/db/migrations/V0.19.1__CE-99.sql delete mode 100644 backend/db/migrations/V0.19.6__CE-503.sql delete mode 100644 backend/db/migrations/V0.1__org-code-updates.sql delete mode 100644 backend/db/migrations/V0.2.1__COMPENF-268.sql delete mode 100644 backend/db/migrations/V0.2.2.sql delete mode 100644 backend/db/migrations/V0.2.3__db-audit-history.sql delete mode 100644 backend/db/migrations/V0.20.1__CE-157-reset-sequence.sql delete mode 100644 backend/db/migrations/V0.20.2__CE-539.sql delete mode 100644 backend/db/migrations/V0.20__CE-693.sql delete mode 100644 backend/db/migrations/V0.21.1__CE-789.sql delete mode 100644 backend/db/migrations/V0.22.1__CE-787.sql delete mode 100644 backend/db/migrations/V0.3.1__complaint-assignee.sql delete mode 100644 backend/db/migrations/V0.3__COMPENF-35.sql delete mode 100644 backend/db/migrations/V0.5.1__remove-audit-guid.sql delete mode 100644 backend/db/migrations/V0.7.1__COMPENF-454.sql delete mode 100644 backend/db/migrations/V0.7.2__configuration.sql delete mode 100644 backend/db/migrations/V0.8.2__COMPENF-1.sql delete mode 100644 backend/db/migrations/V0.9.1__CE-19.sql delete mode 100644 backend/db/migrations/V0.9.2__CE-6.sql delete mode 100644 backend/db/migrations/V0.9.3__CE-14.sql delete mode 100644 backend/db/migrations/V0__init.sql delete mode 100644 backend/db/test-only-migrations/R__Test-Data-Creation.sql delete mode 100644 backend/db/test-only-migrations/R__WebEOC-July-ERS-complaints.sql delete mode 100644 backend/db/test-only-migrations/R__WebEOC-July-HWCR-complaints.sql delete mode 100644 backend/db/test-only-migrations/V0.8.1__COMPENF-880.sql delete mode 100644 backend/db/test-only-migrations/V0.9.4__CE-14-DML-NOT-FOR-PROD.sql rename {backend/db => migrations}/migrations/R__Complaints_add_GIR.sql (100%) rename {backend/db => migrations}/migrations/V0.22.2__CE-771.sql (100%) rename {backend/db => migrations}/test-only-migrations/V23.0.0__CE-875.sql (100%) diff --git a/backend/db/Dockerfile b/backend/db/Dockerfile deleted file mode 100644 index 9070d6da6..000000000 --- a/backend/db/Dockerfile +++ /dev/null @@ -1,16 +0,0 @@ -FROM flyway/flyway:9.10-alpine - -# Create directory for test scripts before we switch to app user -RUN mkdir -p /flyway/sql-test - -# Non-root user -RUN adduser -D app -USER app - -# Copy migrations -COPY ./migrations /flyway/sql - -COPY ./test-only-migrations /flyway/sql-test - -# Startup -CMD ["info","migrate","info"] \ No newline at end of file diff --git a/backend/db/migrations/R__0.10.0__CE-216.sql b/backend/db/migrations/R__0.10.0__CE-216.sql deleted file mode 100644 index d0c29e826..000000000 --- a/backend/db/migrations/R__0.10.0__CE-216.sql +++ /dev/null @@ -1,3 +0,0 @@ --- --- Moved to R__Code-Table-Data.sql --- diff --git a/backend/db/migrations/R__0.10.1__CE-216.sql b/backend/db/migrations/R__0.10.1__CE-216.sql deleted file mode 100644 index d0c29e826..000000000 --- a/backend/db/migrations/R__0.10.1__CE-216.sql +++ /dev/null @@ -1,3 +0,0 @@ --- --- Moved to R__Code-Table-Data.sql --- diff --git a/backend/db/migrations/R__0.10.2__CE-216.sql b/backend/db/migrations/R__0.10.2__CE-216.sql deleted file mode 100644 index d0c29e826..000000000 --- a/backend/db/migrations/R__0.10.2__CE-216.sql +++ /dev/null @@ -1,3 +0,0 @@ --- --- Moved to R__Code-Table-Data.sql --- diff --git a/backend/db/migrations/R__0.10.3__CE-216.sql b/backend/db/migrations/R__0.10.3__CE-216.sql deleted file mode 100644 index 836ff57a0..000000000 --- a/backend/db/migrations/R__0.10.3__CE-216.sql +++ /dev/null @@ -1,23 +0,0 @@ --- --- update complaint owner to EPO agency where allegation violation_code is WASTE or PESTICDE --- - --- --- ATTENTION IF THIS FILE IS EVER TOUCHED ON A RELEASE FOR ANY REASON!!!!!!!!!!!! --- --- If this file is touched causing the checksum to change flyway will execute it in the --- various environment, INCLUDING PRODUCTION. This may not be desired, especially the first two --- statements. Think twice before touching this file. In retrospect this should have been a versioned script. --- - -UPDATE complaint SET owned_by_agency_code = 'EPO' -FROM allegation_complaint -WHERE complaint.complaint_identifier = allegation_complaint.complaint_identifier AND allegation_complaint.violation_code = 'WASTE'; - -UPDATE complaint SET owned_by_agency_code = 'EPO' -FROM allegation_complaint -WHERE complaint.complaint_identifier = allegation_complaint.complaint_identifier AND allegation_complaint.violation_code = 'PESTICDE'; - -UPDATE complaint SET owned_by_agency_code = 'COS' -FROM allegation_complaint -WHERE complaint.owned_by_agency_code IS NULL diff --git a/backend/db/migrations/R__0.14.0__CE-101.sql b/backend/db/migrations/R__0.14.0__CE-101.sql deleted file mode 100644 index e95c3121f..000000000 --- a/backend/db/migrations/R__0.14.0__CE-101.sql +++ /dev/null @@ -1,502 +0,0 @@ -CREATE OR REPLACE FUNCTION public.insert_and_return_code(webeoc_value character varying, code_table_type character varying) - RETURNS character varying - LANGUAGE plpgsql -AS $function$ -DECLARE - new_code VARCHAR(10); -- used in case we're creating a new code - truncated_code varchar(10); -- if we're creating a new code, base it off of the webeoc_value. We'll truncate this and get rid of spaces, and possibly append a number to make it unique - live_code_value VARCHAR; - current_utc_timestamp TIMESTAMP WITH TIME ZONE := NOW(); - target_code_table VARCHAR; - column_name VARCHAR; - code_exists BOOLEAN; - suffix VARCHAR(10) := ''; -- Suffix for uniqueness - counter INTEGER := 1; -- Counter for unique code generation - new_display_order INTEGER; -- used for setting the display_order value of the new code - webeoc_user_id CONSTANT varchar(6) := 'webeoc'; - -BEGIN - -- Truncate and uppercase the webEOC value, get rid of spaces, and truncate to 9 characters to ensure we have room for adding a number for uniqueness - truncated_code := UPPER(LEFT(regexp_replace(webeoc_value, '\s', '', 'g'), 10)); - - -- Return null if truncated_code is empty or null - IF truncated_code IS NULL OR truncated_code = '' THEN - RETURN NULL; - END IF; - - -- Resolve the target code table and column name based on code_table_type - CASE code_table_type - WHEN 'reprtdbycd' THEN - target_code_table := 'reported_by_code'; - column_name := 'reported_by_code'; - WHEN 'geoorgutcd' THEN - target_code_table := 'geo_organization_unit_code'; - column_name := 'geo_organization_unit_code'; - WHEN 'speciescd' THEN - target_code_table := 'species_code'; - column_name := 'species_code'; - WHEN 'cmpltntrcd' THEN - target_code_table := 'hwcr_complaint_nature_code'; - column_name := 'hwcr_complaint_nature_code'; - WHEN 'atractntcd' THEN - target_code_table := 'attractant_code'; - column_name := 'attractant_code'; - WHEN 'violatncd' THEN - target_code_table := 'violation_code'; - column_name := 'violation_code'; - - ELSE RAISE EXCEPTION 'Invalid code_table_type provided: %', code_table_type; - END CASE; - - -- Check if the code exists in staging_metadata_mapping - SELECT live_data_value INTO live_code_value - FROM staging_metadata_mapping - WHERE staged_data_value = webEOC_value - AND entity_code = code_table_type; - - -- If the code exists, return the live_data_value - IF live_code_value IS NOT NULL THEN - RETURN live_code_value; - END IF; - - - -- We're creating a new code because the webeoc code doesn't exist in staging_metadata_mapping. We want to add this new code to our code tables, as well as the staging_meta_mapping table. - -- Before we create new codes in our code tables, we want to make sure we're not creating a duplicate. If the new code doesn't exist - -- in staging_metamapping, and the code doesn't exist in the code table, then create the code in both tables. - -- If the code doesn't exist in staging_meta_mapping, but does exist in the code table, then create a new unique code - -- in both the staging_meta_mapping table and the code table. - - loop - - -- if a suffix is required, truncate the code to 9 characters so that there's room for the suffix - IF suffix <> '' THEN - truncated_code := LEFT(truncated_code, 9); - END IF; - - -- Append a numeric suffix if necessary - new_code := truncated_code || suffix; - - -- Check if the new_code exists in the specific code table - EXECUTE format('SELECT EXISTS(SELECT 1 FROM %I WHERE %I = $1)', target_code_table, column_name) - INTO code_exists - USING new_code; - - IF NOT code_exists then - - -- Determine the correct display_order for the new code - EXECUTE format('SELECT COALESCE(MAX(display_order) + 1, 1) FROM %I WHERE %I < $1', target_code_table, column_name) - INTO new_display_order - USING new_code; - - -- Re-index the display_orders - EXECUTE format('UPDATE %I SET display_order = display_order + 1 WHERE display_order >= $1', target_code_table) - USING new_display_order; - - -- Insert new code into the specific code table - EXECUTE format('INSERT INTO %I (%I, short_description, long_description, active_ind, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, display_order) VALUES ($1, $2, $3, ''Y'', $6, $4, $6, $4, $5)', target_code_table, column_name) - USING new_code, webeoc_value, webeoc_value, current_utc_timestamp, new_display_order, webeoc_user_id; - - -- Update configuration_value by 1 to nofity front-end to update - UPDATE configuration - SET configuration_value = configuration_value::int + 1 - WHERE configuration_code = 'CDTABLEVER'; - - -- Insert into staging_metadata_mapping - INSERT INTO staging_metadata_mapping (entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) - VALUES (code_table_type, webeoc_value, new_code, webeoc_user_id, current_utc_timestamp, webeoc_user_id, current_utc_timestamp); - - RETURN new_code; -- Return the new unique code - ELSE - -- If the code exists, increment the suffix and try again - suffix := counter::text; - counter := counter + 1; - END IF; - END LOOP; - -END; -$function$ -; - -CREATE OR REPLACE FUNCTION public.format_phone_number(phone_number text) - RETURNS text - LANGUAGE plpgsql -AS $function$ -DECLARE - formatted_phone_number TEXT; -BEGIN - -- Remove all non-digit characters - formatted_phone_number := regexp_replace(phone_number, '[^0-9]', '', 'g'); - IF (formatted_phone_number IS NULL or (length(formatted_phone_number) = 0)) then - return null; - END IF; - -- Check if the first character is '1' - IF left(formatted_phone_number, 1) = '1' THEN - -- Add '+' in front of the phone number - RETURN '+' || left(formatted_phone_number, 15); - ELSE - -- Add '+1' in front of the phone number - RETURN '+1' || formatted_phone_number; - END IF; -END; -$function$ -; - -CREATE OR REPLACE FUNCTION public.insert_complaint_from_staging(_complaint_identifier character varying) - RETURNS void - LANGUAGE plpgsql -AS $function$ - declare - WEBEOC_USER_ID CONSTANT varchar(6) := 'webeoc'; - WEBEOC_UPDATE_TYPE_INSERT CONSTANT varchar(6) := 'INSERT'; - STAGING_STATUS_CODE_PENDING CONSTANT varchar(7) := 'PENDING'; - STAGING_STATUS_CODE_SUCCESS CONSTANT varchar(7) := 'SUCCESS' ; - STAGING_STATUS_CODE_ERROR CONSTANT varchar(5) := 'ERROR'; - - -- jsonb attribute names - jsonb_cos_primary_phone CONSTANT text := 'cos_primary_phone'; - jsonb_cos_alt_phone CONSTANT text := 'cos_alt_phone'; - jsonb_cos_alt_phone_2 CONSTANT text := 'cos_alt_phone_2'; - - - - complaint_data jsonb; - -- Variable to hold the JSONB data from staging_complaint. Used to create a new complaint - -- Variables for 'complaint' table - _report_type VARCHAR(120); - _detail_text TEXT; - _caller_name VARCHAR(120); - _caller_address VARCHAR(120); - _caller_email VARCHAR(120); - _caller_phone_1 VARCHAR(15); - _caller_phone_2 VARCHAR(15); - _caller_phone_3 VARCHAR(15); - _location_summary_text VARCHAR(120); - _location_detailed_text VARCHAR(4000); - _incident_utc_datetime timestamp; - _create_utc_timestamp timestamp := (now() AT TIME zone 'UTC'); - _update_utc_timestamp timestamp := (now() AT TIME zone 'UTC'); - _create_userid VARCHAR(200); - _update_userid VARCHAR(200); - _geo_organization_unit_code VARCHAR(10); - _incident_reported_utc_timestmp timestamp; - _address_coordinates_lat VARCHAR(200); - _address_coordinates_long VARCHAR(200); - _location_geometry_point GEOMETRY; - _complaint_status_code VARCHAR(10); - - -- Variables for 'hwcr_complaint' table - _webeoc_species VARCHAR(200); - _webeoc_hwcr_complaint_nature_code VARCHAR(200); - _webeoc_cos_area_community VARCHAR(200); - _webeoc_attracts_list VARCHAR(1000); - _species_code VARCHAR(10); - _hwcr_complaint_nature_code VARCHAR(10); - _other_attractants_text VARCHAR(4000); - _cos_reffered_by_txt VARCHAR(4000); - _webeoc_cos_reffered_by_lst VARCHAR(200); - _cos_reffered_by_lst VARCHAR(200); - _in_progress_ind VARCHAR(3); - _observed_ind VARCHAR(3); - _in_progress_ind_bool bool; - _observed_ind_bool bool; - _suspect_witnesss_dtl_text VARCHAR(4000); - _violation_code VARCHAR(10); - -- used to generate a uuid. We use this to create the PK in hwcr_complaint, but - -- we need to also use it when creating the attractants - generated_uuid uuid; - -- parsed attractants from the jsonb object - attractants_array text[]; - attractant_item text; - _attractant_code VARCHAR(10); - BEGIN -- Fetch the JSONB data from complaint_staging using the provided identifier - SELECT sc.complaint_jsonb - INTO complaint_data - FROM staging_complaint sc - WHERE sc.complaint_identifier = _complaint_identifier - AND sc.staging_status_code = STAGING_STATUS_CODE_PENDING -- meaning that this complaint hasn't yet been moved to the complaint table yet - AND sc.staging_activity_code = WEBEOC_UPDATE_TYPE_INSERT; -- this means that we're dealing with a new complaint from webeoc, not an update - - IF complaint_data IS NULL THEN - RETURN; - END IF; - _report_type := complaint_data ->> 'report_type'; - - -- Extract and prepare data for 'complaint' table - _detail_text := complaint_data ->> 'cos_call_details'; - _caller_name := left( complaint_data ->> 'cos_caller_name', 100 ) - || - CASE - WHEN length( complaint_data ->> 'cos_caller_name' ) > 100 THEN - '… DATA TRUNCATED' - ELSE - '' - END; - _caller_address := left( complaint_data ->> 'caller_address', 100 ) - || - CASE - WHEN length( complaint_data ->> 'caller_address' ) > 100 THEN - '… DATA TRUNCATED' - ELSE - '' - END; - _caller_email := left( complaint_data ->> 'cos_caller_email', 100 ) - || - CASE - WHEN length( complaint_data ->> 'cos_caller_email' ) > 100 THEN - '… DATA TRUNCATED' - ELSE - '' - END; - - _detail_text := complaint_data ->> 'cos_call_details'; - - -- phone numbers must be formatted as +1##########. - -- If the numbers from webeoc contain non-numeric characters, strip those and - -- add the + (or +1) prefix - - _caller_phone_1 := format_phone_number(complaint_data ->> jsonb_cos_primary_phone); - _caller_phone_2 := format_phone_number(complaint_data ->> jsonb_cos_alt_phone); - _caller_phone_3 := format_phone_number(complaint_data ->> jsonb_cos_alt_phone_2); - _complaint_status_code := UPPER(complaint_data ->> 'status'); - - _location_summary_text := left(complaint_data ->> 'address', 100) - || - CASE - WHEN length(complaint_data ->> 'address') > 100 THEN - '… DATA TRUNCATED' - ELSE - '' - END; - _location_detailed_text := complaint_data ->> 'cos_location_description'; - _incident_utc_datetime := ( complaint_data ->> 'incident_datetime' ):: timestamp AT TIME zone 'America/Los_Angeles'; - _incident_reported_utc_timestmp := ( complaint_data ->> 'created_by_datetime' ):: timestamp AT TIME zone 'America/Los_Angeles'; - _address_coordinates_lat := complaint_data ->> 'address_coordinates_lat'; - _address_coordinates_long := complaint_data ->> 'address_coordinates_long'; - - -- Create a geometry point based on the latitude and longitude - IF _address_coordinates_lat IS NOT NULL AND _address_coordinates_lat <> '' AND - _address_coordinates_long IS NOT NULL AND _address_coordinates_long <> '' THEN - _location_geometry_point := ST_SetSRID( - ST_MakePoint( - CAST(_address_coordinates_long AS NUMERIC), - CAST(_address_coordinates_lat AS NUMERIC) - ), - 4326 - ); - ELSE - _location_geometry_point := ST_SetSRID(ST_MakePoint(0, 0), 4326); - END IF; - - _create_userid := substring(complaint_data ->> 'username' from 1 for 32); - _update_userid := _create_userid; - _webeoc_cos_area_community := complaint_data ->> 'cos_area_community'; - _webeoc_cos_reffered_by_lst := complaint_data ->> 'cos_reffered_by_lst'; - _cos_reffered_by_txt := left(complaint_data ->> '_cos_reffered_by_txt',120); - SELECT * - FROM PUBLIC.insert_and_return_code( _webeoc_cos_reffered_by_lst, 'reprtdbycd' ) - INTO _cos_reffered_by_lst; - - SELECT * - FROM PUBLIC.insert_and_return_code( _webeoc_cos_area_community, 'geoorgutcd' ) - INTO _geo_organization_unit_code; - - -- Insert data into 'complaint' table - INSERT INTO PUBLIC.complaint - ( - complaint_identifier, - detail_text, - caller_name, - caller_address, - caller_email, - caller_phone_1, - caller_phone_2, - caller_phone_3, - location_summary_text, - location_detailed_text, - incident_utc_datetime, - incident_reported_utc_timestmp, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp, - owned_by_agency_code, - complaint_status_code, - geo_organization_unit_code, - location_geometry_point, - reported_by_code, - reported_by_other_text - ) - VALUES - ( - _complaint_identifier, - _detail_text, - _caller_name, - _caller_address, - _caller_email, - _caller_phone_1, - _caller_phone_2, - _caller_phone_3, - _location_summary_text, - _location_detailed_text, - _incident_utc_datetime, - _incident_reported_utc_timestmp, - _create_userid, - _create_utc_timestamp, - _update_userid, - _update_utc_timestamp, - 'COS', - _complaint_status_code, - _geo_organization_unit_code, - _location_geometry_point, - _cos_reffered_by_lst, - _cos_reffered_by_txt - ); - - IF _report_type = 'HWCR' then - - -- convert webeoc species to our species code - _webeoc_species := complaint_data ->> 'species'; - SELECT * - FROM PUBLIC.insert_and_return_code(_webeoc_species, 'speciescd') - INTO _species_code; - - _webeoc_hwcr_complaint_nature_code := complaint_data ->> 'nature_of_complaint'; - SELECT * - FROM PUBLIC.insert_and_return_code( _webeoc_hwcr_complaint_nature_code, 'cmpltntrcd' ) - INTO _hwcr_complaint_nature_code; - - -- Prepare data for 'hwcr_complaint' table - _other_attractants_text := complaint_data ->> 'attractant_other_text'; - SELECT uuid_generate_v4() - INTO generated_uuid; - - -- Insert data into 'hwcr_complaint' table - INSERT INTO PUBLIC.hwcr_complaint - ( - hwcr_complaint_guid, - other_attractants_text, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp, - complaint_identifier, - species_code, - hwcr_complaint_nature_code - ) - VALUES - ( - generated_uuid, - _other_attractants_text, - _create_userid, - _create_utc_timestamp, - _create_userid, - _update_utc_timestamp, - _complaint_identifier, - _species_code, - _hwcr_complaint_nature_code - ); - - -- Convert the comma-separated list into an array - attractants_array := string_to_array( complaint_data ->> 'attractants_list', ',' ); - -- Iterate over the array - foreach attractant_item IN ARRAY attractants_array - LOOP -- Trim whitespace and check if the item is 'Not Applicable' - IF trim(attractant_item) <> 'Not Applicable' THEN -- Your insertion logic here - SELECT * - FROM PUBLIC.insert_and_return_code( trim(attractant_item), 'atractntcd' ) - INTO _attractant_code; - - INSERT INTO PUBLIC.attractant_hwcr_xref - ( - attractant_code, - hwcr_complaint_guid, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) - VALUES - ( - _attractant_code, - generated_uuid, - WEBEOC_USER_ID, - _create_utc_timestamp, - WEBEOC_USER_ID, - _update_utc_timestamp - ); - - END IF; - END LOOP; - ELSIF _report_type = 'ERS' THEN - -- Extract and prepare data for 'allegation_complaint' table - _in_progress_ind := (complaint_data->>'violation_in_progress'); - _observed_ind := (complaint_data->>'observe_violation'); - _suspect_witnesss_dtl_text := complaint_data->>'suspect_details'; - SELECT * - FROM PUBLIC.insert_and_return_code( complaint_data->>'violation_type', 'violatncd' ) - INTO _violation_code; - - IF _in_progress_ind = 'Yes' THEN - _in_progress_ind_bool := TRUE; - ELSE - _in_progress_ind_bool := FALSE; - END IF; - IF _observed_ind = 'Yes' THEN - _observed_ind_bool := TRUE; - ELSE - _observed_ind_bool := FALSE; - END IF; - - IF _violation_code = 'WASTE' OR _violation_code = 'PESTICDE' THEN - UPDATE PUBLIC.complaint - SET owned_by_agency_code = 'EPO' - WHERE complaint_identifier = _complaint_identifier; - END IF; - - -- Insert data into 'allegation_complaint' table - INSERT INTO PUBLIC.allegation_complaint - ( - allegation_complaint_guid, - in_progress_ind, - observed_ind, - suspect_witnesss_dtl_text, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp, - complaint_identifier, - violation_code - ) - VALUES - ( - uuid_generate_v4(), - _in_progress_ind_bool, - _observed_ind_bool, - _suspect_witnesss_dtl_text, - _create_userid, - _create_utc_timestamp, - _update_userid, - _update_utc_timestamp, - _complaint_identifier, - _violation_code - ); - - END IF; - - UPDATE staging_complaint - SET staging_status_code = STAGING_STATUS_CODE_SUCCESS - WHERE complaint_identifier = _complaint_identifier - AND staging_activity_code = WEBEOC_UPDATE_TYPE_INSERT; - - EXCEPTION - WHEN OTHERS THEN - RAISE notice 'An unexpected error occurred: %', SQLERRM; - UPDATE staging_complaint - SET staging_status_code = STAGING_STATUS_CODE_ERROR - WHERE complaint_identifier = _complaint_identifier - and staging_status_code = STAGING_STATUS_CODE_PENDING - AND staging_activity_code = WEBEOC_UPDATE_TYPE_INSERT; - - END; - $function$ -; \ No newline at end of file diff --git a/backend/db/migrations/R__0.19.2__log_complaint_update.sql b/backend/db/migrations/R__0.19.2__log_complaint_update.sql deleted file mode 100644 index d57e30be6..000000000 --- a/backend/db/migrations/R__0.19.2__log_complaint_update.sql +++ /dev/null @@ -1,158 +0,0 @@ -CREATE OR REPLACE FUNCTION public.log_complaint_update(_complaint_identifier character varying, update_complaint_data jsonb) - RETURNS void - LANGUAGE plpgsql -AS $function$ -DECLARE - -- Variables for the current complaint record and the previous update record - current_complaint_record PUBLIC.complaint; - prev_complaint_update_record PUBLIC.complaint_update; - - -- Variables for 'complaint_update' table - _upd_detail_text TEXT; - _upd_location_summary_text VARCHAR(120); - _upd_location_detailed_text VARCHAR(4000); - _update_address_coordinates_lat VARCHAR(200); - _update_address_coordinates_long VARCHAR(200); - _upd_location_geometry_point GEOMETRY; - _create_utc_timestamp TIMESTAMP := (NOW() AT TIME ZONE 'UTC'); - _update_utc_timestamp TIMESTAMP := (NOW() AT TIME ZONE 'UTC'); - _create_userid VARCHAR(200); - _update_userid VARCHAR(200); - _update_number INT4 = (update_complaint_data ->> 'update_number') ::INT; - _update_number_exists BOOLEAN:= false; -- is this an update for a complaint with an update_number that already exists? if so, edit it - - -- Variables for storing the changes to be inserted - insert_upd_detail_text TEXT; - insert_upd_location_summary_text VARCHAR(120); - insert_upd_location_detailed_text VARCHAR(4000); - insert_upd_location_geometry_point GEOMETRY; - - -- Flag to indicate if there's any difference - has_difference BOOLEAN := FALSE; - - USERNAME_TXT CONSTANT varchar(8) = 'username'; -BEGIN - -- Get the current state of the complaint - SELECT * - INTO current_complaint_record - FROM PUBLIC.complaint - WHERE complaint_identifier = _complaint_identifier; - - -- Get the previous update, if any - SELECT * - INTO prev_complaint_update_record - FROM PUBLIC.complaint_update - WHERE complaint_identifier = _complaint_identifier - ORDER BY update_seq_number DESC - LIMIT 1; - - select exists ( - select 1 - from PUBLIC.complaint_update cu - where complaint_identifier = _complaint_identifier and update_seq_number = _update_number - ) into _update_number_exists; - - -- Extract and prepare data for 'complaint_update' table - _upd_detail_text := update_complaint_data ->> 'update_call_details'; - _upd_location_summary_text := update_complaint_data ->> 'update_address'; - _upd_location_detailed_text := update_complaint_data ->> 'update_location_description'; - _update_address_coordinates_lat := update_complaint_data ->> 'update_address_coordinates_lat'; - _update_address_coordinates_long := update_complaint_data ->> 'update_address_coordinates_long'; - _create_userid := substring(update_complaint_data ->> USERNAME_TXT from 1 for 32); - _update_userid := substring(update_complaint_data ->> USERNAME_TXT from 1 for 32); - - -- Create a geometry point based on the latitude and longitude - IF _update_address_coordinates_lat IS NOT NULL AND _update_address_coordinates_lat <> '' AND - _update_address_coordinates_long IS NOT NULL AND _update_address_coordinates_long <> '' THEN - _upd_location_geometry_point := ST_SetSRID( - ST_MakePoint( - CAST(_update_address_coordinates_long AS NUMERIC), - CAST(_update_address_coordinates_lat AS NUMERIC) - ), - 4326 - ); - END IF; - - -- Compare update_complaint_data against current_complaint_record and prev_complaint_update_record - IF (_upd_detail_text IS NOT NULL AND _upd_detail_text <> '' AND - (_upd_detail_text IS DISTINCT FROM prev_complaint_update_record.upd_detail_text OR prev_complaint_update_record.upd_detail_text IS NULL) AND - (_upd_detail_text IS DISTINCT FROM current_complaint_record.detail_text OR current_complaint_record.detail_text IS NULL)) THEN - insert_upd_detail_text := _upd_detail_text; - has_difference := TRUE; - ELSE - insert_upd_detail_text := NULL; - END IF; - - IF (_upd_location_summary_text IS NOT NULL AND _upd_location_summary_text <> '' AND - (_upd_location_summary_text IS DISTINCT FROM prev_complaint_update_record.upd_location_summary_text OR prev_complaint_update_record.upd_location_summary_text IS NULL) AND - (_upd_location_summary_text IS DISTINCT FROM current_complaint_record.location_summary_text OR current_complaint_record.location_summary_text IS NULL)) THEN - insert_upd_location_summary_text := _upd_location_summary_text; - has_difference := TRUE; - ELSE - insert_upd_location_summary_text := NULL; - END IF; - - IF (_upd_location_detailed_text IS NOT NULL AND _upd_location_detailed_text <> '' AND - (_upd_location_detailed_text IS DISTINCT FROM prev_complaint_update_record.upd_location_detailed_text OR prev_complaint_update_record.upd_location_detailed_text IS NULL) AND - (_upd_location_detailed_text IS DISTINCT FROM current_complaint_record.location_detailed_text OR current_complaint_record.location_detailed_text IS NULL)) THEN - insert_upd_location_detailed_text := _upd_location_detailed_text; - has_difference := TRUE; - ELSE - insert_upd_location_detailed_text := NULL; - END IF; - - IF (_upd_location_geometry_point IS NOT NULL AND - (_upd_location_geometry_point IS DISTINCT FROM prev_complaint_update_record.upd_location_geometry_point OR prev_complaint_update_record.upd_location_geometry_point IS NULL) AND - (_upd_location_geometry_point IS DISTINCT FROM current_complaint_record.location_geometry_point OR current_complaint_record.location_geometry_point IS NULL)) THEN - insert_upd_location_geometry_point := _upd_location_geometry_point; - has_difference := TRUE; - ELSE - insert_upd_location_geometry_point := NULL; - END IF; - - -- Insert the record if there are any differences, either log the complaint or update the previously existing complaint - IF has_difference then - if _update_number_exists then - UPDATE PUBLIC.complaint_update - set upd_detail_text = insert_upd_detail_text, - upd_location_summary_text = insert_upd_location_summary_text, - upd_location_detailed_text = insert_upd_location_detailed_text, - upd_location_geometry_point = insert_upd_location_geometry_point, - update_user_id = _update_userid, - update_utc_timestamp = _update_utc_timestamp - where complaint_identifier = _complaint_identifier and update_seq_number = _update_number; - else - - INSERT INTO PUBLIC.complaint_update ( - complaint_identifier, - update_seq_number, - upd_detail_text, - upd_location_summary_text, - upd_location_detailed_text, - upd_location_geometry_point, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) VALUES ( - _complaint_identifier, - _update_number, - insert_upd_detail_text, - insert_upd_location_summary_text, - insert_upd_location_detailed_text, - insert_upd_location_geometry_point, - _create_userid, - _create_utc_timestamp, - _update_userid, - _update_utc_timestamp - ); - end if; - - -- Update timestamp to latest - UPDATE PUBLIC.complaint - SET update_utc_timestamp = _update_utc_timestamp, update_user_id = _update_userid - WHERE complaint_identifier = _complaint_identifier; - END IF; -END; -$function$ -; diff --git a/backend/db/migrations/R__0.19.3__update_complaint_using_webeoc_update.sql b/backend/db/migrations/R__0.19.3__update_complaint_using_webeoc_update.sql deleted file mode 100644 index 98220af1d..000000000 --- a/backend/db/migrations/R__0.19.3__update_complaint_using_webeoc_update.sql +++ /dev/null @@ -1,241 +0,0 @@ -CREATE OR REPLACE FUNCTION public.update_complaint_using_webeoc_update(_complaint_identifier character varying, update_complaint_data jsonb) - RETURNS void - LANGUAGE plpgsql -AS $function$ -declare - current_complaint_record PUBLIC.complaint; - -- Variables from webeoc that may be used to update a record in the COMPLAINT table - -- used to determine if a webeoc update is actually an update. WebEOC's API will unfortunately default to - -- the original value of a field if another field is updated. So, we ignore these as part of updates. This - -- means that WebEOC will not be able to update a value to the original value, but that's something the project - -- team has decided to risk. - original_complaint_record JSONB; - _update_caller_name VARCHAR(120); - _update_caller_phone_1 VARCHAR(15); - _update_caller_phone_2 VARCHAR(15); - _update_caller_phone_3 VARCHAR(15); - _update_caller_email VARCHAR(120); - _update_caller_address VARCHAR(120); - _update_reported_by_code VARCHAR(10); - _update_webeoc_reported_by_code VARCHAR(200); - _update_reported_by_other_text VARCHAR(120); - _update_webeoc_species VARCHAR(200); -- species code from WebEOC - _update_species_code VARCHAR(10); -- our species code, based on the code from WebEOC - _parent_report_type VARCHAR(10); -- used to differentiate between HWCR and ERS complaints. ignore anything else - _update_violation_code VARCHAR(10); - _create_userid VARCHAR(200); - _update_userid VARCHAR(200); - _create_utc_timestamp TIMESTAMP := (NOW() AT TIME ZONE 'UTC'); - _update_utc_timestamp TIMESTAMP := (NOW() AT TIME ZONE 'UTC'); - - -- Original complaint values, used to compare against incoming changes - _original_caller_name VARCHAR(120); - _original_caller_phone_1 VARCHAR(15); - _original_caller_phone_2 VARCHAR(15); - _original_caller_phone_3 VARCHAR(15); - _original_caller_email VARCHAR(120); - _original_caller_address VARCHAR(120); - _original_reported_by_code VARCHAR(10); - _original_reported_by_other_text VARCHAR(120); - _original_species_code VARCHAR(10); - _original_violation_type_code VARCHAR(10); - - _current_species_code VARCHAR(10); - _current_violation_type_code VARCHAR(10); - - -- used to indicate if the update causes an edit to the complaint record - update_edit_ind boolean = false; - - USERNAME_TXT CONSTANT varchar(8) = 'username'; - -BEGIN - -- These fields are retrieved to potentially update an existing complaint record - _update_caller_name := update_complaint_data ->> 'update_caller_name'; - _update_caller_phone_1 := update_complaint_data ->> 'update_primary_phone'; - _update_caller_phone_2 := update_complaint_data ->> 'update_alt_phone'; - _update_caller_phone_3 := update_complaint_data ->> 'update_alt_phone_2'; - _update_caller_email := update_complaint_data ->> 'update_caller_email'; - _update_caller_address := update_complaint_data ->> 'update_caller_address'; - _update_webeoc_reported_by_code := update_complaint_data ->> 'update_reffered_by_lst'; - _update_reported_by_other_text := update_complaint_data ->> 'update_reffered_by_txt'; - _update_webeoc_species := update_complaint_data ->> 'update_species'; - _parent_report_type := update_complaint_data ->> 'parent_report_type'; - _create_userid := substring(update_complaint_data ->> USERNAME_TXT from 1 for 32); - _update_userid := substring(update_complaint_data ->> USERNAME_TXT from 1 for 32); - - - -- Get the codes from our application (inserting if necessary) for the codes retrieved from WebEOC - SELECT * - INTO _update_reported_by_code - FROM PUBLIC.insert_and_return_code(_update_webeoc_reported_by_code, 'reprtdbycd'); - - - -- Get the current state of the complaint - SELECT * - INTO current_complaint_record - FROM PUBLIC.complaint - WHERE complaint_identifier = _complaint_identifier; - - -- Get the original record via the history table - select ch.data_after_executed_operation - into original_complaint_record - from PUBLIC.complaint_h ch - where ch.target_row_id = _complaint_identifier - and ch.operation_type = 'I'; - - -- Parse the variables out of the original complaint history record - _original_caller_name := original_complaint_record ->> 'caller_name'; - _original_caller_phone_1 := original_complaint_record ->> 'caller_phone_1'; - _original_caller_phone_2 := original_complaint_record ->> 'caller_phone_2'; - _original_caller_phone_3 := original_complaint_record ->> 'caller_phone_3'; - _original_caller_email := original_complaint_record ->> 'caller_email'; - _original_caller_address := original_complaint_record ->> 'caller_address'; - -- need to get from hrc/allegation history table - _original_reported_by_code := original_complaint_record ->> 'referred_by_agency_code'; - _original_reported_by_other_text := original_complaint_record ->> 'referred_by_agency_other_text'; - - -- update the complaint data, if the incoming webeoc contains applicable updates - if ((COALESCE(_update_caller_name, '') <> COALESCE(_original_caller_name, '')) and - (COALESCE(_update_caller_name, '') <> COALESCE(current_complaint_record.caller_name, ''))) then - UPDATE complaint - SET caller_name = _update_caller_name - WHERE complaint_identifier = _complaint_identifier; - - update_edit_ind = true; - end if; - - _update_caller_phone_1 := format_phone_number(_update_caller_phone_1); - if ((COALESCE(_update_caller_phone_1, '') <> COALESCE(_original_caller_phone_1, '')) and - (COALESCE(_update_caller_phone_1, '') <> COALESCE(current_complaint_record.caller_phone_1, ''))) then - - UPDATE complaint - SET caller_phone_1 = _update_caller_phone_1 - WHERE complaint_identifier = _complaint_identifier; - - update_edit_ind = true; - end if; - - _update_caller_phone_2 := format_phone_number(_update_caller_phone_2); - if ((COALESCE(_update_caller_phone_2, '') <> COALESCE(_original_caller_phone_2, '')) and - (COALESCE(_update_caller_phone_2, '') <> COALESCE(current_complaint_record.caller_phone_2, ''))) then - - UPDATE complaint - SET caller_phone_2 = _update_caller_phone_2 - WHERE complaint_identifier = _complaint_identifier; - - update_edit_ind = true; - end if; - - _update_caller_phone_3 := format_phone_number(_update_caller_phone_3); - if ((COALESCE(_update_caller_phone_3, '') <> COALESCE(_original_caller_phone_3, '')) and - (COALESCE(_update_caller_phone_3, '') <> COALESCE(current_complaint_record.caller_phone_3, ''))) then - - UPDATE complaint - SET caller_phone_3 = _update_caller_phone_3 - WHERE complaint_identifier = _complaint_identifier; - update_edit_ind = true; - end if; - - if ((COALESCE(_update_caller_email, '') <> COALESCE(_original_caller_email, '')) and - (COALESCE(_update_caller_email, '') <> COALESCE(current_complaint_record.caller_email, ''))) then - UPDATE complaint - SET caller_email = _update_caller_email - WHERE complaint_identifier = _complaint_identifier; - update_edit_ind = true; - end if; - - if ((COALESCE(_update_caller_address, '') <> COALESCE(_original_caller_address, '')) and - (COALESCE(_update_caller_address, '') <> COALESCE(current_complaint_record.caller_address, ''))) then - UPDATE complaint - SET caller_address = _update_caller_address - WHERE complaint_identifier = _complaint_identifier; - update_edit_ind = true; - end if; - - if ((COALESCE(_update_reported_by_code, '') <> COALESCE(_original_reported_by_code, '')) and - (COALESCE(_update_reported_by_code, '') <> COALESCE(current_complaint_record.reported_by_code, ''))) then - UPDATE complaint - SET reported_by_code = _update_reported_by_code - WHERE complaint_identifier = _complaint_identifier; - update_edit_ind = true; - end if; - - if ((COALESCE(_update_reported_by_other_text, '') <> COALESCE(_original_reported_by_other_text, '')) and - (COALESCE(_update_reported_by_other_text, '') <> COALESCE(current_complaint_record.reported_by_other_text, ''))) then - UPDATE complaint - SET reported_by_other_text = _update_reported_by_other_text - WHERE complaint_identifier = _complaint_identifier; - update_edit_ind = true; - end if; - - -- the update caused an edit, set the audit fields - if (update_edit_ind) then - update complaint - set update_user_id = _update_userid, update_utc_timestamp = _update_utc_timestamp - where complaint_identifier = _complaint_identifier; - - end if; - - if (_parent_report_type = 'HWCR') then - -- get the code based on the update from WebEOC - SELECT * - INTO _update_species_code - FROM PUBLIC.insert_and_return_code(_update_webeoc_species, 'speciescd'); - - -- get the current species code - SELECT hc.species_code - INTO _current_species_code - FROM hwcr_complaint hc - WHERE hc.complaint_identifier = _complaint_identifier; - - select hch.data_after_executed_operation ->> 'species_code' - into _original_species_code - from complaint c inner join hwcr_complaint hc on c.complaint_identifier = hc.complaint_identifier - inner join hwcr_complaint_h hch on hc.hwcr_complaint_guid = hch.target_row_id - where c.complaint_identifier = _complaint_identifier - and hch.operation_type = 'I'; - - if ((_update_species_code <> _original_species_code) and (_update_species_code <> _current_species_code)) then - update hwcr_complaint - set species_code = _update_species_code - where complaint_identifier = _complaint_identifier; - end if; - - end if; - - if (_parent_report_type = 'ERS') then - SELECT * - FROM PUBLIC.insert_and_return_code( update_complaint_data->>'update_violation_type', 'violatncd' ) - INTO _update_violation_code; - - select ac.violation_code - into _current_violation_type_code - from allegation_complaint ac - where ac.complaint_identifier = _complaint_identifier; - - select ach.data_after_executed_operation ->> 'violation_code' - into _original_violation_type_code - from complaint c inner join allegation_complaint ac on c.complaint_identifier = ac.complaint_identifier - inner join allegation_complaint_h ach on ac.allegation_complaint_guid = ach.target_row_id - where c.complaint_identifier = _complaint_identifier - and ach.operation_type = 'I'; - - if ((_update_violation_code <> _original_violation_type_code) and (_update_violation_code <> _current_violation_type_code)) then - if _update_violation_code = 'WASTE' OR _update_violation_code = 'PESTICDE' then - UPDATE PUBLIC.complaint - SET owned_by_agency_code = 'EPO' - WHERE complaint_identifier = _complaint_identifier; - else - UPDATE PUBLIC.complaint - SET owned_by_agency_code = 'COS' - WHERE complaint_identifier = _complaint_identifier; - end if; - - update allegation_complaint - set violation_code = _update_violation_code - where complaint_identifier = _complaint_identifier; - end if; - end if; -END; -$function$ -; diff --git a/backend/db/migrations/R__0.19.4__insert_complaint_update_from_staging.sql b/backend/db/migrations/R__0.19.4__insert_complaint_update_from_staging.sql deleted file mode 100644 index cc36ee0b9..000000000 --- a/backend/db/migrations/R__0.19.4__insert_complaint_update_from_staging.sql +++ /dev/null @@ -1,58 +0,0 @@ -CREATE OR REPLACE FUNCTION public.insert_complaint_update_from_staging(_complaint_identifier character varying, _update_number integer) - RETURNS void - LANGUAGE plpgsql -AS $function$ -DECLARE - - -- Variable to hold the JSONB data from staging_complaint. Used to create a new complaint - update_complaint_data JSONB; - UPDATE_NUMBER_TXT CONSTANT varchar(13) = 'update_number'; - WEBEOC_USER_ID CONSTANT varchar(6) := 'webeoc'; - WEBEOC_UPDATE_TYPE_INSERT CONSTANT varchar(6) := 'INSERT'; - STAGING_STATUS_CODE_PENDING CONSTANT varchar(7) := 'PENDING'; - STAGING_STATUS_CODE_SUCCESS CONSTANT varchar(7) := 'SUCCESS' ; - STAGING_STATUS_CODE_UPDATE CONSTANT varchar(6) := 'UPDATE' ; - STAGING_STATUS_CODE_ERROR CONSTANT varchar(5) := 'ERROR'; - - - -BEGIN - -- Fetch the JSONB data from complaint_staging using the provided identifier - SELECT sc.complaint_jsonb - INTO update_complaint_data - FROM staging_complaint sc - WHERE sc.complaint_identifier = _complaint_identifier - AND (sc.complaint_jsonb ->> UPDATE_NUMBER_TXT)::INT = _update_number - AND sc.staging_status_code = STAGING_STATUS_CODE_PENDING -- meaning that this complaint hasn't yet been moved to the complaint table yet - AND sc.staging_activity_code = STAGING_STATUS_CODE_UPDATE; - - -- This means that we're dealing with a new complaint from WebEOC, not an update - IF update_complaint_data IS NULL THEN - RETURN; - END IF; - - -- update complaint data based on the incoming webeoc update, if necessary - perform PUBLIC.update_complaint_using_webeoc_update(_complaint_identifier, update_complaint_data); - - -- create an update record if required - perform PUBLIC.log_complaint_update(_complaint_identifier, update_complaint_data); - - -- Update staging_complaint to mark the process as successful - UPDATE staging_complaint - SET staging_status_code = STAGING_STATUS_CODE_SUCCESS - WHERE complaint_identifier = _complaint_identifier - AND (complaint_jsonb ->> UPDATE_NUMBER_TXT)::INT = _update_number - AND staging_activity_code = STAGING_STATUS_CODE_UPDATE; - -EXCEPTION -WHEN OTHERS THEN - RAISE NOTICE 'An unexpected error occurred: %', SQLERRM; - UPDATE staging_complaint - SET staging_status_code = STAGING_STATUS_CODE_ERROR - WHERE complaint_identifier = _complaint_identifier - AND staging_status_code = STAGING_STATUS_CODE_PENDING - AND (complaint_jsonb ->> UPDATE_NUMBER_TXT)::INT = _update_number - AND staging_activity_code = STAGING_STATUS_CODE_UPDATE; -END; -$function$ -; diff --git a/backend/db/migrations/R__0.20.0_edit_complaint_using_webeoc_complaint.sql b/backend/db/migrations/R__0.20.0_edit_complaint_using_webeoc_complaint.sql deleted file mode 100644 index 226d1a4a4..000000000 --- a/backend/db/migrations/R__0.20.0_edit_complaint_using_webeoc_complaint.sql +++ /dev/null @@ -1,438 +0,0 @@ -CREATE OR REPLACE FUNCTION public.edit_complaint_using_webeoc_complaint(_complaint_identifier character varying) - RETURNS void - LANGUAGE plpgsql -AS $function$ -declare - WEBEOC_USER_ID CONSTANT varchar(6) := 'webeoc'; - WEBEOC_UPDATE_TYPE_INSERT CONSTANT varchar(6) := 'INSERT'; - STAGING_STATUS_CODE_PENDING CONSTANT varchar(7) := 'PENDING'; - STAGING_STATUS_CODE_SUCCESS CONSTANT varchar(7) := 'SUCCESS' ; - STAGING_STATUS_CODE_EDIT CONSTANT varchar(6) := 'EDIT' ; - STAGING_STATUS_CODE_ERROR CONSTANT varchar(5) := 'ERROR'; - - current_complaint_record PUBLIC.complaint; -- record being edited - allegation_complaint_record PUBLIC.allegation_complaint; - edit_complaint_data JSONB; -- the complaint data containing the edits from webeoc - original_complaint_record JSONB; -- the complaint data before the edits, used to determine i - - -- Variable to hold the JSONB data from staging_complaint. Used to edit a complaint - _edit_report_type VARCHAR(120); - _edit_detail_text VARCHAR(4000); - _edit_caller_name VARCHAR(120); - _edit_caller_address VARCHAR(120); - _edit_address VARCHAR(120); - _edit_caller_email VARCHAR(120); - _edit_caller_phone_1 VARCHAR(15); - _edit_caller_phone_2 VARCHAR(15); - _edit_caller_phone_3 VARCHAR(15); - _edit_location_summary_text VARCHAR(120); - _edit_location_detailed_text VARCHAR(4000); - _edit_incident_utc_datetime timestamp; - _edit_create_utc_timestamp timestamp := (now() AT TIME zone 'UTC'); - _edit_update_utc_timestamp timestamp := (now() AT TIME zone 'UTC'); - _edit_create_userid VARCHAR(200); - _edit_update_userid VARCHAR(200); - _edit_geo_organization_unit_code VARCHAR(10); - _edit_incident_reported_utc_timestmp timestamp; - _edit_address_coordinates_lat VARCHAR(200); - _edit_address_coordinates_long VARCHAR(200); - _edit_location_geometry_point GEOMETRY; - _edit_complaint_status_code VARCHAR(10); - - -- Variables for 'hwcr_complaint' table - _edit_webeoc_species VARCHAR(200); - _edit_webeoc_hwcr_complaint_nature_code VARCHAR(200); - _edit_webeoc_cos_area_community VARCHAR(200); - _edit_webeoc_attracts_list VARCHAR(1000); - _edit_species_code VARCHAR(10); - _edit_hwcr_complaint_nature_code VARCHAR(10); - _edit_other_attractants_text VARCHAR(4000); - _edit_reported_by_other_text VARCHAR(4000); - _edit_webeoc_reported_by_code VARCHAR(200); - _edit_cos_reffered_by_lst VARCHAR(200); - _edit_in_progress_ind VARCHAR(3); - _edit_observed_ind VARCHAR(3); - _edit_in_progress_ind_bool bool; - _edit_observed_ind_bool bool; - _edit_suspect_witnesss_dtl_text VARCHAR(4000); - _edit_violation_code VARCHAR(10); - -- used to generate a uuid. We use this to create the PK in hwcr_complaint, but - -- we need to also use it when creating the attractants - hwcr_uuid uuid; - enforcement_uuid uuid; - -- parsed attractants from the jsonb object - attractants_array text[]; - attractant_item text; - _attractant_code VARCHAR(10); - - - - - _current_species_code VARCHAR(10); - _current_violation_type_code VARCHAR(10); - - -- used to indicate if the update causes an edit to the complaint record - update_edit_ind boolean = false; - - USERNAME_TXT CONSTANT varchar(8) = 'username'; - - - -BEGIN - - - -- get the staged edit record. There may be multiple for a given complaint, we just want the last one since that - -- will contain all previous edits too - select sc.complaint_jsonb - into edit_complaint_data - from PUBLIC.staging_complaint sc - where sc.complaint_identifier = _complaint_identifier - and sc.staging_activity_code = STAGING_STATUS_CODE_EDIT - and sc.staging_status_code = STAGING_STATUS_CODE_PENDING - order by sc.update_utc_timestamp desc - limit 1; - - -- These fields are retrieved to potentially update an existing complaint record - _edit_detail_text := edit_complaint_data ->> 'cos_call_details'; - _edit_caller_name := edit_complaint_data ->> 'cos_caller_name'; - _edit_caller_phone_1 := edit_complaint_data ->> 'cos_primary_phone'; - _edit_caller_phone_2 := edit_complaint_data ->> 'cos_alt_phone'; - _edit_caller_phone_3 := edit_complaint_data ->> 'cos_alt_phone_2'; - _edit_caller_email := edit_complaint_data ->> 'cos_caller_email'; - _edit_caller_address := edit_complaint_data ->> 'caller_address'; - _edit_address := edit_complaint_data ->> 'address'; - _edit_webeoc_reported_by_code := edit_complaint_data ->> 'cos_reffered_by_lst'; - _edit_reported_by_other_text := edit_complaint_data ->> 'cos_reffered_by_txt'; - _edit_webeoc_species := edit_complaint_data ->> 'species'; - _edit_report_type := edit_complaint_data ->> 'report_type'; - _edit_update_userid := substring(edit_complaint_data ->> USERNAME_TXT from 1 for 32); - _edit_complaint_status_code := UPPER(edit_complaint_data ->> 'status'); - - _edit_location_detailed_text := edit_complaint_data ->> 'cos_location_description'; - _edit_incident_utc_datetime := ( edit_complaint_data ->> 'incident_datetime' ):: timestamp AT TIME zone 'America/Los_Angeles'; - _edit_incident_reported_utc_timestmp := ( edit_complaint_data ->> 'created_by_datetime' ):: timestamp AT TIME zone 'America/Los_Angeles'; - _edit_address_coordinates_lat := edit_complaint_data ->> 'address_coordinates_lat'; - _edit_address_coordinates_long := edit_complaint_data ->> 'address_coordinates_long'; - - -- Create a geometry point based on the latitude and longitude - IF _edit_address_coordinates_lat IS NOT NULL AND _edit_address_coordinates_lat <> '' AND - _edit_address_coordinates_long IS NOT NULL AND _edit_address_coordinates_long <> '' THEN - _edit_location_geometry_point := ST_SetSRID( - ST_MakePoint( - CAST(_edit_address_coordinates_long AS NUMERIC), - CAST(_edit_address_coordinates_lat AS NUMERIC) - ), - 4326 - ); - ELSE - _edit_location_geometry_point := ST_SetSRID(ST_MakePoint(0, 0), 4326); - END IF; - - - - -- Get the codes from our application (inserting if necessary) for the codes retrieved from WebEOC - SELECT * - INTO _edit_cos_reffered_by_lst - FROM PUBLIC.insert_and_return_code(_edit_webeoc_reported_by_code, 'reprtdbycd'); - - - -- Get the current state of the complaint - SELECT * - INTO current_complaint_record - FROM PUBLIC.complaint - WHERE complaint_identifier = _complaint_identifier; - - -- update the complaint data, if the incoming webeoc contains applicable updates - if (COALESCE(_edit_detail_text, '') <> COALESCE(current_complaint_record.detail_text, '')) then - UPDATE complaint - SET detail_text = _edit_detail_text - WHERE complaint_identifier = _complaint_identifier; - - update_edit_ind = true; - end if; - - -- update the complaint data, if the incoming webeoc contains applicable updates - if (COALESCE(_edit_caller_name, '') <> COALESCE(current_complaint_record.caller_name, '')) then - UPDATE complaint - SET caller_name = _edit_caller_name - WHERE complaint_identifier = _complaint_identifier; - - update_edit_ind = true; - end if; - - _edit_caller_phone_1 := format_phone_number(_edit_caller_phone_1); - if (COALESCE(_edit_caller_phone_1, '') <> COALESCE(current_complaint_record.caller_phone_1, '')) then - - UPDATE complaint - SET caller_phone_1 = _edit_caller_phone_1 - WHERE complaint_identifier = _complaint_identifier; - - update_edit_ind = true; - end if; - - _edit_caller_phone_2 := format_phone_number(_edit_caller_phone_2); - if (COALESCE(_edit_caller_phone_2, '') <> COALESCE(current_complaint_record.caller_phone_2, '')) then - - UPDATE complaint - SET caller_phone_2 = _edit_caller_phone_2 - WHERE complaint_identifier = _complaint_identifier; - - update_edit_ind = true; - end if; - - _edit_caller_phone_3 := format_phone_number(_edit_caller_phone_3); - if (COALESCE(_edit_caller_phone_3, '') <> COALESCE(current_complaint_record.caller_phone_3, '')) then - - UPDATE complaint - SET caller_phone_3 = _edit_caller_phone_3 - WHERE complaint_identifier = _complaint_identifier; - update_edit_ind = true; - end if; - - if (COALESCE(_edit_caller_email, '') <> COALESCE(current_complaint_record.caller_email, '')) then - UPDATE complaint - SET caller_email = _edit_caller_email - WHERE complaint_identifier = _complaint_identifier; - update_edit_ind = true; - end if; - - if (COALESCE(_edit_caller_address, '') <> COALESCE(current_complaint_record.caller_address, '')) then - UPDATE complaint - SET caller_address = _edit_caller_address - WHERE complaint_identifier = _complaint_identifier; - update_edit_ind = true; - end if; - - if (COALESCE(_edit_address, '') <> COALESCE(current_complaint_record.location_summary_text, '')) then - UPDATE complaint - SET location_summary_text = _edit_address - WHERE complaint_identifier = _complaint_identifier; - update_edit_ind = true; - end if; - - if (COALESCE(_edit_cos_reffered_by_lst, '') <> COALESCE(current_complaint_record.reported_by_code, '')) then - UPDATE complaint - SET reported_by_code = _edit_cos_reffered_by_lst - WHERE complaint_identifier = _complaint_identifier; - update_edit_ind = true; - end if; - - if (COALESCE(_edit_reported_by_other_text, '') <> COALESCE(current_complaint_record.reported_by_other_text, '')) then - UPDATE complaint - SET reported_by_other_text = _edit_reported_by_other_text - WHERE complaint_identifier = _complaint_identifier; - update_edit_ind = true; - end if; - - if (COALESCE(_edit_location_detailed_text, '') <> COALESCE(current_complaint_record.location_detailed_text, '')) then - UPDATE complaint - SET location_detailed_text = _edit_location_detailed_text - WHERE complaint_identifier = _complaint_identifier; - update_edit_ind = true; - end if; - - if (_edit_incident_utc_datetime <> current_complaint_record.incident_utc_datetime) then - UPDATE complaint - SET incident_utc_datetime = _edit_incident_utc_datetime - WHERE complaint_identifier = _complaint_identifier; - update_edit_ind = true; - end if; - - if (_edit_incident_reported_utc_timestmp <> current_complaint_record.incident_reported_utc_timestmp) then - UPDATE complaint - SET incident_reported_utc_timestmp = _edit_incident_reported_utc_timestmp - WHERE complaint_identifier = _complaint_identifier; - update_edit_ind = true; - end if; - - if NOT ST_Equals(_edit_location_geometry_point, current_complaint_record.location_geometry_point) then - UPDATE complaint - SET location_geometry_point = _edit_location_geometry_point - WHERE complaint_identifier = _complaint_identifier; - update_edit_ind = true; - end if; - - if (_edit_complaint_status_code <> current_complaint_record.complaint_status_code) then - UPDATE complaint - SET complaint_status_code = _edit_complaint_status_code - WHERE complaint_identifier = _complaint_identifier; - update_edit_ind = true; - end if; - - -- the update caused an edit, set the audit fields - if (update_edit_ind) then - update complaint - set update_user_id = _edit_update_userid, update_utc_timestamp = _edit_update_utc_timestamp - where complaint_identifier = _complaint_identifier; - end if; - - if (_edit_report_type = 'HWCR') then - update_edit_ind = false; - select hc.hwcr_complaint_guid - into hwcr_uuid - from hwcr_complaint hc where complaint_identifier = _complaint_identifier; - - update attractant_hwcr_xref - set active_ind = false - where hwcr_complaint_guid = hwcr_uuid; - - -- Convert the comma-separated list into an array - attractants_array := string_to_array( edit_complaint_data ->> 'attractants_list', ',' ); - -- Iterate over the array - foreach attractant_item IN ARRAY attractants_array - LOOP -- Trim whitespace and check if the item is 'Not Applicable' - IF trim(attractant_item) <> 'Not Applicable' THEN -- Your insertion logic here - SELECT * - FROM PUBLIC.insert_and_return_code( trim(attractant_item), 'atractntcd' ) - INTO _attractant_code; - - INSERT INTO PUBLIC.attractant_hwcr_xref - ( - attractant_code, - hwcr_complaint_guid, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) - VALUES - ( - _attractant_code, - hwcr_uuid, - WEBEOC_USER_ID, - _edit_create_utc_timestamp, - WEBEOC_USER_ID, - _edit_update_utc_timestamp - ); - - END IF; - END LOOP; - -- get the code based on the update from WebEOC - SELECT * - INTO _edit_species_code - FROM PUBLIC.insert_and_return_code(_edit_webeoc_species, 'speciescd'); - - -- get the current species code - SELECT hc.species_code - INTO _current_species_code - FROM hwcr_complaint hc - WHERE hc.complaint_identifier = _complaint_identifier; - - - if (_edit_species_code <> _current_species_code) then - update hwcr_complaint - set species_code = _edit_species_code - where complaint_identifier = _complaint_identifier; - end if; - - -- the update caused an edit, set the audit fields - if (update_edit_ind) then - update hwcr_complaint - set update_user_id = _edit_update_userid, update_utc_timestamp = _edit_update_utc_timestamp - where complaint_identifier = _complaint_identifier; - end if; - - end if; - - if (_edit_report_type = 'ERS') then - update_edit_ind = false; - - - _edit_in_progress_ind := (edit_complaint_data->>'violation_in_progress'); - _edit_observed_ind := (edit_complaint_data->>'observe_violation'); - _edit_suspect_witnesss_dtl_text := edit_complaint_data->>'suspect_details'; - - IF _edit_in_progress_ind = 'Yes' THEN - _edit_in_progress_ind_bool := TRUE; - ELSE - _edit_in_progress_ind_bool := FALSE; - END IF; - IF _edit_observed_ind = 'Yes' THEN - _edit_observed_ind_bool := TRUE; - ELSE - _edit_observed_ind_bool := FALSE; - END IF; - - -- Get the current state of the complaint - SELECT * - INTO allegation_complaint_record - FROM PUBLIC.allegation_complaint ac - WHERE complaint_identifier = _complaint_identifier; - - - - if (_edit_observed_ind_bool != allegation_complaint_record.observed_ind) then - UPDATE allegation_complaint - SET observed_ind = _edit_observed_ind_bool - WHERE complaint_identifier = _complaint_identifier; - update_edit_ind = true; - end if; - - if (_edit_in_progress_ind_bool != allegation_complaint_record.in_progress_ind) then - UPDATE allegation_complaint - SET in_progress_ind = _edit_in_progress_ind_bool - WHERE complaint_identifier = _complaint_identifier; - update_edit_ind = true; - end if; - - if (_edit_suspect_witnesss_dtl_text <> allegation_complaint_record.suspect_witnesss_dtl_text) then - UPDATE allegation_complaint - SET suspect_witnesss_dtl_text = _edit_suspect_witnesss_dtl_text - WHERE complaint_identifier = _complaint_identifier; - update_edit_ind = true; - end if; - - - SELECT * - FROM PUBLIC.insert_and_return_code( edit_complaint_data->>'violation_type', 'violatncd' ) - INTO _edit_violation_code; - - select ac.violation_code - into _current_violation_type_code - from allegation_complaint ac - where ac.complaint_identifier = _complaint_identifier; - - if (_edit_violation_code <> _current_violation_type_code) then - if _edit_violation_code = 'WASTE' OR _edit_violation_code = 'PESTICDE' then - UPDATE PUBLIC.complaint - SET owned_by_agency_code = 'EPO' - WHERE complaint_identifier = _complaint_identifier; - else - UPDATE PUBLIC.complaint - SET owned_by_agency_code = 'COS' - WHERE complaint_identifier = _complaint_identifier; - end if; - - update allegation_complaint - set violation_code = _edit_violation_code - where complaint_identifier = _complaint_identifier; - update_edit_ind = true; - end if; - - -- the update caused an edit, set the audit fields - if (update_edit_ind) then - update hwcr_complaint - set update_user_id = _edit_update_userid, update_utc_timestamp = _edit_update_utc_timestamp - where complaint_identifier = _complaint_identifier; - end if; - end if; - - -- Update staging_complaint to mark the process as successful - UPDATE staging_complaint - SET staging_status_code = STAGING_STATUS_CODE_SUCCESS - WHERE complaint_identifier = _complaint_identifier - AND staging_activity_code = STAGING_STATUS_CODE_EDIT - and staging_status_code = 'PENDING'; - -EXCEPTION -WHEN OTHERS THEN - RAISE NOTICE 'An unexpected error occurred: %', SQLERRM; - UPDATE staging_complaint - SET staging_status_code = STAGING_STATUS_CODE_ERROR - WHERE complaint_identifier = _complaint_identifier - AND staging_status_code = STAGING_STATUS_CODE_PENDING - AND staging_activity_code = STAGING_STATUS_CODE_EDIT; - -END; -$function$ -; diff --git a/backend/db/migrations/R__Code-Tables.sql b/backend/db/migrations/R__Code-Tables.sql deleted file mode 100644 index 72b75f59d..000000000 --- a/backend/db/migrations/R__Code-Tables.sql +++ /dev/null @@ -1,3 +0,0 @@ --- --- Moved to R__Code-Table-Data.sql --- \ No newline at end of file diff --git a/backend/db/migrations/R__Code-table-description-updates.sql b/backend/db/migrations/R__Code-table-description-updates.sql deleted file mode 100644 index d0c29e826..000000000 --- a/backend/db/migrations/R__Code-table-description-updates.sql +++ /dev/null @@ -1,3 +0,0 @@ --- --- Moved to R__Code-Table-Data.sql --- diff --git a/backend/db/migrations/R__Configuration-values.sql b/backend/db/migrations/R__Configuration-values.sql deleted file mode 100644 index d0c29e826..000000000 --- a/backend/db/migrations/R__Configuration-values.sql +++ /dev/null @@ -1,3 +0,0 @@ --- --- Moved to R__Code-Table-Data.sql --- diff --git a/backend/db/migrations/R__Create-Test-Data.sql b/backend/db/migrations/R__Create-Test-Data.sql deleted file mode 100644 index a11987610..000000000 --- a/backend/db/migrations/R__Create-Test-Data.sql +++ /dev/null @@ -1,1072 +0,0 @@ ------------------------ --- HOW TO USE THIS FILE --- --- Nearly all changes to code tables should go into this file, the exception might be if there is --- a high volume (e.g. see staging-metadata-mapping.sql) --- --- All insert statements MUST end with ON CONFLICT DO NOTHING; in order to make them repeatable --- --- Update statements could either be placed at the bottom of the file, or if they are an update to an --- existing update statement, the original update statement could just be updated. --- --- The last line of the file that increments the code table versions by one will tell the clients to --- download new copies of the code table. It probably doesn't HAVE to be the last line of the file, --- but I think it should be just to be safe. ----------------------- - -------------------------- --- Insert OFFICE records -------------------------- - -INSERT INTO public.office -(office_guid, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, geo_organization_unit_code, agency_code) -VALUES('db343458-8eca-42c2-91ec-070b3e6de663'::uuid, 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', '100MLHSE', 'COS') -ON CONFLICT DO NOTHING; -INSERT INTO public.office -(office_guid, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, geo_organization_unit_code, agency_code) -VALUES('5c7023b9-710e-4333-bbcb-8a95350b747c'::uuid, 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'ATLIN', 'COS') -ON CONFLICT DO NOTHING; -INSERT INTO public.office -(office_guid, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, geo_organization_unit_code, agency_code) -VALUES('cdd9964e-7878-44c1-b4a2-0290c6345dec'::uuid, 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'BLLACLA', 'COS') -ON CONFLICT DO NOTHING; -INSERT INTO public.office -(office_guid, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, geo_organization_unit_code, agency_code) -VALUES('3338cb74-5be4-4ed3-8b11-41f83d72de00'::uuid, 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'BLKCRKCR', 'COS') -ON CONFLICT DO NOTHING; -INSERT INTO public.office -(office_guid, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, geo_organization_unit_code, agency_code) -VALUES('ee09bf4d-e5a1-4fb8-9012-c192692dd1bd'::uuid, 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'BURNSLK', 'COS') -ON CONFLICT DO NOTHING; -INSERT INTO public.office -(office_guid, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, geo_organization_unit_code, agency_code) -VALUES('aebabfed-cf45-4253-9fbf-f49452190332'::uuid, 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'CSTLGAR', 'COS') -ON CONFLICT DO NOTHING; -INSERT INTO public.office -(office_guid, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, geo_organization_unit_code, agency_code) -VALUES('92bad201-cccc-4021-9c79-bbdcf13947f2'::uuid, 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'CHTWD', 'COS') -ON CONFLICT DO NOTHING; -INSERT INTO public.office -(office_guid, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, geo_organization_unit_code, agency_code) -VALUES('79fe321b-7716-413f-b878-c5fd6100317d'::uuid, 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'CLRWTER', 'COS') -ON CONFLICT DO NOTHING; -INSERT INTO public.office -(office_guid, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, geo_organization_unit_code, agency_code) -VALUES('19addcac-91b2-4ab3-83b9-9a26baa1e635'::uuid, 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'CRNBK', 'COS') -ON CONFLICT DO NOTHING; -INSERT INTO public.office -(office_guid, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, geo_organization_unit_code, agency_code) -VALUES('2044f08d-b53c-489a-8584-dd867b63514a'::uuid, 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'CRSTN', 'COS') -ON CONFLICT DO NOTHING; -INSERT INTO public.office -(office_guid, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, geo_organization_unit_code, agency_code) -VALUES('55d7b990-8123-492f-8b5b-7cbbd14ac423'::uuid, 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'DJNG', 'COS') -ON CONFLICT DO NOTHING; -INSERT INTO public.office -(office_guid, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, geo_organization_unit_code, agency_code) -VALUES('4a5a94b1-bd47-4611-a577-861d97089903'::uuid, 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'DWSNCRK', 'COS') -ON CONFLICT DO NOTHING; -INSERT INTO public.office -(office_guid, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, geo_organization_unit_code, agency_code) -VALUES('f30857bf-bab9-491a-b38f-83600238c36d'::uuid, 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'DSELK', 'COS') -ON CONFLICT DO NOTHING; -INSERT INTO public.office -(office_guid, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, geo_organization_unit_code, agency_code) -VALUES('f7065a6e-2481-4526-b874-6ab98009481d'::uuid, 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'DNCN', 'COS') -ON CONFLICT DO NOTHING; -INSERT INTO public.office -(office_guid, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, geo_organization_unit_code, agency_code) -VALUES('784080e4-9674-4c84-ac3e-bf161b09c2de'::uuid, 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'FRNIE', 'COS') -ON CONFLICT DO NOTHING; -INSERT INTO public.office -(office_guid, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, geo_organization_unit_code, agency_code) -VALUES('edd4b298-ced7-4b10-9232-87512ec640b3'::uuid, 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'FRTNLN', 'COS') -ON CONFLICT DO NOTHING; -INSERT INTO public.office -(office_guid, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, geo_organization_unit_code, agency_code) -VALUES('e0ad7fe3-59da-4e1a-a611-46ccf7ea7396'::uuid, 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'FRTSTJN', 'COS') -ON CONFLICT DO NOTHING; -INSERT INTO public.office -(office_guid, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, geo_organization_unit_code, agency_code) -VALUES('643a4ff7-9135-4e6d-86ad-f2f8aac195ef'::uuid, 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'GLDN', 'COS') -ON CONFLICT DO NOTHING; -INSERT INTO public.office -(office_guid, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, geo_organization_unit_code, agency_code) -VALUES('c8aeb3d9-3718-49d9-b8b5-6c84671546eb'::uuid, 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'GDFKS', 'COS') -ON CONFLICT DO NOTHING; -INSERT INTO public.office -(office_guid, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, geo_organization_unit_code, agency_code) -VALUES('a5e2e92e-4928-4dbc-8165-e06234b051c1'::uuid, 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'INVRM', 'COS') -ON CONFLICT DO NOTHING; -INSERT INTO public.office -(office_guid, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, geo_organization_unit_code, agency_code) -VALUES('3a070028-2c6f-4ea9-a548-271cf076280a'::uuid, 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'KMLPS', 'COS') -ON CONFLICT DO NOTHING; -INSERT INTO public.office -(office_guid, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, geo_organization_unit_code, agency_code) -VALUES('21855957-521f-4190-b0f9-a7ab7d139978'::uuid, 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'KLWNA', 'COS') -ON CONFLICT DO NOTHING; -INSERT INTO public.office -(office_guid, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, geo_organization_unit_code, agency_code) -VALUES('33dc58c7-2ebf-4924-93f9-168073058273'::uuid, 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'LLT', 'COS') -ON CONFLICT DO NOTHING; -INSERT INTO public.office -(office_guid, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, geo_organization_unit_code, agency_code) -VALUES('3a4e8fc8-db72-4f02-b5ee-1f257c74a635'::uuid, 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'MKNZI', 'COS') -ON CONFLICT DO NOTHING; -INSERT INTO public.office -(office_guid, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, geo_organization_unit_code, agency_code) -VALUES('e6807e73-f591-459a-b0f7-413f6fb2984e'::uuid, 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'MRRTT', 'COS') -ON CONFLICT DO NOTHING; -INSERT INTO public.office -(office_guid, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, geo_organization_unit_code, agency_code) -VALUES('8f9e10a8-53b5-4125-8d8f-b7fbfdd6ae47'::uuid, 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'MSNCHWK', 'COS') -ON CONFLICT DO NOTHING; -INSERT INTO public.office -(office_guid, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, geo_organization_unit_code, agency_code) -VALUES('491941e6-89a7-473f-b246-a2d8cd21b078'::uuid, 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'MSNMPLRD', 'COS') -ON CONFLICT DO NOTHING; -INSERT INTO public.office -(office_guid, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, geo_organization_unit_code, agency_code) -VALUES('00048dd4-17b0-4fdc-a3fb-54f820970422'::uuid, 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'MSNSR', 'COS') -ON CONFLICT DO NOTHING; -INSERT INTO public.office -(office_guid, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, geo_organization_unit_code, agency_code) -VALUES('6496f00f-5397-470d-90db-490e6859256a'::uuid, 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'NNIMO', 'COS') -ON CONFLICT DO NOTHING; -INSERT INTO public.office -(office_guid, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, geo_organization_unit_code, agency_code) -VALUES('4ff0d641-4c60-4a0a-964e-6e0ac5bfa8de'::uuid, 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'NLSON', 'COS') -ON CONFLICT DO NOTHING; -INSERT INTO public.office -(office_guid, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, geo_organization_unit_code, agency_code) -VALUES('b494082e-35a3-468f-8955-4aa002066b36'::uuid, 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'PNTCTN', 'COS') -ON CONFLICT DO NOTHING; -INSERT INTO public.office -(office_guid, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, geo_organization_unit_code, agency_code) -VALUES('305f0ee6-b525-40fd-b2d8-c7a882e8b7fd'::uuid, 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'PRTALB', 'COS') -ON CONFLICT DO NOTHING; -INSERT INTO public.office -(office_guid, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, geo_organization_unit_code, agency_code) -VALUES('3058b00c-cafd-4eba-a1a4-a989ccff00bf'::uuid, 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'PRTMCNL', 'COS') -ON CONFLICT DO NOTHING; -INSERT INTO public.office -(office_guid, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, geo_organization_unit_code, agency_code) -VALUES('cd101564-6114-49e0-9e87-fa6e4925dbb7'::uuid, 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'PWLRV', 'COS') -ON CONFLICT DO NOTHING; -INSERT INTO public.office -(office_guid, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, geo_organization_unit_code, agency_code) -VALUES('3f474308-68da-450a-b1ab-fb8a5b7a27ce'::uuid, 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'PRCG', 'COS') -ON CONFLICT DO NOTHING; -INSERT INTO public.office -(office_guid, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, geo_organization_unit_code, agency_code) -VALUES('313f4ec3-e88a-41c2-9956-78c7b18cb71d'::uuid, 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'QSNL', 'COS') -ON CONFLICT DO NOTHING; -INSERT INTO public.office -(office_guid, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, geo_organization_unit_code, agency_code) -VALUES('19d0f476-0fc4-4fe1-b7aa-b76d3c2c5b9b'::uuid, 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'SLMONRM', 'COS') -ON CONFLICT DO NOTHING; -INSERT INTO public.office -(office_guid, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, geo_organization_unit_code, agency_code) -VALUES('b74014cf-1d80-4074-97c0-024a422d24f9'::uuid, 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'SCHLT', 'COS') -ON CONFLICT DO NOTHING; -INSERT INTO public.office -(office_guid, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, geo_organization_unit_code, agency_code) -VALUES('cbd8d434-f525-410b-9c3c-119b82a31813'::uuid, 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'SMITHRS', 'COS') -ON CONFLICT DO NOTHING; -INSERT INTO public.office -(office_guid, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, geo_organization_unit_code, agency_code) -VALUES('38105a68-c83d-44e5-af6e-9cfa40792118'::uuid, 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'SQMSHWHS', 'COS') -ON CONFLICT DO NOTHING; -INSERT INTO public.office -(office_guid, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, geo_organization_unit_code, agency_code) -VALUES('0f2cdcb7-c4ba-457d-adac-adde1d8c077a'::uuid, 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'TERRC', 'COS') -ON CONFLICT DO NOTHING; -INSERT INTO public.office -(office_guid, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, geo_organization_unit_code, agency_code) -VALUES('5128179c-f622-499b-b8e5-b39199081f22'::uuid, 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'VNDHF', 'COS') -ON CONFLICT DO NOTHING; -INSERT INTO public.office -(office_guid, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, geo_organization_unit_code, agency_code) -VALUES('1f4d9042-d6a5-46b6-a860-e1de7edb6add'::uuid, 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'VRNON', 'COS') -ON CONFLICT DO NOTHING; -INSERT INTO public.office -(office_guid, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, geo_organization_unit_code, agency_code) -VALUES('45abdc96-1b07-4b9c-8b05-e2b0c46c1d1d'::uuid, 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'VICTRA', 'COS') -ON CONFLICT DO NOTHING; -INSERT INTO public.office -(office_guid, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, geo_organization_unit_code, agency_code) -VALUES('9fc7327b-b206-4a5c-88f1-2875a456eb49'::uuid, 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'WLMSLK', 'COS') -ON CONFLICT DO NOTHING; - - -------------------------- --- Insert PERSON records -------------------------- - --- COS HQ / Application Team -- -INSERT INTO public.person -(person_guid, first_name, middle_name_1, middle_name_2, last_name, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) -VALUES('6fd73cad-cbc7-49f1-888a-b24dc8abd824'::uuid, 'Neil', NULL, NULL, 'Baskerville-Bridges', 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754') -ON CONFLICT DO NOTHING; -INSERT INTO public.person -(person_guid, first_name, middle_name_1, middle_name_2, last_name, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) -VALUES('5169b4e9-4d93-42bf-b7f4-70f329bfd22c'::uuid, 'Steve', NULL, NULL, 'Kot', 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754') -ON CONFLICT DO NOTHING; -INSERT INTO public.person -(person_guid, first_name, middle_name_1, middle_name_2, last_name, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) -VALUES('659f8758-1b64-4d23-b371-d4c4333c2787'::uuid, 'Barrett', NULL, NULL, 'Falk', 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754') -ON CONFLICT DO NOTHING; -INSERT INTO public.person -(person_guid, first_name, middle_name_1, middle_name_2, last_name, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) -VALUES('5b9bcbf6-73b4-4b56-8fc3-d979bb3c1ff7'::uuid, 'Mike', NULL, NULL, 'Sears', 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754') -ON CONFLICT DO NOTHING; -INSERT INTO public.person -(person_guid, first_name, middle_name_1, middle_name_2, last_name, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) -VALUES('666c0f30-d707-4ade-b67f-9b888fe234e6'::uuid, 'Alec', NULL, NULL, 'Wilcox', 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754') -ON CONFLICT DO NOTHING; -INSERT INTO public.person -(person_guid, first_name, middle_name_1, middle_name_2, last_name, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) -VALUES('7de151c1-ae52-41c3-834d-d538bbb50cda'::uuid, 'Tobe', NULL, NULL, 'Sprado', 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754') -ON CONFLICT DO NOTHING; -INSERT INTO public.person -(person_guid, first_name, middle_name_1, middle_name_2, last_name, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) -VALUES('5a724b5e-aa64-439d-a76d-3aa7320409a0'::uuid, 'Scarlett', NULL, NULL, 'Truong', 'FLYWAY', '2024-01-10 22:16:16.754', 'FLYWAY', '2024-01-10 22:16:16.754') -ON CONFLICT DO NOTHING; -INSERT INTO public.person -(person_guid, first_name, middle_name_1, middle_name_2, last_name, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) -VALUES('f67e52f5-ac3f-48e0-ad64-cab1eae51a18'::uuid, 'Dmitri', NULL, NULL, 'Korin', 'FLYWAY', '2024-01-22 22:16:16.754', 'FLYWAY', '2024-01-22 22:16:16.754') -ON CONFLICT DO NOTHING; -INSERT INTO public.person -(person_guid, first_name, middle_name_1, middle_name_2, last_name, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) -VALUES('b9d79ff2-8ec4-4f35-bfa6-d19dbdd2d58e'::uuid, 'Adrienne', NULL, NULL, 'Lai', 'FLYWAY', '2024-01-22 22:16:16.754', 'FLYWAY', '2024-01-22 22:16:16.754') -ON CONFLICT DO NOTHING; -INSERT INTO public.person -(person_guid, first_name, middle_name_1, middle_name_2, last_name, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) -VALUES('b48487c2-055a-4711-bba8-282a28e52e69'::uuid, 'Greg', NULL, NULL, 'Lavery', 'FLYWAY', '2024-01-22 22:16:16.754', 'FLYWAY', '2024-01-22 22:16:16.754') -ON CONFLICT DO NOTHING; -INSERT INTO public.person -(person_guid, first_name, middle_name_1, middle_name_2, last_name, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) -VALUES('73e2a6f1-f438-495f-a5e7-12e850a5e4e3'::uuid, 'Miwa', NULL, NULL, 'Ito', 'FLYWAY', '2024-01-22 22:16:16.754', 'FLYWAY', '2024-01-22 22:16:16.754') -ON CONFLICT DO NOTHING; --- Peace Pilot Users: Fort St. John -- -INSERT INTO public.person -(person_guid, first_name, middle_name_1, middle_name_2, last_name, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) -VALUES('87035f8e-d01a-4c8e-80ec-868fd386605d'::uuid, 'Jacob', NULL, NULL, 'Clausen', 'FLYWAY', '2024-01-22 22:16:16.754', 'FLYWAY', '2024-01-22 22:16:16.754') -ON CONFLICT DO NOTHING; -INSERT INTO public.person -(person_guid, first_name, middle_name_1, middle_name_2, last_name, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) -VALUES('d6d2021f-8c9e-4086-b915-068e935a7fac'::uuid, 'Mitchell', NULL, NULL, 'Chayer', 'FLYWAY', '2024-01-22 22:16:16.754', 'FLYWAY', '2024-01-22 22:16:16.754') -ON CONFLICT DO NOTHING; -INSERT INTO public.person -(person_guid, first_name, middle_name_1, middle_name_2, last_name, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) -VALUES('2bc18e7f-1f9a-4c8f-a47c-85399294e172'::uuid, 'Ellen', NULL, NULL, 'Pedersen', 'FLYWAY', '2024-01-22 22:16:16.754', 'FLYWAY', '2024-01-22 22:16:16.754') -ON CONFLICT DO NOTHING; -INSERT INTO public.person -(person_guid, first_name, middle_name_1, middle_name_2, last_name, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) -VALUES('02cae56f-21e6-4c64-9a9f-d8e77ca1f77c'::uuid, 'Blake', NULL, NULL, 'Parker', 'FLYWAY', '2024-01-22 22:16:16.754', 'FLYWAY', '2024-01-22 22:16:16.754') -ON CONFLICT DO NOTHING; -INSERT INTO public.person -(person_guid, first_name, middle_name_1, middle_name_2, last_name, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) -VALUES('52f69f9b-8766-4fe7-9fa3-844808d78bd5'::uuid, 'Anthony', NULL, NULL, 'Eagles', 'FLYWAY', '2024-01-22 22:16:16.754', 'FLYWAY', '2024-01-22 22:16:16.754') -ON CONFLICT DO NOTHING; -INSERT INTO public.person -(person_guid, first_name, middle_name_1, middle_name_2, last_name, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) -VALUES('d19893fa-0af9-4646-9def-1312e8d67202'::uuid, 'Darryl', NULL, NULL, 'Struthers', 'FLYWAY', '2024-01-22 22:16:16.754', 'FLYWAY', '2024-01-22 22:16:16.754') -ON CONFLICT DO NOTHING; -INSERT INTO public.person -(person_guid, first_name, middle_name_1, middle_name_2, last_name, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) -VALUES('1c64cc35-f5f7-4cf5-84b3-4e4233f9c6a1'::uuid, 'Breanna', NULL, NULL, 'Caruth', 'FLYWAY', '2024-01-22 22:16:16.754', 'FLYWAY', '2024-01-22 22:16:16.754') -ON CONFLICT DO NOTHING; --- Peace Pilot Users: Fort Nelson -- -INSERT INTO public.person -(person_guid, first_name, middle_name_1, middle_name_2, last_name, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) -VALUES('1db006c7-221e-47fa-a795-c5529258d090'::uuid, 'Jeff', NULL, NULL, 'Clancy', 'FLYWAY', '2024-01-22 22:16:16.754', 'FLYWAY', '2024-01-22 22:16:16.754') -ON CONFLICT DO NOTHING; -INSERT INTO public.person -(person_guid, first_name, middle_name_1, middle_name_2, last_name, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) -VALUES('b08e0fe2-f829-4ea1-a7e6-070a2ebc968c'::uuid, 'Erich', NULL, NULL, 'Harbich', 'FLYWAY', '2024-01-22 22:16:16.754', 'FLYWAY', '2024-01-22 22:16:16.754') -ON CONFLICT DO NOTHING; --- Peace Pilot Users: Dawson Creek -- -INSERT INTO public.person -(person_guid, first_name, middle_name_1, middle_name_2, last_name, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) -VALUES('644be5aa-993b-4e77-a4f4-ab3087c34fb7'::uuid, 'Juliana', NULL, NULL, 'Damert', 'FLYWAY', '2024-01-22 22:16:16.754', 'FLYWAY', '2024-01-22 22:16:16.754') -ON CONFLICT DO NOTHING; -INSERT INTO public.person -(person_guid, first_name, middle_name_1, middle_name_2, last_name, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) -VALUES('5e75ed5a-5c40-45ea-b28e-383a56c5ec0a'::uuid, 'Rob', NULL, NULL, 'Groeger', 'FLYWAY', '2024-01-22 22:16:16.754', 'FLYWAY', '2024-01-22 22:16:16.754') -ON CONFLICT DO NOTHING; -INSERT INTO public.person -(person_guid, first_name, middle_name_1, middle_name_2, last_name, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) -VALUES('b136509d-0e1c-4c81-99b5-2ca3236f6f54'::uuid, 'Kevin', NULL, NULL, 'Mayowski', 'FLYWAY', '2024-01-22 22:16:16.754', 'FLYWAY', '2024-01-22 22:16:16.754') -ON CONFLICT DO NOTHING; -INSERT INTO public.person -(person_guid, first_name, middle_name_1, middle_name_2, last_name, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) -VALUES('2eaffabd-720d-48ed-aa82-b31f828487c4'::uuid, 'Brad', NULL, NULL, 'Lacey', 'FLYWAY', '2024-01-22 22:16:16.754', 'FLYWAY', '2024-01-22 22:16:16.754') -ON CONFLICT DO NOTHING; - -------------------------- --- INSERT OFFICER RECORDS -------------------------- --- insert COSHQ and move project team into it - -insert into geo_organization_unit_code(geo_organization_unit_code, short_description, long_description, effective_date, expiry_date, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, geo_org_unit_type_code, administrative_office_ind) -values ('COSHQ','COS HQ','COS Headquarters', now(), null, user, now(), user, now(), 'OFFLOC', true) ON CONFLICT DO NOTHING; - -INSERT INTO public.office -(office_guid, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, geo_organization_unit_code, agency_code) -VALUES('c3d8519c-73cb-48a1-8058-358883d5ef4f'::uuid, 'nr-compliance-enforcement', '2024-06-06 22:16:16.754', 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'COSHQ', 'COS') -ON CONFLICT DO NOTHING; - -insert into geo_org_unit_structure (effective_date, expiry_date, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, agency_code, parent_geo_org_unit_code, child_geo_org_unit_code) -values (now(), null, user, now(), user, now(), 'COS','SISL','COSHQ') ON CONFLICT DO NOTHING; - --- COS HQ / Application Team -- -INSERT INTO public.officer -(officer_guid, user_id, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, person_guid, office_guid, auth_user_guid) -VALUES('65dbad8b-790a-43cb-b394-c8019f4c86e2'::uuid, 'M2SEARS', 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', '5b9bcbf6-73b4-4b56-8fc3-d979bb3c1ff7'::uuid, 'c3d8519c-73cb-48a1-8058-358883d5ef4f'::uuid, NULL) -ON CONFLICT DO NOTHING; -INSERT INTO public.officer -(officer_guid, user_id, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, person_guid, office_guid, auth_user_guid) -VALUES('54892583-7013-48f5-87c8-90c19f95b395'::uuid, 'BFALK', 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', '659f8758-1b64-4d23-b371-d4c4333c2787'::uuid, 'c3d8519c-73cb-48a1-8058-358883d5ef4f'::uuid, '6def8986-1b18-4205-8283-d6fd633b3eee'::uuid) -ON CONFLICT DO NOTHING; -INSERT INTO public.officer -(officer_guid, user_id, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, person_guid, office_guid, auth_user_guid) -VALUES('b762fbc2-344f-4c53-a8c2-6b0b9f605d4b'::uuid, 'SKOT', 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', '5169b4e9-4d93-42bf-b7f4-70f329bfd22c'::uuid, 'c3d8519c-73cb-48a1-8058-358883d5ef4f'::uuid, '98b121c7-873a-45bf-b465-749870896eb9'::uuid) -ON CONFLICT DO NOTHING; -INSERT INTO public.officer -(officer_guid, user_id, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, person_guid, office_guid, auth_user_guid) -VALUES('efcbaae4-505b-4db3-b036-7ec8b8dd8c6d'::uuid, 'NBASKERV', 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', '6fd73cad-cbc7-49f1-888a-b24dc8abd824'::uuid, 'c3d8519c-73cb-48a1-8058-358883d5ef4f'::uuid, 'ef0bc810-58a7-4080-ad7a-b5bbdd0d2efe'::uuid) -ON CONFLICT DO NOTHING; -INSERT INTO public.officer -(officer_guid, user_id, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, person_guid, office_guid, auth_user_guid) -VALUES('9d171865-aab6-43d1-bbf2-93b4d4c5ba02'::uuid, 'AWILCOX', 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', '666c0f30-d707-4ade-b67f-9b888fe234e6'::uuid, 'c3d8519c-73cb-48a1-8058-358883d5ef4f'::uuid, '287d4e72-8409-4dd1-991a-8b1117b8eb2a'::uuid) -ON CONFLICT DO NOTHING; -INSERT INTO public.officer -(officer_guid, user_id, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, person_guid, office_guid) -VALUES('a534a1e0-bebc-499d-ba4b-eb5ed0726f26'::uuid, 'STRUONG', 'FLYWAY', '2024-01-10 22:16:16.754', 'FLYWAY', '2024-01-10 22:20:48.186', '5a724b5e-aa64-439d-a76d-3aa7320409a0'::uuid, 'c3d8519c-73cb-48a1-8058-358883d5ef4f'::uuid) -ON CONFLICT DO NOTHING; -INSERT INTO public.officer -(officer_guid, user_id, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, person_guid, office_guid) -VALUES('56582c3c-6819-43c8-8d89-8e43823500c3'::uuid, 'DKORIN', 'FLYWAY', '2024-01-22 22:16:16.754', 'FLYWAY', '2024-01-22 22:20:48.186', 'f67e52f5-ac3f-48e0-ad64-cab1eae51a18'::uuid, 'c3d8519c-73cb-48a1-8058-358883d5ef4f'::uuid) -ON CONFLICT DO NOTHING; -INSERT INTO public.officer -(officer_guid, user_id, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, person_guid, office_guid) -VALUES('d148bfc7-b41a-474c-a04e-7218a840daea'::uuid, 'ADLAI', 'FLYWAY', '2024-01-22 22:16:16.754', 'FLYWAY', '2024-01-22 22:20:48.186', 'b9d79ff2-8ec4-4f35-bfa6-d19dbdd2d58e'::uuid, 'c3d8519c-73cb-48a1-8058-358883d5ef4f'::uuid) -ON CONFLICT DO NOTHING; -INSERT INTO public.officer -(officer_guid, user_id, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, person_guid, office_guid) -VALUES('880e237a-a422-4443-a58d-22e5380be86a'::uuid, 'GRLAVERY', 'FLYWAY', '2024-01-22 22:16:16.754', 'FLYWAY', '2024-01-22 22:20:48.186', 'b48487c2-055a-4711-bba8-282a28e52e69'::uuid, 'c3d8519c-73cb-48a1-8058-358883d5ef4f'::uuid) -ON CONFLICT DO NOTHING; -INSERT INTO public.officer -(officer_guid, user_id, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, person_guid, office_guid) -VALUES('d6a7dd4f-3b5a-41bd-aef5-d47a0510f3c7'::uuid, 'MITO', 'FLYWAY', '2024-01-22 22:16:16.754', 'FLYWAY', '2024-01-22 22:20:48.186', '73e2a6f1-f438-495f-a5e7-12e850a5e4e3'::uuid, 'c3d8519c-73cb-48a1-8058-358883d5ef4f'::uuid) -ON CONFLICT DO NOTHING; --- Peace Pilot Users: Fort St. John -- -INSERT INTO public.officer -(officer_guid, user_id, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, person_guid, office_guid) -VALUES('d2551008-e00a-4187-80b0-5657d0b5da46'::uuid, 'JCLAUSEN', 'FLYWAY', '2024-01-22 22:16:16.754', 'FLYWAY', '2024-01-22 22:20:48.186', '87035f8e-d01a-4c8e-80ec-868fd386605d'::uuid, 'e0ad7fe3-59da-4e1a-a611-46ccf7ea7396'::uuid) -ON CONFLICT DO NOTHING; -INSERT INTO public.officer -(officer_guid, user_id, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, person_guid, office_guid) -VALUES('3af641d9-9218-49ba-8b83-543a98522eec'::uuid, 'MCHAYER', 'FLYWAY', '2024-01-22 22:16:16.754', 'FLYWAY', '2024-01-22 22:20:48.186', 'd6d2021f-8c9e-4086-b915-068e935a7fac'::uuid, 'e0ad7fe3-59da-4e1a-a611-46ccf7ea7396'::uuid) -ON CONFLICT DO NOTHING; -INSERT INTO public.officer -(officer_guid, user_id, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, person_guid, office_guid) -VALUES('164d289f-06d9-42c8-98c0-5383d9697612'::uuid, 'ELPEDERS', 'FLYWAY', '2024-01-22 22:16:16.754', 'FLYWAY', '2024-01-22 22:20:48.186', '2bc18e7f-1f9a-4c8f-a47c-85399294e172'::uuid, 'e0ad7fe3-59da-4e1a-a611-46ccf7ea7396'::uuid) -ON CONFLICT DO NOTHING; -INSERT INTO public.officer -(officer_guid, user_id, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, person_guid, office_guid) -VALUES('f824bcf0-3762-4f81-b5f3-347b2f1b2117'::uuid, 'BEPARKER', 'FLYWAY', '2024-01-22 22:16:16.754', 'FLYWAY', '2024-01-22 22:20:48.186', '02cae56f-21e6-4c64-9a9f-d8e77ca1f77c'::uuid, 'e0ad7fe3-59da-4e1a-a611-46ccf7ea7396'::uuid) -ON CONFLICT DO NOTHING; -INSERT INTO public.officer -(officer_guid, user_id, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, person_guid, office_guid) -VALUES('b9d95788-f62b-4408-b865-3de86a5b049b'::uuid, 'AEAGLES', 'FLYWAY', '2024-01-22 22:16:16.754', 'FLYWAY', '2024-01-22 22:20:48.186', '52f69f9b-8766-4fe7-9fa3-844808d78bd5'::uuid, 'e0ad7fe3-59da-4e1a-a611-46ccf7ea7396'::uuid) -ON CONFLICT DO NOTHING; -INSERT INTO public.officer -(officer_guid, user_id, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, person_guid, office_guid) -VALUES('8d4316b8-b690-493e-bebb-0f4205e48a8b'::uuid, 'DJSTRUTH', 'FLYWAY', '2024-01-22 22:16:16.754', 'FLYWAY', '2024-01-22 22:20:48.186', 'd19893fa-0af9-4646-9def-1312e8d67202'::uuid, 'e0ad7fe3-59da-4e1a-a611-46ccf7ea7396'::uuid) -ON CONFLICT DO NOTHING; -INSERT INTO public.officer -(officer_guid, user_id, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, person_guid, office_guid) -VALUES('a2b20131-5f9e-455e-87fb-acadfce83e54'::uuid, 'BCARUTH', 'FLYWAY', '2024-01-22 22:16:16.754', 'FLYWAY', '2024-01-22 22:20:48.186', '1c64cc35-f5f7-4cf5-84b3-4e4233f9c6a1'::uuid, 'e0ad7fe3-59da-4e1a-a611-46ccf7ea7396'::uuid) -ON CONFLICT DO NOTHING; --- Peace Pilot Users: Fort Nelson -- -INSERT INTO public.officer -(officer_guid, user_id, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, person_guid, office_guid) -VALUES('33e113c0-a199-4bb4-b6c4-6b3ceb52b04c'::uuid, 'JCLANCY', 'FLYWAY', '2024-01-22 22:16:16.754', 'FLYWAY', '2024-01-22 22:20:48.186', '1db006c7-221e-47fa-a795-c5529258d090'::uuid, 'edd4b298-ced7-4b10-9232-87512ec640b3'::uuid) -ON CONFLICT DO NOTHING; -INSERT INTO public.officer -(officer_guid, user_id, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, person_guid, office_guid) -VALUES('b31620b8-e8d0-4a62-aba9-5ace33e89a28'::uuid, 'EHARBICH', 'FLYWAY', '2024-01-22 22:16:16.754', 'FLYWAY', '2024-01-22 22:20:48.186', 'b08e0fe2-f829-4ea1-a7e6-070a2ebc968c'::uuid, 'edd4b298-ced7-4b10-9232-87512ec640b3'::uuid) -ON CONFLICT DO NOTHING; --- Peace Pilot Users: Dawson Creek -- -INSERT INTO public.officer -(officer_guid, user_id, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, person_guid, office_guid) -VALUES('40643de5-e6f3-46aa-915e-ede5d2cfcf9d'::uuid, 'JDAMERT', 'FLYWAY', '2024-01-22 22:16:16.754', 'FLYWAY', '2024-01-22 22:20:48.186', '644be5aa-993b-4e77-a4f4-ab3087c34fb7'::uuid, '4a5a94b1-bd47-4611-a577-861d97089903'::uuid) -ON CONFLICT DO NOTHING; -INSERT INTO public.officer -(officer_guid, user_id, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, person_guid, office_guid) -VALUES('5887b91a-daa1-4473-89bb-841f097f825d'::uuid, 'RGROEGER', 'FLYWAY', '2024-01-22 22:16:16.754', 'FLYWAY', '2024-01-22 22:20:48.186', '5e75ed5a-5c40-45ea-b28e-383a56c5ec0a'::uuid, '4a5a94b1-bd47-4611-a577-861d97089903'::uuid) -ON CONFLICT DO NOTHING; -INSERT INTO public.officer -(officer_guid, user_id, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, person_guid, office_guid) -VALUES('8117a02b-a032-42fe-b5b0-16c68c1e44c4'::uuid, 'KMAYOWSK', 'FLYWAY', '2024-01-22 22:16:16.754', 'FLYWAY', '2024-01-22 22:20:48.186', 'b136509d-0e1c-4c81-99b5-2ca3236f6f54'::uuid, '4a5a94b1-bd47-4611-a577-861d97089903'::uuid) -ON CONFLICT DO NOTHING; -INSERT INTO public.officer -(officer_guid, user_id, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, person_guid, office_guid) -VALUES('9989f64b-27ee-49bb-9a90-35546223f87f'::uuid, 'BALACEY', 'FLYWAY', '2024-01-22 22:16:16.754', 'FLYWAY', '2024-01-22 22:20:48.186', '2eaffabd-720d-48ed-aa82-b31f828487c4'::uuid, '4a5a94b1-bd47-4611-a577-861d97089903'::uuid) -ON CONFLICT DO NOTHING; - --- Reset offices to nr-compliance-enforcement values -UPDATE public.officer SET office_guid = 'cdd9964e-7878-44c1-b4a2-0290c6345dec' WHERE office_guid = '914f8725-7100-4f56-a39b-1c18b0eccb55'; -UPDATE public.officer SET office_guid = 'b494082e-35a3-468f-8955-4aa002066b36' WHERE office_guid = '39e7ad0a-20b1-48b4-be70-dfcc5bc01c3c'; -UPDATE public.officer SET office_guid = 'b494082e-35a3-468f-8955-4aa002066b36' WHERE office_guid = '05633ab9-1502-4566-9364-4b3dac7c1354'; -UPDATE public.officer SET office_guid = 'b494082e-35a3-468f-8955-4aa002066b36' WHERE office_guid = '7da19946-4525-43ff-b4b6-d243a2addaaa'; -UPDATE public.officer SET office_guid = 'b494082e-35a3-468f-8955-4aa002066b36' WHERE office_guid = '4b3a8974-1975-4aaf-9e0a-2d3f5d217805'; - - --- Fixing spelling issue -UPDATE public.attractant_code SET long_description = 'Barbeque' WHERE short_description = 'BBQ' AND attractant_code = 'BBQ'; -UPDATE public.attractant_code SET short_description = 'Fruit/Berries' WHERE long_description = 'Residential Fruit/Berries' AND attractant_code = 'RESFRUIT'; -UPDATE public.attractant_code SET short_description = 'Hunter Kill' WHERE long_description = 'Wildlife:Hunter Kill' AND attractant_code = 'WLDLFEHK'; - --- Changing display order of attractants -UPDATE public.attractant_code SET display_order=8 WHERE attractant_code='RESFRUIT'; -UPDATE public.attractant_code SET display_order=9 WHERE attractant_code='GARBAGE'; -UPDATE public.attractant_code SET display_order=10 WHERE attractant_code='WLDLFEHK'; -UPDATE public.attractant_code SET display_order=11 WHERE attractant_code='INDCAMP'; -UPDATE public.attractant_code SET display_order=12 WHERE attractant_code='LIVESTCK'; -UPDATE public.attractant_code SET display_order=13 WHERE attractant_code='LVSFEED'; -UPDATE public.attractant_code SET display_order=14 WHERE attractant_code='NA'; -UPDATE public.attractant_code SET display_order=15 WHERE attractant_code='OTHER'; -UPDATE public.attractant_code SET display_order=16 WHERE attractant_code='PETFOOD'; -UPDATE public.attractant_code SET display_order=17 WHERE attractant_code='PETS'; -UPDATE public.attractant_code SET display_order=18 WHERE attractant_code='VEGGARD'; -UPDATE public.attractant_code SET display_order=19 WHERE attractant_code='VNYDORCH'; - --- CE-326 Adding Caribou - -UPDATE species_code SET display_order = 24 where display_order = 23; -UPDATE species_code SET display_order = 23 where display_order = 22; -UPDATE species_code SET display_order = 22 where display_order = 21; -UPDATE species_code SET display_order = 21 where display_order = 20; -UPDATE species_code SET display_order = 20 where display_order = 19; -UPDATE species_code SET display_order = 19 where display_order = 18; -UPDATE species_code SET display_order = 18 where display_order = 17; -UPDATE species_code SET display_order = 17 where display_order = 16; -UPDATE species_code SET display_order = 16 where display_order = 15; -UPDATE species_code SET display_order = 15 where display_order = 14; -UPDATE species_code SET display_order = 14 where display_order = 13; -UPDATE species_code SET display_order = 13 where display_order = 12; -UPDATE species_code SET display_order = 12 where display_order = 11; -UPDATE species_code SET display_order = 11 where display_order = 10; -UPDATE species_code SET display_order = 10 where display_order = 9; -UPDATE species_code SET display_order = 9 where display_order = 8; -UPDATE species_code SET display_order = 8 where display_order = 7; -UPDATE species_code SET display_order = 7 where display_order = 6; -UPDATE species_code SET display_order = 6 where display_order = 5; -UPDATE species_code SET display_order = 5 where display_order = 4; -UPDATE species_code SET display_order = 4 where display_order = 3; -insert into species_code (species_code, short_description, long_description, display_order, active_ind, legacy_code, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) -values('CARIBOU', 'Caribou', 'Caribou', 3, true, null, user, now(), user, now()) ON CONFLICT DO NOTHING; - --- CE-326 Opps -UPDATE species_code SET display_order = 4 where species_code = 'CARIBOU'; -UPDATE species_code SET display_order = 3 where species_code = 'BOBCAT'; - --------------------------- --- Staging Activities for webEOC load -------------------------- -insert into - public.staging_activity_code ( - staging_activity_code, - short_description, - long_description, - display_order, - active_ind, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -values - ( - 'INSERT', - 'Insert', - 'A Record has been created by the source system', - 1, - true, - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ), - ( - 'UPDATE', - 'Update', - 'A Record has been updated by the source system', - 2, - true, - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ), - ( - 'EDIT', - 'Edit', - 'A Record has been edited by the source system', - 3, - true, - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - --------------------------- --- Staging Status for webEOC load -------------------------- - -insert into - public.staging_status_code ( - staging_status_code, - short_description, - long_description, - display_order, - active_ind, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -values - ( - 'PENDING', - 'Pending', - 'Complaint is pending loading from the staging table into the transactional tables.', - 1, - true, - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ), - ( - 'SUCCESS', - 'Success', - 'Complaint has been successfully loaded from the staging table into the transactional tables.', - 2, - true, - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ), - ( - 'ERROR', - 'Error', - 'Complaint was unable to be loaded from the staging table into the transactional tables.', - 3, - true, - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict (staging_status_code) do nothing; - --------------------------- --- Table entities for webEOC load -------------------------- - -insert into - public.entity_code ( - entity_code, - short_description, - long_description, - display_order, - active_ind, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -values - ( - 'violatncd', - 'Violation Code', - 'Violation code table', - 5, - true, - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ), - ( - 'reprtdbycd', - 'reported_by_code', - 'Reported By code table', - 4, - true, - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ), - ( - 'geoorgutcd', - 'geo_organization_unit_code', - 'Geo Organization Unit code table', - 2, - true, - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ), - ( - 'speciescd', - 'species_code', - 'Species code table', - 5, - true, - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ), - ( - 'cmpltntrcd', - 'hwcr_complaint_nature_code', - 'HWCR Complaint Nature code table', - 3, - true, - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ), - ( - 'atractntcd', - 'attractant_code', - 'Attractant code table', - 1, - true, - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - --------------------------- --- Rename location -------------------------- - -update geo_organization_unit_code -set - short_description = 'Daajing Giids (Queen Charlotte City)', - long_description = 'Daajing Giids (Queen Charlotte City)' -where - geo_organization_unit_code = 'QUEENCHA'; - --------------------------- --- Add Pending Review Status -------------------------- - -insert into - complaint_status_code ( - complaint_status_code, - short_description, - long_description, - display_order, - active_ind, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp, - manually_assignable_ind - ) -values - ( - 'PENDREV', - 'Pending Review', - 'Pending Review', - 2, - true, - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP, - false - ) on conflict do nothing; - -update complaint_status_code -set - display_order = 3, - short_description = 'Closed' -where - complaint_status_code = 'CLOSED'; - -update complaint_status_code -set - short_description = 'Open' -where - complaint_status_code = 'OPEN'; - ----------------------------- --- Configuration Values ----------------------------- - -insert - into - configuration(configuration_code, - configuration_value, - long_description, - active_ind, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp) -values ('DFLTPAGNUM', -'50', -'The default number of rows per page when displaying lists within the application.', -true, -CURRENT_USER, -CURRENT_TIMESTAMP, -CURRENT_USER, -CURRENT_TIMESTAMP) ON CONFLICT DO NOTHING; - -insert - into - configuration(configuration_code, - configuration_value, - long_description, - active_ind, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp) -values ('MAXFILESZ', -'5000', -'The maximum file size (in Megabytes) supported for upload.', -true, -CURRENT_USER, -CURRENT_TIMESTAMP, -CURRENT_USER, -CURRENT_TIMESTAMP) ON CONFLICT DO NOTHING; - ---------------------------------------- --- Species Updates ---------------------------------------- - -UPDATE species_code set short_description = 'Grizzly Bear', long_description = 'Grizzly Bear' WHERE species_code = 'GRZBEAR'; -UPDATE species_code set short_description = 'Hog/Pig/Boar (Feral)', long_description = 'Hog/Pig/Boar (Feral)' WHERE species_code = 'FERALHOG'; -UPDATE species_code set short_description = 'Mountain Goat', long_description = 'Mountain Goat' WHERE species_code = 'MTNGOAT'; -UPDATE species_code set short_description = 'River Otter', long_description = 'River Otter' WHERE species_code = 'RVROTTER'; - -------------------------------------- --- insert new office records -------------------------------------- -INSERT INTO office (geo_organization_unit_code, agency_code, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) -SELECT 'NNIMO', 'EPO', user, now(), user, now() -ON CONFLICT DO NOTHING; - -INSERT INTO office (geo_organization_unit_code, agency_code, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) -SELECT 'VICTRA', 'EPO', user, now(), user, now() -ON CONFLICT DO NOTHING; - -INSERT INTO office (geo_organization_unit_code, agency_code, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) -SELECT 'MSNSR', 'EPO', user, now(), user, now() -ON CONFLICT DO NOTHING; - -INSERT INTO office (geo_organization_unit_code, agency_code, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) -SELECT 'PNTCTN', 'EPO', user, now(), user, now() -ON CONFLICT DO NOTHING; - -INSERT INTO office (geo_organization_unit_code, agency_code, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) -SELECT 'NLSON', 'EPO', user, now(), user, now() -ON CONFLICT DO NOTHING; - -INSERT INTO office (geo_organization_unit_code, agency_code, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) -SELECT 'CRNBK', 'EPO', user, now(), user, now() -ON CONFLICT DO NOTHING; - -INSERT INTO office (geo_organization_unit_code, agency_code, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) -SELECT 'KMLPS', 'EPO', user, now(), user, now() -ON CONFLICT DO NOTHING; - -INSERT INTO office (geo_organization_unit_code, agency_code, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) -SELECT 'WLMSLK', 'EPO', user, now(), user, now() -ON CONFLICT DO NOTHING; - -INSERT INTO office (geo_organization_unit_code, agency_code, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) -SELECT 'SMITHRS', 'EPO', user, now(), user, now() -ON CONFLICT DO NOTHING; - -INSERT INTO office (geo_organization_unit_code, agency_code, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) -SELECT 'PRCG', 'EPO', user, now(), user, now() -ON CONFLICT DO NOTHING; - -INSERT INTO office (geo_organization_unit_code, agency_code, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) -SELECT 'PRTMCNL', 'PARKS', user, now(), user, now() -ON CONFLICT DO NOTHING; - -INSERT INTO office (geo_organization_unit_code, agency_code, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) -SELECT 'KMLPS', 'PARKS', user, now(), user, now() -ON CONFLICT DO NOTHING; - -INSERT INTO office (geo_organization_unit_code, agency_code, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) -SELECT 'WLMSLK', 'PARKS', user, now(), user, now() -ON CONFLICT DO NOTHING; - -INSERT INTO office (geo_organization_unit_code, agency_code, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) -SELECT 'PNTCTN', 'PARKS', user, now(), user, now() -ON CONFLICT DO NOTHING; - -INSERT INTO office (geo_organization_unit_code, agency_code, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) -SELECT 'VRNON', 'PARKS', user, now(), user, now() -ON CONFLICT DO NOTHING; - -INSERT INTO office (geo_organization_unit_code, agency_code, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) -SELECT 'NLSON', 'PARKS', user, now(), user, now() -ON CONFLICT DO NOTHING; - -INSERT INTO office (geo_organization_unit_code, agency_code, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) -SELECT 'CRNBK', 'PARKS', user, now(), user, now() -ON CONFLICT DO NOTHING; - -INSERT INTO office (geo_organization_unit_code, agency_code, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) -SELECT 'SMITHRS', 'PARKS', user, now(), user, now() -ON CONFLICT DO NOTHING; - -INSERT INTO office (geo_organization_unit_code, agency_code, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) -SELECT 'ATLIN', 'PARKS', user, now(), user, now() -ON CONFLICT DO NOTHING; - -INSERT INTO office (geo_organization_unit_code, agency_code, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) -SELECT 'DSELK', 'PARKS', user, now(), user, now() -ON CONFLICT DO NOTHING; - -INSERT INTO office (geo_organization_unit_code, agency_code, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) -SELECT 'PRCG', 'PARKS', user, now(), user, now() -ON CONFLICT DO NOTHING; - -INSERT INTO office (geo_organization_unit_code, agency_code, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) -SELECT 'FRTSTJN', 'PARKS', user, now(), user, now() -ON CONFLICT DO NOTHING; - ---------------- --- insert new BCPARK agency ---------------- - -INSERT INTO - agency_code ( - agency_code, - short_description, - long_description, - display_order, - active_ind, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -SELECT - 'PARKS', - 'BC Parks', - 'BC Parks', - 1, - 'Y', - user, - now (), - user, - now () ON CONFLICT DO NOTHING; - ------------------------------- --- update agency table with updated EPO -> CEEB short description and display order ------------------------------- -UPDATE agency_code SET short_description='CEEB', long_description = 'Compliance and Environmental Enforcement Branch' where agency_code = 'EPO'; -UPDATE agency_code SET display_order = 2 WHERE agency_code = 'BCWF'; -UPDATE agency_code SET display_order = 3 WHERE agency_code = 'BYLAW'; -UPDATE agency_code SET display_order = 4 WHERE agency_code = 'COS'; -UPDATE agency_code SET display_order = 5 WHERE agency_code = 'DOF'; -UPDATE agency_code SET display_order = 6 WHERE agency_code = 'EPO'; -UPDATE agency_code SET display_order = 7 WHERE agency_code = 'CEB'; -UPDATE agency_code SET display_order = 8 WHERE agency_code = 'LE'; -UPDATE agency_code SET display_order = 9 WHERE agency_code = 'OTHER'; - ------------------------------- --- Update Administrative Office Indicator for COS HQ office ------------------------------- -update public.geo_organization_unit_code set administrative_office_ind = true where geo_organization_unit_code='COSHQ'; - - ------------------------ --- Move Hudson's Hope to Fort St. John Office in North Peace --- This is temporary and will likely need to be removed in the future ------------------------ - - update geo_org_unit_structure set parent_geo_org_unit_code='FRTSTJN' where parent_geo_org_unit_code = 'CHTWD' and child_geo_org_unit_code = 'HUDSONSH'; -INSERT INTO - gir_type_code ( - gir_type_code, - short_description, - long_description, - display_order, - active_ind, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -SELECT - 'COCNT', - 'CO Contact', - 'CO Contact', - 10, - 'Y', - user, - now (), - user, - now () ON CONFLICT DO NOTHING; -INSERT INTO - gir_type_code ( - gir_type_code, - short_description, - long_description, - display_order, - active_ind, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -SELECT - 'CODSP', - 'CO Disposition', - 'CO Disposition', - 20, - 'Y', - user, - now (), - user, - now () ON CONFLICT DO NOTHING; - -INSERT INTO - gir_type_code ( - gir_type_code, - short_description, - long_description, - display_order, - active_ind, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -SELECT - 'GENAD', - 'General Advice', - 'General Advice', - 30, - 'Y', - user, - now (), - user, - now () ON CONFLICT DO NOTHING; - -INSERT INTO - gir_type_code ( - gir_type_code, - short_description, - long_description, - display_order, - active_ind, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -SELECT - 'MEDIA', - 'Media', - 'Media', - 40, - 'Y', - user, - now (), - user, - now () ON CONFLICT DO NOTHING; - - INSERT INTO - gir_type_code ( - gir_type_code, - short_description, - long_description, - display_order, - active_ind, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -SELECT - 'QUERY', - 'Query', - 'Query', - 50, - 'Y', - user, - now (), - user, - now () ON CONFLICT DO NOTHING; - -UPDATE complaint_type_code SET display_order = 10 where display_order = 1; -UPDATE complaint_type_code SET display_order = 20 where display_order = 2; -insert into complaint_type_code (complaint_type_code, short_description, long_description, display_order, active_ind, create_user_id, create_user_guid, create_utc_timestamp, update_user_id, update_user_guid, update_utc_timestamp) -values ('GIR', 'GIR', 'General Incident Report', 30, false, user, null, now(), user, null, now()) ON CONFLICT DO NOTHING; - -UPDATE entity_code SET display_order = 10 where display_order = 1; -UPDATE entity_code SET display_order = 20 where display_order = 2; -UPDATE entity_code SET display_order = 30 where display_order = 3; -UPDATE entity_code SET display_order = 40 where display_order = 4; -UPDATE entity_code SET display_order = 50 where display_order = 5; -insert into - public.entity_code ( - entity_code, - short_description, - long_description, - display_order, - active_ind, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -values - ( - 'girtypecd', - 'gir_type_code', - 'GIR Type Code Table', - 60, - true, - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) ON CONFLICT DO NOTHING; - - --------------------------- --- New Changes above this line -------------------------- - -UPDATE configuration - SET configuration_value = configuration_value::int + 1 - WHERE configuration_code = 'CDTABLEVER'; - - - - diff --git a/backend/db/migrations/R__WebEOC-July-ERS-complaints.sql b/backend/db/migrations/R__WebEOC-July-ERS-complaints.sql deleted file mode 100644 index 17f637813..000000000 --- a/backend/db/migrations/R__WebEOC-July-ERS-complaints.sql +++ /dev/null @@ -1 +0,0 @@ --- moved to V.0.9.4__CE-14-DML-NOT-FOR-PROD.sql \ No newline at end of file diff --git a/backend/db/migrations/R__WebEOC-July-HWCR-complaints.sql b/backend/db/migrations/R__WebEOC-July-HWCR-complaints.sql deleted file mode 100644 index 17f637813..000000000 --- a/backend/db/migrations/R__WebEOC-July-HWCR-complaints.sql +++ /dev/null @@ -1 +0,0 @@ --- moved to V.0.9.4__CE-14-DML-NOT-FOR-PROD.sql \ No newline at end of file diff --git a/backend/db/migrations/R__reset-complaint-templates.sql b/backend/db/migrations/R__reset-complaint-templates.sql deleted file mode 100644 index 089f08d5d..000000000 --- a/backend/db/migrations/R__reset-complaint-templates.sql +++ /dev/null @@ -1,3 +0,0 @@ --- --- Not Required --- \ No newline at end of file diff --git a/backend/db/migrations/R__staging-metadata-mapping.sql b/backend/db/migrations/R__staging-metadata-mapping.sql deleted file mode 100644 index 1171decbc..000000000 --- a/backend/db/migrations/R__staging-metadata-mapping.sql +++ /dev/null @@ -1,24408 +0,0 @@ --- reported by -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'reprtdbycd', - 'RCMP', - 'LE', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'reprtdbycd', - 'DFO', - 'DFO', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'reprtdbycd', - 'NRO', - 'NRO', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'reprtdbycd', - 'EPO', - 'EPO', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'reprtdbycd', - 'Bylaw', - 'BYLAW', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'reprtdbycd', - '911', - '911', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'reprtdbycd', - 'RAPP email', - 'EMAILRAPP', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'reprtdbycd', - 'COS HQ', - 'COS', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'reprtdbycd', - 'BCWF', - 'BCWF', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'reprtdbycd', - 'Self', - 'SELF', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - --- geo organization unit -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - '100 Mile House', - '100MHHS', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - '108 Mile Ranch', - '108MLRNH', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - '140 Mile House', - '140MHHS', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - '150 Mile House', - '150MHHS', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - '16 Mile', - '16MIL', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - '40 Mile Flats', - '40MLFLTZ', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - '70 Mile House', - '70MLHS', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Abbotsford', - 'ABTFRD', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Adams Lake', - 'ADMSLKHS', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Agassiz', - 'AGSSZHS', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Ahousat', - 'AHST', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Ainsworth', - 'ANSWRTH', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Aiyansh', - 'AYNSH', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Albert Canyon', - 'ALBRTCNY', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Albion', - 'ALBION', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Aldergrove', - 'ALDRGRV', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Alert Bay', - 'ALRTBAY', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Alexandria', - 'ALXNDRIA', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Alexis Creek', - 'ALXSCRK', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Aleza Lake', - 'ALZLK', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Alice Arm', - 'ALCRM', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Alkali Lake', - 'ALKLLK', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Alkali Lake (IR)', - 'ALKLLKIR', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Alkali Reserve', - 'ALKLLKRV', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Alliford Bay', - 'ALLFRDBY', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Altona', - 'ALTONA', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Alvin', - 'ALVIN', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Anaham (IR)', - 'ANAHAMIR', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Anahim Indian Reserve', - 'ANAHIMIR', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Anahim Lake', - 'ANHMLK', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Anchoragein', - 'ANCRGIN', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Anglemont', - 'ANGLMNT', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Anmore', - 'ANMR', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Appledale', - 'APPDLE', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Applegrove', - 'APPGRV', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Argenta', - 'ARGENT', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Armstrong', - 'ARMSTRNG', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Arras', - 'ARRAS', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Arrow Park', - 'ARRWPK', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Arrowhead', - 'ARRWHD', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Ashcroft', - 'ASHCROF', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Ashton Creek', - 'ASHTNCRK', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Aspen Grove', - 'ASPNGRV', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Athalmer', - 'ATHALMR', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Atlin', - 'ATLN', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Attachie', - 'ATTACHI', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Avola', - 'AVOLA', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Baldonell', - 'BALDNLL', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Balfour', - 'BALFOUR', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Bamfield', - 'BAMFELD', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Bankier', - 'BNKIER', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Barkerville', - 'BARKRVLL', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Barriere', - 'BARRIR', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Baynes Lake', - 'BAYNSLK', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Bear Flats', - 'BRFLTS', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Bear Lake', - 'BRLK', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Bear Mountain', - 'BRMTN', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Beaton', - 'BEATON', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Beattie', - 'BEATIE', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Beaver Cove', - 'BVRCV', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Beaver Creek', - 'BVRCRK', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Beaver Valley', - 'BVRVLY', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Beaverdam Lake', - 'BVDMLK', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Beaverdell', - 'BVRRDL', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Beaverly', - 'BVRLLY', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Bednesti Lake', - 'BDNSTLK', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Belcarra', - 'BELCARR', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Bell II North', - 'BLLIINR', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Bell II South', - 'BLLIISH', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Bella Bella', - 'BLLABELA', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Bella Coola', - 'BLLACOOL', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Berkin', - 'BERKIN', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Beryl Prairie', - 'BRYLPRR', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Bessborough', - 'BSSBRRGH', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Big Bar', - 'BIGBAR', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Big Bar Lake', - 'BIGBRLK', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Big Creek', - 'BIGCRK', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Big Lake', - 'BIGLK', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Big White', - 'BIGWHIT', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Birch Island', - 'BRISLD', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Birken', - 'BRKN', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Birkenhead Estates', - 'BRKHES', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Birkenhead Estates - (Whistler)', - 'BRKHES-W', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Black Creek', - 'BLKCRK', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Black Mountain', - 'BLKMTN', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Black Pines', - 'BLKPNS', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Black Point', - 'BLKPT', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Black Pool', - 'BLKPL', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Black Tusk Village', - 'BLKTSK', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Blackwater', - 'BLKWT', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Blaeberry', - 'BLBRY', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Blewett', - 'BLEWT', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Blind Bay', - 'BLDBY', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Bliss Landing', - 'BLSLDG', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Blubber Bay', - 'BLBBAY', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Blue River', - 'BLURVR', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Blueberry', - 'BLUBRY', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Blueberry Creek', - 'BLUBYCRK', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Bob Quinn', - 'BBQNN', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Bonaparte Lake', - 'BNPRTLK', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Bonnington', - 'BNNNGTN', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Boston Bar', - 'BSTNBR', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Boswell', - 'BSWLL', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Bouchie Lake', - 'BCHLK', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Bowen Island', - 'BWNISL', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Bowron Lake', - 'BWROLK', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Bowser', - 'BWSR', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Brackendale', - 'BRCKNDL', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Bralorne', - 'BRLRN', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Brennan Creek', - 'BRNANCRK', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Briar Ridge', - 'BRIRRDG', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Bridesville', - 'BRDSL', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Bridge Lake', - 'BRDGLK', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Brilliant', - 'BRLNT', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Brisco', - 'BRS', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Brisco - South', - 'BRSS', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Brittania Beach', - 'BRT BCH', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Brookmere', - 'BRKMRE', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Buckhorn', - 'BCKHRN', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Buckinghorse', - 'BCKNGHRS', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Buckley Bay', - 'BCKLYBY', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Buffalo Creek', - 'BFFLCRK', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Buick Creek', - 'BKCRK', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Bull River', - 'BLLRVR', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Burnaby', - 'BURNBY', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Burns Lake', - 'BURNLK', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Burton', - 'BRTN', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Bute Inlet', - 'BTEINLT', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Butedale/Princess Royal Island', - 'BTDLPRIN', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Cache Creek', - 'CCHCRK', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Caesar''s Landing', - 'CSSRSLDG', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Cambie', - 'CMB', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Camborne', - 'CMRNE', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Campbell River', - 'CMBLRV', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Canal Flats', - 'CNLFLTS', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Canim Lake', - 'CNMLK', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Canoe Creek (100 Mile)', - 'CNCR100M', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Canoe Creek (Salmon Arm)', - 'CNCRKSA', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Canyon', - 'CYN', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Canyon City - Gitwinksihlkw', - 'GTWKSLKTRC', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Carcross (Yukon)', - 'CRCRSSYK', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Carmi', - 'CRMI', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Casino', - 'CNO', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Cassiar', - 'CSSR', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Cassidy', - 'CSSDY', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Castle River', - 'CTSRVR', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Castlegar', - 'CSTLGR', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Cawston', - 'CWSTN', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Caycuse', - 'CYCS', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Cecil Lake', - 'CSLLK', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Cedar', - 'CDR', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Cedarvale', - 'CDRVL', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Celista', - 'CLSTA', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Central Saanich', - 'CNTLSNSH', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Centreville', - 'CNTRVL', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Chain Lake', - 'CHNLK', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Charlie Lake', - 'CHRLLK', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Charlotte City', - 'CHRLTCTY', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Chase', - 'CHSE', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Chehalias First Nation', - 'CHHLFSTN', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Chemainus', - 'CHMNUS', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Cherry Creek', - 'CHRYCRK', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Cherryville', - 'CHRYVLLE', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Chetwynd', - 'CHETWND', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Chief Lake', - 'CHFLAKE', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Chilako/Mud River', - 'CHLKOMUD', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Chilanko Forks', - 'CHLNKFRK', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Chilko Lake', - 'CHLKLK', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Chilliwack', - 'CHILLIWK', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Christian Valley', - 'CHRSTVAL', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Christina Lake', - 'CHRSTNAL', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Chuchua', - 'CHCHUA', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Cinema', - 'CINEMA', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Clairmont', - 'CLAIRMNT', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Clanwilliam', - 'CLNWLM', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Clayhurst', - 'CLAYHRST', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Clearbrook', - 'CLRBRK', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Clearwater', - 'CLRWTR', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Clemretta', - 'CLEMRTA', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Clinton', - 'CLINTON', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Cloverdale', - 'CLOVRDLE', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Clucluz Lake - Brookside Resort West', - 'CLCZLKBW', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Cluculz Lake', - 'CLUCLZLK', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Coal Harbour', - 'COALHARB', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Coal River', - 'COALRIVR', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Coalmont', - 'COALMONT', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Cobble Hill', - 'COBBLHIL', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Coldstream', - 'CLDSTRM', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Colleymount', - 'CLLYMNT', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Columbia Valley', - 'CLMBVLLY', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Columere', - 'CLUMERE', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Colwood', - 'CLWOOD', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Comox', - 'COMOX', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Contact Creek', - 'CONTCTCK', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Cook Bay', - 'COOKBAY', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Coombs', - 'COOMBS', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Cooper Creek', - 'COOPRCRK', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Coquitlam', - 'COQUITLM', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Cortes Island', - 'CRTSISLD', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Cottonwood', - 'COTNWOD', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Coursier Lake', - 'CRSRLAKE', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Courtenay', - 'COURTNY', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Cowichan Bay', - 'CWCHNBY', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Cowichan Valley', - 'CWCHNVLY', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Coyote Creek', - 'COYOTECR', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Craig Park', - 'CRAIGPRK', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Craigellachie', - 'CRGLLACH', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Cranberry', - 'CRANBRRY', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Cranbrook', - 'CRANBRK', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Crawford Bay', - 'CRWFRDBY', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Crescent Spur', - 'CRSNTSPR', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Crescent Valley', - 'CRSNTVLY', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Creston', - 'CRESTON', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Crofton', - 'CROFTON', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Croyden', - 'CROYDEN', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Crystal Lake', - 'CRYSTLLK', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Crystal Mountain', - 'CRYSTLMN', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Cultus Lake', - 'CULTSLKE', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Cumberland', - 'CMBRLAND', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Daajing Giids (Queen Charlotte City)', - 'QUEENCHA', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Danskin', - 'DANSKIN', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'D''Arcy', - 'DARCY', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Darfield', - 'DARFIELD', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Davis Bay', - 'DAVISBAY', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Dawson Creek', - 'DAWSONCR', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Dawsons Landing', - 'DAWSONSL', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Dease Lake', - 'DEASELAK', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Decker Lake', - 'DECKERLK', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Deep Bay', - 'DEEPBAY', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Deep Creek (Near Salmon Arm)', - 'DEEPCRK', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Deep Creek (Near Williams Lake)', - 'DEEPCRK', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Deer Park', - 'DEERPRK', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Deka Lake', - 'DEKALAKE', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Del Rio', - 'DELIO', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Delta', - 'DELTA', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Denman Island', - 'DENMANIS', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Deroche', - 'DEROCHE', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Desolation Sound', - 'DESOLATN', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Devine', - 'DEVINE', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Dewdney', - 'DEWDNEY', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Dinan Bay', - 'DINANBAY', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Doe River', - 'DOERIVER', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Dog Cr. (IR)', - 'DOGCRIR', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Doig', - 'DOIG', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Dome Creek/Cresent Spur', - 'DOMECRK', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Donald', - 'DONALD', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Douglas Lake', - 'DGLSLAKE', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Downie Creek', - 'DOWNIECR', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Duncan', - 'DUNCAN', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Dunkley', - 'DUNKLEY', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Dunster', - 'DUNSTER', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Durieu', - 'DURIEU', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Eagle Bay', - 'EAGLEBAY', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Eagle Creek', - 'EAGLECRK', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Earls Cove', - 'EARLSCOV', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'East Cracroft Island', - 'ECRACRFT', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'East Francois Lake', - 'EFRANCLK', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'East Gate', - 'EASTGATE', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'East Pine', - 'EASTGTE', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'East Pine (portion West of Pine River)', - 'EASTPINE', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'East slope Pine Pass (almost to Azouetta Lake)', - 'ESPINEPW', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'East Sooke', - 'ESLOPPPP', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'East Thurlow Island', - 'EASTSKE', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Eastgate', - 'ETHURLOW', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Edgewater', - 'EDGEWATER', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Edgewood', - 'EDGEWOOD', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Egmont', - 'EGMONT', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Elk Bay', - 'ELKBAY', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Elkford', - 'ELKFORD', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Elko', - 'ELKO', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Elsworth Camp', - 'ELSWTHCP', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Emmonds Island', - 'EMMDSISL', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Empire Valley', - 'EMPRVALY', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Endako', - 'ENDAKO', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Enderby', - 'ENDERBY', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Erickson', - 'ERICKSON', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Erie', - 'ERIE', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Errington', - 'ERRINGTN', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Esquimalt', - 'ESQUIMAL', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Fairmont', - 'FAIRMONT', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Fairview', - 'FAIRVIEW', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Falkland', - 'FALKLAND', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Fanny Bay', - 'FANNYBAY', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Farmington', - 'FARMINGT', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Farrell Creek', - 'FARRELLC', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Faulder', - 'FAULDER', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Fauquier', - 'FAUQUIER', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Fellers Heights', - 'FELLERHT', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Ferguson', - 'FERGUSON', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Ferndale', - 'FERNDALE', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Fernie', - 'FERNIE', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Finmore', - 'FINMORE', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Fintry', - 'FINTRY', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Fireside', - 'FIRESIDE', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Firvale', - 'FIRVALE', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Flat Rock', - 'FLATROCK', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Forest Grove', - 'FORSTGRV', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Forestdale', - 'FORESTDL', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Fort Babine', - 'FTBABINE', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Fort Fraser', - 'FORTFRSR', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Fort Langley', - 'FTLANGLE', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Fort Nelson', - 'FTNELSON', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Fort St. James', - 'FTSTJAME', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Fort St. John', - 'FTSTJOHN', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Fort Steele', - 'FTSTEELE', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Fort Ware', - 'FTWARE', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Fortress Lake', - 'FTRESSLK', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Fosthall & South', - 'FOSTHS', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Francis Peninsula', - 'FRANPENI', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Francois Lake', - 'FRNCSLK1', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Fraser', - 'FRASER', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Fraser Lake', - 'FRASERLK', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Fredrick Arm', - 'FREDRMCA', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Friendly Lake', - 'FRIENDLK', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Frosthall And South', - 'FOSTHS', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Fruitvale', - 'FRUITVAL', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Gabriola Island', - 'GABRIOLAI', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Galena Bay', - 'GALENABAY', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Galiano Island', - 'GALIANOI', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Galloway', - 'GALLOWAY', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Gambier Island', - 'GAMBIERI', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Gang Ranch', - 'GANGRANCH', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Ganges', - 'GANGES', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Garden Bay', - 'GARDENBY', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Garnet Valley', - 'GARNETVL', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Genelle', - 'GENELLE', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Georgetown Mills', - 'GEORGEMI', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Germanson Landing', - 'GERMANSO', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Gerrard', - 'GERRARD', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Gibsons', - 'GIBSONS', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Gillies Bay', - 'GILLIESB', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Giscome', - 'GISCOME', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Giscome/Willow River', - 'GISCOMEW', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Gitanyow', - 'GITANYOW', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Gitwangak', - 'GITWANGA', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Glade', - 'GLADE', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Gladwin', - 'GLADWIN', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Glenannan', - 'GLENANNA', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Glendale Cove', - 'GLENDACO', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Glenora', - 'GLENORA', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Glenrosa', - 'GLENROSA', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Glenvowell', - 'GLENVOWL', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Gold Creek', - 'GOLDCREK', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Gold River', - 'GOLDRIVR', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Goldbridge', - 'GOLDBRID', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Golden', - 'GOLDEN', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Good Hope', - 'GOODHOPE', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Good Hope Lake', - 'GOODHOPL', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Goodlow', - 'GOODLOW', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Grand Forks', - 'GRANDFOR', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Granisle', - 'GRANISLE', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Granthams Landing', - 'GRANTHMS', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Grasmere', - 'GRASMERE', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Grassy Plains', - 'GRASPLNS', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Gray Creek', - 'GRAYCREE', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Grease Harbour/Nass Camp', - 'GRSEHRBR', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Greely', - 'GREELY', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Green Lake - Lillooet', - 'GREENLLO', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Green Lake -70 Mile', - 'GREENL70', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Greendale', - 'GREENDAL', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Greenville - Laxgalts''ap', - 'GREENVLE', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Greenwood', - 'GREENWOD', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Griffin Lake', - 'GRIFFNLK', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Grindrod', - 'GRINDROD', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Groundbirch', - 'GROUNDBR', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Gun Lake', - 'GUNLAKE', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Gundy', - 'GUNDY', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Hagensborg', - 'HAGENSBG', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Haida Gwaii', - 'HAIDAGWA', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Haines Junction', - 'HAINESJU', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Halfmoon Bay', - 'HALFMNB', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Halfway River First Nation', - 'HALFWYRF', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Halls', - 'HALLS', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Hammer Lake', - 'HAMMERLK', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Hammond', - 'HAMMOND', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Hanceville', - 'HANCEVLE', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Haney', - 'HANEY', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Hansard/Upper Fraser', - 'HANSARDU', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Hardwicke Island', - 'HARDWCKI', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Harrison Hot Springs', - 'HARHOTSP', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Harrison Lake', - 'HARSLAKE', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Harrison Mills', - 'HARSMILS', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Harrogate', - 'HARROGAT', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Harrop', - 'HARROP', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Hartley Bay', - 'HARTLYBY', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Hasler Flats', - 'HASLERFL', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Hat Creek', - 'HATCREEK', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Hatzic', - 'HATZIC', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Hazelton', - 'HAZELTON', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Hedley', - 'HEDLEY', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Heffley Creek', - 'HEFFLCKR', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Heffley Lake', - 'HEFFLLAK', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Helmet Gas Field', - 'HELMTGAS', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Highlands', - 'HIGHLAND', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Highlands Valley', - 'HIGHLAVL', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Hills', - 'HILLS', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Hixon', - 'HIXON', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Holberg', - 'HOLBERG', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Homes River', - 'HOMESRVR', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Honeymoon Bay', - 'HNMNBAY', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Hope', - 'HOPE', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Hornby Island', - 'HORNBYIS', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Horne Lake', - 'HORNELAK', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Horsefly', - 'HORSEFLY', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Horseshoe Bay', - 'HORSHOEB', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Hosmer', - 'HOSMER', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Hot Springs Cove', - 'HOTSPRCV', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Hotham Sound', - 'HOTHAMS', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Houston', - 'HOUSTON', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Howser', - 'HOWSER', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Hudson''s Hope', - 'HUDSONSH', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Hyde Creek', - 'HYDECREE', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Illecillewaet', - 'ILLECILL', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Indian Arm', - 'INDIANAR', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Invermere', - 'INVERMER', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Ioco', - 'IOCO', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Irvines Landing', - 'IRVSLAND', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Iskut', - 'ISKUT', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Isle Pierre', - 'ISLPIERR', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Jackfish Lake', - 'JACKFSLK', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Jade City', - 'JADECITY', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Jaffray', - 'JAFFRAY', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Jesmond', - 'JESMOND', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Joe Rich', - 'JOERICH', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Johnsons Landing', - 'JOHNSNLG', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Jordan River', - 'JORDNRVR', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Juskatla', - 'JUSKATLA', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Kaleden', - 'KALEDEN', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Kamloops', - 'KAMLOOPS', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Kanaka Bar', - 'KANAKABR', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Kaslo', - 'KASLOBC', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Keats Island', - 'KEATSISL', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Kelly Creek', - 'KELLYCRK', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Kelly Lake', - 'KELLYLAK', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Kelowna', - 'KELOWNA', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Kelsey Bay', - 'KELSEYBY', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Kemano', - 'KEMANO', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Kemess Mine', - 'KEMESSMN', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Kent', - 'KENT', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Keremeos', - 'KEREMEOS', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Kersley', - 'KERSLEY', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Kildonan', - 'KILDONAN', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Kilkerran', - 'KILKERRN', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Killiney Beach', - 'KILLNYBC', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Kimberley', - 'KIMBERLY', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Kinabasket Lake', - 'KINABSKT', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Kincolith - Ginglox', - 'KINCOLTH', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Kingcome Inlet', - 'KNGCOMEI', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Kingfisher', - 'KINGFSHR', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Kingsgate', - 'KINGSGTE', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Kingsvale', - 'KINGSVAL', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Kispiox', - 'KISPIOX', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Kitchener', - 'KITCHNRR', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Kitimaat Village, I.R.', - 'KITIMAAT', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Kitimat', - 'KITIMAT', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Kitkatla I.R.', - 'KITKATLA', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Kitsault', - 'KITSAULT', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Kitseguecla', - 'KITSGCLA', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Kitwancool', - 'KITWANCL', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Kitwanga', - 'KITWANGA', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Kleanza', - 'KLEANZA', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Kleena Kleene', - 'KLEENAKL', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Klemtu', - 'KLEMTU', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Kluskus', - 'KLUSKUS', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Knouff Lake', - 'KNOUFFLK', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Knutsford', - 'KNUTSFOR', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Kootenay Bay', - 'KOOTNAYB', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Krestova', - 'KRESTOVA', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Kuper Island', - 'KUPERISL', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Kuskanook', - 'KUSKANOK', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Kyuquot', - 'KYUQUOT', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Lac Des Roche', - 'LACDSRCH', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Lac Des Roches', - 'LACDSRHS', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Lac La Hache', - 'LACLACHE', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Lac Le Jeune', - 'LACLEJUN', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Ladner', - 'LADNERBC', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Ladysmith', - 'LADYSMTH', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Lake Country (Winfield was the original name)', - 'LAKECNRY', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Lake Cowichan', - 'LKECOWCH', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Lake Errock', - 'LKEEROCK', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Lake Revelstoke', - 'LKEREVS', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Lakelse Lake', - 'LAKELSEK', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Lang Bay', - 'LANGBAY', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Langdale', - 'LANGDALE', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Langford', - 'LANGFORD', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Langley', - 'LANGLEY', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Lantzville', - 'LANTZVIL', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Lardeau', - 'LARDEAU', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Lasqueti Island', - 'LASQUETI', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Lauretta', - 'LAURETTA', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Lavington', - 'LAVINGTON', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Lawn Hill', - 'LAWNHILL', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Lebahdo', - 'LEBAHDO', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Lemoray', - 'LEMORAY', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Liard Hot Springs', - 'LIARDHSP', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Liard River', - 'LIARDRVR', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Likely', - 'LIKELY', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Lillooet', - 'LILLOOET', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Lillooet Lake (Pemberton Area)', - 'LILLOLTK', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Lindell Beach', - 'LINDELLB', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Lions Bay', - 'LIONSBAY', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Lister', - 'LISTER', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Little Fort', - 'LITTLEFT', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Logan Lake', - 'LOGNLK', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Lone Butte', - 'LONEBTTE', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Lone Prairie', - 'LONEPRAR', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Longworth', - 'LONGWORT', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Loon Lake', - 'LOONLAKE', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Loos', - 'LOOS', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Loughborough Inlet', - 'LOUGHBOR', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Louise Creek', - 'LOUISECR', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Lovell Cove', - 'LOVELLCO', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Lower Nicola', - 'LOWERNIC', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Lower Post', - 'LOWERPOS', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Lumby', - 'LUMBY', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Lund', - 'LUND', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Lytton', - 'LYTTONBC', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Mabel Lake', - 'MABELLAK', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Machete Lake', - 'MACHETEL', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Mackenzie', - 'MACKENZI', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Madeira', - 'MADEIRA', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Madeira Park', - 'MADEIRAP', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Mahood Falls', - 'MAHOODFA', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Malakwa', - 'MALAKWA', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Manning Park', - 'MANNINGP', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Manson Creek', - 'MANSONCR', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Maple Bay', - 'MAPLEBAY', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Maple Ridge', - 'MAPLERID', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Mara', - 'MARA', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Mara Lake', - 'MARALAKE', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Marguerite', - 'MARGUERI', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Marguerite (but not Marguerite IR - Quesnel)', - 'MARGNTIR', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Margurite Indian Reserve', - 'MARGIR', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Martin Valley', - 'MARTINVA', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Marysville', - 'MARYSVIL', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Masset', - 'MASSET', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Matsqui', - 'MATSQUI', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Mayne Island', - 'MAYNEISL', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Mayook', - 'MAYOOK', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'McBride', - 'MCBRIDE', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Mcculloch', - 'MCCULLOC', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Mcgregor', - 'MCGREGOR', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Mckinley Landing', - 'MCKINLEY', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'McLeese Lake', - 'MCLEESEL', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Mcleod Lake', - 'MCLEODLK', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'McLure', - 'MCLURE', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'McMurdo', - 'MCMURDO', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Meadow Creek', - 'MEADOWCR', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Meadow Lake', - 'MEADWLAK', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Meadowbrook', - 'MEADOWBK', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Meldrum Creek', - 'MELDRUMC', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Merritt', - 'MERRITT', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Merville', - 'MERVILLE', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Mesachie Lake', - 'MESACHLK', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Messezula Lake', - 'MESSEZLK', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Metakatla', - 'METAKATL', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Metchosin', - 'METCHOSI', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Meziadin Junction', - 'MEZIADIN', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Mica', - 'MICACREK', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Mica Creek', - 'MICACREK', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Middlepoint', - 'MIDDLEPT', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Midway', - 'MIDWAYBC', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Mile 62.5', - 'MILE625', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Mill Bay', - 'MILLBAYB', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Miller Creek', - 'MILLERCK', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Minstrel Island', - 'MINSTREL', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Miocene', - 'MIOCENE', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Mirror Lake', - 'MIRRLAKE', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Mission', - 'MISSION', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Miworth', - 'MIWORTH', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Moberly Lake', - 'MOBERLYL', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Monte Creek', - 'MONTECRE', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Monte Lake', - 'MONTELAK', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Monticola Lake', - 'MONTICLK', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Montney', - 'MONTNEYB', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Montrose', - 'MONTROSE', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Moricetown', - 'MORICETN', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Morrisey', - 'MORRISEY', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Mount Currie', - 'MOUNTCUR', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Mount Robison', - 'MOUNTROB', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Moyie', - 'MOYIE', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Muncho Lake', - 'MUNCHOLK', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Muskwa Heights', - 'MUSKWHTS', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Myrtle Creek', - 'MYRTLCRK', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Myrtle Point', - 'MYRTLPT', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Naden Harbour', - 'NDNHA', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Nahun', - 'NAHUN', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Nakusp', - 'NAKUSP', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Namu', - 'NAMU', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Nanaimo', - 'NANAIMO', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Nanoose Bay', - 'NANOBAY', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Naramata', - 'NARAMA', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Nass Camp', - 'NASCA', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Nazko', - 'NAZKO', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Needles', - 'NEEDL', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Nelson', - 'NELSON', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Nelson Island', - 'NELISL', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Nelway', - 'NELWA', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Nemaiah (IR)', - 'NEMAIIR', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Nemia Valley', - 'NEMIAVLY', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Ness Lake', - 'NESSLAK', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'New Aiyansh', - 'NEWAIYA', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'New Denver', - 'NEWDEN', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'New Hazelton', - 'NEWHAZ', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'New Remo', - 'NEWREMO', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'New Westminster', - 'NEWWEST', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Newgate', - 'NEWGAT', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Newlands', - 'NEWLAN', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Nicholson', - 'NICHOLN', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Nicola Reserve', - 'NICORES', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Nicomen Reserve', - 'NICORES2', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Nimpo Lake', - 'NIMPOLAK', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Nitinat', - 'NITINA', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Nootka Island', - 'NOOTISL', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'NoraLee', - 'NORALEE', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'North Bend', - 'NORBEN', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'North Bonaparte', - 'NORBON', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'North Cowichan', - 'NORCOWI', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'North Pender Island', - 'NPENDER', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'North Pine', - 'NORPINE', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'North Saanich', - 'NORSAAN', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'North Vancouver', - 'NORVAN', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Nukko Lake', - 'NUKKOLA', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Oak Bay', - 'OAKBAY', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Oasis', - 'OASIS', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Ocean Falls', - 'OCEAFAL', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Okanagan Centre', - 'OKACEN', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Okanagan Falls', - 'OKAFALLS', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Okanagan Landing', - 'OKALAND', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Okeover Inlet', - 'OKEOVER', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Olalla', - 'OLALLA', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Old Hazelton', - 'OLDHZLTN', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Old Masset', - 'OLDMASST', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Old Remo', - 'OLDREMO', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Old Townsite', - 'OLDTWNST', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Oliver', - 'OLIVER', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'One Island Lake', - 'ONEISLLK', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Oona River (Porcher Island)', - 'OONARVR', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Ootischenia', - 'OOTISCH', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Ootsa Lake', - 'OOTSALAK', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Opistat', - 'OPISTAT', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Osoyoos', - 'OSOYOOS', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Osprey Lake', - 'OSPREYLK', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Oweekeno', - 'OWEEKENO', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Oyama', - 'OYAMA', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Oyster Bay', - 'OYSTERBY', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Oyster River', - 'OYSTERRV', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Palling', - 'PALLING', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Panorama', - 'PANORAMA', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Parker Cove', - 'PARKCOVE', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Parkland', - 'PARKLAND', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Parksville', - 'PARKSVLE', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Parson', - 'PARSON', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Pass Creek', - 'PASSCREE', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Passmore', - 'PASSMORE', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Patterson', - 'PATTERSN', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Pavillion', - 'PAVILLON', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Peachland', - 'PEACHLND', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Peejay', - 'PEEJAY', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Pemberton', - 'PEMBERTN', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Pendelton Bay', - 'PENDLTNB', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Pender Harbour', - 'PENDHARB', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Pender Island', - 'PENDERIS', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Penny', - 'PENNY', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Penticton', - 'PENTICTN', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Phillips Arm', - 'PHILLIPS', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Pilot Bay', - 'PILOTBAY', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Pilot Mountain', - 'PILOTMTN', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Pinatan Lake', - 'PINATNLK', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Pinche', - 'PINCHE', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Pinchi Reserve', - 'PINCHIRS', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Pine Valley', - 'PINEVLLY', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Pinecrest', - 'PINECRST', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Pineview', - 'PINEVIEW', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Pink Mountain', - 'PNKMOUNT', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Pit Polder', - 'PITPOLDER', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Pitt Meadows', - 'PITTMDWS', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Playmor Junction', - 'PLAYMJCT', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Pleasant Camp', - 'PLSNTCMP', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Popkum', - 'POPKUM', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Porcher Island', - 'PORCHERI', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Port Alberni', - 'PORTALBR', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Port Alice', - 'PORTALIC', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Port Clements', - 'PORTCLEM', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Port Coquitlam', - 'PORTCOQ', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Port Douglas', - 'PORTDOUG', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Port Edward', - 'PORTEDWRD', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Port Essington', - 'PORTESG', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Port Hardy', - 'PORTHRDY', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Port McNeill', - 'PORTMCNL', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Port Mellon', - 'PORTMELN', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Port Moody', - 'PORTMDY', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Port Neville', - 'PORTNEVL', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Port Renfrew', - 'PORTRENF', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Port Simpson', - 'PORTSIMP', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Portage Reserve', - 'PORTAGER', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Porto Rico', - 'PORTRICO', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Pouce Coupe', - 'POUCOUP', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Powder King', - 'POWDERKG', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Powell River', - 'POWELLRV', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Prespatou', - 'PRESPATU', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Pressy Lake', - 'PRESSYLK', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Prevost Island', - 'PREVOSTI', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Prince George', - 'PRINGEOR', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Prince Rupert', - 'PRINCRUP', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Princeton', - 'PRINCETN', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Pritchard', - 'PRITCHRD', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Proctor', - 'PROCTOR', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Progress', - 'PROGRESS', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Prophet River', - 'PROPHETR', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Puntzi', - 'PUNTZI', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Purden Lake', - 'PURDENLK', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Quadra Island', - 'QUADRAIS', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Qualicum Bay', - 'QLICMBAY', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Qualicum Beach', - 'QLICMBCH', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Quatsino', - 'QUATSINO', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Quesnel', - 'QUESNEL', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Quesnel Forks', - 'QUESFORK', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Quilchena', - 'QUILCHNA', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Radium Hot Springs', - 'RADHOTSP', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Raspberry', - 'RASPBRRY', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Rayleigh', - 'RAYLEIGH', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Read Island', - 'READISLD', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Red Lake', - 'REDLAKE', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Red Pass', - 'REDPASS', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Redfern Lake (Mile 178)', - 'REDFERNL', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Redrock/Stoner', - 'RRSTONER', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Redstone (IR)', - 'REDSTON', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Reid Lake', - 'REIDLAKE', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Renata', - 'RENATA', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Revelstoke', - 'REVELSTO', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Richmond', - 'RICHMOND', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Riondel', - 'RIONDEL', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Riske Creek', - 'RISKECRK', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Riverdale', - 'RIVERDAL', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Roberts Creek', - 'ROBERTSC', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Roberts Lake', - 'ROBERTSL', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Robson', - 'ROBSON', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Rock Bay', - 'ROCKBAY', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Rock Creek', - 'ROCKCRK', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Roe Lake', - 'ROELAKE', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Rolla', - 'ROLLA', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Roosville', - 'ROOSVLL', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Rose Lake', - 'ROSELAK', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Rose Prairie', - 'ROSEPRR', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Rosebery', - 'ROSEBRY', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Rosedale', - 'ROSEDALE', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Rosen Lake', - 'ROSENLK', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Rossland', - 'ROSSLND', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Rosswood', - 'ROSSWOD', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Royston', - 'ROYSTON', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Ruskin', - 'RUSKINN', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Rutland', - 'RUTLAND', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Rykerts', - 'RYKERTS', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Saanich', - 'SAANICH', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Sahtlam', - 'SAHTLAM', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Salmo', - 'SALMO', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Salmon Arm', - 'SALMARM', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Salmon Valley', - 'SALMNVY', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Salt Spring Island', - 'SALTSPR', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Saltery Bay', - 'SALTERYB', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Sanca', - 'SANCA', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Sandon', - 'SANDON', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Sandspit', - 'SANDSPIT', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Sandy Hook', - 'SNDYHK', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Sardis', - 'SARDIS', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Saturna Island', - 'SATRNAI', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Savary Island', - 'SAVARYIS', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Savona', - 'SAVONA', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Sayward', - 'SAYWARD', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Scotch Creek', - 'SCTCHCRK', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Sechelt', - 'SECHELT', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Secret Cove', - 'SCRTOCV', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Selma Park', - 'SELMAPRK', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Seton Portage', - 'SETONPOR', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Sewell Inlet', - 'SEWELLIN', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Seymour Arm', - 'SEYMOURA', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Seymour Lakes', - 'SEYMOURL', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Shalalth', - 'SHALALTH', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Sharpe Lake', - 'SHARPELK', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Shawnigan Lake', - 'SHWNIGN', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Shearer Dale', - 'SHRERDAL', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Shell - Glen', - 'SHELLGLN', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Shelter Bay', - 'SHELTRBY', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Sheridan Lake', - 'SHERIDN', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Shoreacres', - 'SHOREACR', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Shoreholm', - 'SHOREHLM', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Shutty Bench', - 'SHUTTYBN', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Sicamous', - 'SICAMOUS', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Sidney', - 'SIDNEY', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Sikanni (Mile 171)', - 'SIKANNI', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Silverdale', - 'SLVRDALE', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Silverton', - 'SLVRTN', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Sinclair Mills', - 'SINCLRM', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Sirdar', - 'SIRDAR', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Six Mile Point', - 'SIXMILPT', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Skeetchestn', - 'SKEETCHE', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Skidegate Landing', - 'SKIDGATL', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Skidegate Reserve', - 'SKIDEGTR', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Skookumchuck', - 'SKOOKUMC', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Sliammon', - 'SLIAMMON', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Slocan', - 'SLOCAN', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Slocan Park', - 'SLOCNPRK', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Smith River', - 'SMITHRVR', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Smithers', - 'SMITHERS', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Soda Cr. (IR)', - 'SODACRK', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Sointula', - 'SOINTULA', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Sonora Island', - 'SONORAI', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Sooke', - 'SOOKE', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Sorrento', - 'SORRENTO', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'South Dawson', - 'SDWNSN', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'South Hazelton', - 'SHZLTON', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'South Pender Island', - 'SPNDRILN', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'South Slocan', - 'STHSLCN', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'South Slocan (northern part of town)', - 'STHSLCNN', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'South Taylor', - 'STHTYLR', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Southbank', - 'STHBNK', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Southview', - 'STHVW', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Spallumcheen', - 'SPALLMCHN', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Sparwood', - 'SPRWOOD', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Spences Bridge', - 'SPNCESBR', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Spillimacheen', - 'SPLLMCHN', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Spring House', - 'SPRNHOUS', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Spuzzum', - 'SPUZZUM', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Squamish', - 'SQUMISH', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Stave Falls', - 'STAVFLS', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Stealhead', - 'STALHEAD', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Steamboat', - 'STMBOAT', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Steelhead', - 'STELHEAD', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Stewart', - 'STWART', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Stillwater', - 'STLLWTR', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Stone (IR)', - 'STONEIR', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Strathnaver', - 'STRTHNVR', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Streatham', - 'STRTHAM', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Stuart Island', - 'STUARTIL', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Stuie', - 'STUIE', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Stump Lake', - 'STUMPLAK', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Sugar Cane (IR)', - 'SUGARCIR', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Summerland', - 'SMRLAND', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Summit Lake', - 'SMITLK', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Summit Lake (Provincial Park)', - 'SMITLKPP', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Sun Peaks', - 'SNPEAKS', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Sunset Prairie', - 'SNSTPRAR', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Surrey', - 'SURRY', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Swan Lake (Provincial Park)', - 'SWNLKPP', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Swan Lake/Kispiox River (Provincial Park)', - 'SWNLKKRP', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Sweetwater', - 'SWTWATR', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Tabor', - 'TABOR', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Tachie Reserve', - 'TACHIRSV', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Taft', - 'TAFT', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Taghum', - 'TAGHUM', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Tahsis', - 'TAHSIS', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Takla Landing', - 'TKLALNDG', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Takysie Lake', - 'TKYSLAKE', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Tappen', - 'TAPPEN', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Tarrys', - 'TARRYS', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'TaTa Creek', - 'TATACRK', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Tatla Lake', - 'TATLALAK', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Tatlayoko Lake', - 'TATLYOKO', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Taweel Lake', - 'TAWELK', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Taylor', - 'TAYLOR', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Tchesinkut Lake', - 'TCHSNKUT', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Telegraph Cove', - 'TGRPHCOV', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Telegraph Creek', - 'TGRPHCRK', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Telkwa', - 'TELKWA', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Terrace', - 'TERRACE', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Tete Jaune', - 'TTJUNE', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Texada Island', - 'TEXADAIS', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Theodosia Inlet', - 'THDSAINL', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Thetis Island', - 'THETISIS', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Thompson Sound', - 'THMPSNSD', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Three Valley Gap/Lake', - 'THRVALGP', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Thrums', - 'THRUMS', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Tie Lake', - 'TIELAKE', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Tintagel', - 'TINTAGEL', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Tlell', - 'TLELL', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Toad River', - 'TOADRVR', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Toba Inlet', - 'TOBAINLT', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Tofino', - 'TOFINO', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Tomslake', - 'TOMSLAKE', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Topley', - 'TOPLEY', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Topley Landing', - 'TOPLND', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Tortoise Lake', - 'TRTSLAKE', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Tower Lake', - 'TWRLAKE', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Trail', - 'TRAIL', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Tranquille Valley', - 'TRNQL', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Trout Lake', - 'TROUTLK', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Trutch', - 'TRUTCH', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Tsawwassen', - 'TSAWWASN', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Tsay Keh (commonly known as Ingenika)', - 'INGENKA', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Tulameen', - 'TULAMEEN', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Tumbler Ridge', - 'TUMBLER', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Tupper', - 'TUPPER', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Tuwanek', - 'TUWANEK', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Twin Butte', - 'TWINBUTE', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Two Rivers', - 'TWORIVR', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Tyaughton(Tyax)Lake', - 'TYAXLK', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Tye', - 'TYE', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Ucluelet', - 'UCLUELET', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Union Bay', - 'UNIONBAY', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Univ Endow''t Lands', - 'UNIVENDW', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Upper Arrow Lake', - 'UPRARRWL', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Upper Cutbank', - 'UPRCUTBK', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Upper Fraser', - 'UPRFRASR', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Usk', - 'USK', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Valdes Island', - 'VALDESIS', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Valemount', - 'VALEMONT', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Valleyview', - 'VLYVIEW', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Vallican', - 'VALLICAN', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Vananda', - 'VANANDA', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Vancouver', - 'VANCOUVR', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Vanderhoof', - 'VANDERHF', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Vavenby', - 'VAVENBY', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Venables Valley', - 'VENABLES', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Vernon', - 'VERNON', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Victor Lake', - 'VICTORLK', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Victoria', - 'VICTORIA', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'View Royal', - 'VIEWROYL', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Walhachin', - 'WALHACHN', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Waneta', - 'WANETA', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Wardner', - 'WARDNER', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Warfield', - 'WARFIELD', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Wasa', - 'WASA', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Websters Corner', - 'WEBSTRCR', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Wells', - 'WELLS', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'West Cracroft Island', - 'WCRACRFT', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'West Creston', - 'WESTCRST', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'West Kelowna', - 'WSTKELOW', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'West Lake', - 'WESTLK', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'West Thurlow Island', - 'WSTTHRLW', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'West Vancouver', - 'WSTVANCO', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Westbank', - 'WESTBANK', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Westbridge', - 'WSTBRDGE', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Westbridge (Highway 33 junction only)', - 'WSTBR33', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Westside', - 'WESTSIDE', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Westview', - 'WESTVIEW', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Westwold', - 'WESTWOLD', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Whatshan Lake', - 'WHTSHANL', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Whiskey Creek', - 'WHISKYC', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Whistler', - 'WHISTLER', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'White Lake', - 'WHITELK', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'White River', - 'WHITERIV', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'White Rock', - 'WHITERCK', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Whitecroft', - 'WHITCROF', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Whiteswan Lake', - 'WHITESWN', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Whonnock', - 'WHONNOCK', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Wildwood', - 'WILDWOOD', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Williams Lake', - 'WILLMSLK', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Willow Flats', - 'WILWFLAT', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Willow Point', - 'WILWRPOI', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Willow River', - 'WILWRIVR', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Willow Valley', - 'WILWVALY', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Wilmer', - 'WILMER', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Wilson Creek', - 'WILSNCRK', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Wilson Lake', - 'WILSLAKE', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Wilson''s Landing', - 'WLSNLNDG', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Windermere', - 'WINDRMER', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Winlaw', - 'WINLAW', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Winter Harbour', - 'WINTRHRB', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Wistaria', - 'WISTARIA', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Wonowon', - 'WONOWON', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Woss', - 'WOSS', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Wycliffe', - 'WYCLIFFE', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Wynndel', - 'WYNDEL', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Yahk', - 'YAHK', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Yale', - 'YALE', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Yarrow', - 'YARROW', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Yellowpoint', - 'YLWPOINT', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Ymir', - 'YMIR', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Youbou', - 'YOUBOU', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Young Lake', - 'YOUNGLK', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'geoorgutcd', - 'Zeballos', - 'ZEBALLOS', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - --- species -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'speciescd', - 'Black bear', - 'BLKBEAR', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'speciescd', - 'Bison', - 'BISON', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'speciescd', - 'Bobcat', - 'BOBCAT', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'speciescd', - 'Caribou', - 'CARIBOU', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'speciescd', - 'Cougar', - 'COUGAR', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'speciescd', - 'Coyote', - 'COYOTE', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'speciescd', - 'Deer', - 'DEER', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'speciescd', - 'Elk', - 'ELK', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'speciescd', - 'Fox', - 'FOX', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'speciescd', - 'Grizzly bear', - 'GRZBEAR', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'speciescd', - 'Hog/pig/boar (feral)', - 'FERALHOG', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'speciescd', - 'Lynx', - 'LYNX', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'speciescd', - 'Moose', - 'MOOSE', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'speciescd', - 'Mountain goats', - 'MTNGOAT', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'speciescd', - 'Racoon', - 'RACCOON', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'speciescd', - 'Raptor', - 'RAPTOR', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'speciescd', - 'Rattlesnake', - 'RATTLER', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'speciescd', - 'River otter', - 'RVROTTER', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'speciescd', - 'Skunk', - 'SKUNK', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'speciescd', - 'Wild sheep', - 'WLDSHEEP', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'speciescd', - 'Wolf', - 'WOLF', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'speciescd', - 'Wolverine', - 'WOLVERN', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'speciescd', - 'Other', - 'OTHER', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'speciescd', - 'Unknown', - 'UNKNOWN', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - --- complaint nature -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'cmpltntrcd', - 'Sightings', - 'SGHTNGS', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'cmpltntrcd', - 'Food Conditioned', - 'FOODCOND', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'cmpltntrcd', - 'Injured/distressed - not present', - 'INJNP', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'cmpltntrcd', - 'Damage to property - not present', - 'DAMNP', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'cmpltntrcd', - 'Aggressive - not present', - 'AGGNOT', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'cmpltntrcd', - 'Livestock/pets - killed/injured - not present (no cougar suspected)', - 'LIVNCOU', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'cmpltntrcd', - 'Dead wildlife - no violation suspected', - 'DEADNV', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'cmpltntrcd', - 'Orphaned - large carnivores/ungulates only', - 'ORPHANLG', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'cmpltntrcd', - 'Human injury/death', - 'HUMINJ', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'cmpltntrcd', - 'Aggressive - present/recent', - 'AGGPRES', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'cmpltntrcd', - 'Cougar suspected - killed/injured livestock/pets - not present', - 'COUGARN', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'cmpltntrcd', - 'Livestock/pets - killed/injured - present/recent', - 'LIVPRES', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'cmpltntrcd', - 'School/park/playground - present/recent', - 'SCHPRES', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'cmpltntrcd', - 'Confined', - 'CONFINED', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'cmpltntrcd', - 'Property damage - present', - 'PROPPRES', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'cmpltntrcd', - 'Wildlife in trap', - 'TRAP', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'cmpltntrcd', - 'Injured/distressed - present', - 'INJPRES', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'cmpltntrcd', - 'Dead wildlife - public safety risk', - 'DEADPSR', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'cmpltntrcd', - 'Sightings of grizzlies/cougars urban/residential areas', - 'SGHTNGS', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'cmpltntrcd', - 'Wildlife in leg hold/live trap', - 'TRPLEG', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - --- attractants -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'atractntcd', - 'BBQ', - 'BBQ', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'atractntcd', - 'Crops', - 'CROPS', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'atractntcd', - 'Pet Food', - 'PETFOOD', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'atractntcd', - 'Beehive', - 'BEEHIVE', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'atractntcd', - 'Freezer', - 'FREEZER', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'atractntcd', - 'Pets', - 'PETS', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'atractntcd', - 'Bird Feeder', - 'BIRD FDR', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'atractntcd', - 'Garbage', - 'GARBAGE', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'atractntcd', - 'Residential Fruit/Berries', - 'RESFRUIT', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'atractntcd', - 'Campground food', - 'CAMP FD', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'atractntcd', - 'Industrial Camp', - 'INDCAMP', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'atractntcd', - 'Vegetable Garden', - 'VEGGARD', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'atractntcd', - 'Vineyard/Orchid', - 'VNYDORCH', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'atractntcd', - 'Livestock', - 'LIVESTCK', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'atractntcd', - 'Wildlife: hunter kill', - 'WLDLFEHK', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'atractntcd', - 'Compost', - 'COMPOST', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'atractntcd', - 'Livestock feed', - 'LVSFEED', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'atractntcd', - 'Other', - 'OTHER', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - --- violation -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'violatncd', - 'Wildlife', - 'WILDLIFE', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'violatncd', - 'Wildlife: Invasive Species', - 'WINVSPC', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'violatncd', - 'Aquatic: Invasive Species', - 'AINVSPC', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'violatncd', - 'Fisheries', - 'FISHERY', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'violatncd', - 'Open Burning', - 'OPENBURN', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'violatncd', - 'Dumping', - 'DUMPING', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'violatncd', - 'Off-road vehicles (ORV)', - 'ORV', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'violatncd', - 'Recreation sites/ trails', - 'RECREATN', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'violatncd', - 'Boating', - 'BOATING', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'violatncd', - 'Waste', - 'WASTE', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'violatncd', - 'Other', - 'OTHER', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'violatncd', - 'Pesticide', - 'PESTICDE', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'girtypecd', - 'CO Contact', - 'COCNT', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'girtypecd', - 'CO Disposition', - 'CODSP', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'girtypecd', - 'General Advice', - 'GENAD', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'girtypecd', - 'Media', - 'MEDIA', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; - -INSERT INTO - public.staging_metadata_mapping ( - staging_metadata_mapping_guid, - entity_code, - staged_data_value, - live_data_value, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - uuid_generate_v4 (), - 'girtypecd', - 'Query', - 'QUERY', - 'FLYWAY', - CURRENT_TIMESTAMP, - 'FLYWAY', - CURRENT_TIMESTAMP - ) on conflict do nothing; \ No newline at end of file diff --git a/backend/db/migrations/R__view-cos-geo-org-flat-vw-definition-update1.sql b/backend/db/migrations/R__view-cos-geo-org-flat-vw-definition-update1.sql deleted file mode 100644 index 351f1ffef..000000000 --- a/backend/db/migrations/R__view-cos-geo-org-flat-vw-definition-update1.sql +++ /dev/null @@ -1,43 +0,0 @@ --- As the repeatable scripts are always run after the DDL changes, update this script whenever the view definition changes. - -CREATE OR REPLACE VIEW public.cos_geo_org_unit_flat_vw -AS SELECT DISTINCT - gou.geo_organization_unit_code AS region_code, - gou.short_description AS region_name, - gou2.geo_organization_unit_code AS zone_code, - gou2.short_description AS zone_name, - gou3.geo_organization_unit_code AS offloc_code, - gou3.short_description AS offloc_name, - CAST(COALESCE(gou4.geo_organization_unit_code, NULL) AS VARCHAR(10)) AS area_code, - CAST(COALESCE(gou4.short_description, null) as VARCHAR(50)) AS area_name, - gou3.administrative_office_ind - -FROM - geo_org_unit_structure gos -JOIN - geo_organization_unit_code gou ON gos.parent_geo_org_unit_code::text = gou.geo_organization_unit_code::text -JOIN - geo_org_unit_structure gos2 ON gos2.parent_geo_org_unit_code::text = gou.geo_organization_unit_code::text -JOIN - geo_organization_unit_code gou2 ON gos2.child_geo_org_unit_code::text = gou2.geo_organization_unit_code::text -JOIN - geo_org_unit_structure gos3 ON gos3.parent_geo_org_unit_code::text = gou2.geo_organization_unit_code::text -JOIN - geo_organization_unit_code gou3 ON gos3.child_geo_org_unit_code::text = gou3.geo_organization_unit_code::text -LEFT JOIN - geo_org_unit_structure gos4 ON gos4.parent_geo_org_unit_code::text = gou3.geo_organization_unit_code::text -LEFT JOIN - geo_organization_unit_code gou4 ON gos4.child_geo_org_unit_code::text = gou4.geo_organization_unit_code::text -WHERE - gou.geo_org_unit_type_code = 'REGION' - AND gou2.geo_org_unit_type_code = 'ZONE' - AND gou3.geo_org_unit_type_code = 'OFFLOC' - AND (gou4.geo_org_unit_type_code = 'AREA' OR gou4.geo_org_unit_type_code IS NULL) - AND gos.agency_code = 'COS'; - - - - - - - diff --git a/backend/db/migrations/R__view-cos-geo-org-flat-vw-definition.sql b/backend/db/migrations/R__view-cos-geo-org-flat-vw-definition.sql deleted file mode 100644 index d515475da..000000000 --- a/backend/db/migrations/R__view-cos-geo-org-flat-vw-definition.sql +++ /dev/null @@ -1,41 +0,0 @@ --- As the repeatable scripts are always run after the DDL changes, update this script whenever the view definition changes. - -CREATE OR REPLACE VIEW public.cos_geo_org_unit_flat_vw -AS SELECT DISTINCT - gou.geo_organization_unit_code AS region_code, - gou.short_description AS region_name, - gou2.geo_organization_unit_code AS zone_code, - gou2.short_description AS zone_name, - gou3.geo_organization_unit_code AS offloc_code, - gou3.short_description AS offloc_name, - CAST(COALESCE(gou4.geo_organization_unit_code, NULL) AS VARCHAR(10)) AS area_code, - CAST(COALESCE(gou4.short_description, null) as VARCHAR(50)) AS area_name -FROM - geo_org_unit_structure gos -JOIN - geo_organization_unit_code gou ON gos.parent_geo_org_unit_code::text = gou.geo_organization_unit_code::text -JOIN - geo_org_unit_structure gos2 ON gos2.parent_geo_org_unit_code::text = gou.geo_organization_unit_code::text -JOIN - geo_organization_unit_code gou2 ON gos2.child_geo_org_unit_code::text = gou2.geo_organization_unit_code::text -JOIN - geo_org_unit_structure gos3 ON gos3.parent_geo_org_unit_code::text = gou2.geo_organization_unit_code::text -JOIN - geo_organization_unit_code gou3 ON gos3.child_geo_org_unit_code::text = gou3.geo_organization_unit_code::text -LEFT JOIN - geo_org_unit_structure gos4 ON gos4.parent_geo_org_unit_code::text = gou3.geo_organization_unit_code::text -LEFT JOIN - geo_organization_unit_code gou4 ON gos4.child_geo_org_unit_code::text = gou4.geo_organization_unit_code::text -WHERE - gou.geo_org_unit_type_code = 'REGION' - AND gou2.geo_org_unit_type_code = 'ZONE' - AND gou3.geo_org_unit_type_code = 'OFFLOC' - AND (gou4.geo_org_unit_type_code = 'AREA' OR gou4.geo_org_unit_type_code IS NULL) - AND gos.agency_code = 'COS'; - - - - - - - diff --git a/backend/db/migrations/V0.12.1__CE-329.sql b/backend/db/migrations/V0.12.1__CE-329.sql deleted file mode 100644 index a31c9e77a..000000000 --- a/backend/db/migrations/V0.12.1__CE-329.sql +++ /dev/null @@ -1,68 +0,0 @@ -CREATE TABLE public.reported_by_code ( - reported_by_code varchar(10) NOT NULL, - short_description varchar(50) NOT NULL, - long_description varchar(250) NULL, - display_order int4 NOT NULL, - active_ind bool NOT NULL, - create_user_id varchar(32) NOT NULL, - create_utc_timestamp timestamp NOT NULL, - update_user_id varchar(32) NOT NULL, - update_utc_timestamp timestamp NOT NULL, - CONSTRAINT "PK_reportedbycode" PRIMARY KEY (reported_by_code) -); - -INSERT INTO - reported_by_code (reported_by_code, short_description, long_description, display_order, active_ind, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) -SELECT '911', '911', '911', 1, 'Y', user, now(), user, now() -ON CONFLICT DO NOTHING; -INSERT INTO - reported_by_code (reported_by_code, short_description, long_description, display_order, active_ind, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) -SELECT 'BCWF', 'BCWF', 'BC Wildlife Federation', 2, 'Y', user, now(), user, now() -ON CONFLICT DO NOTHING; -INSERT INTO - reported_by_code (reported_by_code, short_description, long_description, display_order, active_ind, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) -SELECT 'BYLAW', 'Bylaw Enforcement', 'Bylaw Enforcement', 3, 'Y', user, now(), user, now() -ON CONFLICT DO NOTHING; -INSERT INTO - reported_by_code (reported_by_code, short_description, long_description, display_order, active_ind, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) -SELECT 'CEB', 'FOR', 'Forestry Compliance and Enforcement Branch', 4, 'Y', user, now(), user, now() -ON CONFLICT DO NOTHING; -INSERT INTO - reported_by_code (reported_by_code, short_description, long_description, display_order, active_ind, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) -SELECT 'COS', 'COS', 'Conservation Officer Service', 5, 'Y', user, now(), user, now() -ON CONFLICT DO NOTHING; -INSERT INTO - reported_by_code (reported_by_code, short_description, long_description, display_order, active_ind, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) -SELECT 'DFO', 'DFO', 'Department of Fisheries and Oceans', 6, 'Y', user, now(), user, now() -ON CONFLICT DO NOTHING; -INSERT INTO - reported_by_code (reported_by_code, short_description, long_description, display_order, active_ind, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) -SELECT 'EMAILRAPP', 'RAPP Email', 'RAPP Email', 7, 'Y', user, now(), user, now() -ON CONFLICT DO NOTHING; -INSERT INTO - reported_by_code (reported_by_code, short_description, long_description, display_order, active_ind, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) -SELECT 'EPO', 'CEEB', 'Compliance and Environmental Enforcement Branch', 8, 'Y', user, now(), user, now() -ON CONFLICT DO NOTHING; -INSERT INTO - reported_by_code (reported_by_code, short_description, long_description, display_order, active_ind, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) -SELECT 'LE', 'Police', 'RCMP', 9, 'Y', user, now(), user, now() -ON CONFLICT DO NOTHING; -INSERT INTO - reported_by_code (reported_by_code, short_description, long_description, display_order, active_ind, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) -SELECT 'NRO', 'Natural Resource Officer', 'Natural Resource Officer', 10, 'Y', user, now(), user, now() -ON CONFLICT DO NOTHING; -INSERT INTO - reported_by_code (reported_by_code, short_description, long_description, display_order, active_ind, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) -SELECT 'OTHER', 'Other', 'Other', 11, 'Y', user, now(), user, now() -ON CONFLICT DO NOTHING; -INSERT INTO - reported_by_code (reported_by_code, short_description, long_description, display_order, active_ind, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) -SELECT 'SELF', 'Self', 'Self', 12, 'Y', user, now(), user, now() -ON CONFLICT DO NOTHING; - -ALTER TABLE public.complaint DROP CONSTRAINT "FK_complaint_referred_by_agencycode"; -ALTER TABLE public.complaint RENAME COLUMN referred_by_agency_code TO reported_by_code; -ALTER TABLE public.complaint RENAME COLUMN referred_by_agency_other_text TO reported_by_other_text; -ALTER TABLE public.complaint ADD CONSTRAINT "FK_complaint_reported_by_code" FOREIGN KEY (reported_by_code) REFERENCES reported_by_code(reported_by_code); - -DELETE FROM agency_code WHERE agency_code in ('DFO', 'BCWF', 'BYLAW', 'CEB', 'LE', 'OTHER'); \ No newline at end of file diff --git a/backend/db/migrations/V0.13.1__CE-237.sql b/backend/db/migrations/V0.13.1__CE-237.sql deleted file mode 100644 index f29957dc0..000000000 --- a/backend/db/migrations/V0.13.1__CE-237.sql +++ /dev/null @@ -1,7 +0,0 @@ --- --- ALTER person_complaint_xref_code table add missing --- active_ind column, set default value true --- - -ALTER TABLE public.person_complaint_xref_code - ADD COLUMN IF NOT EXISTS active_ind boolean NOT NULL DEFAULT true; \ No newline at end of file diff --git a/backend/db/migrations/V0.14.1__CE-101.sql b/backend/db/migrations/V0.14.1__CE-101.sql deleted file mode 100644 index 30fb28340..000000000 --- a/backend/db/migrations/V0.14.1__CE-101.sql +++ /dev/null @@ -1,68 +0,0 @@ --- CE-101 - WebEOC Staging Tables - -CREATE TABLE public.staging_activity_code ( - staging_activity_code varchar(10) NOT NULL, - short_description varchar(50) NOT NULL, - long_description varchar(250) NULL, - display_order int4 NOT NULL, - active_ind bool NOT NULL, - create_user_id varchar(32) NOT NULL, - create_utc_timestamp timestamp NOT NULL, - update_user_id varchar(32) NOT NULL, - update_utc_timestamp timestamp NOT null, - CONSTRAINT "PK_staging_activity_code" PRIMARY KEY (staging_activity_code) -); - -CREATE TABLE public.staging_status_code ( - staging_status_code varchar(10) NOT NULL, - short_description varchar(50) NOT NULL, - long_description varchar(250) NULL, - display_order int4 NOT NULL, - active_ind bool NOT NULL, - create_user_id varchar(32) NOT NULL, - create_utc_timestamp timestamp NOT NULL, - update_user_id varchar(32) NOT NULL, - update_utc_timestamp timestamp NOT NULL, - CONSTRAINT "PK_staging_status_code" PRIMARY KEY (staging_status_code) -); - -CREATE TABLE public.entity_code ( - entity_code varchar(10) NOT NULL, - short_description varchar(50) NOT NULL, - long_description varchar(250) NULL, - display_order int4 NOT NULL, - active_ind bool NOT NULL, - create_user_id varchar(32) NOT NULL, - create_utc_timestamp timestamp NOT NULL, - update_user_id varchar(32) NOT NULL, - update_utc_timestamp timestamp NOT null, - CONSTRAINT "PK_entity_code" PRIMARY KEY (entity_code) -); - -create table public.staging_complaint ( - staging_complaint_guid uuid NOT NULL DEFAULT uuid_generate_v4(), - staging_status_code varchar(10) NOT NULL, - staging_activity_code varchar(10) NOT NULL, - complaint_identifier varchar(20) NOT NULL, - complaint_jsonb jsonb NOT NULL, - create_user_id varchar(32) NOT NULL, - create_utc_timestamp timestamp NOT NULL, - update_user_id varchar(32) NOT NULL, - update_utc_timestamp timestamp NOT null, - CONSTRAINT "PK_staging_complaint" PRIMARY KEY (staging_complaint_guid), - CONSTRAINT "staging_complaint_staging_status_code" FOREIGN KEY (staging_status_code) REFERENCES public.staging_status_code(staging_status_code), - CONSTRAINT "staging_complaint_staging_staging_activity_code" FOREIGN KEY (staging_activity_code) REFERENCES public.staging_activity_code(staging_activity_code) -); - -create table public.staging_metadata_mapping ( - staging_metadata_mapping_guid uuid NOT NULL DEFAULT uuid_generate_v4(), - entity_code varchar(10) NOT NULL, - staged_data_value varchar(120) NOT NULL, - live_data_value varchar(10) NOT NULL, - create_user_id varchar(32) NOT NULL, - create_utc_timestamp timestamp NOT NULL, - update_user_id varchar(32) NOT NULL, - update_utc_timestamp timestamp NOT null, - CONSTRAINT "PK_staging_metadata_mapping_guid" PRIMARY KEY (staging_metadata_mapping_guid), - CONSTRAINT "staging_staging_metadata_mapping_entity_code" FOREIGN KEY (entity_code) REFERENCES public.entity_code(entity_code) -); \ No newline at end of file diff --git a/backend/db/migrations/V0.15.1__CE-187.sql b/backend/db/migrations/V0.15.1__CE-187.sql deleted file mode 100644 index 6cfeb0d3b..000000000 --- a/backend/db/migrations/V0.15.1__CE-187.sql +++ /dev/null @@ -1,22 +0,0 @@ -INSERT INTO - configuration ( - configuration_code, - configuration_value, - long_description, - active_ind, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - 'CDTABLEVER', - '1', - 'The current version of the application stored in the database. Will be incremented by 1 with each change to signal to the application cache that the values of the code tables should be refreshed.', - true, - CURRENT_USER, - CURRENT_TIMESTAMP, - CURRENT_USER, - CURRENT_TIMESTAMP - ) ON CONFLICT DO NOTHING; \ No newline at end of file diff --git a/backend/db/migrations/V0.19.1__CE-99.sql b/backend/db/migrations/V0.19.1__CE-99.sql deleted file mode 100644 index 693a3d710..000000000 --- a/backend/db/migrations/V0.19.1__CE-99.sql +++ /dev/null @@ -1,73 +0,0 @@ -CREATE TABLE - public.complaint_update ( - complaint_update_guid uuid DEFAULT uuid_generate_v4 () NOT NULL, - complaint_identifier varchar(20) NOT NULL, - update_seq_number int4 NOT NULL, - upd_detail_text text NULL, - upd_location_summary_text varchar(120) NULL, - upd_location_detailed_text varchar(4000) NULL, - upd_location_geometry_point public.geometry NULL, - create_user_id varchar(32) NOT NULL, - create_utc_timestamp timestamp NOT NULL, - update_user_id varchar(32) NOT NULL, - update_utc_timestamp timestamp NULL, - CONSTRAINT complaint_update_pk PRIMARY KEY (complaint_update_guid), - CONSTRAINT complaint_update_fk FOREIGN KEY (complaint_identifier) REFERENCES public.complaint (complaint_identifier) - ); - -COMMENT ON TABLE public.complaint_update IS 'Callers will sometimes call in with a COMPLAINT_UPDATE. This table is used to track items that are considered to be amendments to the complaint information such as additional details, or location information.'; - --- Column comments -COMMENT ON COLUMN public.complaint_update.complaint_update_guid IS 'System generated unique key for a complaint update. This key should never be exposed to users via any system utilizing the tables.'; - -COMMENT ON COLUMN public.complaint_update.complaint_identifier IS 'Natural key for a complaint generated by webEOC. Format is YY-250744772125074477212507447721 where the number portion of the sequence resets to 0 on the new year.'; - -COMMENT ON COLUMN public.complaint_update.update_seq_number IS 'An integer that is used to reflect the order that complaint updates were entered into the call center system.'; - -COMMENT ON COLUMN public.complaint_update.upd_detail_text IS 'Verbatim details of the complaint as recorded by the call centre or through the web form.'; - -COMMENT ON COLUMN public.complaint_update.upd_location_summary_text IS 'A brief summary of the location of the complaint.'; - -COMMENT ON COLUMN public.complaint_update.upd_location_detailed_text IS 'A more detailed description of the location of the complaint.'; - -COMMENT ON COLUMN public.complaint_update.upd_location_geometry_point IS 'The closest approximation to where the incident occurred. Stored as a geometric point using the EPSG:3005 Projected Coordinate System (BC Albers)'; - -COMMENT ON COLUMN public.complaint_update.create_user_id IS 'The id of the user that created the complaint update record.'; - -COMMENT ON COLUMN public.complaint_update.create_utc_timestamp IS 'The timestamp when the complaint update record was created. The timestamp is stored in UTC with no Offset.'; - -COMMENT ON COLUMN public.complaint_update.update_user_id IS 'The id of the user that updated the complaint update record.'; - -COMMENT ON COLUMN public.complaint_update.update_utc_timestamp IS 'The timestamp when the complaint_update record was updated. The timestamp is stored in UTC with no Offset.'; - --- history table -CREATE TABLE - public.complaint_update_h ( - h_complaint_update_guid uuid NOT NULL DEFAULT uuid_generate_v4 (), - target_row_id uuid NOT NULL, - operation_type char(1) NOT NULL, - operation_user_id varchar(32) NOT NULL DEFAULT current_user, - operation_executed_at timestamp NOT NULL DEFAULT now (), - data_after_executed_operation jsonb, - CONSTRAINT "PK_h_complaint_update" PRIMARY KEY (h_complaint_update_guid) - ); - -CREATE -or REPLACE TRIGGER complaint_update_history_trigger BEFORE INSERT -OR DELETE -OR -UPDATE ON complaint_update FOR EACH ROW EXECUTE PROCEDURE audit_history ('complaint_update_h', 'complaint_update_guid'); - -COMMENT on table public.complaint_update_h is 'History table for complaint_update table'; - -COMMENT on column public.complaint_update_h.h_complaint_update_guid is 'System generated unique key for complaint update history. This key should never be exposed to users via any system utilizing the tables.'; - -COMMENT on column public.complaint_update_h.target_row_id is 'The unique key for the complaint update that has been created or modified.'; - -COMMENT on column public.complaint_update_h.operation_type is 'The operation performed: I = Insert, U = Update, D = Delete'; - -COMMENT on column public.complaint_update_h.operation_user_id is 'The id of the user that created or modified the data in the complaint update table. Defaults to the logged in user if not passed in by the application.'; - -COMMENT on column public.complaint_update_h.operation_executed_at is 'The timestamp when the data in the complaint update table was created or modified. The timestamp is stored in UTC with no Offset.'; - -COMMENT on column public.complaint_update_h.data_after_executed_operation is 'A JSON representation of the row in the table after the operation was completed successfully. This implies that the latest row in the audit table will always match with the current row in the live table.'; \ No newline at end of file diff --git a/backend/db/migrations/V0.19.6__CE-503.sql b/backend/db/migrations/V0.19.6__CE-503.sql deleted file mode 100644 index f6e1ca672..000000000 --- a/backend/db/migrations/V0.19.6__CE-503.sql +++ /dev/null @@ -1,3 +0,0 @@ -ALTER TABLE public.complaint_status_code ADD manually_assignable_ind boolean NOT NULL DEFAULT true; - -COMMENT ON COLUMN public.complaint_status_code.manually_assignable_ind IS 'Indicates if the stastus code can be manually assigned by a user.'; \ No newline at end of file diff --git a/backend/db/migrations/V0.1__org-code-updates.sql b/backend/db/migrations/V0.1__org-code-updates.sql deleted file mode 100644 index 1b02634b1..000000000 --- a/backend/db/migrations/V0.1__org-code-updates.sql +++ /dev/null @@ -1,21 +0,0 @@ --- datafix scripts for Jira Tickets COMPENF-255 and COMPENF-256 - -update geo_organization_unit_code -set short_description = 'Lillooet', long_description = 'Lillooet' -where short_description = 'Lilloet' and long_description = 'Lilloet'; - -update geo_organization_unit_code -set short_description = 'Kootenay', long_description = 'Kootenay' -where short_description = 'Kootney' and long_description = 'Kootney'; - -update geo_organization_unit_code -set short_description = 'Columbia/Kootenay', long_description = 'Columbia/Kootenay' -where short_description = 'Columbia/Kootney' and long_description = 'Columbia/Kootney'; - -update geo_organization_unit_code -set short_description = 'East Kootenay', long_description = 'East Kootenay' -where short_description = 'East Kootney' and long_description = 'East Kootney'; - -update geo_organization_unit_code -set short_description = 'West Kootenay', long_description = 'West Kootenay' -where short_description = 'West Kootney' and long_description = 'West Kootney'; \ No newline at end of file diff --git a/backend/db/migrations/V0.2.1__COMPENF-268.sql b/backend/db/migrations/V0.2.1__COMPENF-268.sql deleted file mode 100644 index b20a00a9b..000000000 --- a/backend/db/migrations/V0.2.1__COMPENF-268.sql +++ /dev/null @@ -1,3 +0,0 @@ -ALTER TABLE attractant_hwcr_xref ADD CONSTRAINT UQ_attrhwcrx UNIQUE (attractant_code, hwcr_complaint_guid); - -comment on column public.allegation_complaint.complaint_identifier is 'Natural key for a complaint generated by webEOC.'; \ No newline at end of file diff --git a/backend/db/migrations/V0.2.2.sql b/backend/db/migrations/V0.2.2.sql deleted file mode 100644 index f917c7f73..000000000 --- a/backend/db/migrations/V0.2.2.sql +++ /dev/null @@ -1 +0,0 @@ -drop Table users; \ No newline at end of file diff --git a/backend/db/migrations/V0.2.3__db-audit-history.sql b/backend/db/migrations/V0.2.3__db-audit-history.sql deleted file mode 100644 index 24f31cee7..000000000 --- a/backend/db/migrations/V0.2.3__db-audit-history.sql +++ /dev/null @@ -1,238 +0,0 @@ -CREATE OR REPLACE FUNCTION audit_history() RETURNS trigger AS $BODY$ - DECLARE - - target_history_table TEXT; - target_pk TEXT; - - BEGIN - target_history_table := TG_ARGV[0]; - target_pk := TG_ARGV[1]; - - IF TG_OP ='INSERT' THEN - - -- Don't trust the caller not to manipulate any of these fields - NEW.create_timestamp := current_timestamp; -- create timestamp must be the current time - NEW.update_timestamp := current_timestamp; -- update timestamp must be the current time - NEW.update_user_id := NEW.create_user_id; -- the update user must be the same as the create user - - EXECUTE - format( - 'INSERT INTO %I (target_row_id, operation_type, operation_user_id, data_after_executed_operation) VALUES ($1.%I, ''I'', $1.create_user_id, to_jsonb($1))', target_history_table, target_pk - ) - USING NEW; - RETURN NEW; - - ELSIF TG_OP = 'UPDATE' THEN - - -- Don't trust the caller not to manipulate any of these fields - NEW.update_timestamp := current_timestamp; -- update timestamp must be the current time - NEW.create_user_id := OLD.create_user_id; -- create userId can't be altered - NEW.create_timestamp := OLD.create_timestamp; -- update timestamp can't be altered - - EXECUTE - format( - 'INSERT INTO %I (target_row_id, operation_type, operation_user_id, data_after_executed_operation) VALUES ($1.%I, ''U'', $1.update_user_id, to_jsonb($1))', target_history_table, target_pk - ) - USING NEW; - RETURN NEW; - - ELSIF TG_OP = 'DELETE' THEN - - EXECUTE - format( - 'INSERT INTO %I (target_row_id, operation_type) VALUES ($1.%I, ''D'')', target_history_table, target_pk - ) - USING OLD; - RETURN OLD; - - END IF; - END; -$BODY$ -LANGUAGE plpgsql; - -CREATE TABLE allegation_complaint_h -( - h_algtncmplt_guid uuid NOT NULL DEFAULT uuid_generate_v4(), - target_row_id uuid NOT NULL, - operation_type char(1) NOT NULL, - operation_user_id varchar(32) NOT NULL DEFAULT current_user, - operation_executed_at timestamp NOT NULL DEFAULT now(), - data_after_executed_operation jsonb, -CONSTRAINT "PK_h_algtncmplt" PRIMARY KEY (h_algtncmplt_guid) -); - -CREATE TABLE attractant_hwcr_xref_h -( - h_attrhwcrx_guid uuid NOT NULL DEFAULT uuid_generate_v4(), - target_row_id uuid NOT NULL, - operation_type char(1) NOT NULL, - operation_user_id varchar(32) NOT NULL DEFAULT current_user, - operation_executed_at timestamp NOT NULL DEFAULT now(), - data_after_executed_operation jsonb, -CONSTRAINT "PK_h_attrhwcrx" PRIMARY KEY (h_attrhwcrx_guid) -); - -CREATE TABLE complaint_h -( - h_complaint_guid uuid NOT NULL DEFAULT uuid_generate_v4(), - target_row_id varchar(20) NOT NULL, - operation_type char(1) NOT NULL, - operation_user_id varchar(32) NOT NULL DEFAULT current_user, - operation_executed_at timestamp NOT NULL DEFAULT now(), - data_after_executed_operation jsonb, -CONSTRAINT "PK_h_complaint" PRIMARY KEY (h_complaint_guid) -); - -CREATE TABLE geo_org_unit_structure_h -( - h_gorgustrct_guid uuid NOT NULL DEFAULT uuid_generate_v4(), - target_row_id uuid NOT NULL, - operation_type char(1) NOT NULL, - operation_user_id varchar(32) NOT NULL DEFAULT current_user, - operation_executed_at timestamp NOT NULL DEFAULT now(), - data_after_executed_operation jsonb, -CONSTRAINT "PK_h_gorgustrct" PRIMARY KEY (h_gorgustrct_guid) -); - -CREATE TABLE hwcr_complaint_h -( - h_hwcrcmplt_guid uuid NOT NULL DEFAULT uuid_generate_v4(), - target_row_id uuid NOT NULL, - operation_type char(1) NOT NULL, - operation_user_id varchar(32) NOT NULL DEFAULT current_user, - operation_executed_at timestamp NOT NULL DEFAULT now(), - data_after_executed_operation jsonb, -CONSTRAINT "PK_h_hwcrcmplt" PRIMARY KEY (h_hwcrcmplt_guid) -); - -CREATE TABLE office_h -( - h_office_guid uuid NOT NULL DEFAULT uuid_generate_v4(), - target_row_id uuid NOT NULL, - operation_type char(1) NOT NULL, - operation_user_id varchar(32) NOT NULL DEFAULT current_user, - operation_executed_at timestamp NOT NULL DEFAULT now(), - data_after_executed_operation jsonb, -CONSTRAINT "PK_h_office" PRIMARY KEY (h_office_guid) -); - -CREATE TABLE officer_h -( - h_officer_guid uuid NOT NULL DEFAULT uuid_generate_v4(), - target_row_id uuid NOT NULL, - operation_type char(1) NOT NULL, - operation_user_id varchar(32) NOT NULL DEFAULT current_user, - operation_executed_at timestamp NOT NULL DEFAULT now(), - data_after_executed_operation jsonb, -CONSTRAINT "PK_h_officer" PRIMARY KEY (h_officer_guid) -); - -CREATE TABLE person_h -( - h_person_guid uuid NOT NULL DEFAULT uuid_generate_v4(), - target_row_id uuid NOT NULL, - operation_type char(1) NOT NULL, - operation_user_id varchar(32) NOT NULL DEFAULT current_user, - operation_executed_at timestamp NOT NULL DEFAULT now(), - data_after_executed_operation jsonb, -CONSTRAINT "PK_h_person" PRIMARY KEY (h_person_guid) -); - - - -CREATE or REPLACE TRIGGER algtncmplt_history_trigger - BEFORE INSERT OR DELETE OR UPDATE ON allegation_complaint - FOR EACH ROW EXECUTE PROCEDURE audit_history('allegation_complaint_h', 'allegation_complaint_guid'); - -CREATE or REPLACE TRIGGER attrhwcrx_history_trigger - BEFORE INSERT OR DELETE OR UPDATE ON attractant_hwcr_xref - FOR EACH ROW EXECUTE PROCEDURE audit_history('attractant_hwcr_xref_h', 'attractant_hwcr_xref_guid'); - -CREATE or REPLACE TRIGGER complaint_history_trigger - BEFORE INSERT OR DELETE OR UPDATE ON complaint - FOR EACH ROW EXECUTE PROCEDURE audit_history('complaint_h', 'complaint_identifier'); - -CREATE or REPLACE TRIGGER gorgustrct_history_trigger - BEFORE INSERT OR DELETE OR UPDATE ON geo_org_unit_structure - FOR EACH ROW EXECUTE PROCEDURE audit_history('geo_org_unit_structure_h', 'geo_org_unit_structure_guid'); - -CREATE or REPLACE TRIGGER hwcrcmplt_history_trigger - BEFORE INSERT OR DELETE OR UPDATE ON hwcr_complaint - FOR EACH ROW EXECUTE PROCEDURE audit_history('hwcr_complaint_h', 'hwcr_complaint_guid'); - -CREATE or REPLACE TRIGGER office_history_trigger - BEFORE INSERT OR DELETE OR UPDATE ON office - FOR EACH ROW EXECUTE PROCEDURE audit_history('office_h', 'office_guid'); - -CREATE or REPLACE TRIGGER officer_history_trigger - BEFORE INSERT OR DELETE OR UPDATE ON officer - FOR EACH ROW EXECUTE PROCEDURE audit_history('officer_h', 'officer_guid'); - -CREATE or REPLACE TRIGGER person_history_trigger - BEFORE INSERT OR DELETE OR UPDATE ON person - FOR EACH ROW EXECUTE PROCEDURE audit_history('person_h', 'person_guid'); - -COMMENT on table public.allegation_complaint_h is 'History table for allegation_complaint table'; -COMMENT on column public.allegation_complaint_h.h_algtncmplt_guid is 'System generated unique key for allegation complaint history. This key should never be exposed to users via any system utilizing the tables.'; -COMMENT on column public.allegation_complaint_h.target_row_id is 'The unique key for the allegation complaint that has been created or modified.'; -COMMENT on column public.allegation_complaint_h.operation_type is 'The operation performed: I = Insert, U = Update, D = Delete'; -COMMENT on column public.allegation_complaint_h.operation_user_id is 'The id of the user that created or modified the data in the allegation complaint table. Defaults to the logged in user if not passed in by the application.'; -COMMENT on column public.allegation_complaint_h.operation_executed_at is 'The timestamp when the data in the allegation complaint table was created or modified. The timestamp is stored in UTC with no Offset.'; -COMMENT on column public.allegation_complaint_h.data_after_executed_operation is 'A JSON representation of the row in the table after the operation was completed successfully. This implies that the latest row in the audit table will always match with the current row in the live table.'; - -COMMENT on table public.attractant_hwcr_xref_h is 'History table for attractant_hwcr_xref table'; -COMMENT on column public.attractant_hwcr_xref_h.h_attrhwcrx_guid is 'System generated unique key for attractant hwcr xref history. This key should never be exposed to users via any system utilizing the tables.'; -COMMENT on column public.attractant_hwcr_xref_h.target_row_id is 'The unique key for the attractant hwcr xref that has been created or modified.'; -COMMENT on column public.attractant_hwcr_xref_h.operation_type is 'The operation performed: I = Insert, U = Update, D = Delete'; -COMMENT on column public.attractant_hwcr_xref_h.operation_user_id is 'The id of the user that created or modified the data in the attractant hwcr xref table. Defaults to the logged in user if not passed in by the application.'; -COMMENT on column public.attractant_hwcr_xref_h.operation_executed_at is 'The timestamp when the data in the attractant hwcr xref table was created or modified. The timestamp is stored in UTC with no Offset.'; -COMMENT on column public.attractant_hwcr_xref_h.data_after_executed_operation is 'A JSON representation of the row in the table after the operation was completed successfully. This implies that the latest row in the audit table will always match with the current row in the live table.'; - -COMMENT on table public.complaint_h is 'History table for complaint table'; -COMMENT on column public.complaint_h.h_complaint_guid is 'System generated unique key for complaint history. This key should never be exposed to users via any system utilizing the tables.'; -COMMENT on column public.complaint_h.target_row_id is 'The unique key for the complaint that has been created or modified.'; -COMMENT on column public.complaint_h.operation_type is 'The operation performed: I = Insert, U = Update, D = Delete'; -COMMENT on column public.complaint_h.operation_user_id is 'The id of the user that created or modified the data in the complaint table. Defaults to the logged in user if not passed in by the application.'; -COMMENT on column public.complaint_h.operation_executed_at is 'The timestamp when the data in the complaint table was created or modified. The timestamp is stored in UTC with no Offset.'; -COMMENT on column public.complaint_h.data_after_executed_operation is 'A JSON representation of the row in the table after the operation was completed successfully. This implies that the latest row in the audit table will always match with the current row in the live table.'; - -COMMENT on table public.geo_org_unit_structure_h is 'History table for geo_org_unit_structure table'; -COMMENT on column public.geo_org_unit_structure_h.h_gorgustrct_guid is 'System generated unique key for geographic organization unit structure history. This key should never be exposed to users via any system utilizing the tables.'; -COMMENT on column public.geo_org_unit_structure_h.target_row_id is 'The unique key for the geographic organization unit structure that has been created or modified.'; -COMMENT on column public.geo_org_unit_structure_h.operation_type is 'The operation performed: I = Insert, U = Update, D = Delete'; -COMMENT on column public.geo_org_unit_structure_h.operation_user_id is 'The id of the user that created or modified the data in the geographic organization unit structure table. Defaults to the logged in user if not passed in by the application.'; -COMMENT on column public.geo_org_unit_structure_h.operation_executed_at is 'The timestamp when the data in the geographic organization unit structure table was created or modified. The timestamp is stored in UTC with no Offset.'; -COMMENT on column public.geo_org_unit_structure_h.data_after_executed_operation is 'A JSON representation of the row in the table after the operation was completed successfully. This implies that the latest row in the audit table will always match with the current row in the live table.'; - -COMMENT on table public.hwcr_complaint_h is 'History table for hwcr_complaint table'; -COMMENT on column public.hwcr_complaint_h.h_hwcrcmplt_guid is 'System generated unique key for HWCR complaint history. This key should never be exposed to users via any system utilizing the tables.'; -COMMENT on column public.hwcr_complaint_h.target_row_id is 'The unique key for the HWCR complaint that has been created or modified.'; -COMMENT on column public.hwcr_complaint_h.operation_type is 'The operation performed: I = Insert, U = Update, D = Delete'; -COMMENT on column public.hwcr_complaint_h.operation_user_id is 'The id of the user that created or modified the data in the HWCR complaint table. Defaults to the logged in user if not passed in by the application.'; -COMMENT on column public.hwcr_complaint_h.operation_executed_at is 'The timestamp when the data in the HWCR complaint table was created or modified. The timestamp is stored in UTC with no Offset.'; -COMMENT on column public.hwcr_complaint_h.data_after_executed_operation is 'A JSON representation of the row in the table after the operation was completed successfully. This implies that the latest row in the audit table will always match with the current row in the live table.'; - -COMMENT on table public.office_h is 'History table for office table'; -COMMENT on column public.office_h.h_office_guid is 'System generated unique key for office history. This key should never be exposed to users via any system utilizing the tables.'; -COMMENT on column public.office_h.target_row_id is 'The unique key for the office that has been created or modified.'; -COMMENT on column public.office_h.operation_type is 'The operation performed: I = Insert, U = Update, D = Delete'; -COMMENT on column public.office_h.operation_user_id is 'The id of the user that created or modified the data in the office table. Defaults to the logged in user if not passed in by the application.'; -COMMENT on column public.office_h.operation_executed_at is 'The timestamp when the data in the office table was created or modified. The timestamp is stored in UTC with no Offset.'; -COMMENT on column public.office_h.data_after_executed_operation is 'A JSON representation of the row in the table after the operation was completed successfully. This implies that the latest row in the audit table will always match with the current row in the live table.'; - -COMMENT on table public.officer_h is 'History table for officer table'; -COMMENT on column public.officer_h.h_officer_guid is 'System generated unique key for officer history. This key should never be exposed to users via any system utilizing the tables.'; -COMMENT on column public.officer_h.target_row_id is 'The unique key for the officer that has been created or modified.'; -COMMENT on column public.officer_h.operation_type is 'The operation performed: I = Insert, U = Update, D = Delete'; -COMMENT on column public.officer_h.operation_user_id is 'The id of the user that created or modified the data in the officer table. Defaults to the logged in user if not passed in by the application.'; -COMMENT on column public.officer_h.operation_executed_at is 'The timestamp when the data in the officer table was created or modified. The timestamp is stored in UTC with no Offset.'; -COMMENT on column public.officer_h.data_after_executed_operation is 'A JSON representation of the row in the table after the operation was completed successfully. This implies that the latest row in the audit table will always match with the current row in the live table.'; - -COMMENT on table public.person_h is 'History table for person table'; -COMMENT on column public.person_h.h_person_guid is 'System generated unique key for person history. This key should never be exposed to users via any system utilizing the tables.'; -COMMENT on column public.person_h.target_row_id is 'The unique key for the person that has been created or modified.'; -COMMENT on column public.person_h.operation_type is 'The operation performed: I = Insert, U = Update, D = Delete'; -COMMENT on column public.person_h.operation_user_id is 'The id of the user that created or modified the data in the person table. Defaults to the logged in user if not passed in by the application.'; -COMMENT on column public.person_h.operation_executed_at is 'The timestamp when the data in the person table was created or modified. The timestamp is stored in UTC with no Offset.'; -COMMENT on column public.person_h.data_after_executed_operation is 'A JSON representation of the row in the table after the operation was completed successfully. This implies that the latest row in the audit table will always match with the current row in the live table.'; - diff --git a/backend/db/migrations/V0.20.1__CE-157-reset-sequence.sql b/backend/db/migrations/V0.20.1__CE-157-reset-sequence.sql deleted file mode 100644 index 71a6e5eb1..000000000 --- a/backend/db/migrations/V0.20.1__CE-157-reset-sequence.sql +++ /dev/null @@ -1,2 +0,0 @@ --- Initial reset of sequence for pilot / MVP -ALTER SEQUENCE complaint_sequence RESTART WITH 900000 \ No newline at end of file diff --git a/backend/db/migrations/V0.20.2__CE-539.sql b/backend/db/migrations/V0.20.2__CE-539.sql deleted file mode 100644 index 670529385..000000000 --- a/backend/db/migrations/V0.20.2__CE-539.sql +++ /dev/null @@ -1,48 +0,0 @@ --- --- Insert new configuration values for CDOGS API for document generation --- -INSERT INTO - configuration ( - configuration_code, - configuration_value, - long_description, - active_ind, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - 'HWCTMPLATE', - '', - 'CDOGS Hash for HWCR Template', - true, - CURRENT_USER, - CURRENT_TIMESTAMP, - CURRENT_USER, - CURRENT_TIMESTAMP - ) ON CONFLICT DO NOTHING; - -INSERT INTO - configuration ( - configuration_code, - configuration_value, - long_description, - active_ind, - create_user_id, - create_utc_timestamp, - update_user_id, - update_utc_timestamp - ) -VALUES - ( - 'ERSTMPLATE', - '', - 'CDOGS Hash for ERS Template', - true, - CURRENT_USER, - CURRENT_TIMESTAMP, - CURRENT_USER, - CURRENT_TIMESTAMP - ) ON CONFLICT DO NOTHING; \ No newline at end of file diff --git a/backend/db/migrations/V0.20__CE-693.sql b/backend/db/migrations/V0.20__CE-693.sql deleted file mode 100644 index 39d8a40a4..000000000 --- a/backend/db/migrations/V0.20__CE-693.sql +++ /dev/null @@ -1,2 +0,0 @@ -ALTER TABLE public.complaint -ALTER COLUMN detail_text TYPE TEXT; \ No newline at end of file diff --git a/backend/db/migrations/V0.21.1__CE-789.sql b/backend/db/migrations/V0.21.1__CE-789.sql deleted file mode 100644 index 076c11b5e..000000000 --- a/backend/db/migrations/V0.21.1__CE-789.sql +++ /dev/null @@ -1,7 +0,0 @@ -ALTER TABLE public.geo_organization_unit_code ADD administrative_office_ind boolean NOT NULL DEFAULT false; - -COMMENT ON COLUMN public.geo_organization_unit_code.administrative_office_ind IS 'Indicates if the unit is a COSHQ Office.'; - -UPDATE configuration -SET configuration_value = configuration_value::int + 1 -WHERE configuration_code = 'CDTABLEVER'; \ No newline at end of file diff --git a/backend/db/migrations/V0.22.1__CE-787.sql b/backend/db/migrations/V0.22.1__CE-787.sql deleted file mode 100644 index ce9ab9e87..000000000 --- a/backend/db/migrations/V0.22.1__CE-787.sql +++ /dev/null @@ -1,5 +0,0 @@ -UPDATE "configuration" -SET - configuration_value = '' -WHERE - configuration_code = 'ERSTMPLATE'; \ No newline at end of file diff --git a/backend/db/migrations/V0.3.1__complaint-assignee.sql b/backend/db/migrations/V0.3.1__complaint-assignee.sql deleted file mode 100644 index 7b0c80323..000000000 --- a/backend/db/migrations/V0.3.1__complaint-assignee.sql +++ /dev/null @@ -1,88 +0,0 @@ -CREATE TABLE public.person_complaint_xref_code ( - person_complaint_xref_code varchar(10) NOT NULL, - short_description varchar(50) NOT NULL, - long_description varchar(250) NULL, - display_order int4 NOT NULL, - create_user_id varchar(32) NOT NULL, - create_user_guid uuid NULL, - create_timestamp timestamp NOT NULL, - update_user_id varchar(32) NOT NULL, - update_user_guid uuid NULL, - update_timestamp timestamp NOT NULL, - CONSTRAINT "PK_person_complaint_xref_code" PRIMARY KEY (person_complaint_xref_code) -); - -CREATE TABLE public.person_complaint_xref ( - person_complaint_xref_guid uuid NOT NULL DEFAULT uuid_generate_v4(), - person_guid uuid NOT NULL, - complaint_identifier varchar(20) NOT NULL, - person_complaint_xref_code varchar(10) NOT NULL, - create_user_id varchar(32) NOT NULL, - create_user_guid uuid NULL, - create_timestamp timestamp NOT NULL, - update_user_id varchar(32) NOT NULL, - update_user_guid uuid NULL, - update_timestamp timestamp NOT NULL, - active_ind bool NOT NULL, - CONSTRAINT "PK_person_complaint_xref_guid" PRIMARY KEY (person_complaint_xref_guid), - CONSTRAINT "FK_person_complaint_xref__person_guid" FOREIGN KEY (person_guid) REFERENCES public.person(person_guid), - CONSTRAINT "FK_person_complaint_xref__complaint_identifier" FOREIGN KEY (complaint_identifier) REFERENCES public.complaint(complaint_identifier), - CONSTRAINT "FK_person_complaint_xref__person_complaint_xref_code" FOREIGN KEY (person_complaint_xref_code) REFERENCES public.person_complaint_xref_code(person_complaint_xref_code) -); - --- create unique index to ensure that there is only one active complaint for a given complaint_identifier -create unique index on public.person_complaint_xref (complaint_identifier, active_ind) -where active_ind = true; - -ALTER TABLE public.officer -ADD COLUMN auth_user_guid uuid NULL; - --- populate code table -insert into public.person_complaint_xref_code values('ASSIGNEE','Officer Assigned','The person to whom the complaint is assigned to.',1, user, null, now(), user, null, now()); - --- audit table -CREATE TABLE person_complaint_xref_h -( - h_person_complaint_xref_guid uuid NOT NULL DEFAULT uuid_generate_v4(), - target_row_id uuid NOT NULL, - operation_type char(1) NOT NULL, - operation_user_id varchar(32) NOT NULL DEFAULT current_user, - operation_executed_at timestamp NOT NULL DEFAULT now(), - data_after_executed_operation jsonb, -CONSTRAINT "PK_h_person_complaint_xref_guid" PRIMARY KEY (h_person_complaint_xref_guid) -); - --- audit trigger -CREATE or REPLACE TRIGGER person_complaint_xref_trigger - BEFORE INSERT OR DELETE OR UPDATE ON person_complaint_xref - FOR EACH ROW EXECUTE PROCEDURE audit_history('person_complaint_xref_h', 'person_complaint_xref_guid'); - --- comments -comment on table public.person_complaint_xref_code is 'Used to track the relationship type between person and complaint. For example: ''ASSIGNEE'' = Assignee'; -comment on column public.person_complaint_xref_code.person_complaint_xref_code is 'A human readable code used to identify a relationship type between a person and a complaint.'; -comment on column public.person_complaint_xref_code.short_description is 'The short description of the relationship type between a person and a complaint.'; -comment on column public.person_complaint_xref_code.long_description is 'The long description of the relationship type between a person and a complaint.'; -comment on column public.person_complaint_xref_code.display_order is 'The order in which the values of the relationship type between a person and a complaint code table should be displayed when presented to a user in a list.'; -comment on column public.person_complaint_xref_code.create_user_id is 'The id of the user that created the relationship type between a person and a complaint.'; -comment on column public.person_complaint_xref_code.create_timestamp is 'The timestamp when the relationship type between a person and a complaint was created. The timestamp is stored in UTC with no Offset.'; -comment on column public.person_complaint_xref_code.update_user_id is 'The id of the user that updated the relationship type between a person and a complaint .'; -comment on column public.person_complaint_xref_code.update_timestamp is 'The timestamp when the relationship type between a person and a complaint was updated. The timestamp is stored in UTC with no Offset.'; -comment on table public.person_complaint_xref is 'Used to create a relationship between a person and a complaint. One person can play many roles on a complaint, and many people could be involved in a single complaint.'; -comment on column public.person_complaint_xref.person_complaint_xref_guid is 'System generated unique key for a relationship between a person and a complaint. This key should never be exposed to users via any system utilizing the tables.'; -comment on column public.person_complaint_xref.person_guid is 'System generated unique key for an person. '; -comment on column public.person_complaint_xref.complaint_identifier is 'Natural key for a complaint generated by webEOC. Format is YY-###### where the number portion of the sequence resets to 0 on the new year.'; -comment on column public.person_complaint_xref.person_complaint_xref_code is 'A human readable code used to identify a relationship type between a person and a complaint.'; -comment on column public.person_complaint_xref.create_user_id is 'The id of the user that created the relationship between a person and a complaint.'; -comment on column public.person_complaint_xref.create_timestamp is 'The timestamp when the relationship between a person and a complaint was created. The timestamp is stored in UTC with no Offset.'; -comment on column public.person_complaint_xref.update_user_id is 'The id of the user that updated the relationship between a person and a complaint .'; -comment on column public.person_complaint_xref.update_timestamp is 'The timestamp when the relationship between a person and a complaint was updated. The timestamp is stored in UTC with no Offset.'; -comment on column public.person_complaint_xref.active_ind is 'A boolean indicator to determine if the relationship type between a person and a complaint code is active.'; -comment on column public.officer.auth_user_guid is 'The SiteMinder guid returned to the application from KeyCloak. Used to uniquely identify a user over the course of their lifecycle.'; - -comment on table public.person_complaint_xref_h is 'History table for person_complaint_xref'; -comment on column public.person_complaint_xref_h.h_person_complaint_xref_guid is 'System generated unique key for person assigned to complaint history. This key should never be exposed to users via any system utilizing the tables.'; -comment on column public.person_complaint_xref_h.target_row_id is 'The unique key for the person and complaint mapping that has been created or modified.'; -comment on column public.person_complaint_xref_h.operation_type is 'The operation performed: I = Insert, U = Update, D = Delete'; -comment on column public.person_complaint_xref_h.operation_user_id is 'The id of the user that created or modified the data in complaint table. Defaults to the logged in user if not passed in by the application.'; -comment on column public.person_complaint_xref_h.operation_executed_at is 'The timestamp when the data in the table was created or modified. The timestamp is stored in UTC with no Offset.'; -comment on column public.person_complaint_xref_h.data_after_executed_operation is 'A JSON representation of the row in the table after the operation was completed successfully. This implies that the latest row in the audit table will always match with the current row in the live table.'; \ No newline at end of file diff --git a/backend/db/migrations/V0.3__COMPENF-35.sql b/backend/db/migrations/V0.3__COMPENF-35.sql deleted file mode 100644 index 28db97e26..000000000 --- a/backend/db/migrations/V0.3__COMPENF-35.sql +++ /dev/null @@ -1,23 +0,0 @@ -CREATE OR REPLACE VIEW cos_geo_org_unit_flat_vw AS -SELECT distinct - gou.geo_organization_unit_code AS region_code, - gou.short_description AS region_name, - gou2.geo_organization_unit_code AS zone_code, - gou2.short_description AS zone_name, - gou3.geo_organization_unit_code as offloc_code, - gou3.short_description AS offloc_name, - gou4.geo_organization_unit_code AS area_code, - gou4.short_description AS area_name -FROM geo_org_unit_structure gos -JOIN geo_organization_unit_code gou ON gos.parent_geo_org_unit_code = gou.geo_organization_unit_code -JOIN geo_org_unit_structure gos2 ON gos2.parent_geo_org_unit_code = gou.geo_organization_unit_code -JOIN geo_organization_unit_code gou2 ON gos2.child_geo_org_unit_code = gou2.geo_organization_unit_code -JOIN geo_org_unit_structure gos3 ON gos3.parent_geo_org_unit_code = gou2.geo_organization_unit_code -JOIN geo_organization_unit_code gou3 ON gos3.child_geo_org_unit_code = gou3.geo_organization_unit_code -JOIN geo_org_unit_structure gos4 ON gos4.parent_geo_org_unit_code = gou3.geo_organization_unit_code -JOIN geo_organization_unit_code gou4 ON gos4.child_geo_org_unit_code = gou4.geo_organization_unit_code -WHERE gou.geo_org_unit_type_code = 'REGION' -AND gou2.geo_org_unit_type_code = 'ZONE' -AND gou3.geo_org_unit_type_code = 'OFFLOC' -AND gou4.geo_org_unit_type_code = 'AREA' -and gos.agency_code = 'COS' \ No newline at end of file diff --git a/backend/db/migrations/V0.5.1__remove-audit-guid.sql b/backend/db/migrations/V0.5.1__remove-audit-guid.sql deleted file mode 100644 index df55a4b78..000000000 --- a/backend/db/migrations/V0.5.1__remove-audit-guid.sql +++ /dev/null @@ -1,53 +0,0 @@ -ALTER TABLE agency_code DROP COLUMN IF EXISTS create_user_guid; -ALTER TABLE agency_code DROP COLUMN IF EXISTS update_user_guid; - -ALTER TABLE allegation_complaint DROP COLUMN IF EXISTS create_user_guid; -ALTER TABLE allegation_complaint DROP COLUMN IF EXISTS update_user_guid; - -ALTER TABLE attractant_code DROP COLUMN IF EXISTS create_user_guid; -ALTER TABLE attractant_code DROP COLUMN IF EXISTS update_user_guid; - -ALTER TABLE attractant_hwcr_xref DROP COLUMN IF EXISTS create_user_guid; -ALTER TABLE attractant_hwcr_xref DROP COLUMN IF EXISTS update_user_guid; - -ALTER TABLE complaint DROP COLUMN IF EXISTS create_user_guid; -ALTER TABLE complaint DROP COLUMN IF EXISTS update_user_guid; - -ALTER TABLE complaint_status_code DROP COLUMN IF EXISTS create_user_guid; -ALTER TABLE complaint_status_code DROP COLUMN IF EXISTS update_user_guid; - -ALTER TABLE geo_org_unit_structure DROP COLUMN IF EXISTS create_user_guid; -ALTER TABLE geo_org_unit_structure DROP COLUMN IF EXISTS update_user_guid; - -ALTER TABLE geo_org_unit_type_code DROP COLUMN IF EXISTS create_user_guid; -ALTER TABLE geo_org_unit_type_code DROP COLUMN IF EXISTS update_user_guid; - -ALTER TABLE geo_organization_unit_code DROP COLUMN IF EXISTS create_user_guid; -ALTER TABLE geo_organization_unit_code DROP COLUMN IF EXISTS update_user_guid; - -ALTER TABLE hwcr_complaint DROP COLUMN IF EXISTS create_user_guid; -ALTER TABLE hwcr_complaint DROP COLUMN IF EXISTS update_user_guid; - -ALTER TABLE hwcr_complaint_nature_code DROP COLUMN IF EXISTS create_user_guid; -ALTER TABLE hwcr_complaint_nature_code DROP COLUMN IF EXISTS update_user_guid; - -ALTER TABLE office DROP COLUMN IF EXISTS create_user_guid; -ALTER TABLE office DROP COLUMN IF EXISTS update_user_guid; - -ALTER TABLE officer DROP COLUMN IF EXISTS create_user_guid; -ALTER TABLE officer DROP COLUMN IF EXISTS update_user_guid; - -ALTER TABLE person DROP COLUMN IF EXISTS create_user_guid; -ALTER TABLE person DROP COLUMN IF EXISTS update_user_guid; - -ALTER TABLE person_complaint_xref DROP COLUMN IF EXISTS create_user_guid; -ALTER TABLE person_complaint_xref DROP COLUMN IF EXISTS update_user_guid; - -ALTER TABLE person_complaint_xref_code DROP COLUMN IF EXISTS create_user_guid; -ALTER TABLE person_complaint_xref_code DROP COLUMN IF EXISTS update_user_guid; - -ALTER TABLE species_code DROP COLUMN IF EXISTS create_user_guid; -ALTER TABLE species_code DROP COLUMN IF EXISTS update_user_guid; - -ALTER TABLE violation_code DROP COLUMN IF EXISTS create_user_guid; -ALTER TABLE violation_code DROP COLUMN IF EXISTS update_user_guid; \ No newline at end of file diff --git a/backend/db/migrations/V0.7.1__COMPENF-454.sql b/backend/db/migrations/V0.7.1__COMPENF-454.sql deleted file mode 100644 index a78701709..000000000 --- a/backend/db/migrations/V0.7.1__COMPENF-454.sql +++ /dev/null @@ -1,2 +0,0 @@ -ALTER TABLE attractant_hwcr_xref ADD COLUMN active_ind bool NOT NULL DEFAULT(true); -ALTER TABLE attractant_hwcr_xref DROP CONSTRAINT uq_attrhwcrx; \ No newline at end of file diff --git a/backend/db/migrations/V0.7.2__configuration.sql b/backend/db/migrations/V0.7.2__configuration.sql deleted file mode 100644 index 14c969d54..000000000 --- a/backend/db/migrations/V0.7.2__configuration.sql +++ /dev/null @@ -1,66 +0,0 @@ --- public.configuration definition - --- Drop table - --- DROP TABLE public.configuration; - -CREATE TABLE public.configuration ( - configuration_code varchar(10) NOT NULL, -- A human readable code used to identify an configuration entry. - configuration_value varchar(250) NOT NULL, -- The value of the configuration entry. - long_description varchar(250) NOT NULL, -- The long description of the configuration entry. - active_ind bool NOT NULL, -- A boolean indicator to determine if the configuration_entry is active. - create_user_id varchar(32) NOT NULL, -- The id of the user that created the configuration entry. - create_timestamp timestamp NOT NULL, -- The timestamp when the configuration entry was created. The timestamp is stored in UTC with no Offset. - update_user_id varchar(32) NOT NULL, -- The id of the user that updated the configuration entry. - update_timestamp timestamp NULL, -- The timestamp when the configuration entry was updated. The timestamp is stored in UTC with no Offset. - CONSTRAINT configuration_pk PRIMARY KEY (configuration_code) -); -COMMENT ON TABLE public.configuration IS 'The configuration table is used to store constants which are expected to change over the lifecycle of the application, or have different values in different environments. By making changes to in the database the behaviour of the application can be altered without requiring a full deployment.'; - --- Column comments - -COMMENT ON COLUMN public.configuration.configuration_code IS 'A human readable code used to identify an configuration entry.'; -COMMENT ON COLUMN public.configuration.configuration_value IS 'The value of the configuration entry.'; -COMMENT ON COLUMN public.configuration.long_description IS 'The long description of the configuration entry.'; -COMMENT ON COLUMN public.configuration.active_ind IS 'A boolean indicator to determine if the configuration_entry is active.'; -COMMENT ON COLUMN public.configuration.create_user_id IS 'The id of the user that created the configuration entry.'; -COMMENT ON COLUMN public.configuration.create_timestamp IS 'The timestamp when the configuration entry was created. The timestamp is stored in UTC with no Offset.'; -COMMENT ON COLUMN public.configuration.update_user_id IS 'The id of the user that updated the configuration entry.'; -COMMENT ON COLUMN public.configuration.update_timestamp IS 'The timestamp when the configuration entry was updated. The timestamp is stored in UTC with no Offset.'; - --- Table Triggers - -create trigger configuration_history_trigger before -insert - or -delete - or -update - on - public.configuration for each row execute function audit_history('configuration_h', - 'configuration_code'); - --- Audit table -CREATE TABLE configuration_h -( - h_configuration_guid uuid NOT NULL DEFAULT uuid_generate_v4(), - target_row_id varchar(10) NOT NULL, - operation_type char(1) NOT NULL, - operation_user_id varchar(32) NOT NULL DEFAULT current_user, - operation_executed_at timestamp NOT NULL DEFAULT now(), - data_after_executed_operation jsonb, -CONSTRAINT "PK_h_configuration" PRIMARY KEY (h_configuration_guid) -); - - -COMMENT on table public.configuration_h is 'History table for configuration table'; -COMMENT on column public.configuration_h.h_configuration_guid is 'System generated unique key for configuration history. This key should never be exposed to users via any system utilizing the tables.'; -COMMENT on column public.configuration_h.target_row_id is 'The unique key for the configuration that has been created or modified.'; -COMMENT on column public.configuration_h.operation_type is 'The operation performed: I = Insert, U = Update, D = Delete'; -COMMENT on column public.configuration_h.operation_user_id is 'The id of the user that created or modified the data in the configuration table. Defaults to the logged in user if not passed in by the application.'; -COMMENT on column public.configuration_h.operation_executed_at is 'The timestamp when the data in the configuration table was created or modified. The timestamp is stored in UTC with no Offset.'; -COMMENT on column public.configuration_h.data_after_executed_operation is 'A JSON representation of the row in the table after the operation was completed successfully. This implies that the latest row in the audit table will always match with the current row in the live table.'; - -CREATE or REPLACE TRIGGER configuration_history_trigger - BEFORE INSERT OR DELETE OR UPDATE ON configuration - FOR EACH ROW EXECUTE PROCEDURE audit_history('configuration_h', 'configuration_code'); \ No newline at end of file diff --git a/backend/db/migrations/V0.8.2__COMPENF-1.sql b/backend/db/migrations/V0.8.2__COMPENF-1.sql deleted file mode 100644 index 6762623e5..000000000 --- a/backend/db/migrations/V0.8.2__COMPENF-1.sql +++ /dev/null @@ -1 +0,0 @@ -CREATE SEQUENCE complaint_sequence START 40000; \ No newline at end of file diff --git a/backend/db/migrations/V0.9.1__CE-19.sql b/backend/db/migrations/V0.9.1__CE-19.sql deleted file mode 100644 index 1b08ddcc9..000000000 --- a/backend/db/migrations/V0.9.1__CE-19.sql +++ /dev/null @@ -1,150 +0,0 @@ -alter table complaint -rename incident_reported_datetime to incident_reported_utc_timestmp; - --- rename audit timestamp columns -alter table geo_org_unit_type_code -rename create_timestamp to create_utc_timestamp; - -alter table geo_org_unit_type_code rename update_timestamp to update_utc_timestamp; - -alter table geo_organization_unit_code -rename create_timestamp to create_utc_timestamp; - -alter table geo_organization_unit_code rename update_timestamp to update_utc_timestamp; - -alter table office -rename create_timestamp to create_utc_timestamp; - -alter table office rename update_timestamp to update_utc_timestamp; - -alter table person -rename create_timestamp to create_utc_timestamp; - -alter table person rename update_timestamp to update_utc_timestamp; - -alter table officer -rename create_timestamp to create_utc_timestamp; - -alter table officer rename update_timestamp to update_utc_timestamp; - -alter table complaint -rename create_timestamp to create_utc_timestamp; - -alter table complaint rename update_timestamp to update_utc_timestamp; - -alter table agency_code -rename create_timestamp to create_utc_timestamp; - -alter table agency_code rename update_timestamp to update_utc_timestamp; - -alter table complaint_status_code -rename create_timestamp to create_utc_timestamp; - -alter table complaint_status_code rename update_timestamp to update_utc_timestamp; - -alter table geo_org_unit_structure -rename create_timestamp to create_utc_timestamp; - -alter table geo_org_unit_structure rename update_timestamp to update_utc_timestamp; - -alter table allegation_complaint -rename create_timestamp to create_utc_timestamp; - -alter table allegation_complaint rename update_timestamp to update_utc_timestamp; - -alter table violation_code -rename create_timestamp to create_utc_timestamp; - -alter table violation_code rename update_timestamp to update_utc_timestamp; - -alter table hwcr_complaint -rename create_timestamp to create_utc_timestamp; - -alter table hwcr_complaint rename update_timestamp to update_utc_timestamp; - -alter table species_code -rename create_timestamp to create_utc_timestamp; - -alter table species_code rename update_timestamp to update_utc_timestamp; - -alter table hwcr_complaint_nature_code -rename create_timestamp to create_utc_timestamp; - -alter table hwcr_complaint_nature_code rename update_timestamp to update_utc_timestamp; - -alter table attractant_code -rename create_timestamp to create_utc_timestamp; - -alter table attractant_code rename update_timestamp to update_utc_timestamp; - -alter table person_complaint_xref -rename create_timestamp to create_utc_timestamp; - -alter table person_complaint_xref rename update_timestamp to update_utc_timestamp; - -alter table person_complaint_xref_code -rename create_timestamp to create_utc_timestamp; - -alter table person_complaint_xref_code rename update_timestamp to update_utc_timestamp; - -alter table attractant_hwcr_xref -rename create_timestamp to create_utc_timestamp; - -alter table attractant_hwcr_xref rename update_timestamp to update_utc_timestamp; - -alter table configuration -rename create_timestamp to create_utc_timestamp; - -alter table configuration rename update_timestamp to update_utc_timestamp; - -CREATE OR REPLACE FUNCTION audit_history() RETURNS trigger AS $BODY$ - DECLARE - - target_history_table TEXT; - target_pk TEXT; - - BEGIN - target_history_table := TG_ARGV[0]; - target_pk := TG_ARGV[1]; - - IF TG_OP ='INSERT' THEN - - -- Don't trust the caller not to manipulate any of these fields - NEW.create_utc_timestamp := current_timestamp; -- create timestamp must be the current time - NEW.update_utc_timestamp := current_timestamp; -- update timestamp must be the current time - NEW.update_user_id := NEW.create_user_id; -- the update user must be the same as the create user - - EXECUTE - format( - 'INSERT INTO %I (target_row_id, operation_type, operation_user_id, data_after_executed_operation) VALUES ($1.%I, ''I'', $1.create_user_id, to_jsonb($1))', target_history_table, target_pk - ) - USING NEW; - RETURN NEW; - - ELSIF TG_OP = 'UPDATE' THEN - - -- Don't trust the caller not to manipulate any of these fields - NEW.update_utc_timestamp := current_timestamp; -- update timestamp must be the current time - NEW.create_user_id := OLD.create_user_id; -- create userId can't be altered - NEW.create_utc_timestamp := OLD.create_utc_timestamp; -- update timestamp can't be altered - - EXECUTE - format( - 'INSERT INTO %I (target_row_id, operation_type, operation_user_id, data_after_executed_operation) VALUES ($1.%I, ''U'', $1.update_user_id, to_jsonb($1))', target_history_table, target_pk - ) - USING NEW; - RETURN NEW; - - ELSIF TG_OP = 'DELETE' THEN - - EXECUTE - format( - 'INSERT INTO %I (target_row_id, operation_type) VALUES ($1.%I, ''D'')', target_history_table, target_pk - ) - USING OLD; - RETURN OLD; - - END IF; - END; -$BODY$ -LANGUAGE plpgsql; \ No newline at end of file diff --git a/backend/db/migrations/V0.9.2__CE-6.sql b/backend/db/migrations/V0.9.2__CE-6.sql deleted file mode 100644 index 77bf06f48..000000000 --- a/backend/db/migrations/V0.9.2__CE-6.sql +++ /dev/null @@ -1,18 +0,0 @@ -CREATE TABLE public.complaint_type_code ( - complaint_type_code varchar(10) NOT NULL, - short_description varchar(50) NOT NULL, - long_description varchar(250) NULL, - display_order int4 NOT NULL, - active_ind bool NOT NULL, - create_user_id varchar(32) NOT NULL, - create_user_guid uuid NULL, - create_utc_timestamp timestamp NOT NULL, - update_user_id varchar(32) NOT NULL, - update_user_guid uuid NULL, - update_utc_timestamp timestamp NOT NULL, - CONSTRAINT "PK_complainttypecode" PRIMARY KEY (complaint_type_code) -); - -insert into complaint_type_code (complaint_type_code, short_description, long_description, display_order, active_ind, create_user_id, create_user_guid, create_utc_timestamp, update_user_id, update_user_guid, update_utc_timestamp) -values('HWCR', 'HWCR', 'Human Wildlife Conflict', 1, true, user, null, now(), user, null, now()), - ('ERS', 'ERS', 'Enforcement', 2, true, user, null, now(), user, null, now()); \ No newline at end of file diff --git a/backend/db/migrations/V0.9.3__CE-14.sql b/backend/db/migrations/V0.9.3__CE-14.sql deleted file mode 100644 index c42a44eaf..000000000 --- a/backend/db/migrations/V0.9.3__CE-14.sql +++ /dev/null @@ -1 +0,0 @@ -alter table public.complaint rename column incident_datetime to incident_utc_datetime; \ No newline at end of file diff --git a/backend/db/migrations/V0__init.sql b/backend/db/migrations/V0__init.sql deleted file mode 100644 index 01fc9cc04..000000000 --- a/backend/db/migrations/V0__init.sql +++ /dev/null @@ -1,2705 +0,0 @@ -CREATE EXTENSION IF NOT EXISTS "uuid-ossp"; -CREATE EXTENSION IF NOT EXISTS "postgis"; - - -CREATE TABLE public.agency_code ( - agency_code varchar(10) NOT NULL, - short_description varchar(50) NOT NULL, - long_description varchar(250) NULL, - display_order int4 NOT NULL, - active_ind bool NOT NULL, - create_user_id varchar(32) NOT NULL, - create_user_guid uuid NULL, - create_timestamp timestamp NOT NULL, - update_user_id varchar(32) NOT NULL, - update_user_guid uuid NULL, - update_timestamp timestamp NOT NULL, - CONSTRAINT "PK_agengycode" PRIMARY KEY (agency_code) -); - -CREATE TABLE public.attractant_code ( - attractant_code varchar(10) NOT NULL, - short_description varchar(50) NOT NULL, - long_description varchar(250) NULL, - display_order int4 NOT NULL, - active_ind bool NOT NULL, - create_user_id varchar(32) NOT NULL, - create_user_guid uuid NULL, - create_timestamp timestamp NOT NULL, - update_user_id varchar(32) NOT NULL, - update_user_guid uuid NULL, - update_timestamp timestamp NOT NULL, - CONSTRAINT "PK_atractntcd" PRIMARY KEY (attractant_code) -); - -CREATE TABLE public.complaint_status_code ( - complaint_status_code varchar(10) NOT NULL, - short_description varchar(50) NOT NULL, - long_description varchar(250) NULL, - display_order int4 NOT NULL, - active_ind bool NOT NULL, - create_user_id varchar(32) NOT NULL, - create_user_guid uuid NULL, - create_timestamp timestamp NOT NULL, - update_user_id varchar(32) NOT NULL, - update_user_guid uuid NULL, - update_timestamp timestamp NOT NULL, - CONSTRAINT "PK_cmpntstscd" PRIMARY KEY (complaint_status_code) -); - -CREATE TABLE public.geo_org_unit_type_code ( - geo_org_unit_type_code varchar(10) NOT NULL, - short_description varchar(50) NOT NULL, - long_description varchar(250) NULL, - display_order int4 NOT NULL, - active_ind bool NOT NULL, - create_user_id varchar(32) NOT NULL, - create_user_guid uuid NULL, - create_timestamp timestamp NOT NULL, - update_user_id varchar(32) NOT NULL, - update_user_guid uuid NULL, - update_timestamp timestamp NOT NULL, - CONSTRAINT "PK_gorgtypecd" PRIMARY KEY (geo_org_unit_type_code) -); - -CREATE TABLE public.person ( - person_guid uuid NOT NULL DEFAULT uuid_generate_v4(), - first_name varchar(32) NOT NULL, - middle_name_1 varchar(32) NULL, - middle_name_2 varchar(32) NULL, - last_name varchar(32) NOT NULL, - create_user_id varchar(32) NOT NULL, - create_user_guid uuid NULL, - create_timestamp timestamp NOT NULL, - update_user_id varchar(32) NOT NULL, - update_user_guid uuid NULL, - update_timestamp timestamp NOT NULL, - CONSTRAINT "PK_person" PRIMARY KEY (person_guid) -); - -CREATE TABLE public.users ( - id serial4 NOT NULL, - "name" varchar NOT NULL, - email varchar NOT NULL, - CONSTRAINT "PK_users" PRIMARY KEY (id) -); - -CREATE TABLE public.violation_code ( - violation_code varchar(10) NOT NULL, - short_description varchar(50) NOT NULL, - long_description varchar(250) NULL, - display_order int4 NOT NULL, - active_ind bool NOT NULL, - create_user_id varchar(32) NOT NULL, - create_user_guid uuid NULL, - create_timestamp timestamp NOT NULL, - update_user_id varchar(32) NOT NULL, - update_user_guid uuid NULL, - update_timestamp timestamp NOT NULL, - CONSTRAINT "PK_violatncd" PRIMARY KEY (violation_code) -); - -CREATE TABLE public.species_code ( - species_code varchar(10) NOT NULL, - short_description varchar(50) NOT NULL, - long_description varchar(250) NULL, - display_order int4 NOT NULL, - active_ind bool NOT NULL, - legacy_code varchar(10) NULL, - create_user_id varchar(32) NULL, - create_user_guid uuid NULL, - create_timestamp timestamp NOT NULL, - update_user_id varchar(32) NULL, - update_user_guid uuid NULL, - update_timestamp timestamp NOT NULL, - CONSTRAINT "PK_speciescd" PRIMARY KEY (species_code) -); - -CREATE TABLE public.hwcr_complaint_nature_code ( - hwcr_complaint_nature_code varchar(10) NOT NULL, - short_description varchar(50) NOT NULL, - long_description varchar(250) NULL, - display_order int4 NOT NULL, - active_ind bool NOT NULL, - create_user_id varchar(32) NOT NULL, - create_user_guid uuid NULL, - create_timestamp timestamp NOT NULL, - update_user_id varchar(32) NOT NULL, - update_user_guid uuid NULL, - update_timestamp timestamp NOT NULL, - CONSTRAINT "PK_cmpltntrcd" PRIMARY KEY (hwcr_complaint_nature_code) -); - - -CREATE TABLE public.geo_organization_unit_code ( - geo_organization_unit_code varchar(10) NOT NULL, - short_description varchar(50) NULL, - long_description varchar(250) NULL, - effective_date timestamp NOT NULL, - expiry_date timestamp NULL, - create_user_id varchar(32) NOT NULL, - create_user_guid uuid NULL, - create_timestamp timestamp NOT NULL, - update_user_id varchar(32) NOT NULL, - update_user_guid uuid NULL, - update_timestamp timestamp NOT NULL, - geo_org_unit_type_code varchar(10) NULL, - CONSTRAINT "PK_geoorgutnd" PRIMARY KEY (geo_organization_unit_code), - CONSTRAINT "FK_geoorgutnd_gorgtypecd" FOREIGN KEY (geo_org_unit_type_code) REFERENCES public.geo_org_unit_type_code(geo_org_unit_type_code) -); - - -CREATE TABLE public.office ( - office_guid uuid NOT NULL DEFAULT uuid_generate_v4(), - create_user_id varchar(32) NOT NULL, - create_user_guid uuid NULL, - create_timestamp timestamp NOT NULL, - update_user_id varchar(32) NOT NULL, - update_user_guid uuid NULL, - update_timestamp timestamp NOT NULL, - geo_organization_unit_code varchar(10) NULL, - agency_code varchar(6) NULL, - CONSTRAINT "PK_office" PRIMARY KEY (office_guid), - CONSTRAINT "FK_office_geoorgutnd" FOREIGN KEY (geo_organization_unit_code) REFERENCES public.geo_organization_unit_code(geo_organization_unit_code) -); - - -CREATE TABLE public.officer ( - officer_guid uuid NOT NULL DEFAULT uuid_generate_v4(), - user_id varchar(32) NOT NULL, - create_user_id varchar(32) NOT NULL, - create_user_guid uuid NULL, - create_timestamp timestamp NOT NULL, - update_user_id varchar(32) NOT NULL, - update_user_guid uuid NULL, - update_timestamp timestamp NOT NULL, - person_guid uuid NULL, - office_guid uuid NULL, - CONSTRAINT "PK_officer" PRIMARY KEY (officer_guid), - CONSTRAINT "UQ_officer" UNIQUE (person_guid), - CONSTRAINT "FK_officer_person" FOREIGN KEY (person_guid) REFERENCES public.person(person_guid), - CONSTRAINT "FK_officer_office" FOREIGN KEY (office_guid) REFERENCES public.office(office_guid) -); - -CREATE TABLE public.complaint ( - complaint_identifier varchar(20) NOT NULL, - detail_text varchar(4000) NULL, - caller_name varchar(120) NULL, - caller_address varchar(120) NULL, - caller_email varchar(120) NULL, - caller_phone_1 varchar(15) NULL, - caller_phone_2 varchar(15) NULL, - caller_phone_3 varchar(15) NULL, - location_summary_text varchar(120) NULL, - location_detailed_text varchar(4000) NULL, - incident_datetime timestamp NULL, - incident_reported_datetime timestamp NULL, - referred_by_agency_other_text varchar(120) NULL, - create_user_id varchar(32) NOT NULL, - create_user_guid uuid NULL, - create_timestamp timestamp NOT NULL, - update_user_id varchar(32) NOT NULL, - update_user_guid uuid NULL, - update_timestamp timestamp NOT NULL, - referred_by_agency_code varchar(10) NULL, - owned_by_agency_code varchar(10) NULL, - complaint_status_code varchar(10) NULL, - geo_organization_unit_code varchar(10) NULL, - location_geometry_point public.geometry NULL, - CONSTRAINT "PK_complaint" PRIMARY KEY (complaint_identifier), - CONSTRAINT "FK_complaint_geoorgutnd" FOREIGN KEY (geo_organization_unit_code) REFERENCES public.geo_organization_unit_code(geo_organization_unit_code), - CONSTRAINT "FK_complaint_owned_by_agencycode" FOREIGN KEY (owned_by_agency_code) REFERENCES public.agency_code(agency_code), - CONSTRAINT "FK_complaint_compntstscd" FOREIGN KEY (complaint_status_code) REFERENCES public.complaint_status_code(complaint_status_code), - CONSTRAINT "FK_complaint_referred_by_agencycode" FOREIGN KEY (referred_by_agency_code) REFERENCES public.agency_code(agency_code) -); -CREATE INDEX "IDX_adbfa452bdecec83d2daf17d18" ON public.complaint USING gist (location_geometry_point); - - -CREATE TABLE public.geo_org_unit_structure ( - geo_org_unit_structure_guid uuid NOT NULL DEFAULT uuid_generate_v4(), - effective_date timestamp NOT NULL, - expiry_date timestamp NULL, - create_user_id varchar(32) NOT NULL, - create_user_guid uuid NULL, - create_timestamp timestamp NOT NULL, - update_user_id varchar(32) NOT NULL, - update_user_guid uuid NULL, - update_timestamp timestamp NOT NULL, - agency_code varchar(10) NULL, - parent_geo_org_unit_code varchar(10) NULL, - child_geo_org_unit_code varchar(10) NULL, - CONSTRAINT "PK_gorgustrct" PRIMARY KEY (geo_org_unit_structure_guid), - CONSTRAINT "UQ_gorgustrct" UNIQUE (parent_geo_org_unit_code, child_geo_org_unit_code), - CONSTRAINT "FK_gorgustrct_parent_geoorgutcd" FOREIGN KEY (parent_geo_org_unit_code) REFERENCES public.geo_organization_unit_code(geo_organization_unit_code), - CONSTRAINT "FK_gorgustrct_child_geoorgutcd" FOREIGN KEY (child_geo_org_unit_code) REFERENCES public.geo_organization_unit_code(geo_organization_unit_code), - CONSTRAINT "FK_gorgustrct_agencycode" FOREIGN KEY (agency_code) REFERENCES public.agency_code(agency_code) -); - - -CREATE TABLE public.allegation_complaint ( - allegation_complaint_guid uuid NOT NULL DEFAULT uuid_generate_v4(), - in_progress_ind bool NOT NULL, - observed_ind bool NOT NULL, - suspect_witnesss_dtl_text varchar(4000) NULL, - create_user_id varchar(32) NOT NULL, - create_user_guid uuid NULL, - create_timestamp timestamp NOT NULL, - update_user_id varchar(32) NOT NULL, - update_user_guid uuid NULL, - update_timestamp timestamp NOT NULL, - complaint_identifier varchar(20) NOT NULL, - violation_code varchar(10) NULL, - CONSTRAINT "PK_algtncmplt" PRIMARY KEY (allegation_complaint_guid), - CONSTRAINT "UQ_algtncmplt" UNIQUE (complaint_identifier), - CONSTRAINT "FK_algtncmplt_complaint" FOREIGN KEY (complaint_identifier) REFERENCES public.complaint(complaint_identifier), - CONSTRAINT "FK_algtncmplt_violatncd" FOREIGN KEY (violation_code) REFERENCES public.violation_code(violation_code) -); - -CREATE TABLE public.hwcr_complaint ( - hwcr_complaint_guid uuid NOT NULL DEFAULT uuid_generate_v4(), - other_attractants_text varchar(4000) NULL, - create_user_id varchar(32) NOT NULL, - create_user_guid uuid NULL, - create_timestamp timestamp NOT NULL, - update_user_id varchar(32) NOT NULL, - update_user_guid uuid NULL, - update_timestamp timestamp NOT NULL, - complaint_identifier varchar(20) NOT NULL, - species_code varchar(10) NOT NULL, - hwcr_complaint_nature_code varchar(10) NULL, - CONSTRAINT "PK_hwcrcmplnt" PRIMARY KEY (hwcr_complaint_guid), - CONSTRAINT "UQ_hwcrcmplnt" UNIQUE (complaint_identifier), - CONSTRAINT "FK_hwcrcmplnt_complaint" FOREIGN KEY (complaint_identifier) REFERENCES public.complaint(complaint_identifier), - CONSTRAINT "FK_hwcrcmplnt_speciescd" FOREIGN KEY (species_code) REFERENCES public.species_code(species_code), - CONSTRAINT "FK_hwcrcmplnt_cmpltntrcd" FOREIGN KEY (hwcr_complaint_nature_code) REFERENCES public.hwcr_complaint_nature_code(hwcr_complaint_nature_code) -); - -CREATE TABLE public.attractant_hwcr_xref ( - attractant_hwcr_xref_guid uuid NOT NULL DEFAULT uuid_generate_v4(), - attractant_code varchar(10) NOT NULL, - hwcr_complaint_guid uuid NOT NULL, - create_user_id varchar(32) NOT NULL, - create_user_guid uuid NULL, - create_timestamp timestamp NOT NULL, - update_user_id varchar(32) NOT NULL, - update_user_guid uuid NULL, - update_timestamp timestamp NOT NULL, - CONSTRAINT "PK_attrhwcrx" PRIMARY KEY (attractant_hwcr_xref_guid), - CONSTRAINT "FK_attrhwcrx_atractntcd" FOREIGN KEY (attractant_code) REFERENCES public.attractant_code(attractant_code), - CONSTRAINT "FK_attrhwcrx_hwcrcmplnt" FOREIGN KEY (hwcr_complaint_guid) REFERENCES public.hwcr_complaint(hwcr_complaint_guid) -); - - -insert into agency_code (agency_code, short_description, long_description, display_order, active_ind, create_user_id, create_user_guid, create_timestamp, update_user_id, update_user_guid, update_timestamp) -values('BCWF', 'BCWF', 'BC Wildlife Federation', 1, true, user, null, now(), user, null, now()), - ('BYLAW', 'Bylaw Enforcement', 'Bylaw Enforcement', 2, true, user, null, now(), user, null, now()), - ('COS', 'COS', 'Conservation Officer Service', 3, true, user, null, now(), user, null, now()), - ('DFO', 'DFO', 'Department of Fisheries and Oceans', 4, true, user, null, now(), user, null, now()), - ('EPO', 'EPO', 'Environmental Protection Office', 5, true, user, null, now(), user, null, now()), - ('CEB', 'FOR', 'Forestry Compliance and Enforcement Branch', 6, true, user, null, now(), user, null, now()), - ('LE', 'Police', 'Municipal Police or RCMP', 7, true, user, null, now(), user, null, now()), - ('OTHER', 'Other', 'Other', 8, true, user, null, now(), user, null, now()); - -insert into attractant_code (attractant_code, short_description, long_description, display_order, active_ind, create_user_id, create_user_guid, create_timestamp, update_user_id, update_user_guid, update_timestamp) -values('BBQ', 'BBQ', 'Barbequeue', 1, true, user, null, now(), user, null, now()), - ('BEEHIVE', 'Beehive', 'Beehive', 2, true, user, null, now(), user, null, now()), - ('BIRD FDR', 'Bird Feeder', 'Bird Feeder', 3, true, user, null, now(), user, null, now()), - ('CAMP FD', 'Campground Food', 'Campground Food', 4, true, user, null, now(), user, null, now()), - ('COMPOST', 'Compost', 'Compost', 5, true, user, null, now(), user, null, now()), - ('CROPS', 'Crops', 'Crops', 6, true, user, null, now(), user, null, now()), - ('FREEZER', 'Freezer', 'Freezer', 7, true, user, null, now(), user, null, now()), - ('GARBAGE', 'Garbage', 'Garbage', 8, true, user, null, now(), user, null, now()), - ('INDCAMP', 'Industrial Camp', 'Industrial Camp', 9, true, user, null, now(), user, null, now()), - ('LIVESTCK', 'Livestock', 'Livestock', 10, true, user, null, now(), user, null, now()), - ('LVSFEED', 'Livestock Feed', 'Livestock Feed', 11, true, user, null, now(), user, null, now()), - ('NA', 'Not Applicable', 'Not Applicable', 12, true, user, null, now(), user, null, now()), - ('OTHER', 'Other', 'Other', 13, true, user, null, now(), user, null, now()), - ('PETFOOD', 'Pet Food', 'Pet Food', 14, true, user, null, now(), user, null, now()), - ('PETS', 'Pets', 'Pets', 15, true, user, null, now(), user, null, now()), - ('RESFRUIT', 'Residential Fruit/Berries', 'Residential Fruit/Berries', 16, true, user, null, now(), user, null, now()), - ('VEGGARD', 'Vegetable Garden', 'Residential: vegetable garden', 17, true, user, null, now(), user, null, now()), - ('VNYDORCH', 'Vineyard/Orchard', 'Commercial: vineyard/ orchard', 18, true, user, null, now(), user, null, now()), - ('WLDLFEHK', 'Wildlife:Hunter Kill', 'Wildlife:Hunter Kill', 19, true, user, null, now(), user, null, now()); - -insert into hwcr_complaint_nature_code (hwcr_complaint_nature_code, short_description, long_description, display_order, active_ind, create_user_id, create_user_guid, create_timestamp, update_user_id, update_user_guid, update_timestamp) -values('AGGNOT', 'AGGNOT', 'Aggressive - not present', 1, true, user, null, now(), user, null, now()), - ('AGGPRES', 'AGGPRES', 'Aggressive - present/recent', 2, true, user, null, now(), user, null, now()), - ('CONFINED', 'CONFINED', 'Confined', 3, true, user, null, now(), user, null, now()), - ('COUGARN', 'COUGARN', 'Cougar suspected - killed/injured livestock/pets - not present', 4, true, user, null, now(), user, null, now()), - ('DAMNP', 'DAMNP', 'Damage to property - not present', 5, true, user, null, now(), user, null, now()), - ('DEADNV', 'DEADNV', 'Dead wildlife - no violation suspected', 6, true, user, null, now(), user, null, now()), - ('DEADPSR', 'DEADPSR', 'Dead wildlife - public safety risk', 7, true, user, null, now(), user, null, now()), - ('FOODCOND', 'FOODCOND', 'Food Conditioned', 8, true, user, null, now(), user, null, now()), - ('HUMINJ', 'HUMINJ', 'Human injury/death', 9, true, user, null, now(), user, null, now()), - ('INJNP', 'INJNP', 'Injured/distressed - not present', 10, true, user, null, now(), user, null, now()), - ('INJPRES', 'INJPRES', 'Injured/distressed - present', 11, true, user, null, now(), user, null, now()), - ('LIVNCOU', 'LIVNCOU', 'Livestock/pets - killed/injured - not present (no cougar suspected)', 12, true, user, null, now(), user, null, now()), - ('LIVPRES', 'LIVPRES', 'Livestock/pets - killed/injured - present/recent', 13, true, user, null, now(), user, null, now()), - ('ORPHANLG', 'ORPHANLG', 'Orphaned - large carnivores/ungulates only', 14, true, user, null, now(), user, null, now()), - ('PROPPRES', 'PROPPRES', 'Property damage - present', 15, true, user, null, now(), user, null, now()), - ('SCHPRES', 'SCHPRES', 'School/park/playground - present/recent', 16, true, user, null, now(), user, null, now()), - ('SGHTNGS', 'SGHTNGS', 'Sightings', 17, true, user, null, now(), user, null, now()), - ('COUGRES', 'COUGRES', 'Sightings of cougars in urban/residential areas', 18, true, user, null, now(), user, null, now()), - ('GRZRES', 'GRZRES', 'Sightings of grizzlies in urban/residential areas', 19, true, user, null, now(), user, null, now()), - ('TRPLEG', 'TRPLEG', 'Wildlife in leg hold/live trap', 20, true, user, null, now(), user, null, now()), - ('TRAP', 'TRAP', 'Wildlife in trap', 21, true, user, null, now(), user, null, now()); - -insert into species_code (species_code, short_description, long_description, display_order, active_ind, legacy_code, create_user_id, create_user_guid, create_timestamp, update_user_id, update_user_guid, update_timestamp) -values('BISON', 'Bison', 'Bison', 1, true, null, user, null, now(), user, null, now()), - ('BLKBEAR', 'Black Bear', 'Black Bear', 2, true, null, user, null, now(), user, null, now()), - ('BOBCAT', 'Bobcat', 'Bobcat', 3, true, null, user, null, now(), user, null, now()), - ('COUGAR', 'Cougar', 'Cougar', 4, true, null, user, null, now(), user, null, now()), - ('COYOTE', 'Coyote', 'Coyote', 5, true, null, user, null, now(), user, null, now()), - ('DEER', 'Deer', 'Deer', 6, true, null, user, null, now(), user, null, now()), - ('ELK', 'Elk', 'Elk', 7, true, null, user, null, now(), user, null, now()), - ('FOX', 'Fox', 'Fox', 8, true, null, user, null, now(), user, null, now()), - ('GRZBEAR', 'Grizzly bear', 'Grizzly bear', 9, true, null, user, null, now(), user, null, now()), - ('FERALHOG', 'Hog/pig/boar (feral)', 'Hog/pig/boar (feral)', 10, true, null, user, null, now(), user, null, now()), - ('LYNX', 'Lynx', 'Lynx', 11, true, null, user, null, now(), user, null, now()), - ('MOOSE', 'Moose', 'Moose', 12, true, null, user, null, now(), user, null, now()), - ('MTNGOAT', 'Mountain goats', 'Mountain goats', 13, true, null, user, null, now(), user, null, now()), - ('OTHER', 'Other', 'Other', 14, true, null, user, null, now(), user, null, now()), - ('RACCOON', 'Racoon', 'Racoon', 15, true, null, user, null, now(), user, null, now()), - ('RAPTOR', 'Raptor', 'Raptor', 16, true, null, user, null, now(), user, null, now()), - ('RATTLER', 'Rattlesnake', 'Rattlesnake', 17, true, null, user, null, now(), user, null, now()), - ('RVROTTER', 'River otter', 'River otter', 18, true, null, user, null, now(), user, null, now()), - ('SKUNK', 'Skunk', 'Skunk', 19, true, null, user, null, now(), user, null, now()), - ('UNKNOWN', 'Unknown', 'Unknown', 20, true, null, user, null, now(), user, null, now()), - ('WLDSHEEP', 'Wild Sheep', 'Wild Sheep', 21, true, null, user, null, now(), user, null, now()), - ('WOLF', 'Wolf', 'Wolf', 22, true, null, user, null, now(), user, null, now()), - ('WOLVERN', 'Wolverine', 'Wolverine', 23, true, null, user, null, now(), user, null, now()); - - -insert into geo_org_unit_type_code (geo_org_unit_type_code, short_description, long_description, display_order, active_ind, create_user_id, create_user_guid, create_timestamp, update_user_id, update_user_guid, update_timestamp) -values('ZONE', 'Zone', null, 1, true, user, null, now(), user, null, now()), - ('REGION', 'Region', null, 2, true, user, null, now(), user, null, now()), - ('OFFLOC', 'Office Location', null, 3, true, user, null, now(), user, null, now()), - ('AREA', 'Area', null, 4, true, user, null, now(), user, null, now()); - - - - -insert into violation_code (violation_code, short_description, long_description, display_order, active_ind, create_user_id, create_user_guid, create_timestamp, update_user_id, update_user_guid, update_timestamp) -values('AINVSPC', 'AINVSPC', 'Aquatic: Invasive Species', 1, true, user, null, now(), user, null, now()), -('BOATING', 'BOATING', 'Boating', 2, true, user, null, now(), user, null, now()), -('DUMPING', 'DUMPING', 'Dumping', 3, true, user, null, now(), user, null, now()), -('FISHERY', 'FISHERY', 'Fisheries', 4, true, user, null, now(), user, null, now()), -('ORV', 'ORV', 'Off-road vehicles (ORV)', 5, true, user, null, now(), user, null, now()), -('OPENBURN', 'OPENBURN', 'Open Burning', 6, true, user, null, now(), user, null, now()), -('OTHER', 'OTHER', 'Other', 7, true, user, null, now(), user, null, now()), -('PESTICDE', 'PESTICDE', 'Pesticide', 8, true, user, null, now(), user, null, now()), -('RECREATN', 'RECREATN', 'Recreation sites/ trails', 9, true, user, null, now(), user, null, now()), -('WASTE', 'WASTE', 'Waste', 10, true, user, null, now(), user, null, now()), -('WILDLIFE', 'WILDLIFE', 'Wildlife', 11, true, user, null, now(), user, null, now()), -('WINVSPC', 'WINVSPC', 'Wildlife: Invasive Species', 12, true, user, null, now(), user, null, now()); - -insert into complaint_status_code (complaint_status_code, short_description, long_description, display_order, active_ind, create_user_id, create_user_guid, create_timestamp, update_user_id, update_user_guid, update_timestamp) -values('OPEN', 'OPEN', 'Open', 1, true, user, null, now(), user, null, now()), -('CLOSED', 'CLOSED', 'Closed', 1, true, user, null, now(), user, null, now()); - - -insert into geo_organization_unit_code(geo_organization_unit_code, short_description, long_description, effective_date, expiry_date, create_user_id, create_user_guid, create_timestamp, update_user_id, update_user_guid, update_timestamp, geo_org_unit_type_code) -values ('KTNY','Kootney','Kootney', now(), null, user, null, now(), user, null, now(), 'REGION'), - ('OKNGN','Okanagan','Okanagan', now(), null, user, null, now(), user, null, now(), 'REGION'), - ('OMINECA','Omineca','Omineca', now(), null, user, null, now(), user, null, now(), 'REGION'), - ('PCLRD','Peace Liard','Peace Liard', now(), null, user, null, now(), user, null, now(), 'REGION'), - ('SKNA','Skeena','Skeena', now(), null, user, null, now(), user, null, now(), 'REGION'), - ('STHCST','South Coast','South Coast', now(), null, user, null, now(), user, null, now(), 'REGION'), - ('TMPSNCRBO','Thompson Cariboo','Thompson Cariboo', now(), null, user, null, now(), user, null, now(), 'REGION'), - ('WSTCST','West Coast','West Coast', now(), null, user, null, now(), user, null, now(), 'REGION'), - ('BLKYCSR','Bulkley-Cassiar','Bulkley-Cassiar', now(), null, user, null, now(), user, null, now(), 'ZONE'), - ('CRBOCHLCTN','Cariboo Chilcotin','Cariboo Chilcotin', now(), null, user, null, now(), user, null, now(), 'ZONE'), - ('CRBOTMPSN','Cariboo Thompson','Cariboo Thompson', now(), null, user, null, now(), user, null, now(), 'ZONE'), - ('CENISL','Central Island','Central Island', now(), null, user, null, now(), user, null, now(), 'ZONE'), - ('CENOKNGN','Central Okanagan','Central Okanagan', now(), null, user, null, now(), user, null, now(), 'ZONE'), - ('CLMBAKTNY','Columbia/Kootney','Columbia/Kootney', now(), null, user, null, now(), user, null, now(), 'ZONE'), - ('EKTNY','East Kootney','East Kootney', now(), null, user, null, now(), user, null, now(), 'ZONE'), - ('FRSRN','Fraser North','Fraser North', now(), null, user, null, now(), user, null, now(), 'ZONE'), - ('FRSRS','Fraser South','Fraser South', now(), null, user, null, now(), user, null, now(), 'ZONE'), - ('NCHKOLKS','Nechako-Lakes','Nechako-Lakes', now(), null, user, null, now(), user, null, now(), 'ZONE'), - ('NCST','North Coast','North Coast', now(), null, user, null, now(), user, null, now(), 'ZONE'), - ('NISL','North Island','North Island', now(), null, user, null, now(), user, null, now(), 'ZONE'), - ('NOKNGN','North Okanagan','North Okanagan', now(), null, user, null, now(), user, null, now(), 'ZONE'), - ('NPCE','North Peace','North Peace', now(), null, user, null, now(), user, null, now(), 'ZONE'), - ('OMNCA','Omineca','Omineca', now(), null, user, null, now(), user, null, now(), 'ZONE'), - ('SEA2SKY','Sea to Sky','Sea to Sky', now(), null, user, null, now(), user, null, now(), 'ZONE'), - ('SISL','South Island','South Island', now(), null, user, null, now(), user, null, now(), 'ZONE'), - ('SOKNGN','South Okanagan','South Okanagan', now(), null, user, null, now(), user, null, now(), 'ZONE'), - ('SPCE','South Peace','South Peace', now(), null, user, null, now(), user, null, now(), 'ZONE'), - ('SNSHNCST','Sunshine Coast','Sunshine Coast', now(), null, user, null, now(), user, null, now(), 'ZONE'), - ('TMPSNNCLA','Thompson Nicola','Thompson Nicola', now(), null, user, null, now(), user, null, now(), 'ZONE'), - ('WKTNY','West Kootney','West Kootney', now(), null, user, null, now(), user, null, now(), 'ZONE'), - ('100MLHSE','100 Mile House','100 Mile House', now(), null, user, null, now(), user, null, now(), 'OFFLOC'), - ('ATLIN','Atlin','Atlin', now(), null, user, null, now(), user, null, now(), 'OFFLOC'), - ('BLLACLA','Bella Coola','Bella Coola', now(), null, user, null, now(), user, null, now(), 'OFFLOC'), - ('BLKCRKCR','Black Creek/Campbell River','Black Creek/Campbell River', now(), null, user, null, now(), user, null, now(), 'OFFLOC'), - ('BURNSLK','Burns Lake','Burns Lake', now(), null, user, null, now(), user, null, now(), 'OFFLOC'), - ('CSTLGAR','Castlegar','Castlegar', now(), null, user, null, now(), user, null, now(), 'OFFLOC'), - ('CHTWD','Chetwynd','Chetwynd', now(), null, user, null, now(), user, null, now(), 'OFFLOC'), - ('CLRWTER','Clearwater','Clearwater', now(), null, user, null, now(), user, null, now(), 'OFFLOC'), - ('CRNBK','Cranbrook','Cranbrook', now(), null, user, null, now(), user, null, now(), 'OFFLOC'), - ('CRSTN','Creston','Creston', now(), null, user, null, now(), user, null, now(), 'OFFLOC'), - ('DJNG','Daajing Giids','Daajing Giids', now(), null, user, null, now(), user, null, now(), 'OFFLOC'), - ('DWSNCRK','Dawson Creek','Dawson Creek', now(), null, user, null, now(), user, null, now(), 'OFFLOC'), - ('DSELK','Dease Lake','Dease Lake', now(), null, user, null, now(), user, null, now(), 'OFFLOC'), - ('DNCN','Duncan','Duncan', now(), null, user, null, now(), user, null, now(), 'OFFLOC'), - ('FRNIE','Fernie','Fernie', now(), null, user, null, now(), user, null, now(), 'OFFLOC'), - ('FRTNLN','Fort Nelson','Fort Nelson', now(), null, user, null, now(), user, null, now(), 'OFFLOC'), - ('FRTSTJN','Fort St. John','Fort St. John', now(), null, user, null, now(), user, null, now(), 'OFFLOC'), - ('GLDN','Golden','Golden', now(), null, user, null, now(), user, null, now(), 'OFFLOC'), - ('GDFKS','Grand Forks','Grand Forks', now(), null, user, null, now(), user, null, now(), 'OFFLOC'), - ('INVRM','Invermere','Invermere', now(), null, user, null, now(), user, null, now(), 'OFFLOC'), - ('KMLPS','Kamloops','Kamloops', now(), null, user, null, now(), user, null, now(), 'OFFLOC'), - ('KLWNA','Kelowna','Kelowna', now(), null, user, null, now(), user, null, now(), 'OFFLOC'), - ('LLT','Lilloet','Lilloet', now(), null, user, null, now(), user, null, now(), 'OFFLOC'), - ('MKNZI','Mackenzie','Mackenzie', now(), null, user, null, now(), user, null, now(), 'OFFLOC'), - ('MRRTT','Merritt','Merritt', now(), null, user, null, now(), user, null, now(), 'OFFLOC'), - ('MSNCHWK','Mission/Chilliwack','Mission/Chilliwack', now(), null, user, null, now(), user, null, now(), 'OFFLOC'), - ('MSNMPLRD','Mission/Maple Ridge','Mission/Maple Ridge', now(), null, user, null, now(), user, null, now(), 'OFFLOC'), - ('MSNSR','Mission/Surrey','Mission/Surrey', now(), null, user, null, now(), user, null, now(), 'OFFLOC'), - ('NNIMO','Nanaimo','Nanaimo', now(), null, user, null, now(), user, null, now(), 'OFFLOC'), - ('NLSON','Nelson','Nelson', now(), null, user, null, now(), user, null, now(), 'OFFLOC'), - ('PNTCTN','Penticton','Penticton', now(), null, user, null, now(), user, null, now(), 'OFFLOC'), - ('PRTALB','Port Alberni','Port Alberni', now(), null, user, null, now(), user, null, now(), 'OFFLOC'), - ('PRTMCNL','Port McNeill','Port McNeill', now(), null, user, null, now(), user, null, now(), 'OFFLOC'), - ('PWLRV','Powell River','Powell River', now(), null, user, null, now(), user, null, now(), 'OFFLOC'), - ('PRCG','Prince George','Prince George', now(), null, user, null, now(), user, null, now(), 'OFFLOC'), - ('QSNL','Quesnel','Quesnel', now(), null, user, null, now(), user, null, now(), 'OFFLOC'), - ('SLMONRM','Salmon Arm','Salmon Arm', now(), null, user, null, now(), user, null, now(), 'OFFLOC'), - ('SCHLT','Sechelt','Sechelt', now(), null, user, null, now(), user, null, now(), 'OFFLOC'), - ('SMITHRS','Smithers','Smithers', now(), null, user, null, now(), user, null, now(), 'OFFLOC'), - ('SQMSHWHS','Squamish/Whistler','Squamish/Whistler', now(), null, user, null, now(), user, null, now(), 'OFFLOC'), - ('TERRC','Terrace','Terrace', now(), null, user, null, now(), user, null, now(), 'OFFLOC'), - ('VNDHF','Vanderhoof','Vanderhoof', now(), null, user, null, now(), user, null, now(), 'OFFLOC'), - ('VRNON','Vernon','Vernon', now(), null, user, null, now(), user, null, now(), 'OFFLOC'), - ('VICTRA','Victoria','Victoria', now(), null, user, null, now(), user, null, now(), 'OFFLOC'), - ('WLMSLK','Williams Lake','Williams Lake', now(), null, user, null, now(), user, null, now(), 'OFFLOC'), - ('100MHHS','100 Mile House','100 Mile House', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('108MLRNH','108 Mile Ranch','108 Mile Ranch', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('140MHHS','140 Mile House','140 Mile House', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('150MHHS','150 Mile House','150 Mile House', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('16MIL','16 Mile','16 Mile', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('40MLFLTZ','40 Mile Flats','40 Mile Flats', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('70MLHS','70 Mile House','70 Mile House', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('ABTFRD','Abbotsford','Abbotsford', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('ADMSLKHS','Adams Lake','Adams Lake', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('AGSSZHS','Agassiz','Agassiz', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('AHST','Ahousat','Ahousat', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('ANSWRTH','Ainsworth','Ainsworth', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('AYNSH','Aiyansh','Aiyansh', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('ALBRTCNY','Albert Canyon','Albert Canyon', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('ALBION','Albion','Albion', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('ALDRGRV','Aldergrove','Aldergrove', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('ALRTBAY','Alert Bay','Alert Bay', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('ALXNDRIA','Alexandria','Alexandria', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('ALXSCRK','Alexis Creek','Alexis Creek', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('ALZLK','Aleza Lake','Aleza Lake', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('ALCRM','Alice Arm','Alice Arm', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('ALKLLK','Alkali Lake','Alkali Lake', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('ALKLLKIR','Alkali Lake (IR)','Alkali Lake (IR)', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('ALKLLKRV','Alkali Reserve','Alkali Reserve', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('ALLFRDBY','Alliford Bay','Alliford Bay', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('ALTONA','Altona','Altona', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('ALVIN','Alvin','Alvin', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('ANAHAMIR','Anaham (IR)','Anaham (IR)', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('ANAHIMIR','Anahim Indian Reserve','Anahim Indian Reserve', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('ANHMLK','Anahim Lake','Anahim Lake', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('ANCRGIN','Anchoragein','Anchoragein', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('ANGLMNT','Anglemont','Anglemont', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('ANMR','Anmore','Anmore', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('APPDLE','Appledale','Appledale', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('APPGRV','Applegrove','Applegrove', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('ARGENT','Argenta','Argenta', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('ARMSTRNG','Armstrong','Armstrong', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('ARRAS','Arras','Arras', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('ARRWPK','Arrow Park','Arrow Park', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('ARRWHD','Arrowhead','Arrowhead', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('ASHCROF','Ashcroft','Ashcroft', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('ASHTNCRK','Ashton Creek','Ashton Creek', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('ASPNGRV','Aspen Grove','Aspen Grove', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('ATHALMR','Athalmer','Athalmer', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('ATLN','Atlin','Atlin', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('ATTACHI','Attachie','Attachie', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('AVOLA','Avola','Avola', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('BALDNLL','Baldonell','Baldonell', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('BALFOUR','Balfour','Balfour', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('BAMFELD','Bamfield','Bamfield', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('BNKIER','Bankier','Bankier', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('BARKRVLL','Barkerville','Barkerville', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('BARRIR','Barriere','Barriere', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('BAYNSLK','Baynes Lake','Baynes Lake', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('BRFLTS','Bear Flats','Bear Flats', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('BRLK','Bear Lake','Bear Lake', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('BRMTN','Bear Mountain','Bear Mountain', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('BEATON','Beaton','Beaton', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('BEATIE','Beattie','Beattie', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('BVRCV','Beaver Cove','Beaver Cove', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('BVRCRK','Beaver Creek','Beaver Creek', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('BVRVLY','Beaver Valley','Beaver Valley', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('BVDMLK','Beaverdam Lake','Beaverdam Lake', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('BVRRDL','Beaverdell','Beaverdell', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('BVRLLY','Beaverly','Beaverly', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('BDNSTLK','Bednesti Lake','Bednesti Lake', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('BELCARR','Belcarra','Belcarra', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('BLLIINR','Bell II North','Bell II North', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('BLLIISH','Bell II South','Bell II South', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('BLLABELA','Bella Bella','Bella Bella', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('BLLACOOL','Bella Coola','Bella Coola', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('BERKIN','Berkin','Berkin', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('BRYLPRR','Beryl Prairie','Beryl Prairie', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('BSSBRRGH','Bessborough','Bessborough', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('BIGBAR','Big Bar','Big Bar', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('BIGBRLK','Big Bar Lake','Big Bar Lake', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('BIGCRK','Big Creek','Big Creek', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('BIGLK','Big Lake','Big Lake', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('BIGWHIT','Big White','Big White', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('BRISLD','Birch Island','Birch Island', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('BRKN','Birken','Birken', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('BRKHES','Birkenhead Estates','Birkenhead Estates', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('BRKHES-W','Birkenhead Estates (Whistler)','Birkenhead Estates (Whistler)', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('BLKCRK','Black Creek','Black Creek', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('BLKMTN','Black Mountain','Black Mountain', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('BLKPNS','Black Pines','Black Pines', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('BLKPT','Black Point','Black Point', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('BLKPL','Black Pool','Black Pool', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('BLKTSK','Black Tusk Village','Black Tusk Village', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('BLKWT','Blackwater','Blackwater', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('BLBRY','Blaeberry','Blaeberry', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('BLEWT','Blewett','Blewett', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('BLDBY','Blind Bay','Blind Bay', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('BLSLDG','Bliss Landing','Bliss Landing', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('BLBBAY','Blubber Bay','Blubber Bay', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('BLURVR','Blue River','Blue River', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('BLUBRY','Blueberry','Blueberry', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('BLUBYCRK','Blueberry Creek','Blueberry Creek', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('BBQNN','Bob Quinn','Bob Quinn', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('BNPRTLK','Bonaparte Lake','Bonaparte Lake', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('BNNNGTN','Bonnington','Bonnington', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('BSTNBR','Boston Bar','Boston Bar', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('BSWLL','Boswell','Boswell', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('BCHLK','Bouchie Lake','Bouchie Lake', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('BWNISL','Bowen Island','Bowen Island', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('BWROLK','Bowron Lake','Bowron Lake', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('BWSR','Bowser','Bowser', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('BRCKNDL','Brackendale','Brackendale', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('BRLRN','Bralorne','Bralorne', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('BRNANCRK','Brennan Creek','Brennan Creek', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('BRIRRDG','Briar Ridge','Briar Ridge', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('BRDSL','Bridesville','Bridesville', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('BRDGLK','Bridge Lake','Bridge Lake', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('BRLNT','Brilliant','Brilliant', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('BRS','Brisco','Brisco', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('BRSS','Brisco - South','Brisco - South', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('BRT BCH','Brittania Beach','Brittania Beach', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('BRKMRE','Brookmere','Brookmere', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('BCKHRN','Buckhorn','Buckhorn', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('BCKNGHRS','Buckinghorse','Buckinghorse', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('BCKLYBY','Buckley Bay','Buckley Bay', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('BFFLCRK','Buffalo Creek','Buffalo Creek', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('BKCRK','Buick Creek','Buick Creek', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('BLLRVR','Bull River','Bull River', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('BURNBY','Burnaby','Burnaby', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('BURNLK','Burns Lake','Burns Lake', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('BRTN','Burton','Burton', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('BTEINLT','Bute Inlet','Bute Inlet', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('BTDLPRIN','Butedale/Princess Royal Island','Butedale/Princess Royal Island', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('CCHCRK','Cache Creek','Cache Creek', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('CSSRSLDG','Caesar''s Landing','Caesar''s Landing', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('CMB','Cambie','Cambie', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('CMRNE','Camborne','Camborne', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('CMBLRV','Campbell River','Campbell River', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('CNLFLTS','Canal Flats','Canal Flats', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('CNMLK','Canim Lake','Canim Lake', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('CNCR100M','Canoe Creek (100 Mile)','Canoe Creek (100 Mile)', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('CNCRKSA','Canoe Creek (Salmon Arm)','Canoe Creek (Salmon Arm)', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('CYN','Canyon','Canyon', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('GTWKSLK100','Canyon City - Gitwinksihlkw','Canyon City - Gitwinksihlkw', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('GTWKSLKTRC','Canyon City - Gitwinksihlkw','Canyon City - Gitwinksihlkw', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('CRCRSSYK','Carcross (Yukon)','Carcross (Yukon)', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('CRMI','Carmi','Carmi', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('CNO','Casino','Casino', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('CSSR','Cassiar','Cassiar', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('CSSDY','Cassidy','Cassidy', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('CTSRVR','Castle River','Castle River', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('CSTLGR','Castlegar','Castlegar', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('CWSTN','Cawston','Cawston', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('CYCS','Caycuse','Caycuse', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('CSLLK','Cecil Lake','Cecil Lake', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('CDR','Cedar','Cedar', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('CDRVL','Cedarvale','Cedarvale', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('CLSTA','Celista','Celista', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('CNTLSNSH','Central Saanich','Central Saanich', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('CNTRVL','Centreville','Centreville', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('CHNLK','Chain Lake','Chain Lake', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('CHRLLK','Charlie Lake','Charlie Lake', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('CHRLTCTY','Charlotte City','Charlotte City', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('CHSE','Chase','Chase', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('CHHLFSTN','Chehalias First Nation','Chehalias First Nation', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('CHMNUS','Chemainus','Chemainus', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('CHRYCRK','Cherry Creek','Cherry Creek', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('CHRYVLLE','Cherryville','Cherryville', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('CHETWND','Chetwynd','Chetwynd', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('CHFLAKE','Chief Lake','Chief Lake', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('CHLKOMUD','Chilako/Mud River','Chilako/Mud River', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('CHLNKFRK','Chilanko Forks','Chilanko Forks', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('CHLKLK','Chilko Lake','Chilko Lake', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('CHILLIWK','Chilliwack','Chilliwack', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('CHRSTVAL','Christian Valley','Christian Valley', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('CHRSTNAL','Christina Lake','Christina Lake', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('CHCHUA','Chuchua','Chuchua', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('CINEMA','Cinema','Cinema', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('CLAIRMNT','Clairmont','Clairmont', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('CLNWLM','Clanwilliam','Clanwilliam', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('CLAYHRST','Clayhurst','Clayhurst', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('CLRBRK','Clearbrook','Clearbrook', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('CLRWTR','Clearwater','Clearwater', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('CLEMRTA','Clemretta','Clemretta', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('CLINTON','Clinton','Clinton', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('CLOVRDLE','Cloverdale','Cloverdale', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('CLCZLKBW','Clucluz Lake - Brookside Resort West','Clucluz Lake - Brookside Resort West', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('CLUCLZLK','Cluculz Lake','Cluculz Lake', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('COALHARB','Coal Harbour','Coal Harbour', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('COALRIVR','Coal River','Coal River', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('COALMONT','Coalmont','Coalmont', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('COBBLHIL','Cobble Hill','Cobble Hill', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('CLDSTRM','Coldstream','Coldstream', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('CLLYMNT','Colleymount','Colleymount', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('CLMBVLLY','Columbia Valley','Columbia Valley', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('CLUMERE','Columere','Columere', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('CLWOOD','Colwood','Colwood', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('COMOX','Comox','Comox', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('CONTCTCK','Contact Creek','Contact Creek', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('COOKBAY','Cook Bay','Cook Bay', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('COOMBS','Coombs','Coombs', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('COOPRCRK','Cooper Creek','Cooper Creek', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('COQUITLM','Coquitlam','Coquitlam', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('CRTSISLD','Cortes Island','Cortes Island', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('COTNWOD','Cottonwood','Cottonwood', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('CRSRLAKE','Coursier Lake','Coursier Lake', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('COURTNY','Courtenay','Courtenay', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('CWCHNBY','Cowichan Bay','Cowichan Bay', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('CWCHNVLY','Cowichan Valley','Cowichan Valley', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('COYOTECR','Coyote Creek','Coyote Creek', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('CRAIGPRK','Craig Park','Craig Park', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('CRGLLACH','Craigellachie','Craigellachie', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('CRANBRRY','Cranberry','Cranberry', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('CRANBRK','Cranbrook','Cranbrook', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('CRWFRDBY','Crawford Bay','Crawford Bay', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('CRSNTSPR','Crescent Spur','Crescent Spur', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('CRSNTVLY','Crescent Valley','Crescent Valley', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('CRESTON','Creston','Creston', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('CROFTON','Crofton','Crofton', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('CROYDEN','Croyden','Croyden', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('CRYSTLLK','Crystal Lake','Crystal Lake', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('CRYSTLMN','Crystal Mountain','Crystal Mountain', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('CULTSLKE','Cultus Lake','Cultus Lake', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('CMBRLAND','Cumberland','Cumberland', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('DANSKIN','Danskin','Danskin', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('DARCY','D''Arcy','D''Arcy', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('DARFIELD','Darfield','Darfield', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('DAVISBAY','Davis Bay','Davis Bay', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('DAWSONCR','Dawson Creek','Dawson Creek', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('DAWSONSL','Dawsons Landing','Dawsons Landing', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('DEASELAK','Dease Lake','Dease Lake', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('DECKERLK','Decker Lake','Decker Lake', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('DEEPBAY','Deep Bay','Deep Bay', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('DEEPCRK','Deep Creek','Deep Creek', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('DEERPRK','Deer Park','Deer Park', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('DEKALAKE','Deka Lake','Deka Lake', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('DELIO','Del Rio','Del Rio', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('DELTA','Delta','Delta', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('DENMANIS','Denman Island','Denman Island', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('DEROCHE','Deroche','Deroche', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('DESOLATN','Desolation Sound','Desolation Sound', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('DEVINE','Devine','Devine', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('DEWDNEY','Dewdney','Dewdney', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('DINANBAY','Dinan Bay','Dinan Bay', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('DOERIVER','Doe River','Doe River', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('DOGCRIR','Dog Cr. (IR)','Dog Cr. (IR)', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('DOIG','Doig','Doig', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('DOMECRK','Dome Creek/Cresent Spur','Dome Creek/Cresent Spur', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('DONALD','Donald','Donald', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('DGLSLAKE','Douglas Lake','Douglas Lake', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('DOWNIECR','Downie Creek','Downie Creek', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('DUNCAN','Duncan','Duncan', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('DUNKLEY','Dunkley','Dunkley', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('DUNSTER','Dunster','Dunster', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('DURIEU','Durieu','Durieu', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('EAGLEBAY','Eagle Bay','Eagle Bay', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('EAGLECRK','Eagle Creek','Eagle Creek', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('EARLSCOV','Earls Cove','Earls Cove', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('ECRACRFT','East Cracroft Island','East Cracroft Island', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('EFRANCLK','East Francois Lake','East Francois Lake', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('EASTGATE','East Gate','East Gate', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('EASTGTE','Eastgate','Eastgate', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('EASTPINE','East Pine','East Pine', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('ESPINEPW','East Pine (portion West of Pine River)','East Pine (portion West of Pine River)', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('ESLOPPPP','East slope Pine Pass (almost to Azouetta Lake)','East slope Pine Pass (almost to Azouetta Lake)', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('EASTSKE','East Sooke','East Sooke', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('ETHURLOW','East Thurlow Island','East Thurlow Island', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('EDGEWATER','Edgewater','Edgewater', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('EDGEWOOD','Edgewood','Edgewood', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('EGMONT','Egmont','Egmont', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('ELKBAY','Elk Bay','Elk Bay', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('ELKFORD','Elkford','Elkford', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('ELKO','Elko','Elko', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('ELSWTHCP','Elsworth Camp','Elsworth Camp', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('EMMDSISL','Emmonds Island','Emmonds Island', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('EMPRVALY','Empire Valley','Empire Valley', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('ENDAKO','Endako','Endako', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('ENDERBY','Enderby','Enderby', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('ERICKSON','Erickson','Erickson', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('ERIE','Erie','Erie', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('ERRINGTN','Errington','Errington', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('ESQUIMAL','Esquimalt','Esquimalt', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('FAIRMONT','Fairmont','Fairmont', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('FAIRVIEW','Fairview','Fairview', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('FALKLAND','Falkland','Falkland', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('FANNYBAY','Fanny Bay','Fanny Bay', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('FARMINGT','Farmington','Farmington', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('FARRELLC','Farrell Creek','Farrell Creek', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('FAULDER','Faulder','Faulder', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('FAUQUIER','Fauquier','Fauquier', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('FELLERHT','Fellers Heights','Fellers Heights', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('FERGUSON','Ferguson','Ferguson', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('FERNDALE','Ferndale','Ferndale', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('FERNIE','Fernie','Fernie', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('FINMORE','Finmore','Finmore', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('FINTRY','Fintry','Fintry', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('FIRESIDE','Fireside','Fireside', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('FIRVALE','Firvale','Firvale', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('FLATROCK','Flat Rock','Flat Rock', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('FORSTGRV','Forest Grove','Forest Grove', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('FORESTDL','Forestdale','Forestdale', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('FTBABINE','Fort Babine','Fort Babine', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('FORTFRSR','Fort Fraser','Fort Fraser', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('FTLANGLE','Fort Langley','Fort Langley', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('FTNELSON','Fort Nelson','Fort Nelson', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('FTSTJAME','Fort St. James','Fort St. James', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('FTSTJOHN','Fort St. John','Fort St. John', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('FTSTEELE','Fort Steele','Fort Steele', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('FTWARE','Fort Ware','Fort Ware', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('FTRESSLK','Fortress Lake','Fortress Lake', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('FOSTHS','Fosthall & South','Fosthall & South', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('FRANPENI','Francis Peninsula','Francis Peninsula', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('FRNCSLK1','Francois Lake','Francois Lake', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('FRASER','Fraser','Fraser', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('FRASERLK','Fraser Lake','Fraser Lake', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('FREDRMCA','Fredrick Arm','Fredrick Arm', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('FRIENDLK','Friendly Lake','Friendly Lake', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('FRUITVAL','Fruitvale','Fruitvale', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('GABRIOLAI','Gabriola Island','Gabriola Island', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('GALENABAY','Galena Bay','Galena Bay', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('GALIANOI','Galiano Island','Galiano Island', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('GALLOWAY','Galloway','Galloway', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('GAMBIERI','Gambier Island','Gambier Island', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('GANGRANCH','Gang Ranch','Gang Ranch', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('GANGES','Ganges','Ganges', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('GARDENBY','Garden Bay','Garden Bay', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('GARNETVL','Garnet Valley','Garnet Valley', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('GENELLE','Genelle','Genelle', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('GEORGEMI','Georgetown Mills','Georgetown Mills', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('GERMANSO','Germanson Landing','Germanson Landing', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('GERRARD','Gerrard','Gerrard', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('GIBSONS','Gibsons','Gibsons', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('GILLIESB','Gillies Bay','Gillies Bay', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('GISCOME','Giscome','Giscome', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('GISCOMEW','Giscome/Willow River','Giscome/Willow River', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('GITANYOW','Gitanyow','Gitanyow', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('GITWANGA','Gitwangak','Gitwangak', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('GLADE','Glade','Glade', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('GLADWIN','Gladwin','Gladwin', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('GLENANNA','Glenannan','Glenannan', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('GLENDACO','Glendale Cove','Glendale Cove', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('GLENORA','Glenora','Glenora', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('GLENROSA','Glenrosa','Glenrosa', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('GLENVOWL','Glenvowell','Glenvowell', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('GOLDCREK','Gold Creek','Gold Creek', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('GOLDRIVR','Gold River','Gold River', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('GOLDBRID','Goldbridge','Goldbridge', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('GOLDEN','Golden','Golden', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('GOODHOPE','Good Hope','Good Hope', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('GOODHOPL','Good Hope Lake','Good Hope Lake', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('GOODLOW','Goodlow','Goodlow', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('GRANDFOR','Grand Forks','Grand Forks', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('GRANISLE','Granisle','Granisle', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('GRANTHMS','Granthams Landing','Granthams Landing', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('GRASMERE','Grasmere','Grasmere', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('GRASPLNS','Grassy Plains','Grassy Plains', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('GRAYCREE','Gray Creek','Gray Creek', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('GRSEHRBR','Grease Harbour/Nass Camp','Grease Harbour/Nass Camp', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('GREELY','Greely','Greely', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('GREENLLO','Green Lake - Lillooet','Green Lake - Lillooet', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('GREENL70','Green Lake -70 Mile','Green Lake -70 Mile', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('GREENDAL','Greendale','Greendale', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('GREENVLE','Greenville - Laxgalts''ap','Greenville - Laxgalts''ap', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('GREENWOD','Greenwood','Greenwood', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('GRIFFNLK','Griffin Lake','Griffin Lake', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('GRINDROD','Grindrod','Grindrod', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('GROUNDBR','Groundbirch','Groundbirch', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('GUNLAKE','Gun Lake','Gun Lake', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('GUNDY','Gundy','Gundy', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('HAGENSBG','Hagensborg','Hagensborg', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('HAIDAGWA','Haida Gwaii','Haida Gwaii', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('HAINESJU','Haines Junction','Haines Junction', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('HALFMNB','Halfmoon Bay','Halfmoon Bay', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('HALFWYRF','Halfway River First Nation','Halfway River First Nation', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('HALLS','Halls','Halls', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('HAMMERLK','Hammer Lake','Hammer Lake', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('HAMMOND','Hammond','Hammond', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('HANCEVLE','Hanceville','Hanceville', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('HANEY','Haney','Haney', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('HANSARDU','Hansard/Upper Fraser','Hansard/Upper Fraser', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('HARDWCKI','Hardwicke Island','Hardwicke Island', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('HARHOTSP','Harrison Hot Springs','Harrison Hot Springs', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('HARSLAKE','Harrison Lake','Harrison Lake', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('HARSMILS','Harrison Mills','Harrison Mills', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('HARROGAT','Harrogate','Harrogate', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('HARROP','Harrop','Harrop', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('HARTLYBY','Hartley Bay','Hartley Bay', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('HASLERFL','Hasler Flats','Hasler Flats', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('HATCREEK','Hat Creek','Hat Creek', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('HATZIC','Hatzic','Hatzic', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('HAZELTON','Hazelton','Hazelton', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('HEDLEY','Hedley','Hedley', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('HEFFLCKR','Heffley Creek','Heffley Creek', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('HEFFLLAK','Heffley Lake','Heffley Lake', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('HELMTGAS','Helmet Gas Field','Helmet Gas Field', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('HIGHLAND','Highlands','Highlands', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('HIGHLAVL','Highlands Valley','Highlands Valley', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('HILLS','Hills','Hills', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('HIXON','Hixon','Hixon', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('HOLBERG','Holberg','Holberg', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('HOMESRVR','Homes River','Homes River', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('HNMNBAY','Honeymoon Bay','Honeymoon Bay', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('HOPE','Hope','Hope', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('HORNBYIS','Hornby Island','Hornby Island', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('HORNELAK','Horne Lake','Horne Lake', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('HORSEFLY','Horsefly','Horsefly', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('HORSHOEB','Horseshoe Bay','Horseshoe Bay', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('HOSMER','Hosmer','Hosmer', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('HOTSPRCV','Hot Springs Cove','Hot Springs Cove', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('HOTHAMS','Hotham Sound','Hotham Sound', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('HOUSTON','Houston','Houston', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('HOWSER','Howser','Howser', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('HUDSONSH','Hudson''s Hope','Hudson''s Hope', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('HYDECREE','Hyde Creek','Hyde Creek', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('ILLECILL','Illecillewaet','Illecillewaet', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('INDIANAR','Indian Arm','Indian Arm', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('INVERMER','Invermere','Invermere', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('IOCO','Ioco','Ioco', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('IRVSLAND','Irvines Landing','Irvines Landing', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('ISKUT','Iskut','Iskut', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('ISLPIERR','Isle Pierre','Isle Pierre', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('JACKFSLK','Jackfish Lake','Jackfish Lake', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('JADECITY','Jade City','Jade City', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('JAFFRAY','Jaffray','Jaffray', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('JESMOND','Jesmond','Jesmond', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('JOERICH','Joe Rich','Joe Rich', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('JOHNSNLG','Johnsons Landing','Johnsons Landing', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('JORDNRVR','Jordan River','Jordan River', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('JUSKATLA','Juskatla','Juskatla', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('KALEDEN','Kaleden','Kaleden', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('KAMLOOPS','Kamloops','Kamloops', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('KANAKABR','Kanaka Bar','Kanaka Bar', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('KASLOBC','Kaslo','Kaslo', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('KEATSISL','Keats Island','Keats Island', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('KELLYCRK','Kelly Creek','Kelly Creek', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('KELLYLAK','Kelly Lake','Kelly Lake', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('KELOWNA','Kelowna','Kelowna', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('KELSEYBY','Kelsey Bay','Kelsey Bay', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('KEMANO','Kemano','Kemano', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('KEMESSMN','Kemess Mine','Kemess Mine', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('KENT','Kent','Kent', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('KEREMEOS','Keremeos','Keremeos', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('KERSLEY','Kersley','Kersley', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('KILDONAN','Kildonan','Kildonan', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('KILKERRN','Kilkerran','Kilkerran', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('KILLNYBC','Killiney Beach','Killiney Beach', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('KIMBERLY','Kimberley','Kimberley', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('KINABSKT','Kinabasket Lake','Kinabasket Lake', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('KINCOLTH','Kincolith - Ginglox','Kincolith - Ginglox', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('KNGCOMEI','Kingcome Inlet','Kingcome Inlet', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('KINGFSHR','Kingfisher','Kingfisher', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('KINGSGTE','Kingsgate','Kingsgate', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('KINGSVAL','Kingsvale','Kingsvale', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('KISPIOX','Kispiox','Kispiox', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('KITCHNRR','Kitchener','Kitchener', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('KITIMAAT','Kitimaat Village, I.R.','Kitimaat Village, I.R.', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('KITIMAT','Kitimat','Kitimat', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('KITKATLA','Kitkatla I.R.','Kitkatla I.R.', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('KITSAULT','Kitsault','Kitsault', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('KITSGCLA','Kitseguecla','Kitseguecla', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('KITWANCL','Kitwancool','Kitwancool', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('KITWANGA','Kitwanga','Kitwanga', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('KLEANZA','Kleanza','Kleanza', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('KLEENAKL','Kleena Kleene','Kleena Kleene', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('KLEMTU','Klemtu','Klemtu', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('KLUSKUS','Kluskus','Kluskus', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('KNOUFFLK','Knouff Lake','Knouff Lake', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('KNUTSFOR','Knutsford','Knutsford', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('KOOTNAYB','Kootenay Bay','Kootenay Bay', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('KRESTOVA','Krestova','Krestova', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('KUPERISL','Kuper Island','Kuper Island', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('KUSKANOK','Kuskanook','Kuskanook', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('KYUQUOT','Kyuquot','Kyuquot', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('LACDSRCH','Lac Des Roche','Lac Des Roche', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('LACDSRHS','Lac Des Roches','Lac Des Roches', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('LACLACHE','Lac La Hache','Lac La Hache', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('LACLEJUN','Lac Le Jeune','Lac Le Jeune', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('LADNERBC','Ladner','Ladner', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('LADYSMTH','Ladysmith','Ladysmith', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('LAKECNRY','Lake Country (Winfield was the original name)','Lake Country (Winfield was the original name)', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('LKECOWCH','Lake Cowichan','Lake Cowichan', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('LKEEROCK','Lake Errock','Lake Errock', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('LKEREVS','Lake Revelstoke','Lake Revelstoke', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('LAKELSEK','Lakelse Lake','Lakelse Lake', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('LANGBAY','Lang Bay','Lang Bay', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('LANGDALE','Langdale','Langdale', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('LANGFORD','Langford','Langford', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('LANGLEY','Langley','Langley', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('LANTZVIL','Lantzville','Lantzville', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('LARDEAU','Lardeau','Lardeau', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('LASQUETI','Lasqueti Island','Lasqueti Island', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('LAURETTA','Lauretta','Lauretta', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('LAVINGTON','Lavington','Lavington', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('LAWNHILL','Lawn Hill','Lawn Hill', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('LEBAHDO','Lebahdo','Lebahdo', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('LEMORAY','Lemoray','Lemoray', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('LIARDHSP','Liard Hot Springs','Liard Hot Springs', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('LIARDRVR','Liard River','Liard River', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('LIKELY','Likely','Likely', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('LILLOOET','Lillooet','Lillooet', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('LILLOLTK','Lillooet Lake (Pemberton Area)','Lillooet Lake (Pemberton Area)', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('LINDELLB','Lindell Beach','Lindell Beach', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('LIONSBAY','Lions Bay','Lions Bay', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('LISTER','Lister','Lister', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('LITTLEFT','Little Fort','Little Fort', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('LOGNLK','Logan Lake','Logan Lake', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('LONEBTTE','Lone Butte','Lone Butte', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('LONEPRAR','Lone Prairie','Lone Prairie', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('LONGWORT','Longworth','Longworth', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('LOONLAKE','Loon Lake','Loon Lake', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('LOOS','Loos','Loos', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('LOUGHBOR','Loughborough Inlet','Loughborough Inlet', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('LOUISECR','Louise Creek','Louise Creek', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('LOVELLCO','Lovell Cove','Lovell Cove', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('LOWERNIC','Lower Nicola','Lower Nicola', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('LOWERPOS','Lower Post','Lower Post', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('LUMBY','Lumby','Lumby', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('LUND','Lund','Lund', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('LYTTONBC','Lytton','Lytton', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('MABELLAK','Mabel Lake','Mabel Lake', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('MACHETEL','Machete Lake','Machete Lake', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('MACKENZI','Mackenzie','Mackenzie', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('MADEIRA','Madeira','Madeira', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('MADEIRAP','Madeira Park','Madeira Park', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('MAHOODFA','Mahood Falls','Mahood Falls', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('MALAKWA','Malakwa','Malakwa', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('MANNINGP','Manning Park','Manning Park', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('MANSONCR','Manson Creek','Manson Creek', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('MAPLEBAY','Maple Bay','Maple Bay', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('MAPLERID','Maple Ridge','Maple Ridge', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('MARA','Mara','Mara', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('MARALAKE','Mara Lake','Mara Lake', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('MARGUERI','Marguerite','Marguerite', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('MARGNTIR','Marguerite (but not Marguerite IR - Quesnel)','Marguerite (but not Marguerite IR - Quesnel)', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('MARGIR','Marguerite Indian Reserve','Marguerite Indian Reserve', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('MARTINVA','Martin Valley','Martin Valley', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('MARYSVIL','Marysville','Marysville', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('MASSET','Masset','Masset', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('MATSQUI','Matsqui','Matsqui', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('MAYNEISL','Mayne Island','Mayne Island', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('MAYOOK','Mayook','Mayook', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('MCBRIDE','McBride','McBride', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('MCCULLOC','McCulloch','McCulloch', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('MCGREGOR','McGregor','McGregor', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('MCKINLEY','McKinley Landing','McKinley Landing', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('MCLEESEL','McLeese Lake','McLeese Lake', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('MCLEODLK','Mcleod Lake','Mcleod Lake', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('MCLURE','McLure','McLure', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('MCMURDO','McMurdo','McMurdo', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('MEADOWCR','Meadow Creek','Meadow Creek', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('MEADWLAK','Meadow Lake','Meadow Lake', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('MEADOWBK','Meadowbrook','Meadowbrook', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('MELDRUMC','Meldrum Creek','Meldrum Creek', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('MERRITT','Merritt','Merritt', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('MERVILLE','Merville','Merville', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('MESACHLK','Mesachie Lake','Mesachie Lake', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('MESSEZLK','Messezula Lake','Messezula Lake', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('METAKATL','Metakatla','Metakatla', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('METCHOSI','Metchosin','Metchosin', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('MEZIADIN','Meziadin Junction','Meziadin Junction', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('MICACREK','Mica Creek (previously Mica)','Mica Creek (previously Mica)', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('MIDDLEPT','Middlepoint','Middlepoint', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('MIDWAYBC','Midway','Midway', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('MILE625','Mile 62.5','Mile 62.5', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('MILLBAYB','Mill Bay','Mill Bay', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('MILLERCK','Miller Creek','Miller Creek', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('MINSTREL','Minstrel Island','Minstrel Island', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('MIOCENE','Miocene','Miocene', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('MIRRLAKE','Mirror Lake','Mirror Lake', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('MISSION','Mission','Mission', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('MIWORTH','Miworth','Miworth', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('MOBERLYL','Moberly Lake','Moberly Lake', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('MONTECRE','Monte Creek','Monte Creek', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('MONTELAK','Monte Lake','Monte Lake', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('MONTICLK','Monticola Lake','Monticola Lake', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('MONTNEYB','Montney','Montney', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('MONTROSE','Montrose','Montrose', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('MORICETN','Moricetown','Moricetown', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('MORRISEY','Morrisey','Morrisey', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('MOUNTCUR','Mount Currie','Mount Currie', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('MOUNTROB','Mount Robison','Mount Robison', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('MOYIE','Moyie','Moyie', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('MUNCHOLK','Muncho Lake','Muncho Lake', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('MUSKWHTS','Muskwa Heights','Muskwa Heights', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('MYRTLCRK','Myrtle Creek','Myrtle Creek', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('MYRTLPT','Myrtle Point','Myrtle Point', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('NDNHA','Naden Harbour','Naden Harbour', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('NAHUN','Nahun','Nahun', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('NAKUSP','Nakusp','Nakusp', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('NAMU','Namu','Namu', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('NANAIMO','Nanaimo','Nanaimo', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('NANOBAY','Nanoose Bay','Nanoose Bay', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('NARAMA','Naramata','Naramata', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('NASCA','Nass Camp','Nass Camp', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('NAZKO','Nazko','Nazko', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('NEEDL','Needles','Needles', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('NELSON','Nelson','Nelson', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('NELISL','Nelson Island','Nelson Island', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('NELWA','Nelway','Nelway', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('NEMAIIR','Nemaiah (IR)','Nemaiah (IR)', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('NEMIAVLY','Nemia Valley','Nemia Valley', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('NESSLAK','Ness Lake','Ness Lake', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('NEWAIYA','New Aiyansh','New Aiyansh', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('NEWDEN','New Denver','New Denver', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('NEWHAZ','New Hazelton','New Hazelton', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('NEWREMO','New Remo','New Remo', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('NEWWEST','New Westminster','New Westminster', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('NEWGAT','Newgate','Newgate', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('NEWLAN','Newlands','Newlands', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('NICHOLN','Nicholson','Nicholson', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('NICORES','Nicola Reserve','Nicola Reserve', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('NICORES2','Nicomen Reserve','Nicomen Reserve', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('NIMPOLAK','Nimpo Lake','Nimpo Lake', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('NITINA','Nitinat','Nitinat', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('NOOTISL','Nootka Island','Nootka Island', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('NORALEE','NoraLee','NoraLee', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('NORBEN','North Bend','North Bend', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('NORBON','North Bonaparte','North Bonaparte', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('NORCOWI','North Cowichan','North Cowichan', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('NPENDER','North Pender Island','North Pender Island', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('NORPINE','North Pine','North Pine', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('NORSAAN','North Saanich','North Saanich', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('NORVAN','North Vancouver','North Vancouver', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('NUKKOLA','Nukko Lake','Nukko Lake', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('OAKBAY','Oak Bay','Oak Bay', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('OASIS','Oasis','Oasis', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('OCEAFAL','Ocean Falls','Ocean Falls', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('OKACEN','Okanagan Centre','Okanagan Centre', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('OKAFALLS','Okanagan Falls','Okanagan Falls', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('OKALAND','Okanagan Landing','Okanagan Landing', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('OKEOVER','Okeover Inlet','Okeover Inlet', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('OLALLA','Olalla','Olalla', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('OLDHZLTN','Old Hazelton','Old Hazelton', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('OLDMASST','Old Masset','Old Masset', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('OLDREMO','Old Remo','Old Remo', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('OLDTWNST','Old Townsite','Old Townsite', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('OLIVER','Oliver','Oliver', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('ONEISLLK','One Island Lake','One Island Lake', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('OONARVR','Oona River (Porcher Island)','Oona River (Porcher Island)', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('OOTISCH','Ootischenia','Ootischenia', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('OOTSALAK','Ootsa Lake','Ootsa Lake', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('OPISTAT','Opistat','Opistat', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('OSOYOOS','Osoyoos','Osoyoos', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('OSPREYLK','Osprey Lake','Osprey Lake', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('OWEEKENO','Oweekeno','Oweekeno', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('OYAMA','Oyama','Oyama', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('OYSTERBY','Oyster Bay','Oyster Bay', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('OYSTERRV','Oyster River','Oyster River', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('PALLING','Palling','Palling', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('PANORAMA','Panorama','Panorama', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('PARKCOVE','Parker Cove','Parker Cove', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('PARKLAND','Parkland','Parkland', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('PARKSVLE','Parksville','Parksville', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('PARSON','Parson','Parson', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('PASSCREE','Pass Creek','Pass Creek', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('PASSMORE','Passmore','Passmore', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('PATTERSN','Patterson','Patterson', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('PAVILLON','Pavillion','Pavillion', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('PEACHLND','Peachland','Peachland', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('PEEJAY','Peejay','Peejay', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('PEMBERTN','Pemberton','Pemberton', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('PENDLTNB','Pendelton Bay','Pendelton Bay', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('PENDHARB','Pender Harbour','Pender Harbour', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('PENDERIS','Pender Island','Pender Island', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('PENNY','Penny','Penny', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('PENTICTN','Penticton','Penticton', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('PHILLIPS','Phillips Arm','Phillips Arm', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('PILOTBAY','Pilot Bay','Pilot Bay', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('PILOTMTN','Pilot Mountain','Pilot Mountain', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('PINATNLK','Pinatan Lake','Pinatan Lake', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('PINCHE','Pinche','Pinche', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('PINCHIRS','Pinchi Reserve','Pinchi Reserve', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('PINEVLLY','Pine Valley','Pine Valley', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('PINECRST','Pinecrest','Pinecrest', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('PINEVIEW','Pineview','Pineview', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('PNKMOUNT','Pink Mountain','Pink Mountain', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('PITPOLDER','Pit Polder','Pit Polder', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('PITTMDWS','Pitt Meadows','Pitt Meadows', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('PLAYMJCT','Playmor Junction','Playmor Junction', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('PLSNTCMP','Pleasant Camp','Pleasant Camp', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('POPKUM','Popkum','Popkum', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('PORCHERI','Porcher Island','Porcher Island', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('PORTALBR','Port Alberni','Port Alberni', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('PORTALIC','Port Alice','Port Alice', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('PORTCLEM','Port Clements','Port Clements', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('PORTCOQ','Port Coquitlam','Port Coquitlam', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('PORTDOUG','Port Douglas','Port Douglas', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('PORTEDWRD','Port Edward','Port Edward', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('PORTESG','Port Essington','Port Essington', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('PORTHRDY','Port Hardy','Port Hardy', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('PORTMCNL','Port McNeill','Port McNeill', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('PORTMELN','Port Mellon','Port Mellon', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('PORTMDY','Port Moody','Port Moody', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('PORTNEVL','Port Neville','Port Neville', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('PORTRENF','Port Renfrew','Port Renfrew', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('PORTSIMP','Port Simpson','Port Simpson', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('PORTAGER','Portage Reserve','Portage Reserve', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('PORTRICO','Porto Rico','Porto Rico', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('POUCOUP','Pouce Coupe','Pouce Coupe', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('POWDERKG','Powder King','Powder King', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('POWELLRV','Powell River','Powell River', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('PRESPATU','Prespatou','Prespatou', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('PRESSYLK','Pressy Lake','Pressy Lake', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('PREVOSTI','Prevost Island','Prevost Island', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('PRINGEOR','Prince George','Prince George', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('PRINCRUP','Prince Rupert','Prince Rupert', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('PRINCETN','Princeton','Princeton', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('PRITCHRD','Pritchard','Pritchard', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('PROCTOR','Proctor','Proctor', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('PROGRESS','Progress','Progress', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('PROPHETR','Prophet River','Prophet River', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('PUNTZI','Puntzi','Puntzi', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('PURDENLK','Purden Lake','Purden Lake', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('QUADRAIS','Quadra Island','Quadra Island', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('QLICMBAY','Qualicum Bay','Qualicum Bay', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('QLICMBCH','Qualicum Beach','Qualicum Beach', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('QUATSINO','Quatsino','Quatsino', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('QUEENCHA','Queen Charlotte City','Queen Charlotte City', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('QUESNEL','Quesnel','Quesnel', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('QUESFORK','Quesnel Forks','Quesnel Forks', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('QUILCHNA','Quilchena','Quilchena', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('RADHOTSP','Radium Hot Springs','Radium Hot Springs', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('RASPBRRY','Raspberry','Raspberry', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('RAYLEIGH','Rayleigh','Rayleigh', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('READISLD','Read Island','Read Island', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('REDLAKE','Red Lake','Red Lake', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('REDPASS','Red Pass','Red Pass', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('REDFERNL','Redfern Lake (Mile 178)','Redfern Lake (Mile 178)', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('RRSTONER','Redrock/Stoner','Redrock/Stoner', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('REDSTON','Redstone (IR)','Redstone (IR)', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('REIDLAKE','Reid Lake','Reid Lake', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('RENATA','Renata','Renata', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('REVELSTO','Revelstoke','Revelstoke', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('RICHMOND','Richmond','Richmond', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('RIONDEL','Riondel','Riondel', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('RISKECRK','Riske Creek','Riske Creek', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('RIVERDAL','Riverdale','Riverdale', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('ROBERTSC','Roberts Creek','Roberts Creek', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('ROBERTSL','Roberts Lake','Roberts Lake', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('ROBSON','Robson','Robson', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('ROCKBAY','Rock Bay','Rock Bay', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('ROCKCRK','Rock Creek','Rock Creek', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('ROELAKE','Roe Lake','Roe Lake', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('ROLLA','Rolla','Rolla', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('ROOSVLL','Roosville','Roosville', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('ROSELAK','Rose Lake','Rose Lake', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('ROSEPRR','Rose Prairie','Rose Prairie', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('ROSEBRY','Rosebery','Rosebery', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('ROSEDALE','Rosedale','Rosedale', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('ROSENLK','Rosen Lake','Rosen Lake', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('ROSSLND','Rossland','Rossland', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('ROSSWOD','Rosswood','Rosswood', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('ROYSTON','Royston','Royston', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('RUSKINN','Ruskin','Ruskin', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('RUTLAND','Rutland','Rutland', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('RYKERTS','Rykerts','Rykerts', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('SAANICH','Saanich','Saanich', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('SAHTLAM','Sahtlam','Sahtlam', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('SALMO','Salmo','Salmo', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('SALMARM','Salmon Arm','Salmon Arm', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('SALMNVY','Salmon Valley','Salmon Valley', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('SALTSPR','Salt Spring Island','Salt Spring Island', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('SALTERYB','Saltery Bay','Saltery Bay', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('SANCA','Sanca','Sanca', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('SANDON','Sandon','Sandon', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('SANDSPIT','Sandspit','Sandspit', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('SNDYHK','Sandy Hook','Sandy Hook', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('SARDIS','Sardis','Sardis', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('SATRNAI','Saturna Island','Saturna Island', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('SAVARYIS','Savary Island','Savary Island', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('SAVONA','Savona','Savona', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('SAYWARD','Sayward','Sayward', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('SCTCHCRK','Scotch Creek','Scotch Creek', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('SECHELT','Sechelt','Sechelt', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('SCRTOCV','Secret Cove','Secret Cove', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('SELMAPRK','Selma Park','Selma Park', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('SETONPOR','Seton Portage','Seton Portage', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('SEWELLIN','Sewell Inlet','Sewell Inlet', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('SEYMOURA','Seymour Arm','Seymour Arm', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('SEYMOURL','Seymour Lakes','Seymour Lakes', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('SHALALTH','Shalalth','Shalalth', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('SHARPELK','Sharpe Lake','Sharpe Lake', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('SHWNIGN','Shawnigan Lake','Shawnigan Lake', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('SHRERDAL','Shearer Dale','Shearer Dale', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('SHELLGLN','Shell - Glen','Shell - Glen', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('SHELTRBY','Shelter Bay','Shelter Bay', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('SHERIDN','Sheridan Lake','Sheridan Lake', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('SHOREACR','Shoreacres','Shoreacres', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('SHOREHLM','Shoreholm','Shoreholm', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('SHUTTYBN','Shutty Bench','Shutty Bench', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('SICAMOUS','Sicamous','Sicamous', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('SIDNEY','Sidney','Sidney', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('SIKANNI','Sikanni (Mile 171)','Sikanni (Mile 171)', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('SLVRDALE','Silverdale','Silverdale', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('SLVRTN','Silverton','Silverton', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('SINCLRM','Sinclair Mills','Sinclair Mills', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('SIRDAR','Sirdar','Sirdar', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('SIXMILPT','Six Mile Point','Six Mile Point', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('SKEETCHE','Skeetchestn','Skeetchestn', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('SKIDGATL','Skidegate Landing','Skidegate Landing', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('SKIDEGTR','Skidegate Reserve','Skidegate Reserve', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('SKOOKUMC','Skookumchuck','Skookumchuck', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('SLIAMMON','Sliammon','Sliammon', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('SLOCAN','Slocan','Slocan', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('SLOCNPRK','Slocan Park','Slocan Park', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('SMITHRVR','Smith River','Smith River', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('SMITHERS','Smithers','Smithers', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('SODACRK','Soda Cr. (IR)','Soda Cr. (IR)', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('SOINTULA','Sointula','Sointula', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('SONORAI','Sonora Island','Sonora Island', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('SOOKE','Sooke','Sooke', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('SORRENTO','Sorrento','Sorrento', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('SDWNSN','South Dawson','South Dawson', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('SHZLTON','South Hazelton','South Hazelton', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('SPNDRILN','South Pender Island','South Pender Island', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('STHSLCN','South Slocan','South Slocan', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('STHSLCNN','South Slocan (northern part of town)','South Slocan (northern part of town)', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('STHTYLR','South Taylor','South Taylor', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('STHBNK','Southbank','Southbank', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('STHVW','Southview','Southview', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('SPALLMCHN','Spallumcheen','Spallumcheen', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('SPRWOOD','Sparwood','Sparwood', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('SPNCESBR','Spences Bridge','Spences Bridge', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('SPLLMCHN','Spillimacheen','Spillimacheen', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('SPRNHOUS','Spring House','Spring House', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('SPUZZUM','Spuzzum','Spuzzum', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('SQUMISH','Squamish','Squamish', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('STAVFLS','Stave Falls','Stave Falls', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('STALHEAD','Stealhead','Stealhead', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('STMBOAT','Steamboat','Steamboat', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('STELHEAD','Steelhead','Steelhead', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('STWART','Stewart','Stewart', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('STLLWTR','Stillwater','Stillwater', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('STONEIR','Stone (IR)','Stone (IR)', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('STRTHNVR','Strathnaver','Strathnaver', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('STRTHAM','Streatham','Streatham', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('STUARTIL','Stuart Island','Stuart Island', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('STUIE','Stuie','Stuie', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('STUMPLAK','Stump Lake','Stump Lake', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('SUGARCIR','Sugar Cane (IR)','Sugar Cane (IR)', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('SMRLAND','Summerland','Summerland', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('SMITLK','Summit Lake','Summit Lake', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('SMITLKPP','Summit Lake (Provincial Park)','Summit Lake (Provincial Park)', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('SNPEAKS','Sun Peaks','Sun Peaks', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('SNSTPRAR','Sunset Prairie','Sunset Prairie', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('SURRY','Surrey','Surrey', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('SWNLKPP','Swan Lake (Provincial Park)','Swan Lake (Provincial Park)', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('SWNLKKRP','Swan Lake/Kispiox River (Provincial Park)','Swan Lake/Kispiox River (Provincial Park)', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('SWTWATR','Sweetwater','Sweetwater', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('TABOR','Tabor','Tabor', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('TACHIRSV','Tachie Reserve','Tachie Reserve', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('TAFT','Taft','Taft', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('TAGHUM','Taghum','Taghum', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('TAHSIS','Tahsis','Tahsis', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('TKLALNDG','Takla Landing','Takla Landing', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('TKYSLAKE','Takysie Lake','Takysie Lake', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('TAPPEN','Tappen','Tappen', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('TARRYS','Tarrys','Tarrys', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('TATACRK','TaTa Creek','TaTa Creek', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('TATLALAK','Tatla Lake','Tatla Lake', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('TATLYOKO','Tatlayoko Lake','Tatlayoko Lake', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('TAWELK','Taweel Lake','Taweel Lake', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('TAYLOR','Taylor','Taylor', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('TCHSNKUT','Tchesinkut Lake','Tchesinkut Lake', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('TGRPHCOV','Telegraph Cove','Telegraph Cove', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('TGRPHCRK','Telegraph Creek','Telegraph Creek', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('TELKWA','Telkwa','Telkwa', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('TERRACE','Terrace','Terrace', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('TTJUNE','Tete Jaune','Tete Jaune', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('TEXADAIS','Texada Island','Texada Island', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('THDSAINL','Theodosia Inlet','Theodosia Inlet', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('THETISIS','Thetis Island','Thetis Island', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('THMPSNSD','Thompson Sound','Thompson Sound', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('THRVALGP','Three Valley Gap/Lake','Three Valley Gap/Lake', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('THRUMS','Thrums','Thrums', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('TIELAKE','Tie Lake','Tie Lake', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('TINTAGEL','Tintagel','Tintagel', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('TLELL','Tlell','Tlell', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('TOADRVR','Toad River','Toad River', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('TOBAINLT','Toba Inlet','Toba Inlet', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('TOFINO','Tofino','Tofino', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('TOMSLAKE','Tomslake','Tomslake', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('TOPLEY','Topley','Topley', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('TOPLND','Topley Landing','Topley Landing', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('TRTSLAKE','Tortoise Lake','Tortoise Lake', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('TWRLAKE','Tower Lake','Tower Lake', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('TRAIL','Trail','Trail', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('TRNQL','Tranquille Valley','Tranquille Valley', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('TROUTLK','Trout Lake','Trout Lake', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('TRUTCH','Trutch','Trutch', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('TSAWWASN','Tsawwassen','Tsawwassen', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('INGENKA','Tsay Keh (commonly known as Ingenika)','Tsay Keh (commonly known as Ingenika)', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('TULAMEEN','Tulameen','Tulameen', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('TUMBLER','Tumbler Ridge','Tumbler Ridge', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('TUPPER','Tupper','Tupper', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('TUWANEK','Tuwanek','Tuwanek', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('TWINBUTE','Twin Butte','Twin Butte', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('TWORIVR','Two Rivers','Two Rivers', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('TYAXLK','Tyaughton(Tyax)Lake','Tyaughton(Tyax)Lake', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('TYE','Tye','Tye', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('UCLUELET','Ucluelet','Ucluelet', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('UNIONBAY','Union Bay','Union Bay', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('UNIVENDW','Univ Endow''t Lands','Univ Endow''t Lands', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('UPRARRWL','Upper Arrow Lake','Upper Arrow Lake', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('UPRCUTBK','Upper Cutbank','Upper Cutbank', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('UPRFRASR','Upper Fraser','Upper Fraser', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('USK','Usk','Usk', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('VALDESIS','Valdes Island','Valdes Island', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('VALEMONT','Valemount','Valemount', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('VLYVIEW','Valleyview','Valleyview', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('VALLICAN','Vallican','Vallican', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('VANANDA','Vananda','Vananda', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('VANCOUVR','Vancouver','Vancouver', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('VANDERHF','Vanderhoof','Vanderhoof', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('VAVENBY','Vavenby','Vavenby', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('VENABLES','Venables Valley','Venables Valley', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('VERNON','Vernon','Vernon', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('VICTORLK','Victor Lake','Victor Lake', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('VICTORIA','Victoria','Victoria', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('VIEWROYL','View Royal','View Royal', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('WALHACHN','Walhachin','Walhachin', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('WANETA','Waneta','Waneta', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('WARDNER','Wardner','Wardner', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('WARFIELD','Warfield','Warfield', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('WASA','Wasa','Wasa', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('WEBSTRCR','Websters Corner','Websters Corner', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('WELLS','Wells','Wells', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('WCRACRFT','West Cracroft Island','West Cracroft Island', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('WESTCRST','West Creston','West Creston', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('WSTKELOW','West Kelowna','West Kelowna', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('WESTLK','West Lake','West Lake', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('WSTTHRLW','West Thurlow Island','West Thurlow Island', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('WSTVANCO','West Vancouver','West Vancouver', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('WESTBANK','Westbank','Westbank', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('WSTBRDGE','Westbridge','Westbridge', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('WSTBR33','Westbridge (Highway 33 junction only)','Westbridge (Highway 33 junction only)', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('WESTSIDE','Westside','Westside', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('WESTVIEW','Westview','Westview', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('WESTWOLD','Westwold','Westwold', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('WHTSHANL','Whatshan Lake','Whatshan Lake', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('WHISKYC','Whiskey Creek','Whiskey Creek', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('WHISTLER','Whistler','Whistler', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('WHITELK','White Lake','White Lake', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('WHITERIV','White River','White River', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('WHITERCK','White Rock','White Rock', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('WHITCROF','Whitecroft','Whitecroft', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('WHITESWN','Whiteswan Lake','Whiteswan Lake', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('WHONNOCK','Whonnock','Whonnock', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('WILDWOOD','Wildwood','Wildwood', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('WILLMSLK','Williams Lake','Williams Lake', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('WILWFLAT','Willow Flats','Willow Flats', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('WILWRPOI','Willow Point','Willow Point', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('WILWRIVR','Willow River','Willow River', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('WILWVALY','Willow Valley','Willow Valley', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('WILMER','Wilmer','Wilmer', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('WILSNCRK','Wilson Creek','Wilson Creek', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('WILSLAKE','Wilson Lake','Wilson Lake', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('WLSNLNDG','Wilson''s Landing','Wilson''s Landing', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('WINDRMER','Windermere','Windermere', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('WINLAW','Winlaw','Winlaw', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('WINTRHRB','Winter Harbour','Winter Harbour', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('WISTARIA','Wistaria','Wistaria', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('WONOWON','Wonowon','Wonowon', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('WOSS','Woss','Woss', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('WYCLIFFE','Wycliffe','Wycliffe', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('WYNDEL','Wynndel','Wynndel', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('YAHK','Yahk','Yahk', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('YALE','Yale','Yale', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('YARROW','Yarrow','Yarrow', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('YLWPOINT','Yellowpoint','Yellowpoint', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('YMIR','Ymir','Ymir', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('YOUBOU','Youbou','Youbou', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('YOUNGLK','Young Lake','Young Lake', now(), null, user, null, now(), user, null, now(), 'AREA'), - ('ZEBALLOS','Zeballos','Zeballos', now(), null, user, null, now(), user, null, now(), 'AREA'); - -insert into geo_org_unit_structure (effective_date, expiry_date, create_user_id, create_user_guid, create_timestamp, update_user_id, update_user_guid, update_timestamp, agency_code, parent_geo_org_unit_code, child_geo_org_unit_code) -values (now(), null, user, null, now(), user, null, now(), 'COS','KTNY','CLMBAKTNY'), - (now(), null, user, null, now(), user, null, now(), 'COS','KTNY','EKTNY'), - (now(), null, user, null, now(), user, null, now(), 'COS','KTNY','WKTNY'), - (now(), null, user, null, now(), user, null, now(), 'COS','OKNGN','CENOKNGN'), - (now(), null, user, null, now(), user, null, now(), 'COS','OKNGN','NOKNGN'), - (now(), null, user, null, now(), user, null, now(), 'COS','OKNGN','SOKNGN'), - (now(), null, user, null, now(), user, null, now(), 'COS','OMINECA','NCHKOLKS'), - (now(), null, user, null, now(), user, null, now(), 'COS','OMINECA','OMNCA'), - (now(), null, user, null, now(), user, null, now(), 'COS','PCLRD','NPCE'), - (now(), null, user, null, now(), user, null, now(), 'COS','PCLRD','SPCE'), - (now(), null, user, null, now(), user, null, now(), 'COS','SKNA','BLKYCSR'), - (now(), null, user, null, now(), user, null, now(), 'COS','SKNA','NCST'), - (now(), null, user, null, now(), user, null, now(), 'COS','STHCST','FRSRN'), - (now(), null, user, null, now(), user, null, now(), 'COS','STHCST','FRSRS'), - (now(), null, user, null, now(), user, null, now(), 'COS','STHCST','SEA2SKY'), - (now(), null, user, null, now(), user, null, now(), 'COS','STHCST','SNSHNCST'), - (now(), null, user, null, now(), user, null, now(), 'COS','TMPSNCRBO','CRBOCHLCTN'), - (now(), null, user, null, now(), user, null, now(), 'COS','TMPSNCRBO','CRBOTMPSN'), - (now(), null, user, null, now(), user, null, now(), 'COS','TMPSNCRBO','TMPSNNCLA'), - (now(), null, user, null, now(), user, null, now(), 'COS','WSTCST','CENISL'), - (now(), null, user, null, now(), user, null, now(), 'COS','WSTCST','NISL'), - (now(), null, user, null, now(), user, null, now(), 'COS','WSTCST','SISL'), - (now(), null, user, null, now(), user, null, now(), 'COS','CLMBAKTNY','GLDN'), - (now(), null, user, null, now(), user, null, now(), 'COS','CLMBAKTNY','INVRM'), - (now(), null, user, null, now(), user, null, now(), 'COS','EKTNY','CRNBK'), - (now(), null, user, null, now(), user, null, now(), 'COS','EKTNY','FRNIE'), - (now(), null, user, null, now(), user, null, now(), 'COS','WKTNY','CSTLGAR'), - (now(), null, user, null, now(), user, null, now(), 'COS','WKTNY','CRSTN'), - (now(), null, user, null, now(), user, null, now(), 'COS','WKTNY','NLSON'), - (now(), null, user, null, now(), user, null, now(), 'COS','CENOKNGN','KLWNA'), - (now(), null, user, null, now(), user, null, now(), 'COS','NOKNGN','SLMONRM'), - (now(), null, user, null, now(), user, null, now(), 'COS','NOKNGN','VRNON'), - (now(), null, user, null, now(), user, null, now(), 'COS','SOKNGN','GDFKS'), - (now(), null, user, null, now(), user, null, now(), 'COS','SOKNGN','PNTCTN'), - (now(), null, user, null, now(), user, null, now(), 'COS','NCHKOLKS','BURNSLK'), - (now(), null, user, null, now(), user, null, now(), 'COS','NCHKOLKS','VNDHF'), - (now(), null, user, null, now(), user, null, now(), 'COS','OMNCA','MKNZI'), - (now(), null, user, null, now(), user, null, now(), 'COS','OMNCA','PRCG'), - (now(), null, user, null, now(), user, null, now(), 'COS','NPCE','FRTNLN'), - (now(), null, user, null, now(), user, null, now(), 'COS','NPCE','FRTSTJN'), - (now(), null, user, null, now(), user, null, now(), 'COS','SPCE','CHTWD'), - (now(), null, user, null, now(), user, null, now(), 'COS','SPCE','DWSNCRK'), - (now(), null, user, null, now(), user, null, now(), 'COS','BLKYCSR','ATLIN'), - (now(), null, user, null, now(), user, null, now(), 'COS','BLKYCSR','DSELK'), - (now(), null, user, null, now(), user, null, now(), 'COS','BLKYCSR','SMITHRS'), - (now(), null, user, null, now(), user, null, now(), 'COS','NCST','DJNG'), - (now(), null, user, null, now(), user, null, now(), 'COS','NCST','TERRC'), - (now(), null, user, null, now(), user, null, now(), 'COS','FRSRN','MSNMPLRD'), - (now(), null, user, null, now(), user, null, now(), 'COS','FRSRS','MSNCHWK'), - (now(), null, user, null, now(), user, null, now(), 'COS','FRSRS','MSNSR'), - (now(), null, user, null, now(), user, null, now(), 'COS','SEA2SKY','SQMSHWHS'), - (now(), null, user, null, now(), user, null, now(), 'COS','SNSHNCST','PWLRV'), - (now(), null, user, null, now(), user, null, now(), 'COS','SNSHNCST','SCHLT'), - (now(), null, user, null, now(), user, null, now(), 'COS','CRBOCHLCTN','BLLACLA'), - (now(), null, user, null, now(), user, null, now(), 'COS','CRBOCHLCTN','QSNL'), - (now(), null, user, null, now(), user, null, now(), 'COS','CRBOCHLCTN','WLMSLK'), - (now(), null, user, null, now(), user, null, now(), 'COS','CRBOTMPSN','100MLHSE'), - (now(), null, user, null, now(), user, null, now(), 'COS','CRBOTMPSN','CLRWTER'), - (now(), null, user, null, now(), user, null, now(), 'COS','CRBOTMPSN','LLT'), - (now(), null, user, null, now(), user, null, now(), 'COS','TMPSNNCLA','KMLPS'), - (now(), null, user, null, now(), user, null, now(), 'COS','TMPSNNCLA','MRRTT'), - (now(), null, user, null, now(), user, null, now(), 'COS','CENISL','NNIMO'), - (now(), null, user, null, now(), user, null, now(), 'COS','CENISL','PRTALB'), - (now(), null, user, null, now(), user, null, now(), 'COS','NISL','BLKCRKCR'), - (now(), null, user, null, now(), user, null, now(), 'COS','NISL','PRTMCNL'), - (now(), null, user, null, now(), user, null, now(), 'COS','SISL','DNCN'), - (now(), null, user, null, now(), user, null, now(), 'COS','SISL','VICTRA'), - (now(), null, user, null, now(), user, null, now(), 'COS','100MLHSE','100MHHS'), - (now(), null, user, null, now(), user, null, now(), 'COS','100MLHSE','108MLRNH'), - (now(), null, user, null, now(), user, null, now(), 'COS','WLMSLK','140MHHS'), - (now(), null, user, null, now(), user, null, now(), 'COS','WLMSLK','150MHHS'), - (now(), null, user, null, now(), user, null, now(), 'COS','LLT','16MIL'), - (now(), null, user, null, now(), user, null, now(), 'COS','WLMSLK','40MLFLTZ'), - (now(), null, user, null, now(), user, null, now(), 'COS','100MLHSE','70MLHS'), - (now(), null, user, null, now(), user, null, now(), 'COS','MSNCHWK','ABTFRD'), - (now(), null, user, null, now(), user, null, now(), 'COS','KMLPS','ADMSLKHS'), - (now(), null, user, null, now(), user, null, now(), 'COS','MSNCHWK','AGSSZHS'), - (now(), null, user, null, now(), user, null, now(), 'COS','PRTALB','AHST'), - (now(), null, user, null, now(), user, null, now(), 'COS','NLSON','ANSWRTH'), - (now(), null, user, null, now(), user, null, now(), 'COS','TERRC','AYNSH'), - (now(), null, user, null, now(), user, null, now(), 'COS','SLMONRM','ALBRTCNY'), - (now(), null, user, null, now(), user, null, now(), 'COS','MSNMPLRD','ALBION'), - (now(), null, user, null, now(), user, null, now(), 'COS','MSNSR','ALDRGRV'), - (now(), null, user, null, now(), user, null, now(), 'COS','PRTMCNL','ALRTBAY'), - (now(), null, user, null, now(), user, null, now(), 'COS','QSNL','ALXNDRIA'), - (now(), null, user, null, now(), user, null, now(), 'COS','WLMSLK','ALXSCRK'), - (now(), null, user, null, now(), user, null, now(), 'COS','PRCG','ALZLK'), - (now(), null, user, null, now(), user, null, now(), 'COS','TERRC','ALCRM'), - (now(), null, user, null, now(), user, null, now(), 'COS','WLMSLK','ALKLLK'), - (now(), null, user, null, now(), user, null, now(), 'COS','WLMSLK','ALKLLKIR'), - (now(), null, user, null, now(), user, null, now(), 'COS','100MLHSE','ALKLLKRV'), - (now(), null, user, null, now(), user, null, now(), 'COS','DJNG','ALLFRDBY'), - (now(), null, user, null, now(), user, null, now(), 'COS','FRTSTJN','ALTONA'), - (now(), null, user, null, now(), user, null, now(), 'COS','MSNMPLRD','ALVIN'), - (now(), null, user, null, now(), user, null, now(), 'COS','WLMSLK','ANAHAMIR'), - (now(), null, user, null, now(), user, null, now(), 'COS','WLMSLK','ANAHIMIR'), - (now(), null, user, null, now(), user, null, now(), 'COS','BLLACLA','ANHMLK'), - (now(), null, user, null, now(), user, null, now(), 'COS','DJNG','ANCRGIN'), - (now(), null, user, null, now(), user, null, now(), 'COS','KMLPS','ANGLMNT'), - (now(), null, user, null, now(), user, null, now(), 'COS','MSNMPLRD','ANMR'), - (now(), null, user, null, now(), user, null, now(), 'COS','CSTLGAR','APPDLE'), - (now(), null, user, null, now(), user, null, now(), 'COS','CSTLGAR','APPGRV'), - (now(), null, user, null, now(), user, null, now(), 'COS','NLSON','ARGENT'), - (now(), null, user, null, now(), user, null, now(), 'COS','VRNON','ARMSTRNG'), - (now(), null, user, null, now(), user, null, now(), 'COS','DWSNCRK','ARRAS'), - (now(), null, user, null, now(), user, null, now(), 'COS','CSTLGAR','ARRWPK'), - (now(), null, user, null, now(), user, null, now(), 'COS','SLMONRM','ARRWHD'), - (now(), null, user, null, now(), user, null, now(), 'COS','MRRTT','ASHCROF'), - (now(), null, user, null, now(), user, null, now(), 'COS','VRNON','ASHTNCRK'), - (now(), null, user, null, now(), user, null, now(), 'COS','MRRTT','ASPNGRV'), - (now(), null, user, null, now(), user, null, now(), 'COS','INVRM','ATHALMR'), - (now(), null, user, null, now(), user, null, now(), 'COS','ATLIN','ATLN'), - (now(), null, user, null, now(), user, null, now(), 'COS','FRTSTJN','ATTACHI'), - (now(), null, user, null, now(), user, null, now(), 'COS','CLRWTER','AVOLA'), - (now(), null, user, null, now(), user, null, now(), 'COS','FRTSTJN','BALDNLL'), - (now(), null, user, null, now(), user, null, now(), 'COS','NLSON','BALFOUR'), - (now(), null, user, null, now(), user, null, now(), 'COS','PRTALB','BAMFELD'), - (now(), null, user, null, now(), user, null, now(), 'COS','MRRTT','BNKIER'), - (now(), null, user, null, now(), user, null, now(), 'COS','QSNL','BARKRVLL'), - (now(), null, user, null, now(), user, null, now(), 'COS','CLRWTER','BARRIR'), - (now(), null, user, null, now(), user, null, now(), 'COS','FRNIE','BAYNSLK'), - (now(), null, user, null, now(), user, null, now(), 'COS','FRTSTJN','BRFLTS'), - (now(), null, user, null, now(), user, null, now(), 'COS','PRCG','BRLK'), - (now(), null, user, null, now(), user, null, now(), 'COS','DWSNCRK','BRMTN'), - (now(), null, user, null, now(), user, null, now(), 'COS','CSTLGAR','BEATON'), - (now(), null, user, null, now(), user, null, now(), 'COS','DJNG','BEATIE'), - (now(), null, user, null, now(), user, null, now(), 'COS','PRTMCNL','BVRCV'), - (now(), null, user, null, now(), user, null, now(), 'COS','PRTALB','BVRCRK'), - (now(), null, user, null, now(), user, null, now(), 'COS','WLMSLK','BVRVLY'), - (now(), null, user, null, now(), user, null, now(), 'COS','PRTALB','BVDMLK'), - (now(), null, user, null, now(), user, null, now(), 'COS','KLWNA','BVRRDL'), - (now(), null, user, null, now(), user, null, now(), 'COS','PRCG','BVRLLY'), - (now(), null, user, null, now(), user, null, now(), 'COS','PRCG','BDNSTLK'), - (now(), null, user, null, now(), user, null, now(), 'COS','MSNMPLRD','BELCARR'), - (now(), null, user, null, now(), user, null, now(), 'COS','DSELK','BLLIINR'), - (now(), null, user, null, now(), user, null, now(), 'COS','SMITHRS','BLLIISH'), - (now(), null, user, null, now(), user, null, now(), 'COS','PRTMCNL','BLLABELA'), - (now(), null, user, null, now(), user, null, now(), 'COS','BLLACLA','BLLACOOL'), - (now(), null, user, null, now(), user, null, now(), 'COS','LLT','BERKIN'), - (now(), null, user, null, now(), user, null, now(), 'COS','CHTWD','BRYLPRR'), - (now(), null, user, null, now(), user, null, now(), 'COS','DWSNCRK','BSSBRRGH'), - (now(), null, user, null, now(), user, null, now(), 'COS','LLT','BIGBAR'), - (now(), null, user, null, now(), user, null, now(), 'COS','100MLHSE','BIGBRLK'), - (now(), null, user, null, now(), user, null, now(), 'COS','WLMSLK','BIGCRK'), - (now(), null, user, null, now(), user, null, now(), 'COS','WLMSLK','BIGLK'), - (now(), null, user, null, now(), user, null, now(), 'COS','KLWNA','BIGWHIT'), - (now(), null, user, null, now(), user, null, now(), 'COS','CLRWTER','BRISLD'), - (now(), null, user, null, now(), user, null, now(), 'COS','SQMSHWHS','BRKN'), - (now(), null, user, null, now(), user, null, now(), 'COS','SQMSHWHS','BRKHES'), - (now(), null, user, null, now(), user, null, now(), 'COS','SQMSHWHS','BRKHES-W'), - (now(), null, user, null, now(), user, null, now(), 'COS','BLKCRKCR','BLKCRK'), - (now(), null, user, null, now(), user, null, now(), 'COS','KLWNA','BLKMTN'), - (now(), null, user, null, now(), user, null, now(), 'COS','KMLPS','BLKPNS'), - (now(), null, user, null, now(), user, null, now(), 'COS','PWLRV','BLKPT'), - (now(), null, user, null, now(), user, null, now(), 'COS','CLRWTER','BLKPL'), - (now(), null, user, null, now(), user, null, now(), 'COS','SQMSHWHS','BLKTSK'), - (now(), null, user, null, now(), user, null, now(), 'COS','QSNL','BLKWT'), - (now(), null, user, null, now(), user, null, now(), 'COS','GLDN','BLBRY'), - (now(), null, user, null, now(), user, null, now(), 'COS','NLSON','BLEWT'), - (now(), null, user, null, now(), user, null, now(), 'COS','SLMONRM','BLDBY'), - (now(), null, user, null, now(), user, null, now(), 'COS','PWLRV','BLSLDG'), - (now(), null, user, null, now(), user, null, now(), 'COS','PWLRV','BLBBAY'), - (now(), null, user, null, now(), user, null, now(), 'COS','CLRWTER','BLURVR'), - (now(), null, user, null, now(), user, null, now(), 'COS','FRTSTJN','BLUBRY'), - (now(), null, user, null, now(), user, null, now(), 'COS','CSTLGAR','BLUBYCRK'), - (now(), null, user, null, now(), user, null, now(), 'COS','DSELK','BBQNN'), - (now(), null, user, null, now(), user, null, now(), 'COS','KMLPS','BNPRTLK'), - (now(), null, user, null, now(), user, null, now(), 'COS','NLSON','BNNNGTN'), - (now(), null, user, null, now(), user, null, now(), 'COS','MSNCHWK','BSTNBR'), - (now(), null, user, null, now(), user, null, now(), 'COS','CRSTN','BSWLL'), - (now(), null, user, null, now(), user, null, now(), 'COS','QSNL','BCHLK'), - (now(), null, user, null, now(), user, null, now(), 'COS','SQMSHWHS','BWNISL'), - (now(), null, user, null, now(), user, null, now(), 'COS','QSNL','BWROLK'), - (now(), null, user, null, now(), user, null, now(), 'COS','NNIMO','BWSR'), - (now(), null, user, null, now(), user, null, now(), 'COS','SQMSHWHS','BRCKNDL'), - (now(), null, user, null, now(), user, null, now(), 'COS','LLT','BRLRN'), - (now(), null, user, null, now(), user, null, now(), 'COS','KMLPS','BRNANCRK'), - (now(), null, user, null, now(), user, null, now(), 'COS','DWSNCRK','BRIRRDG'), - (now(), null, user, null, now(), user, null, now(), 'COS','PNTCTN','BRDSL'), - (now(), null, user, null, now(), user, null, now(), 'COS','100MLHSE','BRDGLK'), - (now(), null, user, null, now(), user, null, now(), 'COS','CSTLGAR','BRLNT'), - (now(), null, user, null, now(), user, null, now(), 'COS','GLDN','BRS'), - (now(), null, user, null, now(), user, null, now(), 'COS','INVRM','BRSS'), - (now(), null, user, null, now(), user, null, now(), 'COS','SQMSHWHS','BRT BCH'), - (now(), null, user, null, now(), user, null, now(), 'COS','MRRTT','BRKMRE'), - (now(), null, user, null, now(), user, null, now(), 'COS','PRCG','BCKHRN'), - (now(), null, user, null, now(), user, null, now(), 'COS','FRTNLN','BCKNGHRS'), - (now(), null, user, null, now(), user, null, now(), 'COS','BLKCRKCR','BCKLYBY'), - (now(), null, user, null, now(), user, null, now(), 'COS','100MLHSE','BFFLCRK'), - (now(), null, user, null, now(), user, null, now(), 'COS','FRTSTJN','BKCRK'), - (now(), null, user, null, now(), user, null, now(), 'COS','CRNBK','BLLRVR'), - (now(), null, user, null, now(), user, null, now(), 'COS','SQMSHWHS','BURNBY'), - (now(), null, user, null, now(), user, null, now(), 'COS','BURNSLK','BURNLK'), - (now(), null, user, null, now(), user, null, now(), 'COS','CSTLGAR','BRTN'), - (now(), null, user, null, now(), user, null, now(), 'COS','PWLRV','BTEINLT'), - (now(), null, user, null, now(), user, null, now(), 'COS','TERRC','BTDLPRIN'), - (now(), null, user, null, now(), user, null, now(), 'COS','LLT','CCHCRK'), - (now(), null, user, null, now(), user, null, now(), 'COS','KLWNA','CSSRSLDG'), - (now(), null, user, null, now(), user, null, now(), 'COS','GLDN','CMB'), - (now(), null, user, null, now(), user, null, now(), 'COS','GLDN','CMRNE'), - (now(), null, user, null, now(), user, null, now(), 'COS','BLKCRKCR','CMBLRV'), - (now(), null, user, null, now(), user, null, now(), 'COS','INVRM','CNLFLTS'), - (now(), null, user, null, now(), user, null, now(), 'COS','100MLHSE','CNMLK'), - (now(), null, user, null, now(), user, null, now(), 'COS','100MLHSE','CNCR100M'), - (now(), null, user, null, now(), user, null, now(), 'COS','SLMONRM','CNCRKSA'), - (now(), null, user, null, now(), user, null, now(), 'COS','CRSTN','CYN'), - (now(), null, user, null, now(), user, null, now(), 'COS','100MLHSE','GTWKSLK100'), - (now(), null, user, null, now(), user, null, now(), 'COS','TERRC','GTWKSLKTRC'), - (now(), null, user, null, now(), user, null, now(), 'COS','ATLIN','CRCRSSYK'), - (now(), null, user, null, now(), user, null, now(), 'COS','KLWNA','CRMI'), - (now(), null, user, null, now(), user, null, now(), 'COS','CSTLGAR','CNO'), - (now(), null, user, null, now(), user, null, now(), 'COS','DSELK','CSSR'), - (now(), null, user, null, now(), user, null, now(), 'COS','NNIMO','CSSDY'), - (now(), null, user, null, now(), user, null, now(), 'COS','CLRWTER','CTSRVR'), - (now(), null, user, null, now(), user, null, now(), 'COS','CSTLGAR','CSTLGR'), - (now(), null, user, null, now(), user, null, now(), 'COS','PNTCTN','CWSTN'), - (now(), null, user, null, now(), user, null, now(), 'COS','DNCN','CYCS'), - (now(), null, user, null, now(), user, null, now(), 'COS','FRTSTJN','CSLLK'), - (now(), null, user, null, now(), user, null, now(), 'COS','NNIMO','CDR'), - (now(), null, user, null, now(), user, null, now(), 'COS','TERRC','CDRVL'), - (now(), null, user, null, now(), user, null, now(), 'COS','KMLPS','CLSTA'), - (now(), null, user, null, now(), user, null, now(), 'COS','VICTRA','CNTLSNSH'), - (now(), null, user, null, now(), user, null, now(), 'COS','DSELK','CNTRVL'), - (now(), null, user, null, now(), user, null, now(), 'COS','MRRTT','CHNLK'), - (now(), null, user, null, now(), user, null, now(), 'COS','FRTSTJN','CHRLLK'), - (now(), null, user, null, now(), user, null, now(), 'COS','DJNG','CHRLTCTY'), - (now(), null, user, null, now(), user, null, now(), 'COS','KMLPS','CHSE'), - (now(), null, user, null, now(), user, null, now(), 'COS','MSNMPLRD','CHHLFSTN'), - (now(), null, user, null, now(), user, null, now(), 'COS','DNCN','CHMNUS'), - (now(), null, user, null, now(), user, null, now(), 'COS','KMLPS','CHRYCRK'), - (now(), null, user, null, now(), user, null, now(), 'COS','VRNON','CHRYVLLE'), - (now(), null, user, null, now(), user, null, now(), 'COS','CHTWD','CHETWND'), - (now(), null, user, null, now(), user, null, now(), 'COS','PRCG','CHFLAKE'), - (now(), null, user, null, now(), user, null, now(), 'COS','PRCG','CHLKOMUD'), - (now(), null, user, null, now(), user, null, now(), 'COS','WLMSLK','CHLNKFRK'), - (now(), null, user, null, now(), user, null, now(), 'COS','WLMSLK','CHLKLK'), - (now(), null, user, null, now(), user, null, now(), 'COS','MSNCHWK','CHILLIWK'), - (now(), null, user, null, now(), user, null, now(), 'COS','GDFKS','CHRSTVAL'), - (now(), null, user, null, now(), user, null, now(), 'COS','GDFKS','CHRSTNAL'), - (now(), null, user, null, now(), user, null, now(), 'COS','CLRWTER','CHCHUA'), - (now(), null, user, null, now(), user, null, now(), 'COS','QSNL','CINEMA'), - (now(), null, user, null, now(), user, null, now(), 'COS','FRTSTJN','CLAIRMNT'), - (now(), null, user, null, now(), user, null, now(), 'COS','SLMONRM','CLNWLM'), - (now(), null, user, null, now(), user, null, now(), 'COS','FRTSTJN','CLAYHRST'), - (now(), null, user, null, now(), user, null, now(), 'COS','MSNSR','CLRBRK'), - (now(), null, user, null, now(), user, null, now(), 'COS','CLRWTER','CLRWTR'), - (now(), null, user, null, now(), user, null, now(), 'COS','BURNSLK','CLEMRTA'), - (now(), null, user, null, now(), user, null, now(), 'COS','LLT','CLINTON'), - (now(), null, user, null, now(), user, null, now(), 'COS','MSNSR','CLOVRDLE'), - (now(), null, user, null, now(), user, null, now(), 'COS','VNDHF','CLCZLKBW'), - (now(), null, user, null, now(), user, null, now(), 'COS','PRCG','CLUCLZLK'), - (now(), null, user, null, now(), user, null, now(), 'COS','PRTMCNL','COALHARB'), - (now(), null, user, null, now(), user, null, now(), 'COS','FRTNLN','COALRIVR'), - (now(), null, user, null, now(), user, null, now(), 'COS','MRRTT','COALMONT'), - (now(), null, user, null, now(), user, null, now(), 'COS','DNCN','COBBLHIL'), - (now(), null, user, null, now(), user, null, now(), 'COS','VRNON','CLDSTRM'), - (now(), null, user, null, now(), user, null, now(), 'COS','BURNSLK','CLLYMNT'), - (now(), null, user, null, now(), user, null, now(), 'COS','MSNCHWK','CLMBVLLY'), - (now(), null, user, null, now(), user, null, now(), 'COS','INVRM','CLUMERE'), - (now(), null, user, null, now(), user, null, now(), 'COS','VICTRA','CLWOOD'), - (now(), null, user, null, now(), user, null, now(), 'COS','BLKCRKCR','COMOX'), - (now(), null, user, null, now(), user, null, now(), 'COS','FRTNLN','CONTCTCK'), - (now(), null, user, null, now(), user, null, now(), 'COS','PWLRV','COOKBAY'), - (now(), null, user, null, now(), user, null, now(), 'COS','NNIMO','COOMBS'), - (now(), null, user, null, now(), user, null, now(), 'COS','NLSON','COOPRCRK'), - (now(), null, user, null, now(), user, null, now(), 'COS','MSNMPLRD','COQUITLM'), - (now(), null, user, null, now(), user, null, now(), 'COS','BLKCRKCR','CRTSISLD'), - (now(), null, user, null, now(), user, null, now(), 'COS','QSNL','COTNWOD'), - (now(), null, user, null, now(), user, null, now(), 'COS','GLDN','CRSRLAKE'), - (now(), null, user, null, now(), user, null, now(), 'COS','BLKCRKCR','COURTNY'), - (now(), null, user, null, now(), user, null, now(), 'COS','DNCN','CWCHNBY'), - (now(), null, user, null, now(), user, null, now(), 'COS','DNCN','CWCHNVLY'), - (now(), null, user, null, now(), user, null, now(), 'COS','CRNBK','COYOTECR'), - (now(), null, user, null, now(), user, null, now(), 'COS','PWLRV','CRAIGPRK'), - (now(), null, user, null, now(), user, null, now(), 'COS','VRNON','CRGLLACH'), - (now(), null, user, null, now(), user, null, now(), 'COS','PWLRV','CRANBRRY'), - (now(), null, user, null, now(), user, null, now(), 'COS','CRNBK','CRANBRK'), - (now(), null, user, null, now(), user, null, now(), 'COS','CRSTN','CRWFRDBY'), - (now(), null, user, null, now(), user, null, now(), 'COS','PRCG','CRSNTSPR'), - (now(), null, user, null, now(), user, null, now(), 'COS','CSTLGAR','CRSNTVLY'), - (now(), null, user, null, now(), user, null, now(), 'COS','CRSTN','CRESTON'), - (now(), null, user, null, now(), user, null, now(), 'COS','DNCN','CROFTON'), - (now(), null, user, null, now(), user, null, now(), 'COS','CLRWTER','CROYDEN'), - (now(), null, user, null, now(), user, null, now(), 'COS','CLRWTER','CRYSTLLK'), - (now(), null, user, null, now(), user, null, now(), 'COS','KLWNA','CRYSTLMN'), - (now(), null, user, null, now(), user, null, now(), 'COS','MSNCHWK','CULTSLKE'), - (now(), null, user, null, now(), user, null, now(), 'COS','BLKCRKCR','CMBRLAND'), - (now(), null, user, null, now(), user, null, now(), 'COS','BURNSLK','DANSKIN'), - (now(), null, user, null, now(), user, null, now(), 'COS','LLT','DARCY'), - (now(), null, user, null, now(), user, null, now(), 'COS','CLRWTER','DARFIELD'), - (now(), null, user, null, now(), user, null, now(), 'COS','SCHLT','DAVISBAY'), - (now(), null, user, null, now(), user, null, now(), 'COS','DWSNCRK','DAWSONCR'), - (now(), null, user, null, now(), user, null, now(), 'COS','WLMSLK','DAWSONSL'), - (now(), null, user, null, now(), user, null, now(), 'COS','DSELK','DEASELAK'), - (now(), null, user, null, now(), user, null, now(), 'COS','BURNSLK','DECKERLK'), - (now(), null, user, null, now(), user, null, now(), 'COS','NNIMO','DEEPBAY'), - (now(), null, user, null, now(), user, null, now(), 'COS','WLMSLK','DEEPCRK'), - (now(), null, user, null, now(), user, null, now(), 'COS','CSTLGAR','DEERPRK'), - (now(), null, user, null, now(), user, null, now(), 'COS','100MLHSE','DEKALAKE'), - (now(), null, user, null, now(), user, null, now(), 'COS','CHTWD','DELIO'), - (now(), null, user, null, now(), user, null, now(), 'COS','MSNSR','DELTA'), - (now(), null, user, null, now(), user, null, now(), 'COS','BLKCRKCR','DENMANIS'), - (now(), null, user, null, now(), user, null, now(), 'COS','MSNMPLRD','DEROCHE'), - (now(), null, user, null, now(), user, null, now(), 'COS','PWLRV','DESOLATN'), - (now(), null, user, null, now(), user, null, now(), 'COS','SQMSHWHS','DEVINE'), - (now(), null, user, null, now(), user, null, now(), 'COS','MSNMPLRD','DEWDNEY'), - (now(), null, user, null, now(), user, null, now(), 'COS','DJNG','DINANBAY'), - (now(), null, user, null, now(), user, null, now(), 'COS','DWSNCRK','DOERIVER'), - (now(), null, user, null, now(), user, null, now(), 'COS','WLMSLK','DOGCRIR'), - (now(), null, user, null, now(), user, null, now(), 'COS','FRTSTJN','DOIG'), - (now(), null, user, null, now(), user, null, now(), 'COS','PRCG','DOMECRK'), - (now(), null, user, null, now(), user, null, now(), 'COS','GLDN','DONALD'), - (now(), null, user, null, now(), user, null, now(), 'COS','MRRTT','DGLSLAKE'), - (now(), null, user, null, now(), user, null, now(), 'COS','SLMONRM','DOWNIECR'), - (now(), null, user, null, now(), user, null, now(), 'COS','DNCN','DUNCAN'), - (now(), null, user, null, now(), user, null, now(), 'COS','QSNL','DUNKLEY'), - (now(), null, user, null, now(), user, null, now(), 'COS','CLRWTER','DUNSTER'), - (now(), null, user, null, now(), user, null, now(), 'COS','MSNMPLRD','DURIEU'), - (now(), null, user, null, now(), user, null, now(), 'COS','SLMONRM','EAGLEBAY'), - (now(), null, user, null, now(), user, null, now(), 'COS','100MLHSE','EAGLECRK'), - (now(), null, user, null, now(), user, null, now(), 'COS','SCHLT','EARLSCOV'), - (now(), null, user, null, now(), user, null, now(), 'COS','BLKCRKCR','ECRACRFT'), - (now(), null, user, null, now(), user, null, now(), 'COS','BURNSLK','EFRANCLK'), - (now(), null, user, null, now(), user, null, now(), 'COS','MRRTT','EASTGATE'), - (now(), null, user, null, now(), user, null, now(), 'COS','DWSNCRK','EASTPINE'), - (now(), null, user, null, now(), user, null, now(), 'COS','CHTWD','ESPINEPW'), - (now(), null, user, null, now(), user, null, now(), 'COS','CHTWD','ESLOPPPP'), - (now(), null, user, null, now(), user, null, now(), 'COS','VICTRA','EASTSKE'), - (now(), null, user, null, now(), user, null, now(), 'COS','BLKCRKCR','ETHURLOW'), - (now(), null, user, null, now(), user, null, now(), 'COS','MSNCHWK','EASTGTE'), - (now(), null, user, null, now(), user, null, now(), 'COS','INVRM','EDGEWATER'), - (now(), null, user, null, now(), user, null, now(), 'COS','CSTLGAR','EDGEWOOD'), - (now(), null, user, null, now(), user, null, now(), 'COS','SCHLT','EGMONT'), - (now(), null, user, null, now(), user, null, now(), 'COS','BLKCRKCR','ELKBAY'), - (now(), null, user, null, now(), user, null, now(), 'COS','FRNIE','ELKFORD'), - (now(), null, user, null, now(), user, null, now(), 'COS','FRNIE','ELKO'), - (now(), null, user, null, now(), user, null, now(), 'COS','SMITHRS','ELSWTHCP'), - (now(), null, user, null, now(), user, null, now(), 'COS','PWLRV','EMMDSISL'), - (now(), null, user, null, now(), user, null, now(), 'COS','WLMSLK','EMPRVALY'), - (now(), null, user, null, now(), user, null, now(), 'COS','BURNSLK','ENDAKO'), - (now(), null, user, null, now(), user, null, now(), 'COS','VRNON','ENDERBY'), - (now(), null, user, null, now(), user, null, now(), 'COS','CRSTN','ERICKSON'), - (now(), null, user, null, now(), user, null, now(), 'COS','CSTLGAR','ERIE'), - (now(), null, user, null, now(), user, null, now(), 'COS','NNIMO','ERRINGTN'), - (now(), null, user, null, now(), user, null, now(), 'COS','VICTRA','ESQUIMAL'), - (now(), null, user, null, now(), user, null, now(), 'COS','INVRM','FAIRMONT'), - (now(), null, user, null, now(), user, null, now(), 'COS','CSTLGAR','FAIRVIEW'), - (now(), null, user, null, now(), user, null, now(), 'COS','VRNON','FALKLAND'), - (now(), null, user, null, now(), user, null, now(), 'COS','NNIMO','FANNYBAY'), - (now(), null, user, null, now(), user, null, now(), 'COS','DWSNCRK','FARMINGT'), - (now(), null, user, null, now(), user, null, now(), 'COS','CHTWD','FARRELLC'), - (now(), null, user, null, now(), user, null, now(), 'COS','PNTCTN','FAULDER'), - (now(), null, user, null, now(), user, null, now(), 'COS','CSTLGAR','FAUQUIER'), - (now(), null, user, null, now(), user, null, now(), 'COS','DWSNCRK','FELLERHT'), - (now(), null, user, null, now(), user, null, now(), 'COS','NLSON','FERGUSON'), - (now(), null, user, null, now(), user, null, now(), 'COS','PRCG','FERNDALE'), - (now(), null, user, null, now(), user, null, now(), 'COS','FRNIE','FERNIE'), - (now(), null, user, null, now(), user, null, now(), 'COS','PRCG','FINMORE'), - (now(), null, user, null, now(), user, null, now(), 'COS','KLWNA','FINTRY'), - (now(), null, user, null, now(), user, null, now(), 'COS','FRTNLN','FIRESIDE'), - (now(), null, user, null, now(), user, null, now(), 'COS','BLLACLA','FIRVALE'), - (now(), null, user, null, now(), user, null, now(), 'COS','FRTSTJN','FLATROCK'), - (now(), null, user, null, now(), user, null, now(), 'COS','100MLHSE','FORSTGRV'), - (now(), null, user, null, now(), user, null, now(), 'COS','BURNSLK','FORESTDL'), - (now(), null, user, null, now(), user, null, now(), 'COS','SMITHRS','FTBABINE'), - (now(), null, user, null, now(), user, null, now(), 'COS','VNDHF','FORTFRSR'), - (now(), null, user, null, now(), user, null, now(), 'COS','MSNSR','FTLANGLE'), - (now(), null, user, null, now(), user, null, now(), 'COS','FRTNLN','FTNELSON'), - (now(), null, user, null, now(), user, null, now(), 'COS','VNDHF','FTSTJAME'), - (now(), null, user, null, now(), user, null, now(), 'COS','FRTSTJN','FTSTJOHN'), - (now(), null, user, null, now(), user, null, now(), 'COS','CRNBK','FTSTEELE'), - (now(), null, user, null, now(), user, null, now(), 'COS','MKNZI','FTWARE'), - (now(), null, user, null, now(), user, null, now(), 'COS','GLDN','FTRESSLK'), - (now(), null, user, null, now(), user, null, now(), 'COS','CSTLGAR','FOSTHS'), - (now(), null, user, null, now(), user, null, now(), 'COS','SCHLT','FRANPENI'), - (now(), null, user, null, now(), user, null, now(), 'COS','BURNSLK','FRNCSLK1'), - (now(), null, user, null, now(), user, null, now(), 'COS','ATLIN','FRASER'), - (now(), null, user, null, now(), user, null, now(), 'COS','VNDHF','FRASERLK'), - (now(), null, user, null, now(), user, null, now(), 'COS','PWLRV','FREDRMCA'), - (now(), null, user, null, now(), user, null, now(), 'COS','CLRWTER','FRIENDLK'), - (now(), null, user, null, now(), user, null, now(), 'COS','CSTLGAR','FRUITVAL'), - (now(), null, user, null, now(), user, null, now(), 'COS','NNIMO','GABRIOLAI'), - (now(), null, user, null, now(), user, null, now(), 'COS','CSTLGAR','GALENABAY'), - (now(), null, user, null, now(), user, null, now(), 'COS','DNCN','GALIANOI'), - (now(), null, user, null, now(), user, null, now(), 'COS','FRNIE','GALLOWAY'), - (now(), null, user, null, now(), user, null, now(), 'COS','SCHLT','GAMBIERI'), - (now(), null, user, null, now(), user, null, now(), 'COS','WLMSLK','GANGRANCH'), - (now(), null, user, null, now(), user, null, now(), 'COS','DNCN','GANGES'), - (now(), null, user, null, now(), user, null, now(), 'COS','SCHLT','GARDENBY'), - (now(), null, user, null, now(), user, null, now(), 'COS','PNTCTN','GARNETVL'), - (now(), null, user, null, now(), user, null, now(), 'COS','CSTLGAR','GENELLE'), - (now(), null, user, null, now(), user, null, now(), 'COS','TERRC','GEORGEMI'), - (now(), null, user, null, now(), user, null, now(), 'COS','MKNZI','GERMANSO'), - (now(), null, user, null, now(), user, null, now(), 'COS','NLSON','GERRARD'), - (now(), null, user, null, now(), user, null, now(), 'COS','SCHLT','GIBSONS'), - (now(), null, user, null, now(), user, null, now(), 'COS','PWLRV','GILLIESB'), - (now(), null, user, null, now(), user, null, now(), 'COS','PRCG','GISCOME'), - (now(), null, user, null, now(), user, null, now(), 'COS','PRCG','GISCOMEW'), - (now(), null, user, null, now(), user, null, now(), 'COS','TERRC','GITANYOW'), - (now(), null, user, null, now(), user, null, now(), 'COS','SMITHRS','GITWANGA'), - (now(), null, user, null, now(), user, null, now(), 'COS','CSTLGAR','GLADE'), - (now(), null, user, null, now(), user, null, now(), 'COS','MSNCHWK','GLADWIN'), - (now(), null, user, null, now(), user, null, now(), 'COS','BURNSLK','GLENANNA'), - (now(), null, user, null, now(), user, null, now(), 'COS','BLKCRKCR','GLENDACO'), - (now(), null, user, null, now(), user, null, now(), 'COS','DSELK','GLENORA'), - (now(), null, user, null, now(), user, null, now(), 'COS','KLWNA','GLENROSA'), - (now(), null, user, null, now(), user, null, now(), 'COS','SMITHRS','GLENVOWL'), - (now(), null, user, null, now(), user, null, now(), 'COS','CRNBK','GOLDCREK'), - (now(), null, user, null, now(), user, null, now(), 'COS','BLKCRKCR','GOLDRIVR'), - (now(), null, user, null, now(), user, null, now(), 'COS','LLT','GOLDBRID'), - (now(), null, user, null, now(), user, null, now(), 'COS','GLDN','GOLDEN'), - (now(), null, user, null, now(), user, null, now(), 'COS','DSELK','GOODHOPE'), - (now(), null, user, null, now(), user, null, now(), 'COS','DSELK','GOODHOPL'), - (now(), null, user, null, now(), user, null, now(), 'COS','FRTSTJN','GOODLOW'), - (now(), null, user, null, now(), user, null, now(), 'COS','GDFKS','GRANDFOR'), - (now(), null, user, null, now(), user, null, now(), 'COS','BURNSLK','GRANISLE'), - (now(), null, user, null, now(), user, null, now(), 'COS','SCHLT','GRANTHMS'), - (now(), null, user, null, now(), user, null, now(), 'COS','FRNIE','GRASMERE'), - (now(), null, user, null, now(), user, null, now(), 'COS','BURNSLK','GRASPLNS'), - (now(), null, user, null, now(), user, null, now(), 'COS','CRSTN','GRAYCREE'), - (now(), null, user, null, now(), user, null, now(), 'COS','TERRC','GRSEHRBR'), - (now(), null, user, null, now(), user, null, now(), 'COS','SLMONRM','GREELY'), - (now(), null, user, null, now(), user, null, now(), 'COS','LLT','GREENLLO'), - (now(), null, user, null, now(), user, null, now(), 'COS','100MLHSE','GREENL70'), - (now(), null, user, null, now(), user, null, now(), 'COS','MSNCHWK','GREENDAL'), - (now(), null, user, null, now(), user, null, now(), 'COS','TERRC','GREENVLE'), - (now(), null, user, null, now(), user, null, now(), 'COS','GDFKS','GREENWOD'), - (now(), null, user, null, now(), user, null, now(), 'COS','GLDN','GRIFFNLK'), - (now(), null, user, null, now(), user, null, now(), 'COS','SLMONRM','GRINDROD'), - (now(), null, user, null, now(), user, null, now(), 'COS','DWSNCRK','GROUNDBR'), - (now(), null, user, null, now(), user, null, now(), 'COS','LLT','GUNLAKE'), - (now(), null, user, null, now(), user, null, now(), 'COS','DWSNCRK','GUNDY'), - (now(), null, user, null, now(), user, null, now(), 'COS','BLLACLA','HAGENSBG'), - (now(), null, user, null, now(), user, null, now(), 'COS','DJNG','HAIDAGWA'), - (now(), null, user, null, now(), user, null, now(), 'COS','ATLIN','HAINESJU'), - (now(), null, user, null, now(), user, null, now(), 'COS','SCHLT','HALFMNB'), - (now(), null, user, null, now(), user, null, now(), 'COS','FRTSTJN','HALFWYRF'), - (now(), null, user, null, now(), user, null, now(), 'COS','CSTLGAR','HALLS'), - (now(), null, user, null, now(), user, null, now(), 'COS','CLRWTER','HAMMERLK'), - (now(), null, user, null, now(), user, null, now(), 'COS','MSNMPLRD','HAMMOND'), - (now(), null, user, null, now(), user, null, now(), 'COS','WLMSLK','HANCEVLE'), - (now(), null, user, null, now(), user, null, now(), 'COS','MSNMPLRD','HANEY'), - (now(), null, user, null, now(), user, null, now(), 'COS','PRCG','HANSARDU'), - (now(), null, user, null, now(), user, null, now(), 'COS','BLKCRKCR','HARDWCKI'), - (now(), null, user, null, now(), user, null, now(), 'COS','MSNCHWK','HARHOTSP'), - (now(), null, user, null, now(), user, null, now(), 'COS','MSNCHWK','HARSLAKE'), - (now(), null, user, null, now(), user, null, now(), 'COS','MSNMPLRD','HARSMILS'), - (now(), null, user, null, now(), user, null, now(), 'COS','GLDN','HARROGAT'), - (now(), null, user, null, now(), user, null, now(), 'COS','NLSON','HARROP'), - (now(), null, user, null, now(), user, null, now(), 'COS','TERRC','HARTLYBY'), - (now(), null, user, null, now(), user, null, now(), 'COS','CHTWD','HASLERFL'), - (now(), null, user, null, now(), user, null, now(), 'COS','LLT','HATCREEK'), - (now(), null, user, null, now(), user, null, now(), 'COS','MSNMPLRD','HATZIC'), - (now(), null, user, null, now(), user, null, now(), 'COS','SMITHRS','HAZELTON'), - (now(), null, user, null, now(), user, null, now(), 'COS','PNTCTN','HEDLEY'), - (now(), null, user, null, now(), user, null, now(), 'COS','KMLPS','HEFFLCKR'), - (now(), null, user, null, now(), user, null, now(), 'COS','KMLPS','HEFFLLAK'), - (now(), null, user, null, now(), user, null, now(), 'COS','FRTNLN','HELMTGAS'), - (now(), null, user, null, now(), user, null, now(), 'COS','VICTRA','HIGHLAND'), - (now(), null, user, null, now(), user, null, now(), 'COS','MRRTT','HIGHLAVL'), - (now(), null, user, null, now(), user, null, now(), 'COS','CSTLGAR','HILLS'), - (now(), null, user, null, now(), user, null, now(), 'COS','PRCG','HIXON'), - (now(), null, user, null, now(), user, null, now(), 'COS','PRTMCNL','HOLBERG'), - (now(), null, user, null, now(), user, null, now(), 'COS','CLRWTER','HOMESRVR'), - (now(), null, user, null, now(), user, null, now(), 'COS','DNCN','HNMNBAY'), - (now(), null, user, null, now(), user, null, now(), 'COS','MSNCHWK','HOPE'), - (now(), null, user, null, now(), user, null, now(), 'COS','BLKCRKCR','HORNBYIS'), - (now(), null, user, null, now(), user, null, now(), 'COS','NNIMO','HORNELAK'), - (now(), null, user, null, now(), user, null, now(), 'COS','WLMSLK','HORSEFLY'), - (now(), null, user, null, now(), user, null, now(), 'COS','SQMSHWHS','HORSHOEB'), - (now(), null, user, null, now(), user, null, now(), 'COS','FRNIE','HOSMER'), - (now(), null, user, null, now(), user, null, now(), 'COS','PRTALB','HOTSPRCV'), - (now(), null, user, null, now(), user, null, now(), 'COS','PWLRV','HOTHAMS'), - (now(), null, user, null, now(), user, null, now(), 'COS','BURNSLK','HOUSTON'), - (now(), null, user, null, now(), user, null, now(), 'COS','NLSON','HOWSER'), - (now(), null, user, null, now(), user, null, now(), 'COS','CHTWD','HUDSONSH'), - (now(), null, user, null, now(), user, null, now(), 'COS','PRTMCNL','HYDECREE'), - (now(), null, user, null, now(), user, null, now(), 'COS','SLMONRM','ILLECILL'), - (now(), null, user, null, now(), user, null, now(), 'COS','SQMSHWHS','INDIANAR'), - (now(), null, user, null, now(), user, null, now(), 'COS','INVRM','INVERMER'), - (now(), null, user, null, now(), user, null, now(), 'COS','MSNMPLRD','IOCO'), - (now(), null, user, null, now(), user, null, now(), 'COS','SCHLT','IRVSLAND'), - (now(), null, user, null, now(), user, null, now(), 'COS','DSELK','ISKUT'), - (now(), null, user, null, now(), user, null, now(), 'COS','PRCG','ISLPIERR'), - (now(), null, user, null, now(), user, null, now(), 'COS','CHTWD','JACKFSLK'), - (now(), null, user, null, now(), user, null, now(), 'COS','DSELK','JADECITY'), - (now(), null, user, null, now(), user, null, now(), 'COS','FRNIE','JAFFRAY'), - (now(), null, user, null, now(), user, null, now(), 'COS','LLT','JESMOND'), - (now(), null, user, null, now(), user, null, now(), 'COS','KLWNA','JOERICH'), - (now(), null, user, null, now(), user, null, now(), 'COS','NLSON','JOHNSNLG'), - (now(), null, user, null, now(), user, null, now(), 'COS','VICTRA','JORDNRVR'), - (now(), null, user, null, now(), user, null, now(), 'COS','DJNG','JUSKATLA'), - (now(), null, user, null, now(), user, null, now(), 'COS','PNTCTN','KALEDEN'), - (now(), null, user, null, now(), user, null, now(), 'COS','KMLPS','KAMLOOPS'), - (now(), null, user, null, now(), user, null, now(), 'COS','LLT','KANAKABR'), - (now(), null, user, null, now(), user, null, now(), 'COS','NLSON','KASLOBC'), - (now(), null, user, null, now(), user, null, now(), 'COS','SCHLT','KEATSISL'), - (now(), null, user, null, now(), user, null, now(), 'COS','PWLRV','KELLYCRK'), - (now(), null, user, null, now(), user, null, now(), 'COS','DWSNCRK','KELLYLAK'), - (now(), null, user, null, now(), user, null, now(), 'COS','KLWNA','KELOWNA'), - (now(), null, user, null, now(), user, null, now(), 'COS','BLKCRKCR','KELSEYBY'), - (now(), null, user, null, now(), user, null, now(), 'COS','TERRC','KEMANO'), - (now(), null, user, null, now(), user, null, now(), 'COS','MKNZI','KEMESSMN'), - (now(), null, user, null, now(), user, null, now(), 'COS','MSNCHWK','KENT'), - (now(), null, user, null, now(), user, null, now(), 'COS','PNTCTN','KEREMEOS'), - (now(), null, user, null, now(), user, null, now(), 'COS','QSNL','KERSLEY'), - (now(), null, user, null, now(), user, null, now(), 'COS','PRTALB','KILDONAN'), - (now(), null, user, null, now(), user, null, now(), 'COS','DWSNCRK','KILKERRN'), - (now(), null, user, null, now(), user, null, now(), 'COS','VRNON','KILLNYBC'), - (now(), null, user, null, now(), user, null, now(), 'COS','CRNBK','KIMBERLY'), - (now(), null, user, null, now(), user, null, now(), 'COS','GLDN','KINABSKT'), - (now(), null, user, null, now(), user, null, now(), 'COS','TERRC','KINCOLTH'), - (now(), null, user, null, now(), user, null, now(), 'COS','BLKCRKCR','KNGCOMEI'), - (now(), null, user, null, now(), user, null, now(), 'COS','VRNON','KINGFSHR'), - (now(), null, user, null, now(), user, null, now(), 'COS','CRSTN','KINGSGTE'), - (now(), null, user, null, now(), user, null, now(), 'COS','MRRTT','KINGSVAL'), - (now(), null, user, null, now(), user, null, now(), 'COS','SMITHRS','KISPIOX'), - (now(), null, user, null, now(), user, null, now(), 'COS','CRSTN','KITCHNRR'), - (now(), null, user, null, now(), user, null, now(), 'COS','TERRC','KITIMAAT'), - (now(), null, user, null, now(), user, null, now(), 'COS','TERRC','KITIMAT'), - (now(), null, user, null, now(), user, null, now(), 'COS','TERRC','KITKATLA'), - (now(), null, user, null, now(), user, null, now(), 'COS','TERRC','KITSAULT'), - (now(), null, user, null, now(), user, null, now(), 'COS','SMITHRS','KITSGCLA'), - (now(), null, user, null, now(), user, null, now(), 'COS','SMITHRS','KITWANCL'), - (now(), null, user, null, now(), user, null, now(), 'COS','SMITHRS','KITWANGA'), - (now(), null, user, null, now(), user, null, now(), 'COS','TERRC','KLEANZA'), - (now(), null, user, null, now(), user, null, now(), 'COS','WLMSLK','KLEENAKL'), - (now(), null, user, null, now(), user, null, now(), 'COS','TERRC','KLEMTU'), - (now(), null, user, null, now(), user, null, now(), 'COS','QSNL','KLUSKUS'), - (now(), null, user, null, now(), user, null, now(), 'COS','KMLPS','KNOUFFLK'), - (now(), null, user, null, now(), user, null, now(), 'COS','KMLPS','KNUTSFOR'), - (now(), null, user, null, now(), user, null, now(), 'COS','CRSTN','KOOTNAYB'), - (now(), null, user, null, now(), user, null, now(), 'COS','CSTLGAR','KRESTOVA'), - (now(), null, user, null, now(), user, null, now(), 'COS','DNCN','KUPERISL'), - (now(), null, user, null, now(), user, null, now(), 'COS','CRSTN','KUSKANOK'), - (now(), null, user, null, now(), user, null, now(), 'COS','PRTMCNL','KYUQUOT'), - (now(), null, user, null, now(), user, null, now(), 'COS','100MLHSE','LACDSRCH'), - (now(), null, user, null, now(), user, null, now(), 'COS','CLRWTER','LACDSRHS'), - (now(), null, user, null, now(), user, null, now(), 'COS','100MLHSE','LACLACHE'), - (now(), null, user, null, now(), user, null, now(), 'COS','KMLPS','LACLEJUN'), - (now(), null, user, null, now(), user, null, now(), 'COS','MSNSR','LADNERBC'), - (now(), null, user, null, now(), user, null, now(), 'COS','NNIMO','LADYSMTH'), - (now(), null, user, null, now(), user, null, now(), 'COS','KLWNA','LAKECNRY'), - (now(), null, user, null, now(), user, null, now(), 'COS','DNCN','LKECOWCH'), - (now(), null, user, null, now(), user, null, now(), 'COS','MSNMPLRD','LKEEROCK'), - (now(), null, user, null, now(), user, null, now(), 'COS','SLMONRM','LKEREVS'), - (now(), null, user, null, now(), user, null, now(), 'COS','TERRC','LAKELSEK'), - (now(), null, user, null, now(), user, null, now(), 'COS','PWLRV','LANGBAY'), - (now(), null, user, null, now(), user, null, now(), 'COS','SCHLT','LANGDALE'), - (now(), null, user, null, now(), user, null, now(), 'COS','VICTRA','LANGFORD'), - (now(), null, user, null, now(), user, null, now(), 'COS','MSNSR','LANGLEY'), - (now(), null, user, null, now(), user, null, now(), 'COS','NNIMO','LANTZVIL'), - (now(), null, user, null, now(), user, null, now(), 'COS','NLSON','LARDEAU'), - (now(), null, user, null, now(), user, null, now(), 'COS','NNIMO','LASQUETI'), - (now(), null, user, null, now(), user, null, now(), 'COS','SLMONRM','LAURETTA'), - (now(), null, user, null, now(), user, null, now(), 'COS','VRNON','LAVINGTON'), - (now(), null, user, null, now(), user, null, now(), 'COS','DJNG','LAWNHILL'), - (now(), null, user, null, now(), user, null, now(), 'COS','CSTLGAR','LEBAHDO'), - (now(), null, user, null, now(), user, null, now(), 'COS','CHTWD','LEMORAY'), - (now(), null, user, null, now(), user, null, now(), 'COS','FRTNLN','LIARDHSP'), - (now(), null, user, null, now(), user, null, now(), 'COS','FRTNLN','LIARDRVR'), - (now(), null, user, null, now(), user, null, now(), 'COS','WLMSLK','LIKELY'), - (now(), null, user, null, now(), user, null, now(), 'COS','LLT','LILLOOET'), - (now(), null, user, null, now(), user, null, now(), 'COS','SQMSHWHS','LILLOLTK'), - (now(), null, user, null, now(), user, null, now(), 'COS','MSNCHWK','LINDELLB'), - (now(), null, user, null, now(), user, null, now(), 'COS','SQMSHWHS','LIONSBAY'), - (now(), null, user, null, now(), user, null, now(), 'COS','CRSTN','LISTER'), - (now(), null, user, null, now(), user, null, now(), 'COS','CLRWTER','LITTLEFT'), - (now(), null, user, null, now(), user, null, now(), 'COS','MRRTT','LOGNLK'), - (now(), null, user, null, now(), user, null, now(), 'COS','100MLHSE','LONEBTTE'), - (now(), null, user, null, now(), user, null, now(), 'COS','CHTWD','LONEPRAR'), - (now(), null, user, null, now(), user, null, now(), 'COS','PRCG','LONGWORT'), - (now(), null, user, null, now(), user, null, now(), 'COS','LLT','LOONLAKE'), - (now(), null, user, null, now(), user, null, now(), 'COS','PRCG','LOOS'), - (now(), null, user, null, now(), user, null, now(), 'COS','BLKCRKCR','LOUGHBOR'), - (now(), null, user, null, now(), user, null, now(), 'COS','KMLPS','LOUISECR'), - (now(), null, user, null, now(), user, null, now(), 'COS','VNDHF','LOVELLCO'), - (now(), null, user, null, now(), user, null, now(), 'COS','MRRTT','LOWERNIC'), - (now(), null, user, null, now(), user, null, now(), 'COS','DSELK','LOWERPOS'), - (now(), null, user, null, now(), user, null, now(), 'COS','VRNON','LUMBY'), - (now(), null, user, null, now(), user, null, now(), 'COS','PWLRV','LUND'), - (now(), null, user, null, now(), user, null, now(), 'COS','LLT','LYTTONBC'), - (now(), null, user, null, now(), user, null, now(), 'COS','VRNON','MABELLAK'), - (now(), null, user, null, now(), user, null, now(), 'COS','CLRWTER','MACHETEL'), - (now(), null, user, null, now(), user, null, now(), 'COS','MKNZI','MACKENZI'), - (now(), null, user, null, now(), user, null, now(), 'COS','SCHLT','MADEIRA'), - (now(), null, user, null, now(), user, null, now(), 'COS','SCHLT','MADEIRAP'), - (now(), null, user, null, now(), user, null, now(), 'COS','100MLHSE','MAHOODFA'), - (now(), null, user, null, now(), user, null, now(), 'COS','SLMONRM','MALAKWA'), - (now(), null, user, null, now(), user, null, now(), 'COS','MSNCHWK','MANNINGP'), - (now(), null, user, null, now(), user, null, now(), 'COS','MKNZI','MANSONCR'), - (now(), null, user, null, now(), user, null, now(), 'COS','DNCN','MAPLEBAY'), - (now(), null, user, null, now(), user, null, now(), 'COS','MSNMPLRD','MAPLERID'), - (now(), null, user, null, now(), user, null, now(), 'COS','SLMONRM','MARA'), - (now(), null, user, null, now(), user, null, now(), 'COS','SLMONRM','MARALAKE'), - (now(), null, user, null, now(), user, null, now(), 'COS','WLMSLK','MARGUERI'), - (now(), null, user, null, now(), user, null, now(), 'COS','WLMSLK','MARGNTIR'), - (now(), null, user, null, now(), user, null, now(), 'COS','WLMSLK','MARGIR'), - (now(), null, user, null, now(), user, null, now(), 'COS','WLMSLK','MARTINVA'), - (now(), null, user, null, now(), user, null, now(), 'COS','CRNBK','MARYSVIL'), - (now(), null, user, null, now(), user, null, now(), 'COS','DJNG','MASSET'), - (now(), null, user, null, now(), user, null, now(), 'COS','MSNCHWK','MATSQUI'), - (now(), null, user, null, now(), user, null, now(), 'COS','VICTRA','MAYNEISL'), - (now(), null, user, null, now(), user, null, now(), 'COS','CRNBK','MAYOOK'), - (now(), null, user, null, now(), user, null, now(), 'COS','PRCG','MCBRIDE'), - (now(), null, user, null, now(), user, null, now(), 'COS','KLWNA','MCCULLOC'), - (now(), null, user, null, now(), user, null, now(), 'COS','PRCG','MCGREGOR'), - (now(), null, user, null, now(), user, null, now(), 'COS','KLWNA','MCKINLEY'), - (now(), null, user, null, now(), user, null, now(), 'COS','WLMSLK','MCLEESEL'), - (now(), null, user, null, now(), user, null, now(), 'COS','MKNZI','MCLEODLK'), - (now(), null, user, null, now(), user, null, now(), 'COS','KMLPS','MCLURE'), - (now(), null, user, null, now(), user, null, now(), 'COS','GLDN','MCMURDO'), - (now(), null, user, null, now(), user, null, now(), 'COS','NLSON','MEADOWCR'), - (now(), null, user, null, now(), user, null, now(), 'COS','100MLHSE','MEADWLAK'), - (now(), null, user, null, now(), user, null, now(), 'COS','CRNBK','MEADOWBK'), - (now(), null, user, null, now(), user, null, now(), 'COS','WLMSLK','MELDRUMC'), - (now(), null, user, null, now(), user, null, now(), 'COS','MRRTT','MERRITT'), - (now(), null, user, null, now(), user, null, now(), 'COS','BLKCRKCR','MERVILLE'), - (now(), null, user, null, now(), user, null, now(), 'COS','DNCN','MESACHLK'), - (now(), null, user, null, now(), user, null, now(), 'COS','MRRTT','MESSEZLK'), - (now(), null, user, null, now(), user, null, now(), 'COS','TERRC','METAKATL'), - (now(), null, user, null, now(), user, null, now(), 'COS','VICTRA','METCHOSI'), - (now(), null, user, null, now(), user, null, now(), 'COS','SMITHRS','MEZIADIN'), - (now(), null, user, null, now(), user, null, now(), 'COS','SLMONRM','MICACREK'), - (now(), null, user, null, now(), user, null, now(), 'COS','MSNSR','MIDDLEPT'), - (now(), null, user, null, now(), user, null, now(), 'COS','GDFKS','MIDWAYBC'), - (now(), null, user, null, now(), user, null, now(), 'COS','FRTSTJN','MILE625'), - (now(), null, user, null, now(), user, null, now(), 'COS','DNCN','MILLBAYB'), - (now(), null, user, null, now(), user, null, now(), 'COS','DJNG','MILLERCK'), - (now(), null, user, null, now(), user, null, now(), 'COS','BLKCRKCR','MINSTREL'), - (now(), null, user, null, now(), user, null, now(), 'COS','WLMSLK','MIOCENE'), - (now(), null, user, null, now(), user, null, now(), 'COS','NLSON','MIRRLAKE'), - (now(), null, user, null, now(), user, null, now(), 'COS','MSNMPLRD','MISSION'), - (now(), null, user, null, now(), user, null, now(), 'COS','PRCG','MIWORTH'), - (now(), null, user, null, now(), user, null, now(), 'COS','CHTWD','MOBERLYL'), - (now(), null, user, null, now(), user, null, now(), 'COS','KMLPS','MONTECRE'), - (now(), null, user, null, now(), user, null, now(), 'COS','KMLPS','MONTELAK'), - (now(), null, user, null, now(), user, null, now(), 'COS','CLRWTER','MONTICLK'), - (now(), null, user, null, now(), user, null, now(), 'COS','FRTSTJN','MONTNEYB'), - (now(), null, user, null, now(), user, null, now(), 'COS','CSTLGAR','MONTROSE'), - (now(), null, user, null, now(), user, null, now(), 'COS','SMITHRS','MORICETN'), - (now(), null, user, null, now(), user, null, now(), 'COS','FRNIE','MORRISEY'), - (now(), null, user, null, now(), user, null, now(), 'COS','SQMSHWHS','MOUNTCUR'), - (now(), null, user, null, now(), user, null, now(), 'COS','CLRWTER','MOUNTROB'), - (now(), null, user, null, now(), user, null, now(), 'COS','CRNBK','MOYIE'), - (now(), null, user, null, now(), user, null, now(), 'COS','FRTNLN','MUNCHOLK'), - (now(), null, user, null, now(), user, null, now(), 'COS','FRTNLN','MUSKWHTS'), - (now(), null, user, null, now(), user, null, now(), 'COS','PWLRV','MYRTLCRK'), - (now(), null, user, null, now(), user, null, now(), 'COS','PWLRV','MYRTLPT'), - (now(), null, user, null, now(), user, null, now(), 'COS','DJNG','NDNHA'), - (now(), null, user, null, now(), user, null, now(), 'COS','KLWNA','NAHUN'), - (now(), null, user, null, now(), user, null, now(), 'COS','CSTLGAR','NAKUSP'), - (now(), null, user, null, now(), user, null, now(), 'COS','BLLACLA','NAMU'), - (now(), null, user, null, now(), user, null, now(), 'COS','NNIMO','NANAIMO'), - (now(), null, user, null, now(), user, null, now(), 'COS','NNIMO','NANOBAY'), - (now(), null, user, null, now(), user, null, now(), 'COS','PNTCTN','NARAMA'), - (now(), null, user, null, now(), user, null, now(), 'COS','TERRC','NASCA'), - (now(), null, user, null, now(), user, null, now(), 'COS','QSNL','NAZKO'), - (now(), null, user, null, now(), user, null, now(), 'COS','CSTLGAR','NEEDL'), - (now(), null, user, null, now(), user, null, now(), 'COS','NLSON','NELSON'), - (now(), null, user, null, now(), user, null, now(), 'COS','SCHLT','NELISL'), - (now(), null, user, null, now(), user, null, now(), 'COS','CSTLGAR','NELWA'), - (now(), null, user, null, now(), user, null, now(), 'COS','WLMSLK','NEMAIIR'), - (now(), null, user, null, now(), user, null, now(), 'COS','WLMSLK','NEMIAVLY'), - (now(), null, user, null, now(), user, null, now(), 'COS','PRCG','NESSLAK'), - (now(), null, user, null, now(), user, null, now(), 'COS','TERRC','NEWAIYA'), - (now(), null, user, null, now(), user, null, now(), 'COS','CSTLGAR','NEWDEN'), - (now(), null, user, null, now(), user, null, now(), 'COS','SMITHRS','NEWHAZ'), - (now(), null, user, null, now(), user, null, now(), 'COS','TERRC','NEWREMO'), - (now(), null, user, null, now(), user, null, now(), 'COS','MSNSR','NEWWEST'), - (now(), null, user, null, now(), user, null, now(), 'COS','FRNIE','NEWGAT'), - (now(), null, user, null, now(), user, null, now(), 'COS','PRCG','NEWLAN'), - (now(), null, user, null, now(), user, null, now(), 'COS','GLDN','NICHOLN'), - (now(), null, user, null, now(), user, null, now(), 'COS','MRRTT','NICORES'), - (now(), null, user, null, now(), user, null, now(), 'COS','MRRTT','NICORES2'), - (now(), null, user, null, now(), user, null, now(), 'COS','WLMSLK','NIMPOLAK'), - (now(), null, user, null, now(), user, null, now(), 'COS','DNCN','NITINA'), - (now(), null, user, null, now(), user, null, now(), 'COS','BLKCRKCR','NOOTISL'), - (now(), null, user, null, now(), user, null, now(), 'COS','BURNSLK','NORALEE'), - (now(), null, user, null, now(), user, null, now(), 'COS','MSNCHWK','NORBEN'), - (now(), null, user, null, now(), user, null, now(), 'COS','LLT','NORBON'), - (now(), null, user, null, now(), user, null, now(), 'COS','DNCN','NORCOWI'), - (now(), null, user, null, now(), user, null, now(), 'COS','VICTRA','NPENDER'), - (now(), null, user, null, now(), user, null, now(), 'COS','FRTSTJN','NORPINE'), - (now(), null, user, null, now(), user, null, now(), 'COS','VICTRA','NORSAAN'), - (now(), null, user, null, now(), user, null, now(), 'COS','SQMSHWHS','NORVAN'), - (now(), null, user, null, now(), user, null, now(), 'COS','PRCG','NUKKOLA'), - (now(), null, user, null, now(), user, null, now(), 'COS','VICTRA','OAKBAY'), - (now(), null, user, null, now(), user, null, now(), 'COS','CSTLGAR','OASIS'), - (now(), null, user, null, now(), user, null, now(), 'COS','BLLACLA','OCEAFAL'), - (now(), null, user, null, now(), user, null, now(), 'COS','KLWNA','OKACEN'), - (now(), null, user, null, now(), user, null, now(), 'COS','PNTCTN','OKAFALLS'), - (now(), null, user, null, now(), user, null, now(), 'COS','VRNON','OKALAND'), - (now(), null, user, null, now(), user, null, now(), 'COS','PWLRV','OKEOVER'), - (now(), null, user, null, now(), user, null, now(), 'COS','PNTCTN','OLALLA'), - (now(), null, user, null, now(), user, null, now(), 'COS','SMITHRS','OLDHZLTN'), - (now(), null, user, null, now(), user, null, now(), 'COS','DJNG','OLDMASST'), - (now(), null, user, null, now(), user, null, now(), 'COS','TERRC','OLDREMO'), - (now(), null, user, null, now(), user, null, now(), 'COS','PWLRV','OLDTWNST'), - (now(), null, user, null, now(), user, null, now(), 'COS','PNTCTN','OLIVER'), - (now(), null, user, null, now(), user, null, now(), 'COS','DWSNCRK','ONEISLLK'), - (now(), null, user, null, now(), user, null, now(), 'COS','TERRC','OONARVR'), - (now(), null, user, null, now(), user, null, now(), 'COS','CSTLGAR','OOTISCH'), - (now(), null, user, null, now(), user, null, now(), 'COS','BURNSLK','OOTSALAK'), - (now(), null, user, null, now(), user, null, now(), 'COS','PRTALB','OPISTAT'), - (now(), null, user, null, now(), user, null, now(), 'COS','PNTCTN','OSOYOOS'), - (now(), null, user, null, now(), user, null, now(), 'COS','MRRTT','OSPREYLK'), - (now(), null, user, null, now(), user, null, now(), 'COS','PRTMCNL','OWEEKENO'), - (now(), null, user, null, now(), user, null, now(), 'COS','VRNON','OYAMA'), - (now(), null, user, null, now(), user, null, now(), 'COS','BLKCRKCR','OYSTERBY'), - (now(), null, user, null, now(), user, null, now(), 'COS','BLKCRKCR','OYSTERRV'), - (now(), null, user, null, now(), user, null, now(), 'COS','BURNSLK','PALLING'), - (now(), null, user, null, now(), user, null, now(), 'COS','INVRM','PANORAMA'), - (now(), null, user, null, now(), user, null, now(), 'COS','VRNON','PARKCOVE'), - (now(), null, user, null, now(), user, null, now(), 'COS','DWSNCRK','PARKLAND'), - (now(), null, user, null, now(), user, null, now(), 'COS','NNIMO','PARKSVLE'), - (now(), null, user, null, now(), user, null, now(), 'COS','GLDN','PARSON'), - (now(), null, user, null, now(), user, null, now(), 'COS','CSTLGAR','PASSCREE'), - (now(), null, user, null, now(), user, null, now(), 'COS','CSTLGAR','PASSMORE'), - (now(), null, user, null, now(), user, null, now(), 'COS','CSTLGAR','PATTERSN'), - (now(), null, user, null, now(), user, null, now(), 'COS','LLT','PAVILLON'), - (now(), null, user, null, now(), user, null, now(), 'COS','PNTCTN','PEACHLND'), - (now(), null, user, null, now(), user, null, now(), 'COS','FRTSTJN','PEEJAY'), - (now(), null, user, null, now(), user, null, now(), 'COS','SQMSHWHS','PEMBERTN'), - (now(), null, user, null, now(), user, null, now(), 'COS','BURNSLK','PENDLTNB'), - (now(), null, user, null, now(), user, null, now(), 'COS','SCHLT','PENDHARB'), - (now(), null, user, null, now(), user, null, now(), 'COS','VICTRA','PENDERIS'), - (now(), null, user, null, now(), user, null, now(), 'COS','PRCG','PENNY'), - (now(), null, user, null, now(), user, null, now(), 'COS','PNTCTN','PENTICTN'), - (now(), null, user, null, now(), user, null, now(), 'COS','PWLRV','PHILLIPS'), - (now(), null, user, null, now(), user, null, now(), 'COS','CRSTN','PILOTBAY'), - (now(), null, user, null, now(), user, null, now(), 'COS','PRCG','PILOTMTN'), - (now(), null, user, null, now(), user, null, now(), 'COS','KMLPS','PINATNLK'), - (now(), null, user, null, now(), user, null, now(), 'COS','VNDHF','PINCHE'), - (now(), null, user, null, now(), user, null, now(), 'COS','VNDHF','PINCHIRS'), - (now(), null, user, null, now(), user, null, now(), 'COS','CHTWD','PINEVLLY'), - (now(), null, user, null, now(), user, null, now(), 'COS','SQMSHWHS','PINECRST'), - (now(), null, user, null, now(), user, null, now(), 'COS','FRTSTJN','PINEVIEW'), - (now(), null, user, null, now(), user, null, now(), 'COS','FRTSTJN','PNKMOUNT'), - (now(), null, user, null, now(), user, null, now(), 'COS','MSNMPLRD','PITPOLDER'), - (now(), null, user, null, now(), user, null, now(), 'COS','MSNMPLRD','PITTMDWS'), - (now(), null, user, null, now(), user, null, now(), 'COS','CSTLGAR','PLAYMJCT'), - (now(), null, user, null, now(), user, null, now(), 'COS','ATLIN','PLSNTCMP'), - (now(), null, user, null, now(), user, null, now(), 'COS','MSNCHWK','POPKUM'), - (now(), null, user, null, now(), user, null, now(), 'COS','TERRC','PORCHERI'), - (now(), null, user, null, now(), user, null, now(), 'COS','PRTALB','PORTALBR'), - (now(), null, user, null, now(), user, null, now(), 'COS','PRTMCNL','PORTALIC'), - (now(), null, user, null, now(), user, null, now(), 'COS','DJNG','PORTCLEM'), - (now(), null, user, null, now(), user, null, now(), 'COS','MSNMPLRD','PORTCOQ'), - (now(), null, user, null, now(), user, null, now(), 'COS','SQMSHWHS','PORTDOUG'), - (now(), null, user, null, now(), user, null, now(), 'COS','TERRC','PORTEDWRD'), - (now(), null, user, null, now(), user, null, now(), 'COS','TERRC','PORTESG'), - (now(), null, user, null, now(), user, null, now(), 'COS','PRTMCNL','PORTHRDY'), - (now(), null, user, null, now(), user, null, now(), 'COS','PRTMCNL','PORTMCNL'), - (now(), null, user, null, now(), user, null, now(), 'COS','SCHLT','PORTMELN'), - (now(), null, user, null, now(), user, null, now(), 'COS','MSNMPLRD','PORTMDY'), - (now(), null, user, null, now(), user, null, now(), 'COS','BLKCRKCR','PORTNEVL'), - (now(), null, user, null, now(), user, null, now(), 'COS','VICTRA','PORTRENF'), - (now(), null, user, null, now(), user, null, now(), 'COS','TERRC','PORTSIMP'), - (now(), null, user, null, now(), user, null, now(), 'COS','VNDHF','PORTAGER'), - (now(), null, user, null, now(), user, null, now(), 'COS','CSTLGAR','PORTRICO'), - (now(), null, user, null, now(), user, null, now(), 'COS','DWSNCRK','POUCOUP'), - (now(), null, user, null, now(), user, null, now(), 'COS','MKNZI','POWDERKG'), - (now(), null, user, null, now(), user, null, now(), 'COS','PWLRV','POWELLRV'), - (now(), null, user, null, now(), user, null, now(), 'COS','FRTSTJN','PRESPATU'), - (now(), null, user, null, now(), user, null, now(), 'COS','LLT','PRESSYLK'), - (now(), null, user, null, now(), user, null, now(), 'COS','DNCN','PREVOSTI'), - (now(), null, user, null, now(), user, null, now(), 'COS','PRCG','PRINGEOR'), - (now(), null, user, null, now(), user, null, now(), 'COS','TERRC','PRINCRUP'), - (now(), null, user, null, now(), user, null, now(), 'COS','MRRTT','PRINCETN'), - (now(), null, user, null, now(), user, null, now(), 'COS','KMLPS','PRITCHRD'), - (now(), null, user, null, now(), user, null, now(), 'COS','NLSON','PROCTOR'), - (now(), null, user, null, now(), user, null, now(), 'COS','DWSNCRK','PROGRESS'), - (now(), null, user, null, now(), user, null, now(), 'COS','FRTNLN','PROPHETR'), - (now(), null, user, null, now(), user, null, now(), 'COS','WLMSLK','PUNTZI'), - (now(), null, user, null, now(), user, null, now(), 'COS','PRCG','PURDENLK'), - (now(), null, user, null, now(), user, null, now(), 'COS','BLKCRKCR','QUADRAIS'), - (now(), null, user, null, now(), user, null, now(), 'COS','NNIMO','QLICMBAY'), - (now(), null, user, null, now(), user, null, now(), 'COS','NNIMO','QLICMBCH'), - (now(), null, user, null, now(), user, null, now(), 'COS','PRTMCNL','QUATSINO'), - (now(), null, user, null, now(), user, null, now(), 'COS','DJNG','QUEENCHA'), - (now(), null, user, null, now(), user, null, now(), 'COS','QSNL','QUESNEL'), - (now(), null, user, null, now(), user, null, now(), 'COS','WLMSLK','QUESFORK'), - (now(), null, user, null, now(), user, null, now(), 'COS','MRRTT','QUILCHNA'), - (now(), null, user, null, now(), user, null, now(), 'COS','INVRM','RADHOTSP'), - (now(), null, user, null, now(), user, null, now(), 'COS','CSTLGAR','RASPBRRY'), - (now(), null, user, null, now(), user, null, now(), 'COS','KMLPS','RAYLEIGH'), - (now(), null, user, null, now(), user, null, now(), 'COS','BLKCRKCR','READISLD'), - (now(), null, user, null, now(), user, null, now(), 'COS','KMLPS','REDLAKE'), - (now(), null, user, null, now(), user, null, now(), 'COS','PRCG','REDPASS'), - (now(), null, user, null, now(), user, null, now(), 'COS','FRTSTJN','REDFERNL'), - (now(), null, user, null, now(), user, null, now(), 'COS','PRCG','RRSTONER'), - (now(), null, user, null, now(), user, null, now(), 'COS','WLMSLK','REDSTON'), - (now(), null, user, null, now(), user, null, now(), 'COS','PRCG','REIDLAKE'), - (now(), null, user, null, now(), user, null, now(), 'COS','CSTLGAR','RENATA'), - (now(), null, user, null, now(), user, null, now(), 'COS','SLMONRM','REVELSTO'), - (now(), null, user, null, now(), user, null, now(), 'COS','MSNSR','RICHMOND'), - (now(), null, user, null, now(), user, null, now(), 'COS','CRSTN','RIONDEL'), - (now(), null, user, null, now(), user, null, now(), 'COS','WLMSLK','RISKECRK'), - (now(), null, user, null, now(), user, null, now(), 'COS','CSTLGAR','RIVERDAL'), - (now(), null, user, null, now(), user, null, now(), 'COS','SCHLT','ROBERTSC'), - (now(), null, user, null, now(), user, null, now(), 'COS','BLKCRKCR','ROBERTSL'), - (now(), null, user, null, now(), user, null, now(), 'COS','CSTLGAR','ROBSON'), - (now(), null, user, null, now(), user, null, now(), 'COS','BLKCRKCR','ROCKBAY'), - (now(), null, user, null, now(), user, null, now(), 'COS','GDFKS','ROCKCRK'), - (now(), null, user, null, now(), user, null, now(), 'COS','100MLHSE','ROELAKE'), - (now(), null, user, null, now(), user, null, now(), 'COS','DWSNCRK','ROLLA'), - (now(), null, user, null, now(), user, null, now(), 'COS','FRNIE','ROOSVLL'), - (now(), null, user, null, now(), user, null, now(), 'COS','BURNSLK','ROSELAK'), - (now(), null, user, null, now(), user, null, now(), 'COS','FRTSTJN','ROSEPRR'), - (now(), null, user, null, now(), user, null, now(), 'COS','CSTLGAR','ROSEBRY'), - (now(), null, user, null, now(), user, null, now(), 'COS','MSNCHWK','ROSEDALE'), - (now(), null, user, null, now(), user, null, now(), 'COS','FRNIE','ROSENLK'), - (now(), null, user, null, now(), user, null, now(), 'COS','CSTLGAR','ROSSLND'), - (now(), null, user, null, now(), user, null, now(), 'COS','TERRC','ROSSWOD'), - (now(), null, user, null, now(), user, null, now(), 'COS','BLKCRKCR','ROYSTON'), - (now(), null, user, null, now(), user, null, now(), 'COS','MSNMPLRD','RUSKINN'), - (now(), null, user, null, now(), user, null, now(), 'COS','KLWNA','RUTLAND'), - (now(), null, user, null, now(), user, null, now(), 'COS','CRSTN','RYKERTS'), - (now(), null, user, null, now(), user, null, now(), 'COS','VICTRA','SAANICH'), - (now(), null, user, null, now(), user, null, now(), 'COS','DNCN','SAHTLAM'), - (now(), null, user, null, now(), user, null, now(), 'COS','CSTLGAR','SALMO'), - (now(), null, user, null, now(), user, null, now(), 'COS','SLMONRM','SALMARM'), - (now(), null, user, null, now(), user, null, now(), 'COS','PRCG','SALMNVY'), - (now(), null, user, null, now(), user, null, now(), 'COS','DNCN','SALTSPR'), - (now(), null, user, null, now(), user, null, now(), 'COS','PWLRV','SALTERYB'), - (now(), null, user, null, now(), user, null, now(), 'COS','CRSTN','SANCA'), - (now(), null, user, null, now(), user, null, now(), 'COS','CSTLGAR','SANDON'), - (now(), null, user, null, now(), user, null, now(), 'COS','DJNG','SANDSPIT'), - (now(), null, user, null, now(), user, null, now(), 'COS','SCHLT','SNDYHK'), - (now(), null, user, null, now(), user, null, now(), 'COS','MSNCHWK','SARDIS'), - (now(), null, user, null, now(), user, null, now(), 'COS','VICTRA','SATRNAI'), - (now(), null, user, null, now(), user, null, now(), 'COS','PWLRV','SAVARYIS'), - (now(), null, user, null, now(), user, null, now(), 'COS','KMLPS','SAVONA'), - (now(), null, user, null, now(), user, null, now(), 'COS','BLKCRKCR','SAYWARD'), - (now(), null, user, null, now(), user, null, now(), 'COS','KMLPS','SCTCHCRK'), - (now(), null, user, null, now(), user, null, now(), 'COS','SCHLT','SECHELT'), - (now(), null, user, null, now(), user, null, now(), 'COS','SCHLT','SCRTOCV'), - (now(), null, user, null, now(), user, null, now(), 'COS','SCHLT','SELMAPRK'), - (now(), null, user, null, now(), user, null, now(), 'COS','LLT','SETONPOR'), - (now(), null, user, null, now(), user, null, now(), 'COS','DJNG','SEWELLIN'), - (now(), null, user, null, now(), user, null, now(), 'COS','KMLPS','SEYMOURA'), - (now(), null, user, null, now(), user, null, now(), 'COS','GLDN','SEYMOURL'), - (now(), null, user, null, now(), user, null, now(), 'COS','LLT','SHALALTH'), - (now(), null, user, null, now(), user, null, now(), 'COS','LLT','SHARPELK'), - (now(), null, user, null, now(), user, null, now(), 'COS','VICTRA','SHWNIGN'), - (now(), null, user, null, now(), user, null, now(), 'COS','DWSNCRK','SHRERDAL'), - (now(), null, user, null, now(), user, null, now(), 'COS','PRCG','SHELLGLN'), - (now(), null, user, null, now(), user, null, now(), 'COS','SLMONRM','SHELTRBY'), - (now(), null, user, null, now(), user, null, now(), 'COS','100MLHSE','SHERIDN'), - (now(), null, user, null, now(), user, null, now(), 'COS','CSTLGAR','SHOREACR'), - (now(), null, user, null, now(), user, null, now(), 'COS','CSTLGAR','SHOREHLM'), - (now(), null, user, null, now(), user, null, now(), 'COS','NLSON','SHUTTYBN'), - (now(), null, user, null, now(), user, null, now(), 'COS','SLMONRM','SICAMOUS'), - (now(), null, user, null, now(), user, null, now(), 'COS','VICTRA','SIDNEY'), - (now(), null, user, null, now(), user, null, now(), 'COS','FRTSTJN','SIKANNI'), - (now(), null, user, null, now(), user, null, now(), 'COS','MSNMPLRD','SLVRDALE'), - (now(), null, user, null, now(), user, null, now(), 'COS','CSTLGAR','SLVRTN'), - (now(), null, user, null, now(), user, null, now(), 'COS','PRCG','SINCLRM'), - (now(), null, user, null, now(), user, null, now(), 'COS','CRSTN','SIRDAR'), - (now(), null, user, null, now(), user, null, now(), 'COS','GLDN','SIXMILPT'), - (now(), null, user, null, now(), user, null, now(), 'COS','KMLPS','SKEETCHE'), - (now(), null, user, null, now(), user, null, now(), 'COS','DJNG','SKIDGATL'), - (now(), null, user, null, now(), user, null, now(), 'COS','DJNG','SKIDEGTR'), - (now(), null, user, null, now(), user, null, now(), 'COS','CRNBK','SKOOKUMC'), - (now(), null, user, null, now(), user, null, now(), 'COS','PWLRV','SLIAMMON'), - (now(), null, user, null, now(), user, null, now(), 'COS','CSTLGAR','SLOCAN'), - (now(), null, user, null, now(), user, null, now(), 'COS','CSTLGAR','SLOCNPRK'), - (now(), null, user, null, now(), user, null, now(), 'COS','FRTNLN','SMITHRVR'), - (now(), null, user, null, now(), user, null, now(), 'COS','SMITHRS','SMITHERS'), - (now(), null, user, null, now(), user, null, now(), 'COS','WLMSLK','SODACRK'), - (now(), null, user, null, now(), user, null, now(), 'COS','PRTMCNL','SOINTULA'), - (now(), null, user, null, now(), user, null, now(), 'COS','BLKCRKCR','SONORAI'), - (now(), null, user, null, now(), user, null, now(), 'COS','VICTRA','SOOKE'), - (now(), null, user, null, now(), user, null, now(), 'COS','SLMONRM','SORRENTO'), - (now(), null, user, null, now(), user, null, now(), 'COS','DWSNCRK','SDWNSN'), - (now(), null, user, null, now(), user, null, now(), 'COS','SMITHRS','SHZLTON'), - (now(), null, user, null, now(), user, null, now(), 'COS','VICTRA','SPNDRILN'), - (now(), null, user, null, now(), user, null, now(), 'COS','CSTLGAR','STHSLCN'), - (now(), null, user, null, now(), user, null, now(), 'COS','NLSON','STHSLCNN'), - (now(), null, user, null, now(), user, null, now(), 'COS','FRTSTJN','STHTYLR'), - (now(), null, user, null, now(), user, null, now(), 'COS','BURNSLK','STHBNK'), - (now(), null, user, null, now(), user, null, now(), 'COS','PWLRV','STHVW'), - (now(), null, user, null, now(), user, null, now(), 'COS','VRNON','SPALLMCHN'), - (now(), null, user, null, now(), user, null, now(), 'COS','FRNIE','SPRWOOD'), - (now(), null, user, null, now(), user, null, now(), 'COS','LLT','SPNCESBR'), - (now(), null, user, null, now(), user, null, now(), 'COS','GLDN','SPLLMCHN'), - (now(), null, user, null, now(), user, null, now(), 'COS','WLMSLK','SPRNHOUS'), - (now(), null, user, null, now(), user, null, now(), 'COS','MSNCHWK','SPUZZUM'), - (now(), null, user, null, now(), user, null, now(), 'COS','SQMSHWHS','SQUMISH'), - (now(), null, user, null, now(), user, null, now(), 'COS','MSNMPLRD','STAVFLS'), - (now(), null, user, null, now(), user, null, now(), 'COS','MSNMPLRD','STALHEAD'), - (now(), null, user, null, now(), user, null, now(), 'COS','FRTNLN','STMBOAT'), - (now(), null, user, null, now(), user, null, now(), 'COS','MSNCHWK','STELHEAD'), - (now(), null, user, null, now(), user, null, now(), 'COS','SMITHRS','STWART'), - (now(), null, user, null, now(), user, null, now(), 'COS','PWLRV','STLLWTR'), - (now(), null, user, null, now(), user, null, now(), 'COS','WLMSLK','STONEIR'), - (now(), null, user, null, now(), user, null, now(), 'COS','PRCG','STRTHNVR'), - (now(), null, user, null, now(), user, null, now(), 'COS','BURNSLK','STRTHAM'), - (now(), null, user, null, now(), user, null, now(), 'COS','PWLRV','STUARTIL'), - (now(), null, user, null, now(), user, null, now(), 'COS','WLMSLK','STUIE'), - (now(), null, user, null, now(), user, null, now(), 'COS','KMLPS','STUMPLAK'), - (now(), null, user, null, now(), user, null, now(), 'COS','WLMSLK','SUGARCIR'), - (now(), null, user, null, now(), user, null, now(), 'COS','PNTCTN','SMRLAND'), - (now(), null, user, null, now(), user, null, now(), 'COS','PRCG','SMITLK'), - (now(), null, user, null, now(), user, null, now(), 'COS','CSTLGAR','SMITLKPP'), - (now(), null, user, null, now(), user, null, now(), 'COS','KMLPS','SNPEAKS'), - (now(), null, user, null, now(), user, null, now(), 'COS','DWSNCRK','SNSTPRAR'), - (now(), null, user, null, now(), user, null, now(), 'COS','MSNSR','SURRY'), - (now(), null, user, null, now(), user, null, now(), 'COS','DWSNCRK','SWNLKPP'), - (now(), null, user, null, now(), user, null, now(), 'COS','ATLIN','SWNLKKRP'), - (now(), null, user, null, now(), user, null, now(), 'COS','DWSNCRK','SWTWATR'), - (now(), null, user, null, now(), user, null, now(), 'COS','PRCG','TABOR'), - (now(), null, user, null, now(), user, null, now(), 'COS','VNDHF','TACHIRSV'), - (now(), null, user, null, now(), user, null, now(), 'COS','GLDN','TAFT'), - (now(), null, user, null, now(), user, null, now(), 'COS','NLSON','TAGHUM'), - (now(), null, user, null, now(), user, null, now(), 'COS','BLKCRKCR','TAHSIS'), - (now(), null, user, null, now(), user, null, now(), 'COS','VNDHF','TKLALNDG'), - (now(), null, user, null, now(), user, null, now(), 'COS','BURNSLK','TKYSLAKE'), - (now(), null, user, null, now(), user, null, now(), 'COS','SLMONRM','TAPPEN'), - (now(), null, user, null, now(), user, null, now(), 'COS','CSTLGAR','TARRYS'), - (now(), null, user, null, now(), user, null, now(), 'COS','CRNBK','TATACRK'), - (now(), null, user, null, now(), user, null, now(), 'COS','WLMSLK','TATLALAK'), - (now(), null, user, null, now(), user, null, now(), 'COS','WLMSLK','TATLYOKO'), - (now(), null, user, null, now(), user, null, now(), 'COS','CLRWTER','TAWELK'), - (now(), null, user, null, now(), user, null, now(), 'COS','FRTSTJN','TAYLOR'), - (now(), null, user, null, now(), user, null, now(), 'COS','BURNSLK','TCHSNKUT'), - (now(), null, user, null, now(), user, null, now(), 'COS','PRTMCNL','TGRPHCOV'), - (now(), null, user, null, now(), user, null, now(), 'COS','DSELK','TGRPHCRK'), - (now(), null, user, null, now(), user, null, now(), 'COS','SMITHRS','TELKWA'), - (now(), null, user, null, now(), user, null, now(), 'COS','TERRC','TERRACE'), - (now(), null, user, null, now(), user, null, now(), 'COS','CLRWTER','TTJUNE'), - (now(), null, user, null, now(), user, null, now(), 'COS','PWLRV','TEXADAIS'), - (now(), null, user, null, now(), user, null, now(), 'COS','PWLRV','THDSAINL'), - (now(), null, user, null, now(), user, null, now(), 'COS','DNCN','THETISIS'), - (now(), null, user, null, now(), user, null, now(), 'COS','BLKCRKCR','THMPSNSD'), - (now(), null, user, null, now(), user, null, now(), 'COS','SLMONRM','THRVALGP'), - (now(), null, user, null, now(), user, null, now(), 'COS','CSTLGAR','THRUMS'), - (now(), null, user, null, now(), user, null, now(), 'COS','FRNIE','TIELAKE'), - (now(), null, user, null, now(), user, null, now(), 'COS','BURNSLK','TINTAGEL'), - (now(), null, user, null, now(), user, null, now(), 'COS','DJNG','TLELL'), - (now(), null, user, null, now(), user, null, now(), 'COS','FRTNLN','TOADRVR'), - (now(), null, user, null, now(), user, null, now(), 'COS','PWLRV','TOBAINLT'), - (now(), null, user, null, now(), user, null, now(), 'COS','PRTALB','TOFINO'), - (now(), null, user, null, now(), user, null, now(), 'COS','DWSNCRK','TOMSLAKE'), - (now(), null, user, null, now(), user, null, now(), 'COS','BURNSLK','TOPLEY'), - (now(), null, user, null, now(), user, null, now(), 'COS','BURNSLK','TOPLND'), - (now(), null, user, null, now(), user, null, now(), 'COS','KMLPS','TRTSLAKE'), - (now(), null, user, null, now(), user, null, now(), 'COS','DWSNCRK','TWRLAKE'), - (now(), null, user, null, now(), user, null, now(), 'COS','CSTLGAR','TRAIL'), - (now(), null, user, null, now(), user, null, now(), 'COS','KMLPS','TRNQL'), - (now(), null, user, null, now(), user, null, now(), 'COS','NLSON','TROUTLK'), - (now(), null, user, null, now(), user, null, now(), 'COS','FRTNLN','TRUTCH'), - (now(), null, user, null, now(), user, null, now(), 'COS','MSNSR','TSAWWASN'), - (now(), null, user, null, now(), user, null, now(), 'COS','MKNZI','INGENKA'), - (now(), null, user, null, now(), user, null, now(), 'COS','MRRTT','TULAMEEN'), - (now(), null, user, null, now(), user, null, now(), 'COS','DWSNCRK','TUMBLER'), - (now(), null, user, null, now(), user, null, now(), 'COS','DWSNCRK','TUPPER'), - (now(), null, user, null, now(), user, null, now(), 'COS','SCHLT','TUWANEK'), - (now(), null, user, null, now(), user, null, now(), 'COS','SLMONRM','TWINBUTE'), - (now(), null, user, null, now(), user, null, now(), 'COS','FRTSTJN','TWORIVR'), - (now(), null, user, null, now(), user, null, now(), 'COS','LLT','TYAXLK'), - (now(), null, user, null, now(), user, null, now(), 'COS','CRSTN','TYE'), - (now(), null, user, null, now(), user, null, now(), 'COS','PRTALB','UCLUELET'), - (now(), null, user, null, now(), user, null, now(), 'COS','BLKCRKCR','UNIONBAY'), - (now(), null, user, null, now(), user, null, now(), 'COS','SQMSHWHS','UNIVENDW'), - (now(), null, user, null, now(), user, null, now(), 'COS','SLMONRM','UPRARRWL'), - (now(), null, user, null, now(), user, null, now(), 'COS','DWSNCRK','UPRCUTBK'), - (now(), null, user, null, now(), user, null, now(), 'COS','PRCG','UPRFRASR'), - (now(), null, user, null, now(), user, null, now(), 'COS','TERRC','USK'), - (now(), null, user, null, now(), user, null, now(), 'COS','DNCN','VALDESIS'), - (now(), null, user, null, now(), user, null, now(), 'COS','CLRWTER','VALEMONT'), - (now(), null, user, null, now(), user, null, now(), 'COS','KMLPS','VLYVIEW'), - (now(), null, user, null, now(), user, null, now(), 'COS','CSTLGAR','VALLICAN'), - (now(), null, user, null, now(), user, null, now(), 'COS','PWLRV','VANANDA'), - (now(), null, user, null, now(), user, null, now(), 'COS','SQMSHWHS','VANCOUVR'), - (now(), null, user, null, now(), user, null, now(), 'COS','VNDHF','VANDERHF'), - (now(), null, user, null, now(), user, null, now(), 'COS','CLRWTER','VAVENBY'), - (now(), null, user, null, now(), user, null, now(), 'COS','LLT','VENABLES'), - (now(), null, user, null, now(), user, null, now(), 'COS','VRNON','VERNON'), - (now(), null, user, null, now(), user, null, now(), 'COS','GLDN','VICTORLK'), - (now(), null, user, null, now(), user, null, now(), 'COS','VICTRA','VICTORIA'), - (now(), null, user, null, now(), user, null, now(), 'COS','VICTRA','VIEWROYL'), - (now(), null, user, null, now(), user, null, now(), 'COS','KMLPS','WALHACHN'), - (now(), null, user, null, now(), user, null, now(), 'COS','CSTLGAR','WANETA'), - (now(), null, user, null, now(), user, null, now(), 'COS','CRNBK','WARDNER'), - (now(), null, user, null, now(), user, null, now(), 'COS','CSTLGAR','WARFIELD'), - (now(), null, user, null, now(), user, null, now(), 'COS','CRNBK','WASA'), - (now(), null, user, null, now(), user, null, now(), 'COS','MSNMPLRD','WEBSTRCR'), - (now(), null, user, null, now(), user, null, now(), 'COS','QSNL','WELLS'), - (now(), null, user, null, now(), user, null, now(), 'COS','BLKCRKCR','WCRACRFT'), - (now(), null, user, null, now(), user, null, now(), 'COS','CRSTN','WESTCRST'), - (now(), null, user, null, now(), user, null, now(), 'COS','KLWNA','WSTKELOW'), - (now(), null, user, null, now(), user, null, now(), 'COS','PRCG','WESTLK'), - (now(), null, user, null, now(), user, null, now(), 'COS','BLKCRKCR','WSTTHRLW'), - (now(), null, user, null, now(), user, null, now(), 'COS','SQMSHWHS','WSTVANCO'), - (now(), null, user, null, now(), user, null, now(), 'COS','KLWNA','WESTBANK'), - (now(), null, user, null, now(), user, null, now(), 'COS','KLWNA','WSTBRDGE'), - (now(), null, user, null, now(), user, null, now(), 'COS','GDFKS','WSTBR33'), - (now(), null, user, null, now(), user, null, now(), 'COS','KLWNA','WESTSIDE'), - (now(), null, user, null, now(), user, null, now(), 'COS','PWLRV','WESTVIEW'), - (now(), null, user, null, now(), user, null, now(), 'COS','KMLPS','WESTWOLD'), - (now(), null, user, null, now(), user, null, now(), 'COS','CSTLGAR','WHTSHANL'), - (now(), null, user, null, now(), user, null, now(), 'COS','NNIMO','WHISKYC'), - (now(), null, user, null, now(), user, null, now(), 'COS','SQMSHWHS','WHISTLER'), - (now(), null, user, null, now(), user, null, now(), 'COS','SLMONRM','WHITELK'), - (now(), null, user, null, now(), user, null, now(), 'COS','CRNBK','WHITERIV'), - (now(), null, user, null, now(), user, null, now(), 'COS','MSNSR','WHITERCK'), - (now(), null, user, null, now(), user, null, now(), 'COS','KMLPS','WHITCROF'), - (now(), null, user, null, now(), user, null, now(), 'COS','CRNBK','WHITESWN'), - (now(), null, user, null, now(), user, null, now(), 'COS','MSNMPLRD','WHONNOCK'), - (now(), null, user, null, now(), user, null, now(), 'COS','PWLRV','WILDWOOD'), - (now(), null, user, null, now(), user, null, now(), 'COS','WLMSLK','WILLMSLK'), - (now(), null, user, null, now(), user, null, now(), 'COS','CHTWD','WILWFLAT'), - (now(), null, user, null, now(), user, null, now(), 'COS','NLSON','WILWRPOI'), - (now(), null, user, null, now(), user, null, now(), 'COS','PRCG','WILWRIVR'), - (now(), null, user, null, now(), user, null, now(), 'COS','DWSNCRK','WILWVALY'), - (now(), null, user, null, now(), user, null, now(), 'COS','INVRM','WILMER'), - (now(), null, user, null, now(), user, null, now(), 'COS','SCHLT','WILSNCRK'), - (now(), null, user, null, now(), user, null, now(), 'COS','100MLHSE','WILSLAKE'), - (now(), null, user, null, now(), user, null, now(), 'COS','KLWNA','WLSNLNDG'), - (now(), null, user, null, now(), user, null, now(), 'COS','INVRM','WINDRMER'), - (now(), null, user, null, now(), user, null, now(), 'COS','CSTLGAR','WINLAW'), - (now(), null, user, null, now(), user, null, now(), 'COS','PRTMCNL','WINTRHRB'), - (now(), null, user, null, now(), user, null, now(), 'COS','BURNSLK','WISTARIA'), - (now(), null, user, null, now(), user, null, now(), 'COS','FRTSTJN','WONOWON'), - (now(), null, user, null, now(), user, null, now(), 'COS','PRTMCNL','WOSS'), - (now(), null, user, null, now(), user, null, now(), 'COS','CRNBK','WYCLIFFE'), - (now(), null, user, null, now(), user, null, now(), 'COS','CRSTN','WYNDEL'), - (now(), null, user, null, now(), user, null, now(), 'COS','CRSTN','YAHK'), - (now(), null, user, null, now(), user, null, now(), 'COS','MSNCHWK','YALE'), - (now(), null, user, null, now(), user, null, now(), 'COS','MSNCHWK','YARROW'), - (now(), null, user, null, now(), user, null, now(), 'COS','NNIMO','YLWPOINT'), - (now(), null, user, null, now(), user, null, now(), 'COS','CSTLGAR','YMIR'), - (now(), null, user, null, now(), user, null, now(), 'COS','DNCN','YOUBOU'), - (now(), null, user, null, now(), user, null, now(), 'COS','100MLHSE','YOUNGLK'), - (now(), null, user, null, now(), user, null, now(), 'COS','PRTMCNL','ZEBALLOS'); - - --- comments -comment on table public.agency_code is 'An agency is an organized and named grouping of people that interacts in some way with the Ministry.'; -comment on table public.geo_org_unit_structure is 'A geographical organization unit structure is a parent/child relationship between two geographical organization units.'; -comment on table public.geo_organization_unit_code is 'A geographical organization unit is a named geographical boundary that represents a physical location. The level of granularity can vary with Regions being the highest level - for example Okanagan, and Areas being the lowest level - for example Big White'; -comment on table public.geo_org_unit_type_code is 'A geographical organization unit type describes the level of granularity for a given geographical organization unit. Supported geographical organization unit types are (ZONE = Zone; REGION = Region; OFFLOC = Office Location; AREA = Area). '; -comment on table public.office is 'An office is a physical location that serves as a central organization point for groups of users of the system. '; -comment on table public.person is 'A person is an individual that is being tracked explicitly within the system. The criteria for being included as a trackable individual is the possession of a unique identifier that can be used for dealiasing. For example an IDIR or a BC Drivers Licence.'; -comment on table public.officer is 'An officer is a subtype of a person who can be identified through their IDIR.'; -comment on table public.complaint_status_code is 'The status of a Complaint. Values include OPEN = Open and CLOSED = Closed.'; -comment on table public.complaint is 'Initial information provided on a potential incident.'; -comment on table public.violation_code is 'The alleged violation involved in the complaint. (E.g. ORV = Off Road Vehicles; PESTICDE = Pesticide)'; -comment on table public.allegation_complaint is 'A complaint for which a caller believes that a Violation has occurred and should be investigated.'; -comment on table public.attractant_code is 'A human factor contributing to a Human Wildlife Conflict (E.g. RESFRUIT = Residential Fruit/Berries; LVSFEED = Livestock Feed)'; -comment on table public.attractant_hwcr_xref is 'Cross reference table for linking attractants to HWCR Complaints.'; -comment on table public.hwcr_complaint is 'A complaint that a caller believes could involve a conflict between Humans and Wildlife.'; -comment on table public.species_code is 'The species involved in a Human Wildlife Conflict (E.g. BLKBEAR = Black Bear; WOLVERN = Wolverine)'; -comment on table public.hwcr_complaint_nature_code is 'Modifier that further describes the nature of Human Wildlife Conflict complaints. (E.g. DEADNV = Dead wildlife - no violation suspected; TRAP = Wildlife in trap)'; - -comment on column public.agency_code.agency_code is 'A human readable code used to identify an agency.'; -comment on column public.agency_code.short_description is 'The short description of the agency code.'; -comment on column public.agency_code.long_description is 'The long description of the agency code.'; -comment on column public.agency_code.display_order is 'The order in which the values of the agency code table should be displayed when presented to a user in a list.'; -comment on column public.agency_code.active_ind is 'A boolean indicator to determine if the agency code is active.'; -comment on column public.agency_code.create_user_id is 'The id of the user that created the agency code.'; -comment on column public.agency_code.create_user_guid is 'The unique guid of the user that created the agency code.'; -comment on column public.agency_code.create_timestamp is 'The timestamp when the agency was created. The timestamp is stored in UTC with no Offset.'; -comment on column public.agency_code.update_user_id is 'The id of the user that updated the agency code.'; -comment on column public.agency_code.update_user_guid is 'The unique guid of the user that updated the agency code.'; -comment on column public.agency_code.update_timestamp is 'The timestamp when the agency was updated. The timestamp is stored in UTC with no Offset.'; - -comment on column public.geo_org_unit_structure.geo_org_unit_structure_guid is 'System generated unique key for a geographical organization unit structure. This key should never be exposed to users via any system utilizing the tables.'; -comment on column public.geo_org_unit_structure.agency_code is 'A human readable code used to identify an agency. The agency that defines the geographical organization unit structural relationship.'; -comment on column public.geo_org_unit_structure.parent_geo_org_unit_code is 'The geographical organization that contains the child geographical organization unit.'; -comment on column public.geo_org_unit_structure.child_geo_org_unit_code is 'The geographical organization that is contained by the parent geographical organization unit.'; -comment on column public.geo_org_unit_structure.effective_date is 'The date the Geographical Organizational Unit Structure becomes effective as a valid relationship within the Ministry organizational structure.'; -comment on column public.geo_org_unit_structure.expiry_date is 'The date the Geographical Organizational Unit Structure is no longer recognized as a valid relationship within the Ministry organizational structure.'; -comment on column public.geo_org_unit_structure.create_user_id is 'The id of the user that created the geographical organization unit structure.'; -comment on column public.geo_org_unit_structure.create_user_guid is 'The unique guid of the user that created the geographical organization unit structure.'; -comment on column public.geo_org_unit_structure.create_timestamp is 'The timestamp when the geographical organization unit structure was created. The timestamp is stored in UTC with no Offset.'; -comment on column public.geo_org_unit_structure.update_user_id is 'The id of the user that updated the geographical organization unit structure.'; -comment on column public.geo_org_unit_structure.update_user_guid is 'The unique guid of the user that updated the geographical organization unit structure.'; -comment on column public.geo_org_unit_structure.update_timestamp is 'The timestamp when the geographical organization unit structure was updated. The timestamp is stored in UTC with no Offset.'; - -comment on column public.geo_organization_unit_code.geo_organization_unit_code is 'A human readable code used to identify a geographical organization unit.'; -comment on column public.geo_organization_unit_code.geo_org_unit_type_code is 'A human readable code used to identify a geographical organization unit type.'; -comment on column public.geo_organization_unit_code.short_description is 'The short description of the geographical organization unit code.'; -comment on column public.geo_organization_unit_code.long_description is 'The long description of the geographical organization unit code.'; -comment on column public.geo_organization_unit_code.effective_date is 'The date the Geographical Organizational Unit becomes effective as a boundaried physical location within the Ministry organizational structure.'; -comment on column public.geo_organization_unit_code.expiry_date is 'The date the Geographical Organizational Unit is no longer recognized as a valid physical location within the Ministry organizational structure.'; -comment on column public.geo_organization_unit_code.create_user_id is 'The id of the user that created the geographical organization unit code.'; -comment on column public.geo_organization_unit_code.create_user_guid is 'The unique guid of the user that created the geographical organization unit code.'; -comment on column public.geo_organization_unit_code.create_timestamp is 'The timestamp when the geographical organization unit code was created. The timestamp is stored in UTC with no Offset.'; -comment on column public.geo_organization_unit_code.update_user_id is 'The id of the user that updated the geographical organization unit code.'; -comment on column public.geo_organization_unit_code.update_user_guid is 'The unique guid of the user that updated the geographical organization unit code.'; -comment on column public.geo_organization_unit_code.update_timestamp is 'The timestamp when the geographical organization unit code was updated. The timestamp is stored in UTC with no Offset.'; - -comment on column public.geo_org_unit_type_code.geo_org_unit_type_code is 'A human readable code used to identify a geographical organization unit type.'; -comment on column public.geo_org_unit_type_code.short_description is 'The short description of the geographical organization unit type code.'; -comment on column public.geo_org_unit_type_code.long_description is 'The long description of the geographical organization unit type code.'; -comment on column public.geo_org_unit_type_code.display_order is 'The order in which the values of the geographical organization unit type code table should be displayed when presented to a user in a list.'; -comment on column public.geo_org_unit_type_code.active_ind is 'A boolean indicator to determine if the geographical organization unit type code is active.'; -comment on column public.geo_org_unit_type_code.create_user_id is 'The id of the user that created the geographical organization unit type code.'; -comment on column public.geo_org_unit_type_code.create_user_guid is 'The unique guid of the user that created the geographical organization unit type code.'; -comment on column public.geo_org_unit_type_code.create_timestamp is 'The timestamp when the geographical organization unit type code was created. The timestamp is stored in UTC with no Offset.'; -comment on column public.geo_org_unit_type_code.update_user_id is 'The id of the user that updated the geographical organization unit type code.'; -comment on column public.geo_org_unit_type_code.update_user_guid is 'The unique guid of the user that updated the geographical organization unit type code.'; -comment on column public.geo_org_unit_type_code.update_timestamp is 'The timestamp when the geographical organization unit type code was updated. The timestamp is stored in UTC with no Offset.'; - -comment on column public.office.office_guid is 'System generated unique key for an office. This key should never be exposed to users via any system utilizing the tables.'; -comment on column public.office.geo_organization_unit_code is 'A human readable code used to identify a geographical organization unit. The geographical unit where the office is located. This might not necessarily be the lowest level in the geographical organizational unit hierarchy.'; -comment on column public.office.agency_code is 'A human readable code used to identify an agency. The agency that owns the office.'; -comment on column public.office.create_user_id is 'The id of the user that created the office.'; -comment on column public.office.create_user_guid is 'The unique guid of the user that created the the office.'; -comment on column public.office.create_timestamp is 'The timestamp when the office was created. The timestamp is stored in UTC with no Offset.'; -comment on column public.office.update_user_id is 'The id of the user that updated the office.'; -comment on column public.office.update_user_guid is 'The unique guid of the user that updated the office.'; -comment on column public.office.update_timestamp is 'The timestamp when the office was updated. The timestamp is stored in UTC with no Offset.'; - -comment on column public.person.person_guid is 'System generated unique key for an person. This key should never be exposed to users via any system utilizing the tables.'; -comment on column public.person.first_name is 'The first name of a person.'; -comment on column public.person.middle_name_1 is 'The first middle name of a person.'; -comment on column public.person.middle_name_2 is 'Any remaining middle names beyond the first of a person.'; -comment on column public.person.last_name is 'The last name of a person.'; -comment on column public.person.create_user_id is 'The id of the user that created the person.'; -comment on column public.person.create_user_guid is 'The unique guid of the user that created the person.'; -comment on column public.person.create_timestamp is 'The timestamp when the person was created. The timestamp is stored in UTC with no Offset.'; -comment on column public.person.update_user_id is 'The id of the user that updated the person.'; -comment on column public.person.update_user_guid is 'The unique guid of the user that updated the person.'; -comment on column public.person.update_timestamp is 'The timestamp when the person was updated. The timestamp is stored in UTC with no Offset.'; - -comment on column public.officer.officer_guid is 'System generated unique key for an officer. This key should never be exposed to users via any system utilizing the tables.'; -comment on column public.officer.person_guid is 'System generated unique key for an person.'; -comment on column public.officer.office_guid is 'System generated unique key for an office. The primary office an officer is assigned to.'; -comment on column public.officer.user_id is 'The IDIR ID issued to the user by the Government of British Columbia as part of their employment.'; -comment on column public.officer.create_user_id is 'The id of the user that created the officer.'; -comment on column public.officer.create_user_guid is 'The unique guid of the user that created the the officer.'; -comment on column public.officer.create_timestamp is 'The timestamp when the officer was created. The timestamp is stored in UTC with no Offset.'; -comment on column public.officer.update_user_id is 'The id of the user that updated the officer.'; -comment on column public.officer.update_user_guid is 'The unique guid of the user that updated the officer.'; -comment on column public.officer.update_timestamp is 'The timestamp when the officer was updated. The timestamp is stored in UTC with no Offset.'; - -comment on column public.complaint_status_code.complaint_status_code is 'A human readable code used to identify a complaint status.'; -comment on column public.complaint_status_code.short_description is 'The short description of the complaint status code.'; -comment on column public.complaint_status_code.long_description is 'The long description of the complaint status code.'; -comment on column public.complaint_status_code.display_order is 'The order in which the values of the complaint status code table should be displayed when presented to a user in a list.'; -comment on column public.complaint_status_code.active_ind is 'A boolean indicator to determine if the complaint status code is active.'; -comment on column public.complaint_status_code.create_user_id is 'The id of the user that created the complaint status code.'; -comment on column public.complaint_status_code.create_user_guid is 'The unique guid of the user that created the complaint status code.'; -comment on column public.complaint_status_code.create_timestamp is 'The timestamp when the complaint status code was created. The timestamp is stored in UTC with no Offset.'; -comment on column public.complaint_status_code.update_user_id is 'The id of the user that updated the complaint status code.'; -comment on column public.complaint_status_code.update_user_guid is 'The unique guid of the user that updated the complaint status code.'; -comment on column public.complaint_status_code.update_timestamp is 'The timestamp when the complaint status code was updated. The timestamp is stored in UTC with no Offset.'; - -comment on column public.complaint.referred_by_agency_code is 'A human readable code used to identify an agency. The agency that originally referred the complaint.'; -comment on column public.complaint.owned_by_agency_code is 'A human readable code used to identify an agency. The agency that currently owns the complaint.'; -comment on column public.complaint.complaint_status_code is 'A human readable code used to identify a complaint status.'; -comment on column public.complaint.geo_organization_unit_code is 'A human readable code used to identify a geographical organization unit. The finest known grain geographical organization unit where the complaint occurred. '; -comment on column public.complaint.detail_text is 'Verbatim details of the complaint as recorded by the call centre or through the web form.'; -comment on column public.complaint.caller_name is 'The name provided by the caller to the call centre or entered onto the web form.'; -comment on column public.complaint.caller_address is 'The address provided by the caller to the call centre or entered onto the web form.'; -comment on column public.complaint.caller_email is 'The email address provided by the caller to the call centre or entered onto the web form.'; -comment on column public.complaint.caller_phone_1 is 'The primary phone number provided by the caller to the call centre or entered onto the web form.'; -comment on column public.complaint.caller_phone_2 is 'An alternate phone number provided by the caller to the call centre or entered onto the web form.'; -comment on column public.complaint.caller_phone_3 is 'An alternate phone number provided by the caller to the call centre or entered onto the web form.'; -comment on column public.complaint.incident_datetime is 'The date and time at which the complaint occurred.'; -comment on column public.complaint.incident_reported_datetime is 'The date and time at which the complaint was reported.'; -comment on column public.complaint.location_geometry_point is 'The closest approximation to where the incident occurred. Stored as a geometric point using the EPSG:3005 Projected Coordinate System (BC Albers)'; -comment on column public.complaint.location_summary_text is 'A brief summary of the location of the complaint.'; -comment on column public.complaint.location_detailed_text is 'A more detailed description of the location of the complaint.'; -comment on column public.complaint.referred_by_agency_other_text is 'Provides a more detailed description when the referred by Agency is of type "OTHER" '; -comment on column public.complaint.create_user_id is 'The id of the user that created the complaint.'; -comment on column public.complaint.create_user_guid is 'The unique guid of the user that created the complaint.'; -comment on column public.complaint.create_timestamp is 'The timestamp when the complaint was created. The timestamp is stored in UTC with no Offset.'; -comment on column public.complaint.update_user_id is 'The id of the user that updated the complaint.'; -comment on column public.complaint.update_user_guid is 'The unique guid of the user that updated the complaint.'; -comment on column public.complaint.update_timestamp is 'The timestamp when the complaint was updated. The timestamp is stored in UTC with no Offset.'; - -comment on column public.violation_code.violation_code is 'A human readable code used to identify a violation.'; -comment on column public.violation_code.short_description is 'The short description of the violation code.'; -comment on column public.violation_code.long_description is 'The long description of the violation code.'; -comment on column public.violation_code.display_order is 'The order in which the values of the violation code table should be displayed when presented to a user in a list.'; -comment on column public.violation_code.active_ind is 'A boolean indicator to determine if the violation code is active.'; -comment on column public.violation_code.create_user_id is 'The id of the user that created the violation code.'; -comment on column public.violation_code.create_user_guid is 'The unique guid of the user that created the violation code.'; -comment on column public.violation_code.create_timestamp is 'The timestamp when the violation code was created. The timestamp is stored in UTC with no Offset.'; -comment on column public.violation_code.update_user_id is 'The id of the user that updated the violation code.'; -comment on column public.violation_code.update_user_guid is 'The unique guid of the user that updated the violation code.'; -comment on column public.violation_code.update_timestamp is 'The timestamp when the violation code was updated. The timestamp is stored in UTC with no Offset.'; - -comment on column public.allegation_complaint.allegation_complaint_guid is 'System generated unique key for an allegation complaint. This key should never be exposed to users via any system utilizing the tables.'; -comment on column public.allegation_complaint.violation_code is 'A human readable code used to identify a violation.'; -comment on column public.allegation_complaint.in_progress_ind is 'True if the alleged violation is currently described as being in progress. False otherwise.'; -comment on column public.allegation_complaint.observed_ind is 'True if the alleged violation was observed first hand. False otherwise.'; -comment on column public.allegation_complaint.create_user_id is 'The id of the user that created the allegation complaint.'; -comment on column public.allegation_complaint.create_user_guid is 'The unique guid of the user that created the allegation complaint.'; -comment on column public.allegation_complaint.create_timestamp is 'The timestamp when the allegation complaint was created. The timestamp is stored in UTC with no Offset.'; -comment on column public.allegation_complaint.update_user_id is 'The id of the user that updated the allegation complaint.'; -comment on column public.allegation_complaint.update_user_guid is 'The unique guid of the user that updated the allegation complaint.'; -comment on column public.allegation_complaint.update_timestamp is 'The timestamp when the allegation complaint was updated. The timestamp is stored in UTC with no Offset.'; - -comment on column public.hwcr_complaint_nature_code.hwcr_complaint_nature_code is 'A human readable code used to identify the nature of the Human Wildlife Conflict.'; -comment on column public.hwcr_complaint_nature_code.short_description is 'The short description of the nature of the Human Wildlife Conflict code.'; -comment on column public.hwcr_complaint_nature_code.long_description is 'The long description of the nature of the Human Wildlife Conflict code.'; -comment on column public.hwcr_complaint_nature_code.display_order is 'The order in which the values of the nature of the Human Wildlife Conflict code table should be displayed when presented to a user in a list.'; -comment on column public.hwcr_complaint_nature_code.active_ind is 'A boolean indicator to determine if the nature of the Human Wildlife Conflict code is active.'; -comment on column public.hwcr_complaint_nature_code.create_user_id is 'The id of the user that created the human wildlife conflict nature code.'; -comment on column public.hwcr_complaint_nature_code.create_user_guid is 'The unique guid of the user that created the human wildlife conflict nature code.'; -comment on column public.hwcr_complaint_nature_code.create_timestamp is 'The timestamp when the human wildlife conflict nature code was created. The timestamp is stored in UTC with no Offset.'; -comment on column public.hwcr_complaint_nature_code.update_user_id is 'The id of the user that updated the human wildlife conflict nature code.'; -comment on column public.hwcr_complaint_nature_code.update_user_guid is 'The unique guid of the user that updated the human wildlife conflict nature code.'; -comment on column public.hwcr_complaint_nature_code.update_timestamp is 'The timestamp when the human wildlife conflict nature code was updated. The timestamp is stored in UTC with no Offset.'; - -comment on column public.attractant_code.attractant_code is 'A human readable code used to identify an attractant.'; -comment on column public.attractant_code.short_description is 'The short description of the attractant code.'; -comment on column public.attractant_code.long_description is 'The long description of the attractant code.'; -comment on column public.attractant_code.display_order is 'The order in which the values of the attractant code table should be displayed when presented to a user in a list.'; -comment on column public.attractant_code.active_ind is 'A boolean indicator to determine if the attractant code is active.'; -comment on column public.attractant_code.create_user_id is 'The id of the user that created the attractant code.'; -comment on column public.attractant_code.create_user_guid is 'The unique guid of the user that created the attractant code.'; -comment on column public.attractant_code.create_timestamp is 'The timestamp when the attractant code was created. The timestamp is stored in UTC with no Offset.'; -comment on column public.attractant_code.update_user_id is 'The id of the user that updated the attractant code.'; -comment on column public.attractant_code.update_user_guid is 'The unique guid of the user that updated the attractant code.'; -comment on column public.attractant_code.update_timestamp is 'The timestamp when the attractant code was updated. The timestamp is stored in UTC with no Offset.'; - -comment on column public.species_code.species_code is 'A human readable code used to identify a wildlife species.'; -comment on column public.species_code.short_description is 'The short description of the species code.'; -comment on column public.species_code.long_description is 'The long description of the species code.'; -comment on column public.species_code.display_order is 'The order in which the values of the species code table should be displayed when presented to a user in a list.'; -comment on column public.species_code.active_ind is 'A boolean indicator to determine if the species code is active.'; -comment on column public.species_code.legacy_code is 'The code for the species from the CORS_SPECIES_CODE table in the COORS database. '; -comment on column public.species_code.create_user_id is 'The id of the user that created the species code.'; -comment on column public.species_code.create_user_guid is 'The unique guid of the user that created the species code.'; -comment on column public.species_code.create_timestamp is 'The timestamp when the species code was created. The timestamp is stored in UTC with no Offset.'; -comment on column public.species_code.update_user_id is 'The id of the user that updated the species code.'; -comment on column public.species_code.update_user_guid is 'The unique guid of the user that updated the species code.'; -comment on column public.species_code.update_timestamp is 'The timestamp when the species code was updated. The timestamp is stored in UTC with no Offset.'; - -comment on column public.attractant_hwcr_xref.attractant_hwcr_xref_guid is 'System generated unique key for an attractant hwcr relationship. This key should never be exposed to users via any system utilizing the tables.'; -comment on column public.attractant_hwcr_xref.attractant_code is 'A human readable code used to identify an attractant.'; -comment on column public.attractant_hwcr_xref.hwcr_complaint_guid is 'System generated unique key for a hwcr complaint.'; -comment on column public.attractant_hwcr_xref.create_user_id is 'The id of the user that created the attractant hwcr cross reference.'; -comment on column public.attractant_hwcr_xref.create_user_guid is 'The unique guid of the user that created the attractant hwcr cross reference.'; -comment on column public.attractant_hwcr_xref.create_timestamp is 'The timestamp when the attractant hwcr cross reference was created. The timestamp is stored in UTC with no Offset.'; -comment on column public.attractant_hwcr_xref.update_user_id is 'The id of the user that updated the attractant hwcr cross reference.'; -comment on column public.attractant_hwcr_xref.update_user_guid is 'The unique guid of the user that updated the attractant hwcr cross reference.'; -comment on column public.attractant_hwcr_xref.update_timestamp is 'The timestamp when the attractant hwcr cross reference was updated. The timestamp is stored in UTC with no Offset.'; - -comment on column public.hwcr_complaint.hwcr_complaint_guid is 'System generated unique key for a hwcr complaint. This key should never be exposed to users via any system utilizing the tables.'; -comment on column public.hwcr_complaint.complaint_identifier is 'Natural key for a complaint generated by webEOC.'; -comment on column public.hwcr_complaint.species_code is 'A human readable code used to identify a wildlife species.'; -comment on column public.hwcr_complaint.hwcr_complaint_nature_code is 'A human readable code used to identify the nature of the Human Wildlife Conflict.'; -comment on column public.hwcr_complaint.other_attractants_text is 'Provides a more detailed description when the attractant of type "OTHER" is included.'; -comment on column public.hwcr_complaint.create_user_id is 'The id of the user that created the HWCR complaint.'; -comment on column public.hwcr_complaint.create_user_guid is 'The unique guid of the user that created the HWCR complaint.'; -comment on column public.hwcr_complaint.create_timestamp is 'The timestamp when the HWCR complaint was created. The timestamp is stored in UTC with no Offset.'; -comment on column public.hwcr_complaint.update_user_id is 'The id of the user that updated the HWCR complaint.'; -comment on column public.hwcr_complaint.update_user_guid is 'The unique guid of the user that updated the HWCR complaint.'; -comment on column public.hwcr_complaint.update_timestamp is 'The timestamp when the HWCR complaint was updated. The timestamp is stored in UTC with no Offset.'; \ No newline at end of file diff --git a/backend/db/test-only-migrations/R__Test-Data-Creation.sql b/backend/db/test-only-migrations/R__Test-Data-Creation.sql deleted file mode 100644 index ea9755229..000000000 --- a/backend/db/test-only-migrations/R__Test-Data-Creation.sql +++ /dev/null @@ -1,1474 +0,0 @@ -------------------------- --- Insert OFFICE records -------------------------- - -INSERT INTO public.office -(office_guid, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, geo_organization_unit_code, agency_code) -VALUES('db343458-8eca-42c2-91ec-070b3e6de663'::uuid, 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', '100MLHSE', 'COS') -ON CONFLICT DO NOTHING; -INSERT INTO public.office -(office_guid, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, geo_organization_unit_code, agency_code) -VALUES('5c7023b9-710e-4333-bbcb-8a95350b747c'::uuid, 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'ATLIN', 'COS') -ON CONFLICT DO NOTHING; -INSERT INTO public.office -(office_guid, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, geo_organization_unit_code, agency_code) -VALUES('cdd9964e-7878-44c1-b4a2-0290c6345dec'::uuid, 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'BLLACLA', 'COS') -ON CONFLICT DO NOTHING; -INSERT INTO public.office -(office_guid, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, geo_organization_unit_code, agency_code) -VALUES('3338cb74-5be4-4ed3-8b11-41f83d72de00'::uuid, 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'BLKCRKCR', 'COS') -ON CONFLICT DO NOTHING; -INSERT INTO public.office -(office_guid, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, geo_organization_unit_code, agency_code) -VALUES('ee09bf4d-e5a1-4fb8-9012-c192692dd1bd'::uuid, 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'BURNSLK', 'COS') -ON CONFLICT DO NOTHING; -INSERT INTO public.office -(office_guid, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, geo_organization_unit_code, agency_code) -VALUES('aebabfed-cf45-4253-9fbf-f49452190332'::uuid, 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'CSTLGAR', 'COS') -ON CONFLICT DO NOTHING; -INSERT INTO public.office -(office_guid, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, geo_organization_unit_code, agency_code) -VALUES('92bad201-cccc-4021-9c79-bbdcf13947f2'::uuid, 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'CHTWD', 'COS') -ON CONFLICT DO NOTHING; -INSERT INTO public.office -(office_guid, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, geo_organization_unit_code, agency_code) -VALUES('79fe321b-7716-413f-b878-c5fd6100317d'::uuid, 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'CLRWTER', 'COS') -ON CONFLICT DO NOTHING; -INSERT INTO public.office -(office_guid, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, geo_organization_unit_code, agency_code) -VALUES('19addcac-91b2-4ab3-83b9-9a26baa1e635'::uuid, 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'CRNBK', 'COS') -ON CONFLICT DO NOTHING; -INSERT INTO public.office -(office_guid, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, geo_organization_unit_code, agency_code) -VALUES('2044f08d-b53c-489a-8584-dd867b63514a'::uuid, 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'CRSTN', 'COS') -ON CONFLICT DO NOTHING; -INSERT INTO public.office -(office_guid, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, geo_organization_unit_code, agency_code) -VALUES('55d7b990-8123-492f-8b5b-7cbbd14ac423'::uuid, 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'DJNG', 'COS') -ON CONFLICT DO NOTHING; -INSERT INTO public.office -(office_guid, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, geo_organization_unit_code, agency_code) -VALUES('4a5a94b1-bd47-4611-a577-861d97089903'::uuid, 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'DWSNCRK', 'COS') -ON CONFLICT DO NOTHING; -INSERT INTO public.office -(office_guid, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, geo_organization_unit_code, agency_code) -VALUES('f30857bf-bab9-491a-b38f-83600238c36d'::uuid, 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'DSELK', 'COS') -ON CONFLICT DO NOTHING; -INSERT INTO public.office -(office_guid, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, geo_organization_unit_code, agency_code) -VALUES('f7065a6e-2481-4526-b874-6ab98009481d'::uuid, 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'DNCN', 'COS') -ON CONFLICT DO NOTHING; -INSERT INTO public.office -(office_guid, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, geo_organization_unit_code, agency_code) -VALUES('784080e4-9674-4c84-ac3e-bf161b09c2de'::uuid, 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'FRNIE', 'COS') -ON CONFLICT DO NOTHING; -INSERT INTO public.office -(office_guid, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, geo_organization_unit_code, agency_code) -VALUES('edd4b298-ced7-4b10-9232-87512ec640b3'::uuid, 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'FRTNLN', 'COS') -ON CONFLICT DO NOTHING; -INSERT INTO public.office -(office_guid, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, geo_organization_unit_code, agency_code) -VALUES('e0ad7fe3-59da-4e1a-a611-46ccf7ea7396'::uuid, 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'FRTSTJN', 'COS') -ON CONFLICT DO NOTHING; -INSERT INTO public.office -(office_guid, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, geo_organization_unit_code, agency_code) -VALUES('643a4ff7-9135-4e6d-86ad-f2f8aac195ef'::uuid, 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'GLDN', 'COS') -ON CONFLICT DO NOTHING; -INSERT INTO public.office -(office_guid, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, geo_organization_unit_code, agency_code) -VALUES('c8aeb3d9-3718-49d9-b8b5-6c84671546eb'::uuid, 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'GDFKS', 'COS') -ON CONFLICT DO NOTHING; -INSERT INTO public.office -(office_guid, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, geo_organization_unit_code, agency_code) -VALUES('a5e2e92e-4928-4dbc-8165-e06234b051c1'::uuid, 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'INVRM', 'COS') -ON CONFLICT DO NOTHING; -INSERT INTO public.office -(office_guid, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, geo_organization_unit_code, agency_code) -VALUES('3a070028-2c6f-4ea9-a548-271cf076280a'::uuid, 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'KMLPS', 'COS') -ON CONFLICT DO NOTHING; -INSERT INTO public.office -(office_guid, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, geo_organization_unit_code, agency_code) -VALUES('21855957-521f-4190-b0f9-a7ab7d139978'::uuid, 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'KLWNA', 'COS') -ON CONFLICT DO NOTHING; -INSERT INTO public.office -(office_guid, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, geo_organization_unit_code, agency_code) -VALUES('33dc58c7-2ebf-4924-93f9-168073058273'::uuid, 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'LLT', 'COS') -ON CONFLICT DO NOTHING; -INSERT INTO public.office -(office_guid, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, geo_organization_unit_code, agency_code) -VALUES('3a4e8fc8-db72-4f02-b5ee-1f257c74a635'::uuid, 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'MKNZI', 'COS') -ON CONFLICT DO NOTHING; -INSERT INTO public.office -(office_guid, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, geo_organization_unit_code, agency_code) -VALUES('e6807e73-f591-459a-b0f7-413f6fb2984e'::uuid, 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'MRRTT', 'COS') -ON CONFLICT DO NOTHING; -INSERT INTO public.office -(office_guid, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, geo_organization_unit_code, agency_code) -VALUES('8f9e10a8-53b5-4125-8d8f-b7fbfdd6ae47'::uuid, 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'MSNCHWK', 'COS') -ON CONFLICT DO NOTHING; -INSERT INTO public.office -(office_guid, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, geo_organization_unit_code, agency_code) -VALUES('491941e6-89a7-473f-b246-a2d8cd21b078'::uuid, 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'MSNMPLRD', 'COS') -ON CONFLICT DO NOTHING; -INSERT INTO public.office -(office_guid, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, geo_organization_unit_code, agency_code) -VALUES('00048dd4-17b0-4fdc-a3fb-54f820970422'::uuid, 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'MSNSR', 'COS') -ON CONFLICT DO NOTHING; -INSERT INTO public.office -(office_guid, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, geo_organization_unit_code, agency_code) -VALUES('6496f00f-5397-470d-90db-490e6859256a'::uuid, 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'NNIMO', 'COS') -ON CONFLICT DO NOTHING; -INSERT INTO public.office -(office_guid, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, geo_organization_unit_code, agency_code) -VALUES('4ff0d641-4c60-4a0a-964e-6e0ac5bfa8de'::uuid, 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'NLSON', 'COS') -ON CONFLICT DO NOTHING; -INSERT INTO public.office -(office_guid, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, geo_organization_unit_code, agency_code) -VALUES('b494082e-35a3-468f-8955-4aa002066b36'::uuid, 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'PNTCTN', 'COS') -ON CONFLICT DO NOTHING; -INSERT INTO public.office -(office_guid, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, geo_organization_unit_code, agency_code) -VALUES('305f0ee6-b525-40fd-b2d8-c7a882e8b7fd'::uuid, 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'PRTALB', 'COS') -ON CONFLICT DO NOTHING; -INSERT INTO public.office -(office_guid, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, geo_organization_unit_code, agency_code) -VALUES('3058b00c-cafd-4eba-a1a4-a989ccff00bf'::uuid, 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'PRTMCNL', 'COS') -ON CONFLICT DO NOTHING; -INSERT INTO public.office -(office_guid, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, geo_organization_unit_code, agency_code) -VALUES('cd101564-6114-49e0-9e87-fa6e4925dbb7'::uuid, 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'PWLRV', 'COS') -ON CONFLICT DO NOTHING; -INSERT INTO public.office -(office_guid, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, geo_organization_unit_code, agency_code) -VALUES('3f474308-68da-450a-b1ab-fb8a5b7a27ce'::uuid, 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'PRCG', 'COS') -ON CONFLICT DO NOTHING; -INSERT INTO public.office -(office_guid, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, geo_organization_unit_code, agency_code) -VALUES('313f4ec3-e88a-41c2-9956-78c7b18cb71d'::uuid, 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'QSNL', 'COS') -ON CONFLICT DO NOTHING; -INSERT INTO public.office -(office_guid, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, geo_organization_unit_code, agency_code) -VALUES('19d0f476-0fc4-4fe1-b7aa-b76d3c2c5b9b'::uuid, 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'SLMONRM', 'COS') -ON CONFLICT DO NOTHING; -INSERT INTO public.office -(office_guid, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, geo_organization_unit_code, agency_code) -VALUES('b74014cf-1d80-4074-97c0-024a422d24f9'::uuid, 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'SCHLT', 'COS') -ON CONFLICT DO NOTHING; -INSERT INTO public.office -(office_guid, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, geo_organization_unit_code, agency_code) -VALUES('cbd8d434-f525-410b-9c3c-119b82a31813'::uuid, 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'SMITHRS', 'COS') -ON CONFLICT DO NOTHING; -INSERT INTO public.office -(office_guid, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, geo_organization_unit_code, agency_code) -VALUES('38105a68-c83d-44e5-af6e-9cfa40792118'::uuid, 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'SQMSHWHS', 'COS') -ON CONFLICT DO NOTHING; -INSERT INTO public.office -(office_guid, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, geo_organization_unit_code, agency_code) -VALUES('0f2cdcb7-c4ba-457d-adac-adde1d8c077a'::uuid, 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'TERRC', 'COS') -ON CONFLICT DO NOTHING; -INSERT INTO public.office -(office_guid, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, geo_organization_unit_code, agency_code) -VALUES('5128179c-f622-499b-b8e5-b39199081f22'::uuid, 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'VNDHF', 'COS') -ON CONFLICT DO NOTHING; -INSERT INTO public.office -(office_guid, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, geo_organization_unit_code, agency_code) -VALUES('1f4d9042-d6a5-46b6-a860-e1de7edb6add'::uuid, 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'VRNON', 'COS') -ON CONFLICT DO NOTHING; -INSERT INTO public.office -(office_guid, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, geo_organization_unit_code, agency_code) -VALUES('45abdc96-1b07-4b9c-8b05-e2b0c46c1d1d'::uuid, 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'VICTRA', 'COS') -ON CONFLICT DO NOTHING; -INSERT INTO public.office -(office_guid, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, geo_organization_unit_code, agency_code) -VALUES('9fc7327b-b206-4a5c-88f1-2875a456eb49'::uuid, 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'WLMSLK', 'COS') -ON CONFLICT DO NOTHING; - - -------------------------- --- Insert PERSON records -------------------------- - -INSERT INTO public.person -(person_guid, first_name, middle_name_1, middle_name_2, last_name, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) -VALUES('4fb86d65-1cd0-429d-a75a-456bf8d60ba3'::uuid, 'Julia', 'R.', NULL, 'McMillan', 'FLYWAY', '2023-06-29 22:16:12.572', 'FLYWAY', '2023-06-29 22:16:12.572') -ON CONFLICT DO NOTHING; -INSERT INTO public.person -(person_guid, first_name, middle_name_1, middle_name_2, last_name, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) -VALUES('6fd73cad-cbc7-49f1-888a-b24dc8abd824'::uuid, 'Neil', NULL, NULL, 'Baskerville-Bridges', 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754') -ON CONFLICT DO NOTHING; -INSERT INTO public.person -(person_guid, first_name, middle_name_1, middle_name_2, last_name, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) -VALUES('5169b4e9-4d93-42bf-b7f4-70f329bfd22c'::uuid, 'Steve', NULL, NULL, 'Kot', 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754') -ON CONFLICT DO NOTHING; -INSERT INTO public.person -(person_guid, first_name, middle_name_1, middle_name_2, last_name, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) -VALUES('7430e049-ac60-441c-a873-ee826a0b0bfc'::uuid, 'Harry', NULL, NULL, 'Olson', 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754') -ON CONFLICT DO NOTHING; -INSERT INTO public.person -(person_guid, first_name, middle_name_1, middle_name_2, last_name, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) -VALUES('8743b973-1945-4227-9402-eacb167889b9'::uuid, 'Vita', NULL, NULL, 'Yates', 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754') -ON CONFLICT DO NOTHING; -INSERT INTO public.person -(person_guid, first_name, middle_name_1, middle_name_2, last_name, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) -VALUES('f017b490-b640-40f4-b563-70e685a7fec2'::uuid, 'Anurupa', NULL, NULL, 'Gupta', 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754') -ON CONFLICT DO NOTHING; -INSERT INTO public.person -(person_guid, first_name, middle_name_1, middle_name_2, last_name, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) -VALUES('659f8758-1b64-4d23-b371-d4c4333c2787'::uuid, 'Barrett', NULL, NULL, 'Falk', 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754') -ON CONFLICT DO NOTHING; -INSERT INTO public.person -(person_guid, first_name, middle_name_1, middle_name_2, last_name, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) -VALUES('c20cc5d4-237c-4559-8091-89caca659bb8'::uuid, 'Chris', NULL, NULL, 'Nesmith', 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754') -ON CONFLICT DO NOTHING; -INSERT INTO public.person -(person_guid, first_name, middle_name_1, middle_name_2, last_name, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) -VALUES('5b9bcbf6-73b4-4b56-8fc3-d979bb3c1ff7'::uuid, 'Mike', NULL, NULL, 'Sears', 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754') -ON CONFLICT DO NOTHING; -INSERT INTO public.person -(person_guid, first_name, middle_name_1, middle_name_2, last_name, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) -VALUES('666c0f30-d707-4ade-b67f-9b888fe234e6'::uuid, 'Alec', NULL, NULL, 'Wilcox', 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754') -ON CONFLICT DO NOTHING; -INSERT INTO public.person -(person_guid, first_name, middle_name_1, middle_name_2, last_name, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) -VALUES('7de151c1-ae52-41c3-834d-d538bbb50cda'::uuid, 'Tobe', NULL, NULL, 'Sprado', 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754') -ON CONFLICT DO NOTHING; -INSERT INTO public.person -(person_guid, first_name, middle_name_1, middle_name_2, last_name, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) -VALUES('03b0b66a-fcd9-4bbf-88c8-d382d51db483'::uuid, 'Jim', NULL, NULL, 'Halpert', 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754') -ON CONFLICT DO NOTHING; -INSERT INTO public.person -(person_guid, first_name, middle_name_1, middle_name_2, last_name, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) -VALUES('5595c1ba-6028-4a33-b20e-7fbcf6129a9c'::uuid, 'Andy', NULL, NULL, 'Bernard', 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754') -ON CONFLICT DO NOTHING; -INSERT INTO public.person -(person_guid, first_name, middle_name_1, middle_name_2, last_name, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) -VALUES('6adcf594-181d-4331-884a-6c16bc982fb0'::uuid, 'Zack', NULL, NULL, 'Morris', 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754') -ON CONFLICT DO NOTHING; -INSERT INTO public.person -(person_guid, first_name, middle_name_1, middle_name_2, last_name, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) -VALUES('04f7755c-e897-486e-97de-c0d17b5fcb1b'::uuid, 'Brock', NULL, NULL, 'Lee', 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754') -ON CONFLICT DO NOTHING; -INSERT INTO public.person -(person_guid, first_name, middle_name_1, middle_name_2, last_name, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) -VALUES('49418234-75fb-45c2-9ad4-b1c2394f3c51'::uuid, 'Tom', NULL, NULL, 'Riddle', 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754') -ON CONFLICT DO NOTHING; -INSERT INTO public.person -(person_guid, first_name, middle_name_1, middle_name_2, last_name, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) -VALUES('91cecf0d-5040-48cf-b2fb-21f510e6cb89'::uuid, 'Jane', NULL, NULL, 'Marple', 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754') -ON CONFLICT DO NOTHING; -INSERT INTO public.person -(person_guid, first_name, middle_name_1, middle_name_2, last_name, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) -VALUES('9a47cdc6-8719-4985-a359-0c0853d7a997'::uuid, 'Nancy', NULL, NULL, 'Drew', 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754') -ON CONFLICT DO NOTHING; -INSERT INTO public.person -(person_guid, first_name, middle_name_1, middle_name_2, last_name, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) -VALUES('18773a32-c737-4fb5-9020-a5da550f06ed'::uuid, 'Jake', NULL, NULL, 'Peralta', 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754') -ON CONFLICT DO NOTHING; -INSERT INTO public.person -(person_guid, first_name, middle_name_1, middle_name_2, last_name, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) -VALUES('1a9a91e1-143d-4b54-82d4-c08137d929f7'::uuid, 'Rick', NULL, NULL, 'Grimes', 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754') -ON CONFLICT DO NOTHING; -INSERT INTO public.person -(person_guid, first_name, middle_name_1, middle_name_2, last_name, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) -VALUES('b4e537e6-7315-4987-b1c3-97c915bb2b43'::uuid, 'Olivia', NULL, NULL, 'Benson', 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754') -ON CONFLICT DO NOTHING; -INSERT INTO public.person -(person_guid, first_name, middle_name_1, middle_name_2, last_name, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) -VALUES('21ff3519-a725-4dfe-91a3-26850c5aafad'::uuid, 'Clancy', NULL, NULL, 'Wiggum', 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754') -ON CONFLICT DO NOTHING; -INSERT INTO public.person -(person_guid, first_name, middle_name_1, middle_name_2, last_name, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) -VALUES('be475d13-ccef-4e41-8a70-556d4154002f'::uuid, 'Hieronymus', NULL, NULL, 'Bosch', 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754') -ON CONFLICT DO NOTHING; -INSERT INTO public.person -(person_guid, first_name, middle_name_1, middle_name_2, last_name, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) -VALUES('6cab95c4-0469-4bbc-be57-ce61e29dd529'::uuid, 'Jessica', NULL, NULL, 'Jones', 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754') -ON CONFLICT DO NOTHING; -INSERT INTO public.person -(person_guid, first_name, middle_name_1, middle_name_2, last_name, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) -VALUES('0c3c7f96-d142-4756-996b-b74179b8b9dd'::uuid, 'John', NULL, NULL, 'McClane', 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754') -ON CONFLICT DO NOTHING; -INSERT INTO public.person -(person_guid, first_name, middle_name_1, middle_name_2, last_name, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) -VALUES('16dc87d5-2034-4d9a-bbf4-3ec0f927d3e8'::uuid, 'ENV', NULL, NULL, 'TestAcct', 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'nr-compliance-enforcement', '2023-06-29 22:16:16.754') -ON CONFLICT DO NOTHING; -INSERT INTO public.person -(person_guid, first_name, middle_name_1, middle_name_2, last_name, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) -VALUES('5a724b5e-aa64-439d-a76d-3aa7320409a0'::uuid, 'Scarlett', NULL, NULL, 'Truong', 'FLYWAY', '2024-01-10 22:16:16.754', 'FLYWAY', '2024-01-10 22:16:16.754') -ON CONFLICT DO NOTHING; -INSERT INTO public.person -(person_guid, first_name, middle_name_1, middle_name_2, last_name, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) -VALUES('74bb4bdd-5944-4a78-a20c-c5b494decc2a'::uuid, 'Dragos', NULL, NULL, 'Vuia', 'FLYWAY', '2024-01-10 22:16:16.754', 'FLYWAY', '2024-01-10 22:16:16.754') -ON CONFLICT DO NOTHING; -INSERT INTO public.person -(person_guid, first_name, middle_name_1, middle_name_2, last_name, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) -VALUES('f67e52f5-ac3f-48e0-ad64-cab1eae51a18'::uuid, 'Dmitri', NULL, NULL, 'Korin', 'FLYWAY', '2024-01-22 22:16:16.754', 'FLYWAY', '2024-01-22 22:16:16.754') -ON CONFLICT DO NOTHING; -INSERT INTO public.person -(person_guid, first_name, middle_name_1, middle_name_2, last_name, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) -VALUES('2ef70e0e-90fe-44ea-8c2a-85e3e5358981'::uuid, 'Stephanie', NULL, NULL, 'Rosinski', 'FLYWAY', '2024-01-22 22:16:16.754', 'FLYWAY', '2024-01-22 22:16:16.754') -ON CONFLICT DO NOTHING; -INSERT INTO public.person -(person_guid, first_name, middle_name_1, middle_name_2, last_name, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) -VALUES('b9d79ff2-8ec4-4f35-bfa6-d19dbdd2d58e'::uuid, 'Adrienne', NULL, NULL, 'Lai', 'FLYWAY', '2024-01-22 22:16:16.754', 'FLYWAY', '2024-01-22 22:16:16.754') -ON CONFLICT DO NOTHING; -INSERT INTO public.person -(person_guid, first_name, middle_name_1, middle_name_2, last_name, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) -VALUES('b48487c2-055a-4711-bba8-282a28e52e69'::uuid, 'Greg', NULL, NULL, 'Lavery', 'FLYWAY', '2024-01-22 22:16:16.754', 'FLYWAY', '2024-01-22 22:16:16.754') -ON CONFLICT DO NOTHING; -INSERT INTO public.person -(person_guid, first_name, middle_name_1, middle_name_2, last_name, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) -VALUES('17439e37-ca97-4031-a009-b23ca58c21e1'::uuid, 'Jeremy', NULL, NULL, 'Dunsdon', 'FLYWAY', '2024-01-22 22:16:16.754', 'FLYWAY', '2024-01-22 22:16:16.754') -ON CONFLICT DO NOTHING; - - -------------------------- --- INSERT OFFICER RECORDS -------------------------- - -INSERT INTO public.officer -(officer_guid, user_id, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, person_guid, office_guid, auth_user_guid) -VALUES('3eac2028-9e13-4a7f-af07-f0b8264f32c4'::uuid, 'VYATES', 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', '8743b973-1945-4227-9402-eacb167889b9'::uuid, '2044f08d-b53c-489a-8584-dd867b63514a'::uuid, NULL) -ON CONFLICT DO NOTHING; -INSERT INTO public.officer -(officer_guid, user_id, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, person_guid, office_guid, auth_user_guid) -VALUES('e2fa0f29-7ddd-4496-96d2-6e045297a2b5'::uuid, 'AGUPTA', 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', 'f017b490-b640-40f4-b563-70e685a7fec2'::uuid, '21855957-521f-4190-b0f9-a7ab7d139978'::uuid, NULL) -ON CONFLICT DO NOTHING; -INSERT INTO public.officer -(officer_guid, user_id, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, person_guid, office_guid, auth_user_guid) -VALUES('6d3b09a9-867b-40d5-93d2-ea9e4951544f'::uuid, 'CNESMITH', 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', 'c20cc5d4-237c-4559-8091-89caca659bb8'::uuid, 'cdd9964e-7878-44c1-b4a2-0290c6345dec'::uuid, NULL) -ON CONFLICT DO NOTHING; -INSERT INTO public.officer -(officer_guid, user_id, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, person_guid, office_guid, auth_user_guid) -VALUES('65dbad8b-790a-43cb-b394-c8019f4c86e2'::uuid, 'M2SEARS', 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', '5b9bcbf6-73b4-4b56-8fc3-d979bb3c1ff7'::uuid, 'db343458-8eca-42c2-91ec-070b3e6de663'::uuid, NULL) -ON CONFLICT DO NOTHING; -INSERT INTO public.officer -(officer_guid, user_id, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, person_guid, office_guid, auth_user_guid) -VALUES('84ac75b9-c584-4f55-a70c-6fa35c8efde4'::uuid, 'TSPRADO', 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', '7de151c1-ae52-41c3-834d-d538bbb50cda'::uuid, 'b494082e-35a3-468f-8955-4aa002066b36'::uuid, NULL) -ON CONFLICT DO NOTHING; -INSERT INTO public.officer -(officer_guid, user_id, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, person_guid, office_guid, auth_user_guid) -VALUES('6f3e52b6-97aa-457d-999e-e36392e2eadd'::uuid, 'JHALPERT', 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', '03b0b66a-fcd9-4bbf-88c8-d382d51db483'::uuid, '643a4ff7-9135-4e6d-86ad-f2f8aac195ef'::uuid, NULL) -ON CONFLICT DO NOTHING; -INSERT INTO public.officer -(officer_guid, user_id, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, person_guid, office_guid, auth_user_guid) -VALUES('3cd1512d-53db-4cce-82d8-71e57de735df'::uuid, 'ABERNARD', 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', '5595c1ba-6028-4a33-b20e-7fbcf6129a9c'::uuid, '19addcac-91b2-4ab3-83b9-9a26baa1e635'::uuid, NULL) -ON CONFLICT DO NOTHING; -INSERT INTO public.officer -(officer_guid, user_id, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, person_guid, office_guid, auth_user_guid) -VALUES('2fcf06cf-675a-40eb-9ff6-8ea125147b4a'::uuid, 'ZMORRIS', 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', '6adcf594-181d-4331-884a-6c16bc982fb0'::uuid, 'edd4b298-ced7-4b10-9232-87512ec640b3'::uuid, NULL) -ON CONFLICT DO NOTHING; -INSERT INTO public.officer -(officer_guid, user_id, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, person_guid, office_guid, auth_user_guid) -VALUES('b5053585-cd8e-4392-b0a7-bc9d6ba7a1cd'::uuid, 'BLEE', 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', '04f7755c-e897-486e-97de-c0d17b5fcb1b'::uuid, '92bad201-cccc-4021-9c79-bbdcf13947f2'::uuid, NULL) -ON CONFLICT DO NOTHING; -INSERT INTO public.officer -(officer_guid, user_id, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, person_guid, office_guid, auth_user_guid) -VALUES('e3898d0e-8152-43df-9c71-8b173158dcaf'::uuid, 'TRIDDLE', 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', '49418234-75fb-45c2-9ad4-b1c2394f3c51'::uuid, '5c7023b9-710e-4333-bbcb-8a95350b747c'::uuid, NULL) -ON CONFLICT DO NOTHING; -INSERT INTO public.officer -(officer_guid, user_id, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, person_guid, office_guid, auth_user_guid) -VALUES('c325ec8f-98d6-4720-a339-bf08f21eeb64'::uuid, 'JMARPLE', 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', '91cecf0d-5040-48cf-b2fb-21f510e6cb89'::uuid, '55d7b990-8123-492f-8b5b-7cbbd14ac423'::uuid, NULL) -ON CONFLICT DO NOTHING; -INSERT INTO public.officer -(officer_guid, user_id, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, person_guid, office_guid, auth_user_guid) -VALUES('041430a7-d485-42a9-bda6-7e96b5b71fb3'::uuid, 'NDREW', 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', '9a47cdc6-8719-4985-a359-0c0853d7a997'::uuid, '491941e6-89a7-473f-b246-a2d8cd21b078'::uuid, NULL) -ON CONFLICT DO NOTHING; -INSERT INTO public.officer -(officer_guid, user_id, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, person_guid, office_guid, auth_user_guid) -VALUES('eb27498b-4d7f-4873-98ce-4ddafa65c4b7'::uuid, 'JPERALTA', 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', '18773a32-c737-4fb5-9020-a5da550f06ed'::uuid, '8f9e10a8-53b5-4125-8d8f-b7fbfdd6ae47'::uuid, NULL) -ON CONFLICT DO NOTHING; -INSERT INTO public.officer -(officer_guid, user_id, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, person_guid, office_guid, auth_user_guid) -VALUES('af70aeb7-2a6b-45a6-b722-926ebec005b5'::uuid, 'RGRIMES', 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', '1a9a91e1-143d-4b54-82d4-c08137d929f7'::uuid, '38105a68-c83d-44e5-af6e-9cfa40792118'::uuid, NULL) -ON CONFLICT DO NOTHING; -INSERT INTO public.officer -(officer_guid, user_id, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, person_guid, office_guid, auth_user_guid) -VALUES('a90768f2-ba0e-4786-a68d-1f8b80368e9f'::uuid, 'OBENSON', 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', 'b4e537e6-7315-4987-b1c3-97c915bb2b43'::uuid, 'cd101564-6114-49e0-9e87-fa6e4925dbb7'::uuid, NULL) -ON CONFLICT DO NOTHING; -INSERT INTO public.officer -(officer_guid, user_id, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, person_guid, office_guid, auth_user_guid) -VALUES('7c4ad99d-0518-4a83-b12d-984d7c25beeb'::uuid, 'CWIGGUM', 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', '21ff3519-a725-4dfe-91a3-26850c5aafad'::uuid, '3a070028-2c6f-4ea9-a548-271cf076280a'::uuid, NULL) -ON CONFLICT DO NOTHING; -INSERT INTO public.officer -(officer_guid, user_id, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, person_guid, office_guid, auth_user_guid) -VALUES('5fa38f7d-cd7a-4c1b-b33b-dbac97444225'::uuid, 'HBOSCH', 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', 'be475d13-ccef-4e41-8a70-556d4154002f'::uuid, '6496f00f-5397-470d-90db-490e6859256a'::uuid, NULL) -ON CONFLICT DO NOTHING; -INSERT INTO public.officer -(officer_guid, user_id, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, person_guid, office_guid, auth_user_guid) -VALUES('ce3a7c05-1ece-452c-a5a4-3e8fb5c3f1f4'::uuid, 'JJONES', 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', '6cab95c4-0469-4bbc-be57-ce61e29dd529'::uuid, '3338cb74-5be4-4ed3-8b11-41f83d72de00'::uuid, NULL) -ON CONFLICT DO NOTHING; -INSERT INTO public.officer -(officer_guid, user_id, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, person_guid, office_guid, auth_user_guid) -VALUES('60f9326f-7264-42f0-a80d-f0a33fcfabf6'::uuid, 'JMCCLANE', 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', '0c3c7f96-d142-4756-996b-b74179b8b9dd'::uuid, 'f7065a6e-2481-4526-b874-6ab98009481d'::uuid, NULL) -ON CONFLICT DO NOTHING; -INSERT INTO public.officer -(officer_guid, user_id, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, person_guid, office_guid, auth_user_guid) -VALUES('54892583-7013-48f5-87c8-90c19f95b395'::uuid, 'BFALK', 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', '659f8758-1b64-4d23-b371-d4c4333c2787'::uuid, '313f4ec3-e88a-41c2-9956-78c7b18cb71d'::uuid, '6def8986-1b18-4205-8283-d6fd633b3eee'::uuid) -ON CONFLICT DO NOTHING; -INSERT INTO public.officer -(officer_guid, user_id, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, person_guid, office_guid, auth_user_guid) -VALUES('b762fbc2-344f-4c53-a8c2-6b0b9f605d4b'::uuid, 'SKOT', 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', '5169b4e9-4d93-42bf-b7f4-70f329bfd22c'::uuid, 'b494082e-35a3-468f-8955-4aa002066b36'::uuid, '98b121c7-873a-45bf-b465-749870896eb9'::uuid) -ON CONFLICT DO NOTHING; -INSERT INTO public.officer -(officer_guid, user_id, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, person_guid, office_guid, auth_user_guid) -VALUES('7fe1cc4e-fc73-412e-9c0e-3f3fec364aac'::uuid, 'HOLSON', 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', '7430e049-ac60-441c-a873-ee826a0b0bfc'::uuid, 'aebabfed-cf45-4253-9fbf-f49452190332'::uuid, '92a81ac4-d767-414f-a759-b0be2373a072'::uuid) -ON CONFLICT DO NOTHING; -INSERT INTO public.officer -(officer_guid, user_id, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, person_guid, office_guid, auth_user_guid) -VALUES('efcbaae4-505b-4db3-b036-7ec8b8dd8c6d'::uuid, 'NBASKERV', 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', '6fd73cad-cbc7-49f1-888a-b24dc8abd824'::uuid, 'c8aeb3d9-3718-49d9-b8b5-6c84671546eb'::uuid, 'ef0bc810-58a7-4080-ad7a-b5bbdd0d2efe'::uuid) -ON CONFLICT DO NOTHING; -INSERT INTO public.officer -(officer_guid, user_id, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, person_guid, office_guid, auth_user_guid) -VALUES('9d171865-aab6-43d1-bbf2-93b4d4c5ba02'::uuid, 'AWILCOX', 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', '666c0f30-d707-4ade-b67f-9b888fe234e6'::uuid, '9fc7327b-b206-4a5c-88f1-2875a456eb49'::uuid, '287d4e72-8409-4dd1-991a-8b1117b8eb2a'::uuid) -ON CONFLICT DO NOTHING; -INSERT INTO public.officer -(officer_guid, user_id, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, person_guid, office_guid, auth_user_guid) -VALUES('fc91b041-7f1b-46e9-8c07-0813bb656a7f'::uuid, 'ENCETST1', 'nr-compliance-enforcement', '2023-06-29 22:16:16.754', 'nr-compliance-enforcement', '2023-06-29 22:20:48.186', '16dc87d5-2034-4d9a-bbf4-3ec0f927d3e8'::uuid, '79fe321b-7716-413f-b878-c5fd6100317d'::uuid, '0cf857a2-28a3-4867-af0f-d59449243057'::uuid) -ON CONFLICT DO NOTHING; -INSERT INTO public.officer -(officer_guid, user_id, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, person_guid, office_guid) -VALUES('a534a1e0-bebc-499d-ba4b-eb5ed0726f26'::uuid, 'STRUONG', 'FLYWAY', '2024-01-10 22:16:16.754', 'FLYWAY', '2024-01-10 22:20:48.186', '5a724b5e-aa64-439d-a76d-3aa7320409a0'::uuid, '3f474308-68da-450a-b1ab-fb8a5b7a27ce'::uuid) -ON CONFLICT DO NOTHING; -INSERT INTO public.officer -(officer_guid, user_id, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, person_guid, office_guid) -VALUES('3fc8a9db-e085-4461-bce2-b05462b79794'::uuid, 'DVUIA', 'FLYWAY', '2024-01-10 22:16:16.754', 'FLYWAY', '2024-01-10 22:20:48.186', '74bb4bdd-5944-4a78-a20c-c5b494decc2a'::uuid, '3f474308-68da-450a-b1ab-fb8a5b7a27ce'::uuid) -ON CONFLICT DO NOTHING; -INSERT INTO public.officer -(officer_guid, user_id, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, person_guid, office_guid) -VALUES('56582c3c-6819-43c8-8d89-8e43823500c3'::uuid, 'DKORIN', 'FLYWAY', '2024-01-22 22:16:16.754', 'FLYWAY', '2024-01-22 22:20:48.186', 'f67e52f5-ac3f-48e0-ad64-cab1eae51a18'::uuid, '79fe321b-7716-413f-b878-c5fd6100317d'::uuid) -ON CONFLICT DO NOTHING; -INSERT INTO public.officer -(officer_guid, user_id, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, person_guid, office_guid) -VALUES('a0b7c3ea-a021-4bf5-904f-54bd6b4d4c76'::uuid, 'SROSINSK', 'FLYWAY', '2024-01-22 22:16:16.754', 'FLYWAY', '2024-01-22 22:20:48.186', '2ef70e0e-90fe-44ea-8c2a-85e3e5358981'::uuid, '3f474308-68da-450a-b1ab-fb8a5b7a27ce'::uuid) -ON CONFLICT DO NOTHING; -INSERT INTO public.officer -(officer_guid, user_id, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, person_guid, office_guid) -VALUES('d148bfc7-b41a-474c-a04e-7218a840daea'::uuid, 'ADLAI', 'FLYWAY', '2024-01-22 22:16:16.754', 'FLYWAY', '2024-01-22 22:20:48.186', 'b9d79ff2-8ec4-4f35-bfa6-d19dbdd2d58e'::uuid, '79fe321b-7716-413f-b878-c5fd6100317d'::uuid) -ON CONFLICT DO NOTHING; -INSERT INTO public.officer -(officer_guid, user_id, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, person_guid, office_guid) -VALUES('880e237a-a422-4443-a58d-22e5380be86a'::uuid, 'GRLAVERY', 'FLYWAY', '2024-01-22 22:16:16.754', 'FLYWAY', '2024-01-22 22:20:48.186', 'b48487c2-055a-4711-bba8-282a28e52e69'::uuid, 'c3d8519c-73cb-48a1-8058-358883d5ef4f'::uuid) -ON CONFLICT DO NOTHING; -INSERT INTO public.officer -(officer_guid, user_id, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, person_guid, office_guid) -VALUES('623fbd02-dff5-4d45-9ab3-f0acbe8d83ed'::uuid, 'JXDUNSDO', 'FLYWAY', '2024-01-22 22:16:16.754', 'FLYWAY', '2024-01-22 22:20:48.186', '17439e37-ca97-4031-a009-b23ca58c21e1'::uuid, '5128179c-f622-499b-b8e5-b39199081f22'::uuid) -ON CONFLICT DO NOTHING; --------------------------------- ---- Scatter our team throughout the province for testing ---- Note that this script runs after the seed data script (which runs in prod) and moves us out of COSH ---- back to the original office --------------------------------- - - -UPDATE public.officer SET office_guid = '79fe321b-7716-413f-b878-c5fd6100317d' WHERE user_id='ENCETST1'; -UPDATE public.officer SET office_guid = '79fe321b-7716-413f-b878-c5fd6100317d' WHERE user_id='ADLAI'; -UPDATE public.officer SET office_guid = '79fe321b-7716-413f-b878-c5fd6100317d' WHERE user_id='DKORIN'; -UPDATE public.officer SET office_guid = '3f474308-68da-450a-b1ab-fb8a5b7a27ce' WHERE user_id='STRUONG'; -UPDATE public.officer SET office_guid = '9fc7327b-b206-4a5c-88f1-2875a456eb49' WHERE user_id='AWILCOX'; -UPDATE public.officer SET office_guid = 'c8aeb3d9-3718-49d9-b8b5-6c84671546eb' WHERE user_id='NBASKERV'; -UPDATE public.officer SET office_guid = 'b494082e-35a3-468f-8955-4aa002066b36' WHERE user_id='SKOT'; -UPDATE public.officer SET office_guid = '313f4ec3-e88a-41c2-9956-78c7b18cb71d' WHERE user_id='BFALK'; -UPDATE public.officer SET office_guid = 'db343458-8eca-42c2-91ec-070b3e6de663' WHERE user_id='TSPRADO'; -UPDATE public.officer SET office_guid = 'db343458-8eca-42c2-91ec-070b3e6de663' WHERE user_id='M2SEARS'; -UPDATE public.officer SET office_guid = '79fe321b-7716-413f-b878-c5fd6100317d' WHERE user_id='GRLAVERY'; - -------------------------- --- INSERT COMPLAINT RECORDS -------------------------- - -INSERT INTO public.complaint -(complaint_identifier, detail_text, caller_name, caller_address, caller_email, caller_phone_1, caller_phone_2, caller_phone_3, location_summary_text, location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp, reported_by_other_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, reported_by_code, owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) -VALUES('23-000078', 'RCMP relaying a report of a deer stuck in the COM’s tree. Deer’s hoof is caught in the V, deer is dangling upside down – believe shoulder is dislocated. LVM Sgt Melenka Briefed CO Krenz', 'Dorothy Ann', '435 Fake St', 'test@gmail.com', NULL, NULL, NULL, NULL, 'detailed text 4', '2022-12-23 08:57:00.000', '2023-01-10 09:12:00.000', NULL, 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', 'BCWF', 'COS', 'OPEN', 'KELLYCRK', 'SRID=4326;POINT (0 0)'::public.geometry) -ON CONFLICT DO NOTHING; -INSERT INTO public.complaint -(complaint_identifier, detail_text, caller_name, caller_address, caller_email, caller_phone_1, caller_phone_2, caller_phone_3, location_summary_text, location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp, reported_by_other_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, reported_by_code, owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) -VALUES('23-000080', 'Calling to report a black bear that comes through the area at night. It has been getting into garbages that have been left unsecured. Hoping a CO can come round to advise neighbour''s that they need to get their garbages locked up.', 'Annonymous', '433 Fake St', NULL, NULL, NULL, NULL, '373 Front Street', 'detailed text 2', '2022-12-27 09:03:00.000', '2023-01-08 09:12:00.000', NULL, 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', NULL, 'COS', 'OPEN', 'KASLOBC', 'SRID=4326;POINT (0 0)'::public.geometry) -ON CONFLICT DO NOTHING; -INSERT INTO public.complaint -(complaint_identifier, detail_text, caller_name, caller_address, caller_email, caller_phone_1, caller_phone_2, caller_phone_3, location_summary_text, location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp, reported_by_other_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, reported_by_code, owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) -VALUES('23-000081', 'Calling to report a young deer, looked to be struggling to stand and walk but still mobile. Possibly hit by a car.', NULL, '432 Fake St', NULL, NULL, NULL, NULL, 'Kanaka Station Rd', 'detailed text 1', '2022-12-29 09:06:00.000', '2023-01-07 09:12:00.000', NULL, 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', NULL, 'COS', 'OPEN', 'KANAKABR', 'SRID=4326;POINT (0 0)'::public.geometry) -ON CONFLICT DO NOTHING; -INSERT INTO public.complaint -(complaint_identifier, detail_text, caller_name, caller_address, caller_email, caller_phone_1, caller_phone_2, caller_phone_3, location_summary_text, location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp, reported_by_other_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, reported_by_code, owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) -VALUES('23-000082', 'COM reporting she saw a bobcat when checking on her property 2 days ago.', 'Joanne Jackson', '1234 Merritt Avenue', NULL, '250-315-1234', NULL, NULL, 'unit 8 1226 McMillan Rd, Merritt, BC', NULL, '2022-12-31 09:09:00.000', '2023-01-06 09:12:00.000', NULL, 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', NULL, 'COS', 'OPEN', 'MERRITT', 'SRID=4326;POINT (-120.7893375 50.1035589)'::public.geometry) -ON CONFLICT DO NOTHING; -INSERT INTO public.complaint -(complaint_identifier, detail_text, caller_name, caller_address, caller_email, caller_phone_1, caller_phone_2, caller_phone_3, location_summary_text, location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp, reported_by_other_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, reported_by_code, owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) -VALUES('23-000083', 'There is a deer with a large chunk of meat missing from its side with hide hanging. A number of golfing members have reported it. The deer has been around for 2-3 days. The deer is moving slowly around the golf course.', 'Daren Douglas', '1234 Oak Bay Avenue', 'daren@shaw.ca', '403-559-1234', NULL, NULL, '1990 Oak Bay Avenue', NULL, '2023-01-02 09:12:00.000', '2023-01-05 09:12:00.000', 'Victoria Golf Club', 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', 'OTHER', 'COS', 'OPEN', 'OAKBAY', 'SRID=4326;POINT (0 0)'::public.geometry) -ON CONFLICT DO NOTHING; -INSERT INTO public.complaint -(complaint_identifier, detail_text, caller_name, caller_address, caller_email, caller_phone_1, caller_phone_2, caller_phone_3, location_summary_text, location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp, reported_by_other_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, reported_by_code, owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) -VALUES('23-000076', 'Calling to report a black bear getting into the garbage on a regular basis. Also wanted to confirm that residents of the trailer home park could call to report sightings themselves', 'Phoebe', '437 Fake St', 'tester@gmail.com', '250-556-1234', NULL, NULL, '644 Pine Street', NULL, '2022-12-19 08:51:00.000', '2023-01-12 09:12:00.000', NULL, 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', 'COS', 'COS', 'OPEN', 'KAMLOOPS', 'SRID=4326;POINT (0 0)'::public.geometry) -ON CONFLICT DO NOTHING; -INSERT INTO public.complaint -(complaint_identifier, detail_text, caller_name, caller_address, caller_email, caller_phone_1, caller_phone_2, caller_phone_3, location_summary_text, location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp, reported_by_other_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, reported_by_code, owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) -VALUES('AC-17789', 'test2', 'Chris', '1264 Disco Rd.', 'test@test.ca', '(250)-555-3425', '(250)-555-3425', '(250)-555-3425', NULL, 'detail_text', '2023-02-22 00:00:00.000', '2023-02-22 00:00:00.000', 'other text', 'chris', '2023-06-29 22:16:16.754', 'chris', '2023-06-29 22:16:16.754', NULL, 'COS', 'OPEN', 'KAMLOOPS', 'SRID=4326;POINT (-127.4810142 50.4217838)'::public.geometry) -ON CONFLICT DO NOTHING; -INSERT INTO public.complaint -(complaint_identifier, detail_text, caller_name, caller_address, caller_email, caller_phone_1, caller_phone_2, caller_phone_3, location_summary_text, location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp, reported_by_other_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, reported_by_code, owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) -VALUES('23-000079', 'COM was walking their dog near Douglas park – observed a cougar near Heather st. Cougar fled COM, deeper into bushes LVM CO Ford Briefed Sgt Gravel', 'Wanda', '434 Fake St', NULL, '250-554-1234', '250-554-1235', '250-554-1236', 'Keats Campground', 'detailed text 3', '2022-12-25 09:00:00.000', '2023-01-09 09:12:00.000', NULL, 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', NULL, 'COS', 'OPEN', 'KEATSISL', 'SRID=4326;POINT (0 0)'::public.geometry) -ON CONFLICT DO NOTHING; -INSERT INTO public.complaint -(complaint_identifier, detail_text, caller_name, caller_address, caller_email, caller_phone_1, caller_phone_2, caller_phone_3, location_summary_text, location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp, reported_by_other_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, reported_by_code, owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) -VALUES('23-000075', 'Caller reporting a young deer that has an injured back leg. Caller said it has a bent back leg and it using some weight on it.', 'Arnold', '438 Fake St', NULL, NULL, NULL, NULL, '3087 Hammond Bay Road', NULL, '2022-12-17 08:48:00.000', '2023-01-13 09:12:00.000', NULL, 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', 'DFO', 'COS', 'OPEN', 'NANAIMO', 'SRID=4326;POINT (0 0)'::public.geometry) -ON CONFLICT DO NOTHING; -INSERT INTO public.complaint -(complaint_identifier, detail_text, caller_name, caller_address, caller_email, caller_phone_1, caller_phone_2, caller_phone_3, location_summary_text, location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp, reported_by_other_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, reported_by_code, owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) -VALUES('23-006875', 'On Mar 28, 2023 at 1645 hrs I observed Lean Bean Miller''s truck (see photo) hauling a load of poultry slaughter waste along Doran Rd heading north to Hillbank Rd. I have followed this truck in past from the Island Farmhouse Poultry facility to 4035 Hillbank Road and can attest that this is the route this truck takes to dump its loads of slaughter waste. Last month both Island Farmhouse Poultry Ltd. and GT Farms were told by the Ministry to ''Immediately cease disposing of any processing waste that comes from poultry not reared, kept or slaughtered at Miller properties.'' The most recent Ministry Inspection reports, UA202814 and AG144737, both stated that this unauthorized waste disposal must be ceased immediately. Its time for the Ministry to involve the Conservation Officer Service and to start taking regulations enforcement seriously. ', 'Dalton Campbell', '1234 Doran Road, Cobble Hill, BC V0R 1L5 ', 'dalton.campbell@shaw.ca', '250-743-1331', NULL, NULL, '3550 Watson Ave', 'In a Van down by the River', '2023-03-29 07:24:00.000', '2023-03-29 07:24:00.000', 'Caller', 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', 'OTHER', 'COS', 'OPEN', 'COBBLHIL', 'SRID=4326;POINT (-127.4810142 50.4217838)'::public.geometry) -ON CONFLICT DO NOTHING; -INSERT INTO public.complaint -(complaint_identifier, detail_text, caller_name, caller_address, caller_email, caller_phone_1, caller_phone_2, caller_phone_3, location_summary_text, location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp, reported_by_other_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, reported_by_code, owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) -VALUES('23-006876', 'Caller reporting burning issue beside his property. Neighbor''s burning off pruned branches which has gassed out the neighborhood due to the smoldering smoke. Caller advises cherry orchard has been burning a pruned branches for seven days now has never fully been extinguished. Caller advised fire was started on Tuesday March 21 and burnt down to smoldering fire, however then was restoked following day and has repeated this up until yesterday March 27. Caller believes yesterday March 27 was the last of the pruning''s being burnt. Caller advised they stoke the fire and leave it unattended. Caller advised was cleaning up ash off his back patio and off BBQ. Caller reported the fire is still smoldering and is worried they are burning to long. ***Caller would like CO call back with update*** ', 'Annonymous', NULL, NULL, '555-555-5555', NULL, NULL, '6618 Drake Street', 'tester call description1', '2023-03-30 07:24:00.000', '2023-03-22 07:24:00.000', NULL, 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', NULL, 'COS', 'OPEN', 'CRANBRRY', 'SRID=4326;POINT (0 0)'::public.geometry) -ON CONFLICT DO NOTHING; -INSERT INTO public.complaint -(complaint_identifier, detail_text, caller_name, caller_address, caller_email, caller_phone_1, caller_phone_2, caller_phone_3, location_summary_text, location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp, reported_by_other_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, reported_by_code, owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) -VALUES('23-006877', 'Caller advises that the owner of a rental house has chickens that are attracting wildlife (Hawks, Horned Owls). They report that the owner has put out rat poison for rats that have been attracted and that there have been Horned Owls die in the area. The Caller also reports that last week a Hawk swooped down and picked up a chicken and that their daughter and a tenant at the house scared it away when it attempted a second time.', NULL, NULL, NULL, NULL, NULL, NULL, '1800 2A St South', NULL, '2023-03-31 07:24:00.000', '2023-03-12 07:24:00.000', NULL, 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', NULL, 'COS', 'OPEN', 'CRANBRK', 'SRID=4326;POINT (0 0)'::public.geometry) -ON CONFLICT DO NOTHING; -INSERT INTO public.complaint -(complaint_identifier, detail_text, caller_name, caller_address, caller_email, caller_phone_1, caller_phone_2, caller_phone_3, location_summary_text, location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp, reported_by_other_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, reported_by_code, owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) -VALUES('23-000068', 'Caller reported seeing glowing green eyes from the creek. Caller heard growling when came something came up on his deck. The neighbor''s put garbage on his deck while he was in the hospital. There were two glowing green eyes.', 'Mikey', '445 Fake St', NULL, NULL, NULL, NULL, 'Peters Rd', NULL, '2022-12-03 08:27:00.000', '2023-01-20 09:12:00.000', NULL, 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', NULL, 'COS', 'OPEN', 'ROSENLK', 'SRID=4326;POINT (0 0)'::public.geometry) -ON CONFLICT DO NOTHING; -INSERT INTO public.complaint -(complaint_identifier, detail_text, caller_name, caller_address, caller_email, caller_phone_1, caller_phone_2, caller_phone_3, location_summary_text, location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp, reported_by_other_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, reported_by_code, owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) -VALUES('23-000072', 'Caller reporting an injured deer. Caller said it is laying down and then it got up and has a broken leg. Caller looked outside again and it had move about 10 feet. caller thinks it was hit by a car recently.', 'Ralphie', '441 Fake St', NULL, NULL, NULL, NULL, '651 Nicola Street', NULL, '2022-12-11 08:39:00.000', '2023-01-16 09:12:00.000', NULL, 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', 'LE', 'COS', 'OPEN', 'KAMLOOPS', 'SRID=4326;POINT (0 0)'::public.geometry) -ON CONFLICT DO NOTHING; -INSERT INTO public.complaint -(complaint_identifier, detail_text, caller_name, caller_address, caller_email, caller_phone_1, caller_phone_2, caller_phone_3, location_summary_text, location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp, reported_by_other_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, reported_by_code, owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) -VALUES('23-000073', 'Caller reported a cougar that has been coming for their garbage for the past month.', 'Tim', '440 Fake St', NULL, '250-555-1234', NULL, NULL, '765 Ritchie Ave', NULL, '2022-12-13 08:42:00.000', '2023-01-15 09:12:00.000', NULL, 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', 'CEB', 'COS', 'OPEN', 'NARAMA', 'SRID=4326;POINT (0 0)'::public.geometry) -ON CONFLICT DO NOTHING; -INSERT INTO public.complaint -(complaint_identifier, detail_text, caller_name, caller_address, caller_email, caller_phone_1, caller_phone_2, caller_phone_3, location_summary_text, location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp, reported_by_other_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, reported_by_code, owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) -VALUES('23-000074', 'A Moose is stuck in the river outfall pond – exhausted and stuck in the pond muck. No colour codes, COs called in order: Briefed CO Adams', 'Carlos', '439 Fake St', NULL, NULL, NULL, NULL, '2424 Arlington Road', NULL, '2022-12-15 08:45:00.000', '2023-01-14 09:12:00.000', NULL, 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', 'EPO', 'COS', 'OPEN', 'NANOBAY', 'SRID=4326;POINT (0 0)'::public.geometry) -ON CONFLICT DO NOTHING; -INSERT INTO public.complaint -(complaint_identifier, detail_text, caller_name, caller_address, caller_email, caller_phone_1, caller_phone_2, caller_phone_3, location_summary_text, location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp, reported_by_other_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, reported_by_code, owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) -VALUES('23-006890', 'Caller advised dealing with on going coyote problem from last year. Caller believes someone is feeding the coyotes again. *** Caller is requesting a CO callback ***', 'Brady', '137 fake st', NULL, '555-555-5567', NULL, NULL, 'Turnoff to Underwood Rd', 'tester call description 10', '2023-04-13 07:24:00.000', '2023-04-12 07:24:00.000', NULL, 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', 'DFO', 'COS', 'OPEN', 'DARFIELD', 'SRID=4326;POINT (0 0)'::public.geometry) -ON CONFLICT DO NOTHING; -INSERT INTO public.complaint -(complaint_identifier, detail_text, caller_name, caller_address, caller_email, caller_phone_1, caller_phone_2, caller_phone_3, location_summary_text, location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp, reported_by_other_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, reported_by_code, owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) -VALUES('23-006891', 'Caller’s neighbour has constructed a diversion in the creek (fishbearing), which has become clogged with debris. Neighbour is unresponsive to conversation', 'Kevin', '138 fake st', NULL, '555-555-5568', NULL, NULL, '4660 Westly Rd', 'tester call description 11', '2023-04-14 07:24:00.000', '2023-04-13 07:24:00.000', NULL, 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', 'EPO', 'COS', 'OPEN', 'DAVISBAY', 'SRID=4326;POINT (0 0)'::public.geometry) -ON CONFLICT DO NOTHING; -INSERT INTO public.complaint -(complaint_identifier, detail_text, caller_name, caller_address, caller_email, caller_phone_1, caller_phone_2, caller_phone_3, location_summary_text, location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp, reported_by_other_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, reported_by_code, owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) -VALUES('23-000067', 'Caller was driving a snow plow and his a moose. Moose was knocked into the ditch and was still breathing.', NULL, '446 Fake St', NULL, NULL, NULL, NULL, '2099 Washington St', NULL, '2022-12-01 08:24:00.000', '2023-01-21 09:12:00.000', NULL, 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', NULL, 'COS', 'OPEN', 'ROSSLND', 'SRID=4326;POINT (0 0)'::public.geometry) -ON CONFLICT DO NOTHING; -INSERT INTO public.complaint -(complaint_identifier, detail_text, caller_name, caller_address, caller_email, caller_phone_1, caller_phone_2, caller_phone_3, location_summary_text, location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp, reported_by_other_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, reported_by_code, owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) -VALUES('23-000069', 'Advises that they received an email from a citizen last night about a deer with a broken leg laying down beside the train tracks.', 'Janet', '444 Fake St', NULL, NULL, NULL, NULL, '601 Nicola Street', NULL, '2022-12-05 08:30:00.000', '2023-01-19 09:12:00.000', 'test text', 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', NULL, 'COS', 'OPEN', 'KAMLOOPS', 'SRID=4326;POINT (0 0)'::public.geometry) -ON CONFLICT DO NOTHING; -INSERT INTO public.complaint -(complaint_identifier, detail_text, caller_name, caller_address, caller_email, caller_phone_1, caller_phone_2, caller_phone_3, location_summary_text, location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp, reported_by_other_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, reported_by_code, owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) -VALUES('23-000071', 'Caller has had three cougars coming under their sun deck for the past week. They come along the beach. Last sighting was about 06:30 DEC 31.', 'Valerie', '442 Fake St', NULL, NULL, NULL, NULL, 'Parson River Crossing', NULL, '2022-12-09 08:36:00.000', '2023-01-17 09:12:00.000', NULL, 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', 'OTHER', 'COS', 'OPEN', 'PARSON', 'SRID=4326;POINT (0 0)'::public.geometry) -ON CONFLICT DO NOTHING; -INSERT INTO public.complaint -(complaint_identifier, detail_text, caller_name, caller_address, caller_email, caller_phone_1, caller_phone_2, caller_phone_3, location_summary_text, location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp, reported_by_other_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, reported_by_code, owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) -VALUES('23-006889', 'Originally left on COS district voicemail March 25, 2023 at 10:25 hours and called directly on March 27, 2023 at 1:27 hours. COM is saying neighbor is leaving carcasses of farm animals on 20 acres next to his property. COM has spoken previously with SGT as this occurs yearly. COM is concerned this is attracting dangerous wildlife. ', 'Cam', '136 fake st', NULL, '555-555-5566', NULL, NULL, '512 Red Barn Road', 'tester call description 9', '2023-04-12 07:24:00.000', '2023-04-11 07:24:00.000', NULL, 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', 'COS', 'COS', 'OPEN', 'DARCY', 'SRID=4326;POINT (0 0)'::public.geometry) -ON CONFLICT DO NOTHING; -INSERT INTO public.complaint -(complaint_identifier, detail_text, caller_name, caller_address, caller_email, caller_phone_1, caller_phone_2, caller_phone_3, location_summary_text, location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp, reported_by_other_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, reported_by_code, owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) -VALUES('23-000070', 'Elkview Gate house. Mine site. Might need to be dispatched and they do not have that capability on site. Caller reporting it can not move and there is coyotes trying to eat it.', 'Liz', '443 Fake St', NULL, NULL, NULL, NULL, '2151 Oak Road', NULL, '2022-12-07 08:33:00.000', '2023-01-18 09:12:00.000', NULL, 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', NULL, 'COS', 'OPEN', 'PASSCREE', 'SRID=4326;POINT (0 0)'::public.geometry) -ON CONFLICT DO NOTHING; -INSERT INTO public.complaint -(complaint_identifier, detail_text, caller_name, caller_address, caller_email, caller_phone_1, caller_phone_2, caller_phone_3, location_summary_text, location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp, reported_by_other_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, reported_by_code, owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) -VALUES('23-006878', 'Email RAPP Report Teck Highland Valley Copper Partnership (HVC) -Highmont Creek: NAD 83 Zone 10U 5591804N, 642238E March 27, 2023 Potential fish mortality During a qualified professional (QP) inspection of infrastructure it was noted that there was no screen to prevent fish from entering the Highmont Creek Diversion, a pipeline that transports contact water to the mill for process. Highmont Creek is located within the mine footprint to the east of the Mill, administration buildings and Valley South Dump. Highmont Creek has been altered during historic mining practices and is bound by historic rock dumps along the west side and upstream ends of the watercourse. An isolated, remnant fish population of Rainbow Trout exists in roughly 2.26 km of the downstream end of Highmont Creek, upstream of the Diversion infrastructure. During extreme weather events HVC has approval under their Environmental Management Act (EMA) Effluent Permit PE-376, to discharge to environment. No fish mortalities have been observed but there is a possibility for fish to be swept downstream into the Diversion pipeline. HVC has reviewed several options on how to prevent fish from entering the Highmont Creek diversion to remain in compliance with the Fisheries Act. Installation of an end of pipe fish screen is not feasible, as flows into the pipeline would require a large amount of maintenance to keep clean to allow flows to enter the pipe and the high potential of fish to be impinged on the fish screen during high flow events. Electrical barrier option can be left instream during open water season, no physical structure to clean, safety consideration and area would need to be isolated, power source, cost and maintenance would deem this option not feasible for this system. Bubbler system was also evaluated but may not be effective in turbulent water or high flow events, maintenance and a power source also deem this option not feasible. Fish removal was also evaluated as an option. Logistically this option would be the best solution but would need to consider time constraints for meaningful engagement with Indigenous Government and Organizations and regulators, regulatory considerations for permits, Fisheries Act authorization application and offsetting, and the HVC2040 project.', 'Steve', '125 fake st', 'test@gmail.com', '555-555-5555', '555-555-5568', NULL, '16150 Walkley Rd', NULL, '2023-04-01 07:24:00.000', '2023-03-31 07:24:00.000', NULL, 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', NULL, 'COS', 'OPEN', 'CRWFRDBY', 'SRID=4326;POINT (0 0)'::public.geometry) -ON CONFLICT DO NOTHING; -INSERT INTO public.complaint -(complaint_identifier, detail_text, caller_name, caller_address, caller_email, caller_phone_1, caller_phone_2, caller_phone_3, location_summary_text, location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp, reported_by_other_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, reported_by_code, owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) -VALUES('23-006879', 'Caller reporting a Yellowy smoke coming from the Canfor - Intercontinental Pulp Mill smells like rotten eggs. Caller advised it is starting to make the town smell. Caller advised as she was headed to the university this morning it smells really bad today. Caller is worried about pollution', 'Neil', '126 fake st', NULL, '555-555-5556', NULL, NULL, 'Loos Rd', 'tester call description 2', '2023-04-02 07:24:00.000', '2023-04-01 07:24:00.000', NULL, 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', NULL, 'COS', 'OPEN', 'CRSNTSPR', 'SRID=4326;POINT (0 0)'::public.geometry) -ON CONFLICT DO NOTHING; -INSERT INTO public.complaint -(complaint_identifier, detail_text, caller_name, caller_address, caller_email, caller_phone_1, caller_phone_2, caller_phone_3, location_summary_text, location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp, reported_by_other_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, reported_by_code, owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) -VALUES('23-006880', 'Email RAPP Report 3rd report to RAPP by Bylaw Services regarding the feeding and placement of wildlife attractants ( raw meat) on their back deck railing. Public concerns reported in September 21,2022, December 20,2022 March 25,2023. Officer visited the restaurant in September 2022, saw the bits of meat debris left and the crows circling the railing and a lot of animal attractants such as improper grease disposal (an open bucket on his deck) grease rags hanging from his railing. We notified owner he cannot do that as it is a wildlife violation both a Bylaw and a Wildlife Act . Public report in December occurred during our holiday hours so no staff was available to address. March 25th 2023 report from member of the public with photos again of the crows sitting all over the back railing eating the raw meat he leaves out. Public reports he throws meat off his deck for the wildlife ( that we cannot confirm). He has received a warning from us and now a MTI of 50$ is being issued regarding infraction. Requesting assistance in regard to infraction of Wildlife Act and failure to comply in spite previous warning. ', 'Alec', '127 fake st', NULL, '555-555-5557', NULL, NULL, '2250 Crescent Valley Road', NULL, '2023-04-03 07:24:00.000', '2023-04-02 07:24:00.000', NULL, 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', NULL, 'COS', 'OPEN', 'CRSNTVLY', 'SRID=4326;POINT (0 0)'::public.geometry) -ON CONFLICT DO NOTHING; -INSERT INTO public.complaint -(complaint_identifier, detail_text, caller_name, caller_address, caller_email, caller_phone_1, caller_phone_2, caller_phone_3, location_summary_text, location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp, reported_by_other_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, reported_by_code, owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) -VALUES('23-006881', 'Calling to report the neighbourhood has a lot of smoke, thinks a neighbour was burning earlier today.', 'Mike', '128 fake st', NULL, '555-555-5558', '555-555-5568', '555-555-6568', '1157 12th Ave N', NULL, '2023-04-04 07:24:00.000', '2023-04-03 07:24:00.000', NULL, 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', NULL, 'COS', 'OPEN', 'CRESTON', 'SRID=4326;POINT (0 0)'::public.geometry) -ON CONFLICT DO NOTHING; -INSERT INTO public.complaint -(complaint_identifier, detail_text, caller_name, caller_address, caller_email, caller_phone_1, caller_phone_2, caller_phone_3, location_summary_text, location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp, reported_by_other_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, reported_by_code, owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) -VALUES('23-006882', 'Calling to report that a moose was hit by a car this morning and was in the ditch but tonight the moose is missing it''s head. The rest of the body is still present.', 'Barrett', '129 fake st', NULL, '555-555-5559', NULL, NULL, 'Osborn Bay', 'tester call description3', '2023-04-05 07:24:00.000', '2023-04-04 07:24:00.000', NULL, 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', NULL, 'COS', 'OPEN', 'CROFTON', 'SRID=4326;POINT (0 0)'::public.geometry) -ON CONFLICT DO NOTHING; -INSERT INTO public.complaint -(complaint_identifier, detail_text, caller_name, caller_address, caller_email, caller_phone_1, caller_phone_2, caller_phone_3, location_summary_text, location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp, reported_by_other_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, reported_by_code, owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) -VALUES('23-006883', 'Caller reporting plastic garbage dumped in the shallows of Lake near the mouth of the creek When caller picked up plastics she saw a small amount of paint spill from the bag. The water is fish baring and caller can see a little cloud of material. Caller does not know how much pain was originally in the plastic bag. Caller threw out the garbage but took a picture.', 'Chris', '130 fake st', NULL, '555-555-5560', '555-555-5568', NULL, NULL, NULL, '2023-04-06 07:24:00.000', '2023-04-05 07:24:00.000', NULL, 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', NULL, 'COS', 'OPEN', 'CROYDEN', 'SRID=4326;POINT (0 0)'::public.geometry) -ON CONFLICT DO NOTHING; -INSERT INTO public.complaint -(complaint_identifier, detail_text, caller_name, caller_address, caller_email, caller_phone_1, caller_phone_2, caller_phone_3, location_summary_text, location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp, reported_by_other_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, reported_by_code, owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) -VALUES('23-006884', 'Caller reporting potential dumping of skidder loader tires. Caller advised that a guy showed up to dump some tires and was upset at the price and told the caller he would dump them over the road embankment. Caller advised last seen at location noted below.', 'Anurupa', '131 fake st', NULL, '555-555-5561', NULL, NULL, 'Crystal Lake Rec Site', 'tester call description 4', '2023-04-07 07:24:00.000', '2023-04-06 07:24:00.000', NULL, 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', NULL, 'COS', 'OPEN', 'CRYSTLLK', 'SRID=4326;POINT (0 0)'::public.geometry) -ON CONFLICT DO NOTHING; -INSERT INTO public.complaint -(complaint_identifier, detail_text, caller_name, caller_address, caller_email, caller_phone_1, caller_phone_2, caller_phone_3, location_summary_text, location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp, reported_by_other_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, reported_by_code, owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) -VALUES('23-000182', 'COM reporting she saw a bobcat when checking on her property 2 days ago.', 'Joanne Jackson', '1234 Merritt Avenue', NULL, '250-315-1234', NULL, NULL, '6172 Wilson Rd', NULL, '2023-04-14 10:18:00.000', '2023-01-06 09:12:00.000', NULL, 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', NULL, 'COS', 'OPEN', 'PEACHLND', 'SRID=4326;POINT (-120.7893375 50.1035589)'::public.geometry) -ON CONFLICT DO NOTHING; -INSERT INTO public.complaint -(complaint_identifier, detail_text, caller_name, caller_address, caller_email, caller_phone_1, caller_phone_2, caller_phone_3, location_summary_text, location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp, reported_by_other_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, reported_by_code, owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) -VALUES('23-006885', 'Email RAPP Report ongoing setting up nets along the lakes and waterways setting up nets that can trap and injure the wildlife in the area visible from the roads and pathways.', 'Harry', '132 fake st', NULL, '555-555-5562', NULL, NULL, '1Km up main peak trail', 'tester call description5', '2023-04-08 07:24:00.000', '2023-04-07 07:24:00.000', NULL, 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', NULL, 'COS', 'OPEN', 'CRYSTLMN', 'SRID=4326;POINT (0 0)'::public.geometry) -ON CONFLICT DO NOTHING; -INSERT INTO public.complaint -(complaint_identifier, detail_text, caller_name, caller_address, caller_email, caller_phone_1, caller_phone_2, caller_phone_3, location_summary_text, location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp, reported_by_other_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, reported_by_code, owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) -VALUES('23-006887', 'Caller reporting a dumping site off the side of Hwy 3, going toward Cranbrook. It is a large clearing with a burnt trailer, old couches and other junk and trash. Caller already spoke to CO and provided pictures. ', 'Tobe', '134 fake st', NULL, '555-555-5564', NULL, NULL, '2701 Rydal Ave', 'tester call description 7', '2023-04-10 07:24:00.000', '2023-04-09 07:24:00.000', 'test1', 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', 'BCWF', 'COS', 'OPEN', 'CMBRLAND', 'SRID=4326;POINT (0 0)'::public.geometry) -ON CONFLICT DO NOTHING; -INSERT INTO public.complaint -(complaint_identifier, detail_text, caller_name, caller_address, caller_email, caller_phone_1, caller_phone_2, caller_phone_3, location_summary_text, location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp, reported_by_other_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, reported_by_code, owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) -VALUES('23-006888', 'Caller was involved in an altercation yesterday with a person who was exceeding the Caller’s understanding of the limit. SUBs were attempting to catch 5 fish, of each type, each person (total 20.) SUBs male and their wife. Caller requesting CO clarification regarding fish quotas for region 3. Caller has contacted front counter BC, who referred the answer to COS.', 'Kelsey', '135 fake st', NULL, '555-555-5565', NULL, NULL, 'Keefes Landing Rd and Danskin Rd', 'tester call description 8', '2023-04-11 07:24:00.000', '2023-04-10 07:24:00.000', 'test2', 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', 'BYLAW', 'COS', 'OPEN', 'DANSKIN', 'SRID=4326;POINT (-127.4810142 50.4217838)'::public.geometry) -ON CONFLICT DO NOTHING; -INSERT INTO public.complaint -(complaint_identifier, detail_text, caller_name, caller_address, caller_email, caller_phone_1, caller_phone_2, caller_phone_3, location_summary_text, location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp, reported_by_other_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, reported_by_code, owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) -VALUES('23-000179', 'COM was walking their dog near Douglas park – observed a cougar near Heather st. Cougar fled COM, deeper into bushes LVM CO Ford Briefed Sgt Gravel', 'Wanda', '434 Fake St', NULL, '250-554-1234', '250-554-1235', '250-554-1236', '6169 Wilson Rd', 'detailed text 3', '2023-04-11 10:18:00.000', '2023-01-09 09:12:00.000', NULL, 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', NULL, 'COS', 'OPEN', 'PEACHLND', 'SRID=4326;POINT (0 0)'::public.geometry) -ON CONFLICT DO NOTHING; -INSERT INTO public.complaint -(complaint_identifier, detail_text, caller_name, caller_address, caller_email, caller_phone_1, caller_phone_2, caller_phone_3, location_summary_text, location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp, reported_by_other_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, reported_by_code, owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) -VALUES('23-000180', 'Calling to report a black bear that comes through the area at night. It has been getting into garbages that have been left unsecured. Hoping a CO can come round to advise neighbour''s that they need to get their garbages locked up.', 'Annonymous', '433 Fake St', NULL, NULL, NULL, NULL, '6170 Wilson Rd', 'detailed text 2', '2023-04-12 10:18:00.000', '2023-01-08 09:12:00.000', NULL, 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', NULL, 'COS', 'OPEN', 'PEACHLND', 'SRID=4326;POINT (0 0)'::public.geometry) -ON CONFLICT DO NOTHING; -INSERT INTO public.complaint -(complaint_identifier, detail_text, caller_name, caller_address, caller_email, caller_phone_1, caller_phone_2, caller_phone_3, location_summary_text, location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp, reported_by_other_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, reported_by_code, owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) -VALUES('23-000181', 'Calling to report a young deer, looked to be struggling to stand and walk but still mobile. Possibly hit by a car.', NULL, '432 Fake St', NULL, NULL, NULL, NULL, '6171 Wilson Rd', 'detailed text 1', '2023-04-13 10:18:00.000', '2023-01-07 09:12:00.000', NULL, 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', NULL, 'COS', 'OPEN', 'PEACHLND', 'SRID=4326;POINT (0 0)'::public.geometry) -ON CONFLICT DO NOTHING; -INSERT INTO public.complaint -(complaint_identifier, detail_text, caller_name, caller_address, caller_email, caller_phone_1, caller_phone_2, caller_phone_3, location_summary_text, location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp, reported_by_other_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, reported_by_code, owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) -VALUES('23-000172', 'Caller reporting an injured deer. Caller said it is laying down and then it got up and has a broken leg. Caller looked outside again and it had move about 10 feet. caller thinks it was hit by a car recently.', 'Ralphie', '441 Fake St', NULL, NULL, NULL, NULL, '192 Church Ave', NULL, '2023-04-04 08:18:00.000', '2023-01-16 09:12:00.000', NULL, 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', 'LE', 'COS', 'OPEN', 'GREENWOD', 'SRID=4326;POINT (0 0)'::public.geometry) -ON CONFLICT DO NOTHING; -INSERT INTO public.complaint -(complaint_identifier, detail_text, caller_name, caller_address, caller_email, caller_phone_1, caller_phone_2, caller_phone_3, location_summary_text, location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp, reported_by_other_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, reported_by_code, owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) -VALUES('23-006886', 'Email RAPP Report The City received a report/video from a resident showing the company Leafy Landscaping removing a red maple boulevard tree with a nest of a songbird (species undetermined) during the bird nesting window. Video of tree with nest being removed, pictures of the contractor vehicle and contact info for KCR Industrial can be provided if needed. ', 'Vita', '133 fake st', NULL, '555-555-5563', '555-555-5568', '555-555-7568', '614 Mountain View Road', 'tester call description 6', '2023-04-09 07:24:00.000', '2023-04-08 07:24:00.000', NULL, 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', NULL, 'COS', 'OPEN', 'CULTSLKE', 'SRID=4326;POINT (0 0)'::public.geometry) -ON CONFLICT DO NOTHING; -INSERT INTO public.complaint -(complaint_identifier, detail_text, caller_name, caller_address, caller_email, caller_phone_1, caller_phone_2, caller_phone_3, location_summary_text, location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp, reported_by_other_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, reported_by_code, owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) -VALUES('23-000167', 'Caller was driving a snow plow and his a moose. Moose was knocked into the ditch and was still breathing.', NULL, '446 Fake St', NULL, NULL, NULL, NULL, '7579 6 St', NULL, '2023-04-29 08:18:00.000', '2023-01-21 09:12:00.000', NULL, 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', NULL, 'COS', 'OPEN', 'GRANDFOR', 'SRID=4326;POINT (0 0)'::public.geometry) -ON CONFLICT DO NOTHING; -INSERT INTO public.complaint -(complaint_identifier, detail_text, caller_name, caller_address, caller_email, caller_phone_1, caller_phone_2, caller_phone_3, location_summary_text, location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp, reported_by_other_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, reported_by_code, owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) -VALUES('23-000168', 'Caller reported seeing glowing green eyes from the creek. Caller heard growling when came something came up on his deck. The neighbor''s put garbage on his deck while he was in the hospital. There were two glowing green eyes.', 'Mikey', '445 Fake St', NULL, NULL, NULL, NULL, '7579 6 St', NULL, '2023-04-30 08:18:00.000', '2023-01-20 09:12:00.000', NULL, 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', NULL, 'COS', 'OPEN', 'GRANDFOR', 'SRID=4326;POINT (0 0)'::public.geometry) -ON CONFLICT DO NOTHING; -INSERT INTO public.complaint -(complaint_identifier, detail_text, caller_name, caller_address, caller_email, caller_phone_1, caller_phone_2, caller_phone_3, location_summary_text, location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp, reported_by_other_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, reported_by_code, owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) -VALUES('23-000170', 'Elkview Gate house. Mine site. Might need to be dispatched and they do not have that capability on site. Caller reporting it can not move and there is coyotes trying to eat it.', 'Liz', '443 Fake St', NULL, NULL, NULL, NULL, '7581 6 St', NULL, '2023-05-02 08:18:00.000', '2023-01-18 09:12:00.000', NULL, 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', NULL, 'COS', 'OPEN', 'GRANDFOR', 'SRID=4326;POINT (0 0)'::public.geometry) -ON CONFLICT DO NOTHING; -INSERT INTO public.complaint -(complaint_identifier, detail_text, caller_name, caller_address, caller_email, caller_phone_1, caller_phone_2, caller_phone_3, location_summary_text, location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp, reported_by_other_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, reported_by_code, owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) -VALUES('23-000173', 'Caller reported a cougar that has been coming for their garbage for the past month.', 'Tim', '440 Fake St', NULL, '250-555-1234', NULL, NULL, '194 Church Ave', NULL, '2023-04-05 08:18:00.000', '2023-01-15 09:12:00.000', NULL, 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', 'CEB', 'COS', 'OPEN', 'GREENWOD', 'SRID=4326;POINT (0 0)'::public.geometry) -ON CONFLICT DO NOTHING; -INSERT INTO public.complaint -(complaint_identifier, detail_text, caller_name, caller_address, caller_email, caller_phone_1, caller_phone_2, caller_phone_3, location_summary_text, location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp, reported_by_other_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, reported_by_code, owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) -VALUES('23-000174', 'A Moose is stuck in the river outfall pond – exhausted and stuck in the pond muck. No colour codes, COs called in order: Briefed CO Adams', 'Carlos', '439 Fake St', NULL, NULL, NULL, NULL, '196 Church Ave', NULL, '2023-04-06 08:18:00.000', '2023-01-14 09:12:00.000', NULL, 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', 'EPO', 'COS', 'OPEN', 'GREENWOD', 'SRID=4326;POINT (0 0)'::public.geometry) -ON CONFLICT DO NOTHING; -INSERT INTO public.complaint -(complaint_identifier, detail_text, caller_name, caller_address, caller_email, caller_phone_1, caller_phone_2, caller_phone_3, location_summary_text, location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp, reported_by_other_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, reported_by_code, owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) -VALUES('23-000175', 'Caller reporting a young deer that has an injured back leg. Caller said it has a bent back leg and it using some weight on it.', 'Arnold', '438 Fake St', NULL, NULL, NULL, NULL, '198 Church Ave', NULL, '2023-04-07 08:18:00.000', '2023-01-13 09:12:00.000', NULL, 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', 'DFO', 'COS', 'OPEN', 'GREENWOD', 'SRID=4326;POINT (0 0)'::public.geometry) -ON CONFLICT DO NOTHING; -INSERT INTO public.complaint -(complaint_identifier, detail_text, caller_name, caller_address, caller_email, caller_phone_1, caller_phone_2, caller_phone_3, location_summary_text, location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp, reported_by_other_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, reported_by_code, owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) -VALUES('23-000177', 'RCMP relaying a report: COM has locked themselves and their dog in the trail bathroom – believe they were pursued by three wolves. Advised one officer en route from penticton LVM CO Cox Briefed CO Van Damme', 'Keisha', '436 Fake St', NULL, NULL, NULL, NULL, '3029 Spruce Dr', 'detailed text 5', '2023-04-09 08:18:00.000', '2023-01-11 09:12:00.000', 'test text', 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', 'BYLAW', 'COS', 'OPEN', 'NARAMA', 'SRID=4326;POINT (0 0)'::public.geometry) -ON CONFLICT DO NOTHING; -INSERT INTO public.complaint -(complaint_identifier, detail_text, caller_name, caller_address, caller_email, caller_phone_1, caller_phone_2, caller_phone_3, location_summary_text, location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp, reported_by_other_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, reported_by_code, owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) -VALUES('23-000178', 'RCMP relaying a report of a deer stuck in the COM’s tree. Deer’s hoof is caught in the V, deer is dangling upside down – believe shoulder is dislocated. LVM Sgt Melenka Briefed CO Krenz', 'Dorothy Ann', '435 Fake St', 'test@gmail.com', NULL, NULL, NULL, '3029 Spruce Dr', 'detailed text 4', '2023-04-10 10:18:00.000', '2023-01-10 09:12:00.000', NULL, 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', 'BCWF', 'COS', 'OPEN', 'NARAMA', 'SRID=4326;POINT (0 0)'::public.geometry) -ON CONFLICT DO NOTHING; -INSERT INTO public.complaint -(complaint_identifier, detail_text, caller_name, caller_address, caller_email, caller_phone_1, caller_phone_2, caller_phone_3, location_summary_text, location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp, reported_by_other_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, reported_by_code, owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) -VALUES('23-000176', 'Calling to report a black bear getting into the garbage on a regular basis. Also wanted to confirm that residents of the trailer home park could call to report sightings themselves', 'Phoebe', '437 Fake St', 'tester@gmail.com', '250-556-1234', NULL, NULL, '3029 Spruce Dr', NULL, '2023-04-08 08:18:00.000', '2023-01-12 09:12:00.000', NULL, 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', 'COS', 'COS', 'OPEN', 'NARAMA', 'SRID=4326;POINT (0 0)'::public.geometry) -ON CONFLICT DO NOTHING; -INSERT INTO public.complaint -(complaint_identifier, detail_text, caller_name, caller_address, caller_email, caller_phone_1, caller_phone_2, caller_phone_3, location_summary_text, location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp, reported_by_other_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, reported_by_code, owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) -VALUES('23-000171', 'Caller has had three cougars coming under their sun deck for the past week. They come along the beach. Last sighting was about 06:30 DEC 31.', 'Valerie', '442 Fake St', NULL, NULL, NULL, NULL, '7581 6 St', NULL, '2023-05-03 08:18:00.000', '2023-01-17 09:12:00.000', NULL, 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', 'OTHER', 'COS', 'OPEN', 'GRANDFOR', 'SRID=4326;POINT (0 0)'::public.geometry) -ON CONFLICT DO NOTHING; -INSERT INTO public.complaint -(complaint_identifier, detail_text, caller_name, caller_address, caller_email, caller_phone_1, caller_phone_2, caller_phone_3, location_summary_text, location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp, reported_by_other_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, reported_by_code, owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) -VALUES('23-000183', 'There is a deer with a large chunk of meat missing from its side with hide hanging. A number of golfing members have reported it. The deer has been around for 2-3 days. The deer is moving slowly around the golf course.', 'Daren Douglas', '1234 Oak Bay Avenue', 'daren@shaw.ca', '403-559-1234', NULL, NULL, '6173 Wilson Rd', NULL, '2023-04-15 10:18:00.000', '2023-01-05 09:12:00.000', 'Victoria Golf Club', 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', 'OTHER', 'COS', 'OPEN', 'PEACHLND', 'SRID=4326;POINT (0 0)'::public.geometry) -ON CONFLICT DO NOTHING; -INSERT INTO public.complaint -(complaint_identifier, detail_text, caller_name, caller_address, caller_email, caller_phone_1, caller_phone_2, caller_phone_3, location_summary_text, location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp, reported_by_other_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, reported_by_code, owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) -VALUES('23-000065', 'left hand side heading toward Castlegar.', NULL, '448 Fake St', NULL, NULL, NULL, NULL, '3826 Laurel Drive', NULL, '2022-11-27 08:18:00.000', '2023-01-23 09:12:00.000', NULL, 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:45:20.978', NULL, 'COS', 'OPEN', 'ROYSTON', 'SRID=4326;POINT (0 0)'::public.geometry) -ON CONFLICT DO NOTHING; -INSERT INTO public.complaint -(complaint_identifier, detail_text, caller_name, caller_address, caller_email, caller_phone_1, caller_phone_2, caller_phone_3, location_summary_text, location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp, reported_by_other_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, reported_by_code, owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) -VALUES('23-000166', 'RCMP reported an injured cow elk. West Bound lane, on the snow bank by the road. Original caller believes it will die of it''s injuries, but it''s still trying to get up. OC: Caroline, 778-586-1237', NULL, '447 Fake St', NULL, NULL, NULL, NULL, '7579 6 St', NULL, '2023-04-28 08:18:00.000', '2023-01-22 09:12:00.000', NULL, 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', NULL, 'COS', 'OPEN', 'GRANDFOR', 'SRID=4326;POINT (0 0)'::public.geometry) -ON CONFLICT DO NOTHING; -INSERT INTO public.complaint -(complaint_identifier, detail_text, caller_name, caller_address, caller_email, caller_phone_1, caller_phone_2, caller_phone_3, location_summary_text, location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp, reported_by_other_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, reported_by_code, owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) -VALUES('23-007876', 'Caller reporting burning issue beside his property. Neighbor''s burning off pruned branches which has gassed out the neighborhood due to the smoldering smoke. Caller advises cherry orchard has been burning a pruned branches for seven days now has never fully been extinguished. Caller advised fire was started on Tuesday March 21 and burnt down to smoldering fire, however then was restoked following day and has repeated this up until yesterday March 27. Caller believes yesterday March 27 was the last of the pruning''s being burnt. Caller advised they stoke the fire and leave it unattended. Caller advised was cleaning up ash off his back patio and off BBQ. Caller reported the fire is still smoldering and is worried they are burning to long. ***Caller would like CO call back with update*** ', 'Annonymous', NULL, NULL, '555-555-5555', NULL, NULL, NULL, 'tester call description1', '2023-03-30 07:24:00.000', '2023-03-22 07:24:00.000', NULL, 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', NULL, 'COS', 'OPEN', 'JOHNSNLG', 'SRID=4326;POINT (0 0)'::public.geometry) -ON CONFLICT DO NOTHING; -INSERT INTO public.complaint -(complaint_identifier, detail_text, caller_name, caller_address, caller_email, caller_phone_1, caller_phone_2, caller_phone_3, location_summary_text, location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp, reported_by_other_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, reported_by_code, owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) -VALUES('23-007877', 'Caller advises that the owner of a rental house has chickens that are attracting wildlife (Hawks, Horned Owls). They report that the owner has put out rat poison for rats that have been attracted and that there have been Horned Owls die in the area. The Caller also reports that last week a Hawk swooped down and picked up a chicken and that their daughter and a tenant at the house scared it away when it attempted a second time.', NULL, NULL, NULL, NULL, NULL, NULL, 'Elklink Rd', NULL, '2023-03-31 07:24:00.000', '2023-03-12 07:24:00.000', NULL, 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', NULL, 'COS', 'OPEN', 'JAFFRAY', 'SRID=4326;POINT (0 0)'::public.geometry) -ON CONFLICT DO NOTHING; -INSERT INTO public.complaint -(complaint_identifier, detail_text, caller_name, caller_address, caller_email, caller_phone_1, caller_phone_2, caller_phone_3, location_summary_text, location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp, reported_by_other_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, reported_by_code, owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) -VALUES('23-007879', 'Caller reporting a Yellowy smoke coming from the Canfor - Intercontinental Pulp Mill smells like rotten eggs. Caller advised it is starting to make the town smell. Caller advised as she was headed to the university this morning it smells really bad today. Caller is worried about pollution', 'Neil', '126 fake st', NULL, '555-555-5556', NULL, NULL, '611 7th Ave', 'tester call description 2', '2023-04-02 07:24:00.000', '2023-04-01 07:24:00.000', NULL, 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', NULL, 'COS', 'OPEN', 'KASLOBC', 'SRID=4326;POINT (0 0)'::public.geometry) -ON CONFLICT DO NOTHING; -INSERT INTO public.complaint -(complaint_identifier, detail_text, caller_name, caller_address, caller_email, caller_phone_1, caller_phone_2, caller_phone_3, location_summary_text, location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp, reported_by_other_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, reported_by_code, owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) -VALUES('23-007880', 'Email RAPP Report 3rd report to RAPP by Bylaw Services regarding the feeding and placement of wildlife attractants ( raw meat) on their back deck railing. Public concerns reported in September 21,2022, December 20,2022 March 25,2023. Officer visited the restaurant in September 2022, saw the bits of meat debris left and the crows circling the railing and a lot of animal attractants such as improper grease disposal (an open bucket on his deck) grease rags hanging from his railing. We notified owner he cannot do that as it is a wildlife violation both a Bylaw and a Wildlife Act . Public report in December occurred during our holiday hours so no staff was available to address. March 25th 2023 report from member of the public with photos again of the crows sitting all over the back railing eating the raw meat he leaves out. Public reports he throws meat off his deck for the wildlife ( that we cannot confirm). He has received a warning from us and now a MTI of 50$ is being issued regarding infraction. Requesting assistance in regard to infraction of Wildlife Act and failure to comply in spite previous warning. ', 'Alec', '127 fake st', NULL, '555-555-5557', NULL, NULL, NULL, NULL, '2023-04-03 07:24:00.000', '2023-04-02 07:24:00.000', NULL, 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', NULL, 'COS', 'OPEN', 'KINABSKT', 'SRID=4326;POINT (0 0)'::public.geometry) -ON CONFLICT DO NOTHING; -INSERT INTO public.complaint -(complaint_identifier, detail_text, caller_name, caller_address, caller_email, caller_phone_1, caller_phone_2, caller_phone_3, location_summary_text, location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp, reported_by_other_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, reported_by_code, owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) -VALUES('23-007881', 'Calling to report the neighbourhood has a lot of smoke, thinks a neighbour was burning earlier today.', 'Mike', '128 fake st', NULL, '555-555-5558', '555-555-5568', '555-555-6568', NULL, NULL, '2023-04-04 07:24:00.000', '2023-04-03 07:24:00.000', NULL, 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', NULL, 'COS', 'OPEN', 'KINABSKT', 'SRID=4326;POINT (0 0)'::public.geometry) -ON CONFLICT DO NOTHING; -INSERT INTO public.complaint -(complaint_identifier, detail_text, caller_name, caller_address, caller_email, caller_phone_1, caller_phone_2, caller_phone_3, location_summary_text, location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp, reported_by_other_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, reported_by_code, owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) -VALUES('23-007882', 'Calling to report that a moose was hit by a car this morning and was in the ditch but tonight the moose is missing it''s head. The rest of the body is still present.', 'Barrett', '129 fake st', NULL, '555-555-5559', NULL, NULL, '5807 crystal Rd', 'tester call description3', '2023-04-05 07:24:00.000', '2023-04-04 07:24:00.000', NULL, 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', NULL, 'COS', 'OPEN', 'KITCHNRR', 'SRID=4326;POINT (0 0)'::public.geometry) -ON CONFLICT DO NOTHING; -INSERT INTO public.complaint -(complaint_identifier, detail_text, caller_name, caller_address, caller_email, caller_phone_1, caller_phone_2, caller_phone_3, location_summary_text, location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp, reported_by_other_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, reported_by_code, owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) -VALUES('23-007883', 'Caller reporting plastic garbage dumped in the shallows of Lake near the mouth of the creek When caller picked up plastics she saw a small amount of paint spill from the bag. The water is fish baring and caller can see a little cloud of material. Caller does not know how much pain was originally in the plastic bag. Caller threw out the garbage but took a picture.', 'Chris', '130 fake st', NULL, '555-555-5560', '555-555-5568', NULL, '5807 crystal Rd', NULL, '2023-04-06 07:24:00.000', '2023-04-05 07:24:00.000', NULL, 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', NULL, 'COS', 'OPEN', 'KITCHNRR', 'SRID=4326;POINT (0 0)'::public.geometry) -ON CONFLICT DO NOTHING; -INSERT INTO public.complaint -(complaint_identifier, detail_text, caller_name, caller_address, caller_email, caller_phone_1, caller_phone_2, caller_phone_3, location_summary_text, location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp, reported_by_other_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, reported_by_code, owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) -VALUES('23-000066', 'RCMP reported an injured cow elk. West Bound lane, on the snow bank by the road. Original caller believes it will die of it''s injuries, but it''s still trying to get up. OC: Caroline, 778-586-1237', NULL, '447 Fake St', NULL, NULL, NULL, NULL, 'Kalum Lake Rd', NULL, '2022-11-29 08:21:00.000', '2023-01-22 09:12:00.000', NULL, 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', NULL, 'COS', 'OPEN', 'ROSSWOD', 'SRID=4326;POINT (0 0)'::public.geometry) -ON CONFLICT DO NOTHING; -INSERT INTO public.complaint -(complaint_identifier, detail_text, caller_name, caller_address, caller_email, caller_phone_1, caller_phone_2, caller_phone_3, location_summary_text, location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp, reported_by_other_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, reported_by_code, owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) -VALUES('23-007884', 'Caller reporting potential dumping of skidder loader tires. Caller advised that a guy showed up to dump some tires and was upset at the price and told the caller he would dump them over the road embankment. Caller advised last seen at location noted below.', 'Anurupa', '131 fake st', NULL, '555-555-5561', NULL, NULL, 'Cariboo Dr', 'tester call description 4', '2023-04-07 07:24:00.000', '2023-04-06 07:24:00.000', NULL, 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', NULL, 'COS', 'OPEN', '108MLRNH', 'SRID=4326;POINT (0 0)'::public.geometry) -ON CONFLICT DO NOTHING; -INSERT INTO public.complaint -(complaint_identifier, detail_text, caller_name, caller_address, caller_email, caller_phone_1, caller_phone_2, caller_phone_3, location_summary_text, location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp, reported_by_other_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, reported_by_code, owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) -VALUES('23-007885', 'Email RAPP Report ongoing setting up nets along the lakes and waterways setting up nets that can trap and injure the wildlife in the area visible from the roads and pathways', 'Harry', '132 fake st', NULL, '555-555-5562', NULL, NULL, '1Km up main peak trail', 'tester call description5', '2023-04-08 07:24:00.000', '2023-04-07 07:24:00.000', NULL, 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', NULL, 'COS', 'OPEN', '140MHHS', 'SRID=4326;POINT (0 0)'::public.geometry) -ON CONFLICT DO NOTHING; -INSERT INTO public.complaint -(complaint_identifier, detail_text, caller_name, caller_address, caller_email, caller_phone_1, caller_phone_2, caller_phone_3, location_summary_text, location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp, reported_by_other_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, reported_by_code, owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) -VALUES('23-007886', 'Email RAPP Report The City received a report/video from a resident showing the company Leafy Landscaping removing a red maple boulevard tree with a nest of a songbird (species undetermined) during the bird nesting window. Video of tree with nest being removed, pictures of the contractor vehicle and contact info for KCR Industrial can be provided if needed. ', 'Vita', '133 fake st', NULL, '555-555-5563', '555-555-5568', '555-555-7568', 'Cariboo Dr', 'tester call description 6', '2023-04-09 07:24:00.000', '2023-04-08 07:24:00.000', NULL, 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', NULL, 'COS', 'OPEN', '108MLRNH', 'SRID=4326;POINT (0 0)'::public.geometry) -ON CONFLICT DO NOTHING; -INSERT INTO public.complaint -(complaint_identifier, detail_text, caller_name, caller_address, caller_email, caller_phone_1, caller_phone_2, caller_phone_3, location_summary_text, location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp, reported_by_other_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, reported_by_code, owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) -VALUES('23-007887', 'Caller reporting a dumping site off the side of Hwy 3, going toward Cranbrook. It is a large clearing with a burnt trailer, old couches and other junk and trash. Caller already spoke to CO and provided pictures. ', 'Tobe', '134 fake st', NULL, '555-555-5564', NULL, NULL, NULL, 'tester call description 7', '2023-04-10 07:24:00.000', '2023-04-09 07:24:00.000', 'test1', 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', 'BCWF', 'COS', 'OPEN', '140MHHS', 'SRID=4326;POINT (0 0)'::public.geometry) -ON CONFLICT DO NOTHING; -INSERT INTO public.complaint -(complaint_identifier, detail_text, caller_name, caller_address, caller_email, caller_phone_1, caller_phone_2, caller_phone_3, location_summary_text, location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp, reported_by_other_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, reported_by_code, owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) -VALUES('23-007888', 'Caller was involved in an altercation yesterday with a person who was exceeding the Callers understanding of the limit. SUBs were attempting to catch 5 fish, of each type, each person (total 20.) SUBs male and their wife. Caller requesting CO clarification regarding fish quotas for region 3 Caller has contacted front counter BC, who referred the answer to COS.', 'Kelsey', '135 fake st', NULL, '555-555-5565', NULL, NULL, 'Cariboo Dr', 'tester call description 8', '2023-04-11 07:24:00.000', '2023-04-10 07:24:00.000', 'test2', 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', 'BYLAW', 'COS', 'OPEN', '108MLRNH', 'SRID=4326;POINT (0 0)'::public.geometry) -ON CONFLICT DO NOTHING; -INSERT INTO public.complaint -(complaint_identifier, detail_text, caller_name, caller_address, caller_email, caller_phone_1, caller_phone_2, caller_phone_3, location_summary_text, location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp, reported_by_other_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, reported_by_code, owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) -VALUES('23-007889', 'Originally left on COS district voicemail March 25, 2023 at 10:25 hours and called directly on March 27, 2023 at 1:27 hours. COM is saying neighbor is leaving carcasses of farm animals on 20 acres next to his property. COM has spoken previously with SGT as this occurs yearly. COM is concerned this is attracting dangerous wildlife. ', 'Cam', '136 fake st', NULL, '555-555-5566', NULL, NULL, NULL, 'tester call description 9', '2023-04-12 07:24:00.000', '2023-04-11 07:24:00.000', NULL, 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', 'COS', 'COS', 'OPEN', '140MHHS', 'SRID=4326;POINT (0 0)'::public.geometry) -ON CONFLICT DO NOTHING; -INSERT INTO public.complaint -(complaint_identifier, detail_text, caller_name, caller_address, caller_email, caller_phone_1, caller_phone_2, caller_phone_3, location_summary_text, location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp, reported_by_other_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, reported_by_code, owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) -VALUES('23-007890', 'Caller advised dealing with on going coyote problem from last year. Caller believes someone is feeding the coyotes again. *** Caller is requesting a CO callback ***', 'Brady', '137 fake st', NULL, '555-555-5567', NULL, NULL, 'Turnoff to Underwood Rd', 'tester call description 10', '2023-04-13 07:24:00.000', '2023-04-12 07:24:00.000', NULL, 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', 'DFO', 'COS', 'OPEN', '108MLRNH', 'SRID=4326;POINT (0 0)'::public.geometry) -ON CONFLICT DO NOTHING; -INSERT INTO public.complaint -(complaint_identifier, detail_text, caller_name, caller_address, caller_email, caller_phone_1, caller_phone_2, caller_phone_3, location_summary_text, location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp, reported_by_other_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, reported_by_code, owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) -VALUES('23-007891', 'Caller’s neighbour has constructed a diversion in the creek (fishbearing), which has become clogged with debris. Neighbour is unresponsive to conversation', 'Kevin', '138 fake st', NULL, '555-555-5568', NULL, NULL, 'Adams Lake Forest Road', 'tester call description 11', '2023-04-14 07:24:00.000', '2023-04-13 07:24:00.000', NULL, 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', 'EPO', 'COS', 'OPEN', 'ADMSLKHS', 'SRID=4326;POINT (0 0)'::public.geometry) -ON CONFLICT DO NOTHING; -INSERT INTO public.complaint -(complaint_identifier, detail_text, caller_name, caller_address, caller_email, caller_phone_1, caller_phone_2, caller_phone_3, location_summary_text, location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp, reported_by_other_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, reported_by_code, owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) -VALUES('23-000169', 'Advises that they received an email from a citizen last night about a deer with a broken leg laying down beside the train tracks.', 'Janet', '444 Fake St', NULL, NULL, NULL, NULL, '7579 6 St', NULL, '2023-05-01 08:18:00.000', '2023-01-19 09:12:00.000', 'test text', 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', NULL, 'COS', 'OPEN', 'GRANDFOR', 'SRID=4326;POINT (0 0)'::public.geometry) -ON CONFLICT DO NOTHING; -INSERT INTO public.complaint -(complaint_identifier, detail_text, caller_name, caller_address, caller_email, caller_phone_1, caller_phone_2, caller_phone_3, location_summary_text, location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp, reported_by_other_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, reported_by_code, owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) -VALUES('23-007878', 'Email RAPP Report Teck Highland Valley Copper Partnership (HVC) -Highmont Creek: NAD 83 Zone 10U 5591804N, 642238E March 27, 2023 Potential fish mortality During a qualified professional (QP) inspection of infrastructure it was noted that there was no screen to prevent fish from entering the Highmont Creek Diversion, a pipeline that transports contact water to the mill for process. Highmont Creek is located within the mine footprint to the east of the Mill, administration buildings and Valley South Dump. Highmont Creek has been altered during historic mining practices and is bound by historic rock dumps along the west side and upstream ends of the watercourse. An isolated, remnant fish population of Rainbow Trout exists in roughly 2.26 km of the downstream end of Highmont Creek, upstream of the Diversion infrastructure. During extreme weather events HVC has approval under their Environmental Management Act (EMA) Effluent Permit PE-376, to discharge to environment.No fish mortalities have been observed but there is a possibility for fish to be swept downstream into the Diversion pipeline. HVC has reviewed several options on how to prevent fish from entering the Highmont Creek diversion to remain in compliance with the Fisheries Act. Installation of an end of pipe fish screen is not feasible, as flows into the pipeline would require a large amount of maintenance to keep clean to allow flows to enter the pipe and the high potential of fish to be impinged on the fish screen during high flow events. Electrical barrier option can be left instream during open water season, no physical structure to clean, safety consideration and area would need to be isolated, power source, cost and maintenance would deem this option not feasible for this system. Bubbler system was also evaluated but may not be effective in turbulent water or high flow events, maintenance and a power source also deem this option not feasible. Fish removal was also evaluated as an option. Logistically this option would be the best solution but would need to consider time constraints for meaningful engagement with Indigenous Government and Organizations and regulators, regulatory considerations for permits, Fisheries Act authorization application and offsetting, and the HVC2040 project ', 'Steve', '125 fake st', 'test@gmail.com', '555-555-5555', '555-555-5568', NULL, NULL, NULL, '2023-04-01 07:24:00.000', '2023-03-31 07:24:00.000', NULL, 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', NULL, 'COS', 'OPEN', 'JAFFRAY', 'SRID=4326;POINT (0 0)'::public.geometry) -ON CONFLICT DO NOTHING; -INSERT INTO public.complaint -(complaint_identifier, detail_text, caller_name, caller_address, caller_email, caller_phone_1, caller_phone_2, caller_phone_3, location_summary_text, location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp, reported_by_other_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, reported_by_code, owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) -VALUES('23-007875', 'On Mar 28, 2023 at 1645 hrs I observed Lean Bean Miller''s truck (see photo) hauling a load of poultry slaughter waste along Doran Rd heading north to Hillbank Rd. I have followed this truck in past from the Island Farmhouse Poultry facility to 4035 Hillbank Road and can attest that this is the route this truck takes to dump its loads of slaughter waste. Last month both Island Farmhouse Poultry Ltd. and GT Farms were told by the Ministry to ''Immediately cease disposing of any processing waste that comes from poultry not reared, kept or slaughtered at Miller properties.'' The most recent Ministry Inspection reports, UA202814 and AG144737, both stated that this unauthorized waste disposal must be ceased immediately. Its time for the Ministry to involve the Conservation Officer Service and to start taking regulations enforcement seriously. ', 'Dalton Campbell', '1234 Doran Road, Cobble Hill, BC V0R 1L5 ', 'dalton.campbell@shaw.ca', '250-743-1331', NULL, NULL, 'Houston Road', 'In a Van down by the River', '2023-03-29 07:24:00.000', '2023-03-29 07:24:00.000', 'Caller', 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', 'OTHER', 'COS', 'OPEN', 'JOHNSNLG', 'SRID=4326;POINT (-127.4810142 50.4217838)'::public.geometry) -ON CONFLICT DO NOTHING; -INSERT INTO public.complaint -(complaint_identifier, detail_text, caller_name, caller_address, caller_email, caller_phone_1, caller_phone_2, caller_phone_3, location_summary_text, location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp, reported_by_other_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, reported_by_code, owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) -VALUES('23-006893', NULL, NULL, '140 fake st', NULL, NULL, NULL, NULL, 'Dawsons Landing General Store', 'tester call description 13', '2023-04-16 07:24:00.000', '2023-04-15 07:24:00.000', NULL, 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:45:45.914', 'LE', 'COS', 'OPEN', 'DAWSONSL', 'SRID=4326;POINT (0 0)'::public.geometry) -ON CONFLICT DO NOTHING; -INSERT INTO public.complaint -(complaint_identifier, detail_text, caller_name, caller_address, caller_email, caller_phone_1, caller_phone_2, caller_phone_3, location_summary_text, location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp, reported_by_other_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, reported_by_code, owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) -VALUES('23-000165', 'left hand side heading toward Castlegar.', NULL, '448 Fake St', NULL, NULL, NULL, NULL, '7579 6 St', NULL, '2023-04-27 08:18:00.000', '2023-01-23 09:12:00.000', NULL, 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:44:25.700', NULL, 'COS', 'OPEN', 'GRANDFOR', 'SRID=4326;POINT (0 0)'::public.geometry) -ON CONFLICT DO NOTHING; -INSERT INTO public.complaint -(complaint_identifier, detail_text, caller_name, caller_address, caller_email, caller_phone_1, caller_phone_2, caller_phone_3, location_summary_text, location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp, reported_by_other_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, reported_by_code, owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) -VALUES('23-007892', 'Caller advised there is someones dog that is a chaser. It chases people walking/biking by and wildlife. Yesterday the dog was chasing the caller.', 'Doug', '139 fake st', NULL, '555-555-5569', NULL, NULL, 'Adams Lake Forest Road', 'tester call description 12', '2023-04-15 07:24:00.000', '2023-04-14 07:24:00.000', NULL, 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:44:52.150', 'CEB', 'COS', 'OPEN', 'ADMSLKHS', 'SRID=4326;POINT (0 0)'::public.geometry) -ON CONFLICT DO NOTHING; - - -------------------------- --- INSERT HWCR_COMPLAINT RECORDS -------------------------- -INSERT INTO public.hwcr_complaint -(hwcr_complaint_guid, other_attractants_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, complaint_identifier, species_code, hwcr_complaint_nature_code) -VALUES('40590e4c-7eb9-4eeb-be9f-faec69dd1645'::uuid, NULL, 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', '23-000165', 'DEER', 'INJNP') -ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint -(hwcr_complaint_guid, other_attractants_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, complaint_identifier, species_code, hwcr_complaint_nature_code) -VALUES('f1de4866-ec89-4eb1-ac5b-0076e09c8f08'::uuid, NULL, 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', '23-000166', 'ELK', 'INJNP') -ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint -(hwcr_complaint_guid, other_attractants_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, complaint_identifier, species_code, hwcr_complaint_nature_code) -VALUES('214c5cea-e9a8-4542-b7b0-67501800fcda'::uuid, NULL, 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', '23-000167', 'MOOSE', 'INJNP') -ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint -(hwcr_complaint_guid, other_attractants_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, complaint_identifier, species_code, hwcr_complaint_nature_code) -VALUES('04d10538-cd30-43a1-9cab-3df34aa176c9'::uuid, NULL, 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', '23-000168', 'UNKNOWN', 'LIVNCOU') -ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint -(hwcr_complaint_guid, other_attractants_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, complaint_identifier, species_code, hwcr_complaint_nature_code) -VALUES('7c1a3345-45c1-4b2e-85d0-7ee757a5c988'::uuid, NULL, 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', '23-000169', 'DEER', 'CONFINED') -ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint -(hwcr_complaint_guid, other_attractants_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, complaint_identifier, species_code, hwcr_complaint_nature_code) -VALUES('7acb93c2-90ea-4244-9b3f-5e93dced3c85'::uuid, NULL, 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', '23-000170', 'DEER', 'CONFINED') -ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint -(hwcr_complaint_guid, other_attractants_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, complaint_identifier, species_code, hwcr_complaint_nature_code) -VALUES('8d9b03bd-7f89-4c7f-90e2-a299f4bead32'::uuid, NULL, 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', '23-000171', 'COUGAR', 'AGGPRES') -ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint -(hwcr_complaint_guid, other_attractants_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, complaint_identifier, species_code, hwcr_complaint_nature_code) -VALUES('b4c72f16-0fe5-4901-8532-2b19e4d30f84'::uuid, NULL, 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', '23-000172', 'DEER', 'INJPRES') -ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint -(hwcr_complaint_guid, other_attractants_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, complaint_identifier, species_code, hwcr_complaint_nature_code) -VALUES('c7486616-33bd-4f52-9a0e-d25c8d54fd5e'::uuid, NULL, 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', '23-000173', 'COUGAR', 'HUMINJ') -ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint -(hwcr_complaint_guid, other_attractants_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, complaint_identifier, species_code, hwcr_complaint_nature_code) -VALUES('180fe985-ea97-456b-a7b0-91a5e8527292'::uuid, NULL, 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', '23-000174', 'MOOSE', 'INJPRES') -ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint -(hwcr_complaint_guid, other_attractants_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, complaint_identifier, species_code, hwcr_complaint_nature_code) -VALUES('ddac1822-326e-48d7-a8eb-cc38262870f6'::uuid, NULL, 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', '23-000175', 'DEER', 'INJPRES') -ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint -(hwcr_complaint_guid, other_attractants_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, complaint_identifier, species_code, hwcr_complaint_nature_code) -VALUES('2854ed44-d7f2-402e-927f-57e54f6da876'::uuid, NULL, 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', '23-000176', 'BLKBEAR', 'AGGPRES') -ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint -(hwcr_complaint_guid, other_attractants_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, complaint_identifier, species_code, hwcr_complaint_nature_code) -VALUES('cfa89ef0-ba61-4d86-b0c2-99d348bbdef4'::uuid, 'test attract text', 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', '23-000177', 'WOLF', 'SGHTNGS') -ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint -(hwcr_complaint_guid, other_attractants_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, complaint_identifier, species_code, hwcr_complaint_nature_code) -VALUES('163d2996-0f09-48b7-b100-2810db7fc316'::uuid, NULL, 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', '23-000178', 'DEER', 'INJPRES') -ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint -(hwcr_complaint_guid, other_attractants_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, complaint_identifier, species_code, hwcr_complaint_nature_code) -VALUES('496f3ef1-bf6e-48ce-8858-7edb04572d40'::uuid, NULL, 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', '23-000179', 'COUGAR', 'COUGARN') -ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint -(hwcr_complaint_guid, other_attractants_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, complaint_identifier, species_code, hwcr_complaint_nature_code) -VALUES('e8523a29-3ae4-4371-91cb-bcefd00ce4a4'::uuid, NULL, 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', '23-000180', 'BLKBEAR', 'SGHTNGS') -ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint -(hwcr_complaint_guid, other_attractants_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, complaint_identifier, species_code, hwcr_complaint_nature_code) -VALUES('659447ea-5d87-469d-9960-fb2e25cb5166'::uuid, NULL, 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', '23-000181', 'DEER', 'DEADNV') -ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint -(hwcr_complaint_guid, other_attractants_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, complaint_identifier, species_code, hwcr_complaint_nature_code) -VALUES('9efc69f9-54c1-4df9-8bee-b1c601786728'::uuid, NULL, 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', '23-000182', 'BOBCAT', 'SGHTNGS') -ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint -(hwcr_complaint_guid, other_attractants_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, complaint_identifier, species_code, hwcr_complaint_nature_code) -VALUES('ae6e0dc4-b960-4b37-9dc9-ce303733a69d'::uuid, NULL, 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', '23-000183', 'DEER', 'INJNP') -ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint -(hwcr_complaint_guid, other_attractants_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, complaint_identifier, species_code, hwcr_complaint_nature_code) -VALUES('f41eadd8-ca53-40da-9a4c-8e40c7a64086'::uuid, NULL, 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', '23-000065', 'DEER', 'INJNP') -ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint -(hwcr_complaint_guid, other_attractants_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, complaint_identifier, species_code, hwcr_complaint_nature_code) -VALUES('fec7c415-78a2-4480-bcf8-06d88536a220'::uuid, NULL, 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', '23-000066', 'ELK', 'INJNP') -ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint -(hwcr_complaint_guid, other_attractants_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, complaint_identifier, species_code, hwcr_complaint_nature_code) -VALUES('bf02d937-77c0-420b-8c0b-8990751bb8f0'::uuid, NULL, 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', '23-000067', 'MOOSE', 'INJNP') -ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint -(hwcr_complaint_guid, other_attractants_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, complaint_identifier, species_code, hwcr_complaint_nature_code) -VALUES('96e101ea-b0de-47c3-b557-9a89d4a8adee'::uuid, NULL, 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', '23-000068', 'UNKNOWN', 'LIVNCOU') -ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint -(hwcr_complaint_guid, other_attractants_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, complaint_identifier, species_code, hwcr_complaint_nature_code) -VALUES('d7aee78c-821e-4df4-a94d-3cd7bb12f9b1'::uuid, NULL, 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', '23-000069', 'DEER', 'CONFINED') -ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint -(hwcr_complaint_guid, other_attractants_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, complaint_identifier, species_code, hwcr_complaint_nature_code) -VALUES('ece0c5fe-325b-4baf-9d6c-700e3952bb43'::uuid, NULL, 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', '23-000070', 'DEER', 'CONFINED') -ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint -(hwcr_complaint_guid, other_attractants_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, complaint_identifier, species_code, hwcr_complaint_nature_code) -VALUES('c43d5f50-ceab-4310-8e90-e8258f0b3860'::uuid, NULL, 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', '23-000071', 'COUGAR', 'AGGPRES') -ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint -(hwcr_complaint_guid, other_attractants_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, complaint_identifier, species_code, hwcr_complaint_nature_code) -VALUES('c4c0c2f1-5d48-47ca-9377-0f986da86fa5'::uuid, NULL, 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', '23-000072', 'DEER', 'INJPRES') -ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint -(hwcr_complaint_guid, other_attractants_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, complaint_identifier, species_code, hwcr_complaint_nature_code) -VALUES('5e174369-d943-4190-9ab1-dc7afdd2fdf6'::uuid, NULL, 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', '23-000073', 'COUGAR', 'HUMINJ') -ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint -(hwcr_complaint_guid, other_attractants_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, complaint_identifier, species_code, hwcr_complaint_nature_code) -VALUES('3e4ea0f5-65f5-43fa-810a-d2330ed946f4'::uuid, NULL, 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', '23-000074', 'MOOSE', 'INJPRES') -ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint -(hwcr_complaint_guid, other_attractants_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, complaint_identifier, species_code, hwcr_complaint_nature_code) -VALUES('33876080-7b8d-4b5b-a0ee-7b44367dd6f3'::uuid, NULL, 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', '23-000075', 'DEER', 'INJPRES') -ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint -(hwcr_complaint_guid, other_attractants_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, complaint_identifier, species_code, hwcr_complaint_nature_code) -VALUES('a4d0f312-5b2c-45e7-9c6c-d392c8ea1e7f'::uuid, NULL, 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', '23-000076', 'BLKBEAR', 'AGGPRES') -ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint -(hwcr_complaint_guid, other_attractants_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, complaint_identifier, species_code, hwcr_complaint_nature_code) -VALUES('9d9d43ca-7c0b-4830-824e-eea3839852b8'::uuid, NULL, 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', '23-000078', 'DEER', 'INJPRES') -ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint -(hwcr_complaint_guid, other_attractants_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, complaint_identifier, species_code, hwcr_complaint_nature_code) -VALUES('61740fa4-3329-4bc7-98fc-aea1142349e2'::uuid, NULL, 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', '23-000079', 'COUGAR', 'COUGARN') -ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint -(hwcr_complaint_guid, other_attractants_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, complaint_identifier, species_code, hwcr_complaint_nature_code) -VALUES('4af9be4a-ab1a-4742-bc70-395d9fb62894'::uuid, NULL, 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', '23-000080', 'BLKBEAR', 'SGHTNGS') -ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint -(hwcr_complaint_guid, other_attractants_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, complaint_identifier, species_code, hwcr_complaint_nature_code) -VALUES('1d1c10b9-0b8f-48b8-8110-3dafbd3f11e7'::uuid, NULL, 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', '23-000081', 'DEER', 'DEADNV') -ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint -(hwcr_complaint_guid, other_attractants_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, complaint_identifier, species_code, hwcr_complaint_nature_code) -VALUES('05cb2926-16ad-4526-8bb0-24b0e40b8d64'::uuid, NULL, 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', '23-000082', 'BOBCAT', 'SGHTNGS') -ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint -(hwcr_complaint_guid, other_attractants_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, complaint_identifier, species_code, hwcr_complaint_nature_code) -VALUES('d6448826-6442-4fbc-bad7-8725432b52b0'::uuid, NULL, 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', '23-000083', 'DEER', 'INJNP') -ON CONFLICT DO NOTHING; - - -------------------------- --- INSERT ALLEGATION_COMPLAINT RECORDS -------------------------- - -INSERT INTO public.allegation_complaint -(allegation_complaint_guid, in_progress_ind, observed_ind, suspect_witnesss_dtl_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, complaint_identifier, violation_code) -VALUES('8c2bc8af-8de1-4fea-a4cb-3cd57d7aef35'::uuid, false, true, 'Driver not seen clearly enough to identify. A large 3-axelled bin truck with a yellow cab, large chrome window visor with a brown roof and fenders. The license number is RF 1234. The truck was carrying a special sealed bin designed to transport and dump slaughter waste (see attached photo). Dalton Campbell, 1234 Doran Road, Cobble Hill, BC, V0R 1L5 250-743-1234', 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', '23-006875', 'WASTE') -ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint -(allegation_complaint_guid, in_progress_ind, observed_ind, suspect_witnesss_dtl_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, complaint_identifier, violation_code) -VALUES('fe21c256-34a8-4567-9987-c0b7028eb12b'::uuid, false, false, 'tester suspect witness', 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', '23-006876', 'OPENBURN') -ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint -(allegation_complaint_guid, in_progress_ind, observed_ind, suspect_witnesss_dtl_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, complaint_identifier, violation_code) -VALUES('39eae331-6ecb-4444-a2b8-10769e24469e'::uuid, false, true, NULL, 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', '23-006877', 'WILDLIFE') -ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint -(allegation_complaint_guid, in_progress_ind, observed_ind, suspect_witnesss_dtl_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, complaint_identifier, violation_code) -VALUES('2666473f-c526-4121-954b-0ac90953388f'::uuid, true, false, NULL, 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', '23-006878', 'WILDLIFE') -ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint -(allegation_complaint_guid, in_progress_ind, observed_ind, suspect_witnesss_dtl_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, complaint_identifier, violation_code) -VALUES('5b9e5d53-3c6a-45a7-92c7-d8e075d36a5c'::uuid, true, true, NULL, 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', '23-006879', 'OPENBURN') -ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint -(allegation_complaint_guid, in_progress_ind, observed_ind, suspect_witnesss_dtl_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, complaint_identifier, violation_code) -VALUES('2f576beb-1361-4ac2-b866-b2891389cd5a'::uuid, true, false, NULL, 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', '23-006880', 'WILDLIFE') -ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint -(allegation_complaint_guid, in_progress_ind, observed_ind, suspect_witnesss_dtl_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, complaint_identifier, violation_code) -VALUES('d15c7478-34cf-44e7-9f73-4037be481f0f'::uuid, true, true, NULL, 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', '23-006881', 'OPENBURN') -ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint -(allegation_complaint_guid, in_progress_ind, observed_ind, suspect_witnesss_dtl_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, complaint_identifier, violation_code) -VALUES('669f860b-5490-405e-a181-c23d2c225ecf'::uuid, true, false, NULL, 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', '23-006882', 'OTHER') -ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint -(allegation_complaint_guid, in_progress_ind, observed_ind, suspect_witnesss_dtl_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, complaint_identifier, violation_code) -VALUES('686ea89d-693b-4fdf-9266-226171e6dbd3'::uuid, true, true, NULL, 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', '23-006883', 'DUMPING') -ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint -(allegation_complaint_guid, in_progress_ind, observed_ind, suspect_witnesss_dtl_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, complaint_identifier, violation_code) -VALUES('627694a9-baa6-4fb8-bc23-e2f30253f2c4'::uuid, true, false, NULL, 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', '23-006884', 'RECREATN') -ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint -(allegation_complaint_guid, in_progress_ind, observed_ind, suspect_witnesss_dtl_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, complaint_identifier, violation_code) -VALUES('18c29c78-6ed1-4d1c-b615-d1d3922c106e'::uuid, true, true, NULL, 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', '23-006885', 'FISHERY') -ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint -(allegation_complaint_guid, in_progress_ind, observed_ind, suspect_witnesss_dtl_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, complaint_identifier, violation_code) -VALUES('528def25-91e6-4ed8-865b-369ee7ea22d6'::uuid, true, false, NULL, 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', '23-006886', 'WILDLIFE') -ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint -(allegation_complaint_guid, in_progress_ind, observed_ind, suspect_witnesss_dtl_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, complaint_identifier, violation_code) -VALUES('d9e9ca05-233a-4617-9ae5-550eef219281'::uuid, true, true, NULL, 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', '23-006887', 'OPENBURN') -ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint -(allegation_complaint_guid, in_progress_ind, observed_ind, suspect_witnesss_dtl_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, complaint_identifier, violation_code) -VALUES('0e1667a9-27a0-4e5a-803f-612739babf66'::uuid, true, false, NULL, 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', '23-006888', 'OTHER') -ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint -(allegation_complaint_guid, in_progress_ind, observed_ind, suspect_witnesss_dtl_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, complaint_identifier, violation_code) -VALUES('4ce8b1f8-b55f-4394-9f3b-2f4ca5387caa'::uuid, false, true, NULL, 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', '23-006889', 'OTHER') -ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint -(allegation_complaint_guid, in_progress_ind, observed_ind, suspect_witnesss_dtl_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, complaint_identifier, violation_code) -VALUES('7b8ecce8-eeac-4ca2-8dd9-4988e0afefa6'::uuid, false, false, NULL, 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', '23-006890', 'WILDLIFE') -ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint -(allegation_complaint_guid, in_progress_ind, observed_ind, suspect_witnesss_dtl_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, complaint_identifier, violation_code) -VALUES('fda6301f-af36-4e8d-8850-72069454f858'::uuid, false, true, NULL, 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', '23-006891', 'OTHER') -ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint -(allegation_complaint_guid, in_progress_ind, observed_ind, suspect_witnesss_dtl_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, complaint_identifier, violation_code) -VALUES('e2081451-5096-4068-8b60-44bda8f40b98'::uuid, false, false, NULL, 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', '23-006893', 'OTHER') -ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint -(allegation_complaint_guid, in_progress_ind, observed_ind, suspect_witnesss_dtl_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, complaint_identifier, violation_code) -VALUES('6b2dfbcc-1d29-46a2-98d0-a9f7322e1c71'::uuid, true, true, 'witness text', 'chris', '2023-06-29 22:16:16.754', 'chris', '2023-06-29 22:16:16.754', 'AC-17789', 'AINVSPC') -ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint -(allegation_complaint_guid, in_progress_ind, observed_ind, suspect_witnesss_dtl_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, complaint_identifier, violation_code) -VALUES('99d96401-e594-4b92-b67b-fed47f4121a8'::uuid, false, true, 'Driver not seen clearly enough to identify. A large 3-axelled bin truck with a yellow cab, large chrome window visor with a brown roof and fenders. The license number is RF 1234. The truck was carrying a special sealed bin designed to transport and dump slaughter waste (see attached photo). Dalton Campbell, 1234 Doran Road, Cobble Hill, BC, V0R 1L5 250-743-1234', 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', '23-007875', 'WASTE') -ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint -(allegation_complaint_guid, in_progress_ind, observed_ind, suspect_witnesss_dtl_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, complaint_identifier, violation_code) -VALUES('6b311c0f-90b6-46fa-9b80-077e73137e8f'::uuid, false, false, 'tester suspect witness', 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', '23-007876', 'OPENBURN') -ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint -(allegation_complaint_guid, in_progress_ind, observed_ind, suspect_witnesss_dtl_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, complaint_identifier, violation_code) -VALUES('a391f3a7-26be-401e-862a-ed2d310f45e6'::uuid, false, true, NULL, 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', '23-007877', 'WILDLIFE') -ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint -(allegation_complaint_guid, in_progress_ind, observed_ind, suspect_witnesss_dtl_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, complaint_identifier, violation_code) -VALUES('e8225310-c1b4-40ae-b81e-78caeea2d7e5'::uuid, true, false, NULL, 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', '23-007878', 'WILDLIFE') -ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint -(allegation_complaint_guid, in_progress_ind, observed_ind, suspect_witnesss_dtl_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, complaint_identifier, violation_code) -VALUES('d3e5eab7-ab26-400e-835d-2cf5a291e221'::uuid, true, true, NULL, 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', '23-007879', 'OPENBURN') -ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint -(allegation_complaint_guid, in_progress_ind, observed_ind, suspect_witnesss_dtl_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, complaint_identifier, violation_code) -VALUES('aa17c279-f1bd-463c-b9f0-0976c729c721'::uuid, true, false, NULL, 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', '23-007880', 'WILDLIFE') -ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint -(allegation_complaint_guid, in_progress_ind, observed_ind, suspect_witnesss_dtl_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, complaint_identifier, violation_code) -VALUES('c6df6430-6884-403e-98a2-1147d1a3ff6f'::uuid, true, true, NULL, 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', '23-007881', 'OPENBURN') -ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint -(allegation_complaint_guid, in_progress_ind, observed_ind, suspect_witnesss_dtl_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, complaint_identifier, violation_code) -VALUES('6c6a7e86-eb42-436a-be90-d2675752b286'::uuid, true, false, NULL, 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', '23-007882', 'OTHER') -ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint -(allegation_complaint_guid, in_progress_ind, observed_ind, suspect_witnesss_dtl_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, complaint_identifier, violation_code) -VALUES('5ae11ac1-74b1-4df9-90ea-c7d85cf57473'::uuid, true, true, NULL, 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', '23-007883', 'DUMPING') -ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint -(allegation_complaint_guid, in_progress_ind, observed_ind, suspect_witnesss_dtl_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, complaint_identifier, violation_code) -VALUES('7bb90936-76e1-491a-b336-f18304b74fac'::uuid, true, false, NULL, 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', '23-007884', 'RECREATN') -ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint -(allegation_complaint_guid, in_progress_ind, observed_ind, suspect_witnesss_dtl_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, complaint_identifier, violation_code) -VALUES('dbdc6a75-f07c-4513-8656-7d735799b68c'::uuid, true, true, NULL, 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', '23-007885', 'FISHERY') -ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint -(allegation_complaint_guid, in_progress_ind, observed_ind, suspect_witnesss_dtl_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, complaint_identifier, violation_code) -VALUES('5fb2a49e-50cb-433e-aa16-64c62a1864f1'::uuid, true, false, NULL, 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', '23-007886', 'WILDLIFE') -ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint -(allegation_complaint_guid, in_progress_ind, observed_ind, suspect_witnesss_dtl_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, complaint_identifier, violation_code) -VALUES('9c80bcb3-ce4e-4dc4-b193-59f80c94c416'::uuid, true, true, NULL, 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', '23-007887', 'OPENBURN') -ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint -(allegation_complaint_guid, in_progress_ind, observed_ind, suspect_witnesss_dtl_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, complaint_identifier, violation_code) -VALUES('5deeaa67-5c97-4b7b-893f-f0a04f493e46'::uuid, true, false, NULL, 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', '23-007888', 'OTHER') -ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint -(allegation_complaint_guid, in_progress_ind, observed_ind, suspect_witnesss_dtl_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, complaint_identifier, violation_code) -VALUES('af68f1a9-4a6e-45cb-8813-14c84e684108'::uuid, false, true, NULL, 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', '23-007889', 'OTHER') -ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint -(allegation_complaint_guid, in_progress_ind, observed_ind, suspect_witnesss_dtl_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, complaint_identifier, violation_code) -VALUES('0d75f5b0-1173-4c21-90aa-376557fa4e0a'::uuid, false, false, NULL, 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', '23-007890', 'WILDLIFE') -ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint -(allegation_complaint_guid, in_progress_ind, observed_ind, suspect_witnesss_dtl_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, complaint_identifier, violation_code) -VALUES('45b8400a-7da8-460d-bda7-1612751cc860'::uuid, false, true, NULL, 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', '23-007891', 'OTHER') -ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint -(allegation_complaint_guid, in_progress_ind, observed_ind, suspect_witnesss_dtl_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, complaint_identifier, violation_code) -VALUES('e8f4918d-dc90-4b64-a81e-53971a1bb0b3'::uuid, false, false, NULL, 'FLYWAY', '2023-06-29 22:16:16.754', 'FLYWAY', '2023-06-29 22:16:16.754', '23-007892', 'OTHER') -ON CONFLICT DO NOTHING; - - -------------------------- --- INSERT attractant_hwcr_xref records -------------------------- - -INSERT INTO public.attractant_hwcr_xref -(attractant_hwcr_xref_guid, attractant_code, hwcr_complaint_guid, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) -VALUES('35050109-8d59-4b7a-9ed4-1b88575feb08'::uuid, 'GARBAGE', 'a4d0f312-5b2c-45e7-9c6c-d392c8ea1e7f'::uuid, 'POSTMAN', '2023-06-05 18:45:55.155', 'POSTMAN', '2023-06-05 18:45:55.155') -ON CONFLICT DO NOTHING; -INSERT INTO public.attractant_hwcr_xref -(attractant_hwcr_xref_guid, attractant_code, hwcr_complaint_guid, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) -VALUES('0ec845a6-a580-4af1-b191-026fe97f3b86'::uuid, 'FREEZER', 'a4d0f312-5b2c-45e7-9c6c-d392c8ea1e7f'::uuid, 'POSTMAN', '2023-06-05 18:45:55.155', 'POSTMAN', '2023-06-05 18:45:55.155') -ON CONFLICT DO NOTHING; -INSERT INTO public.attractant_hwcr_xref -(attractant_hwcr_xref_guid, attractant_code, hwcr_complaint_guid, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) -VALUES('51490fed-0d03-4c38-9528-0615efb1e2df'::uuid, 'COMPOST', 'a4d0f312-5b2c-45e7-9c6c-d392c8ea1e7f'::uuid, 'POSTMAN', '2023-06-05 18:45:55.155', 'POSTMAN', '2023-06-05 18:45:55.155') -ON CONFLICT DO NOTHING; -INSERT INTO public.attractant_hwcr_xref -(attractant_hwcr_xref_guid, attractant_code, hwcr_complaint_guid, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) -VALUES('f387647b-a2a8-407f-9335-1c56802233e4'::uuid, 'GARBAGE', '4af9be4a-ab1a-4742-bc70-395d9fb62894'::uuid, 'POSTMAN', '2023-06-05 18:45:56.136', 'POSTMAN', '2023-06-05 18:45:56.136') -ON CONFLICT DO NOTHING; -INSERT INTO public.attractant_hwcr_xref -(attractant_hwcr_xref_guid, attractant_code, hwcr_complaint_guid, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) -VALUES('4a2ad507-dbdc-4898-9841-6089f62ef3cf'::uuid, 'BBQ', '05cb2926-16ad-4526-8bb0-24b0e40b8d64'::uuid, 'POSTMAN', '2023-06-05 18:45:56.483', 'POSTMAN', '2023-06-05 18:45:56.483') -ON CONFLICT DO NOTHING; -INSERT INTO public.attractant_hwcr_xref -(attractant_hwcr_xref_guid, attractant_code, hwcr_complaint_guid, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) -VALUES('a59965ad-f60e-4199-ba66-b3aba2eee7b9'::uuid, 'BBQ', 'd6448826-6442-4fbc-bad7-8725432b52b0'::uuid, 'POSTMAN', '2023-06-05 18:45:56.698', 'POSTMAN', '2023-06-05 18:45:56.698') -ON CONFLICT DO NOTHING; -INSERT INTO public.attractant_hwcr_xref -(attractant_hwcr_xref_guid, attractant_code, hwcr_complaint_guid, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) -VALUES('da00a0e2-f89c-4db4-9af0-e787c568865f'::uuid, 'PETS', 'd6448826-6442-4fbc-bad7-8725432b52b0'::uuid, 'POSTMAN', '2023-06-05 18:45:56.698', 'POSTMAN', '2023-06-05 18:45:56.698') -ON CONFLICT DO NOTHING; -INSERT INTO public.attractant_hwcr_xref -(attractant_hwcr_xref_guid, attractant_code, hwcr_complaint_guid, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) -VALUES('7e537341-169a-4dc8-a7ad-a6ef72102864'::uuid, 'BEEHIVE', 'd6448826-6442-4fbc-bad7-8725432b52b0'::uuid, 'POSTMAN', '2023-06-05 18:45:56.698', 'POSTMAN', '2023-06-05 18:45:56.698') -ON CONFLICT DO NOTHING; -INSERT INTO public.attractant_hwcr_xref -(attractant_hwcr_xref_guid, attractant_code, hwcr_complaint_guid, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) -VALUES('60e88f15-0af8-4433-a49d-16317eb6f8e4'::uuid, 'GARBAGE', '2854ed44-d7f2-402e-927f-57e54f6da876'::uuid, 'POSTMAN', '2023-06-23 18:29:53.173', 'POSTMAN', '2023-06-23 18:29:53.173') -ON CONFLICT DO NOTHING; -INSERT INTO public.attractant_hwcr_xref -(attractant_hwcr_xref_guid, attractant_code, hwcr_complaint_guid, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) -VALUES('d018b969-ffd3-433b-a36c-752636b7a5f7'::uuid, 'FREEZER', '2854ed44-d7f2-402e-927f-57e54f6da876'::uuid, 'POSTMAN', '2023-06-23 18:29:53.173', 'POSTMAN', '2023-06-23 18:29:53.173') -ON CONFLICT DO NOTHING; -INSERT INTO public.attractant_hwcr_xref -(attractant_hwcr_xref_guid, attractant_code, hwcr_complaint_guid, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) -VALUES('0bc297e8-ed44-4b68-a801-50d11973d82d'::uuid, 'COMPOST', '2854ed44-d7f2-402e-927f-57e54f6da876'::uuid, 'POSTMAN', '2023-06-23 18:29:53.173', 'POSTMAN', '2023-06-23 18:29:53.173') -ON CONFLICT DO NOTHING; -INSERT INTO public.attractant_hwcr_xref -(attractant_hwcr_xref_guid, attractant_code, hwcr_complaint_guid, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) -VALUES('efe3fc4f-9617-44b1-b83b-6ac6942a2b28'::uuid, 'OTHER', 'cfa89ef0-ba61-4d86-b0c2-99d348bbdef4'::uuid, 'POSTMAN', '2023-06-23 18:29:53.437', 'POSTMAN', '2023-06-23 18:29:53.437') -ON CONFLICT DO NOTHING; -INSERT INTO public.attractant_hwcr_xref -(attractant_hwcr_xref_guid, attractant_code, hwcr_complaint_guid, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) -VALUES('571e1580-1731-4dda-9d49-219145638bd7'::uuid, 'GARBAGE', 'e8523a29-3ae4-4371-91cb-bcefd00ce4a4'::uuid, 'POSTMAN', '2023-06-23 18:29:54.025', 'POSTMAN', '2023-06-23 18:29:54.025') -ON CONFLICT DO NOTHING; -INSERT INTO public.attractant_hwcr_xref -(attractant_hwcr_xref_guid, attractant_code, hwcr_complaint_guid, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) -VALUES('4ccecc0c-c96c-495c-9368-10724ae321b9'::uuid, 'BBQ', '9efc69f9-54c1-4df9-8bee-b1c601786728'::uuid, 'POSTMAN', '2023-06-23 18:29:54.451', 'POSTMAN', '2023-06-23 18:29:54.451') -ON CONFLICT DO NOTHING; -INSERT INTO public.attractant_hwcr_xref -(attractant_hwcr_xref_guid, attractant_code, hwcr_complaint_guid, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) -VALUES('b6b6ac3d-e188-4696-ac8a-816253d94088'::uuid, 'BBQ', 'ae6e0dc4-b960-4b37-9dc9-ce303733a69d'::uuid, 'POSTMAN', '2023-06-23 18:29:54.748', 'POSTMAN', '2023-06-23 18:29:54.748') -ON CONFLICT DO NOTHING; -INSERT INTO public.attractant_hwcr_xref -(attractant_hwcr_xref_guid, attractant_code, hwcr_complaint_guid, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) -VALUES('b271ac24-07b2-4d33-828e-1f08bafae90b'::uuid, 'PETS', 'ae6e0dc4-b960-4b37-9dc9-ce303733a69d'::uuid, 'POSTMAN', '2023-06-23 18:29:54.748', 'POSTMAN', '2023-06-23 18:29:54.748') -ON CONFLICT DO NOTHING; -INSERT INTO public.attractant_hwcr_xref -(attractant_hwcr_xref_guid, attractant_code, hwcr_complaint_guid, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) -VALUES('dbf30df9-0b2d-444d-bafa-051f36715710'::uuid, 'BEEHIVE', 'ae6e0dc4-b960-4b37-9dc9-ce303733a69d'::uuid, 'POSTMAN', '2023-06-23 18:29:54.748', 'POSTMAN', '2023-06-23 18:29:54.748') -ON CONFLICT DO NOTHING; - --- set user VYates's office to Prince George -update public.officer o -set office_guid = '3f474308-68da-450a-b1ab-fb8a5b7a27ce' -where officer_guid = '3eac2028-9e13-4a7f-af07-f0b8264f32c4'; - --- assign more officers to Prince George -update public.officer o -set office_guid = '3f474308-68da-450a-b1ab-fb8a5b7a27ce' -where officer_guid = '6f3e52b6-97aa-457d-999e-e36392e2eadd'; - -update public.officer o -set office_guid = '3f474308-68da-450a-b1ab-fb8a5b7a27ce' -where officer_guid = '3cd1512d-53db-4cce-82d8-71e57de735df'; - --- assign more officers to Mkenzie -update public.officer o -set office_guid = '3a4e8fc8-db72-4f02-b5ee-1f257c74a635' -where officer_guid = 'c325ec8f-98d6-4720-a339-bf08f21eeb64'; - -update public.officer o -set office_guid = '3a4e8fc8-db72-4f02-b5ee-1f257c74a635' -where officer_guid = 'b5053585-cd8e-4392-b0a7-bc9d6ba7a1cd'; - -update public.officer o -set office_guid = '3a4e8fc8-db72-4f02-b5ee-1f257c74a635' -where officer_guid = '7c4ad99d-0518-4a83-b12d-984d7c25beeb'; - - --- set user HOLSONs office to Vanderhoof -update public.officer o -set office_guid = '5128179c-f622-499b-b8e5-b39199081f22' -where officer_guid = '7fe1cc4e-fc73-412e-9c0e-3f3fec364aac'; - --- assign some officers to Vanderhoof office -update public.officer o -set office_guid = '5128179c-f622-499b-b8e5-b39199081f22' -where officer_guid = '041430a7-d485-42a9-bda6-7e96b5b71fb3'; - -update public.officer o -set office_guid = '5128179c-f622-499b-b8e5-b39199081f22' -where officer_guid = 'eb27498b-4d7f-4873-98ce-4ddafa65c4b7'; - --- assign some officers to Burns Lake office -update public.officer o -set office_guid = 'ee09bf4d-e5a1-4fb8-9012-c192692dd1bd' -where officer_guid = 'af70aeb7-2a6b-45a6-b722-926ebec005b5'; - -update public.officer o -set office_guid = 'ee09bf4d-e5a1-4fb8-9012-c192692dd1bd' -where officer_guid = 'a90768f2-ba0e-4786-a68d-1f8b80368e9f'; - --- Assign Neil to Prince George -update public.officer o -set office_guid = '3f474308-68da-450a-b1ab-fb8a5b7a27ce' -where officer_guid = 'efcbaae4-505b-4db3-b036-7ec8b8dd8c6d'; - --- Assign Barrett to Vanderhoof -update public.officer o -set office_guid = '5128179c-f622-499b-b8e5-b39199081f22' -where officer_guid = '54892583-7013-48f5-87c8-90c19f95b395'; - - - - --- add complaints -INSERT INTO public.complaint (complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text,incident_utc_datetime,incident_reported_utc_timestmp,reported_by_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp,reported_by_code,owned_by_agency_code,complaint_status_code,geo_organization_unit_code,location_geometry_point) VALUES - ('23-007000','RCMP relaying a report of a deer stuck in the COM’s tree. Deer’s hoof is caught in the V, deer is dangling upside down – believe shoulder is dislocated. LVM Sgt Melenka Briefed CO Krenz','Dorothy Ann','435 Fake St','test@gmail.com',NULL,NULL,NULL,NULL,'detailed text 4','2022-12-23 08:57:00','2023-01-10 09:12:00',NULL,'FLYWAY','2023-07-26 19:25:34.66322','FLYWAY','2023-07-26 19:25:34.66322','BCWF','COS','OPEN','ALZLK','SRID=4326;POINT (0 0)'), - ('23-007001','Calling to report a black bear that comes through the area at night. It has been getting into garbages that have been left unsecured. Hoping a CO can come round to advise neighbour''s that they need to get their garbages locked up.','Annonymous','433 Fake St',NULL,NULL,NULL,NULL,'373 Front Street','detailed text 2','2022-12-27 09:03:00','2023-01-08 09:12:00',NULL,'FLYWAY','2023-07-26 19:25:34.66322','FLYWAY','2023-07-26 19:25:34.66322',NULL,'COS','OPEN','BDNSTLK','SRID=4326;POINT (0 0)'), - ('23-007002','Calling to report a young deer, looked to be struggling to stand and walk but still mobile. Possibly hit by a car.',NULL,'432 Fake St',NULL,NULL,NULL,NULL,'Kanaka Station Rd','detailed text 1','2022-12-29 09:06:00','2023-01-07 09:12:00',NULL,'FLYWAY','2023-07-26 19:25:34.66322','FLYWAY','2023-07-26 19:25:34.66322',NULL,'COS','OPEN','CLUCLZLK','SRID=4326;POINT (0 0)'), - ('23-007003','COM reporting she saw a bobcat when checking on her property 2 days ago.','Joanne Jackson','1234 Merritt Avenue',NULL,'250-315-1234',NULL,NULL,'unit 8 1226 McMillan Rd, Merritt, BC',NULL,'2022-12-31 09:09:00','2023-01-06 09:12:00',NULL,'FLYWAY','2023-07-26 19:25:34.66322','FLYWAY','2023-07-26 19:25:34.66322',NULL,'COS','OPEN','DOMECRK','SRID=4326;POINT (-120.7893375 50.1035589)'), - ('23-007004','There is an elk with a large chunk of meat missing from its side with hide hanging. The elk has been around for 2-3 days.','Daren Douglas','1234 Oak Bay Avenue','daren@shaw.ca','403-559-1234',NULL,NULL,'1990 Oak Bay Avenue',NULL,'2023-01-02 09:12:00','2023-01-05 09:12:00','Victoria Golf Club','FLYWAY','2023-07-26 19:25:34.66322','FLYWAY','2023-07-26 19:25:34.66322','OTHER','COS','OPEN','HANSARDU','SRID=4326;POINT (0 0)'), - ('23-007005','Calling to report a black bear getting into the garbage on a regular basis. Also wanted to confirm that residents of the trailer home park could call to report sightings themselves','Phoebe','437 Fake St','tester@gmail.com','250-556-1234',NULL,NULL,'644 Pine Street',NULL,'2022-12-19 08:51:00','2023-01-12 09:12:00',NULL,'FLYWAY','2023-07-26 19:25:34.66322','FLYWAY','2023-07-26 19:25:34.66322','COS','COS','OPEN','BDNSTLK','SRID=4326;POINT (0 0)'), - ('23-007006','test2','Chris','1264 Disco Rd.','test@test.ca','(250)-555-3425','(250)-555-3425','(250)-555-3425',NULL,'detail_text','2023-02-22 00:00:00','2023-02-22 00:00:00','other text','FLYWAY','2023-07-26 19:25:34.66322','FLYWAY','2023-07-26 19:25:34.66322',NULL,'COS','OPEN','FINMORE','SRID=4326;POINT (-127.4810142 50.4217838)'), - ('23-007007','COM was walking their dog near Douglas park – observed a cougar near Heather st. Cougar fled COM, deeper into bushes LVM CO Ford Briefed Sgt Gravel','Wanda','434 Fake St',NULL,'250-554-1234','250-554-1235','250-554-1236','Keats Campground','detailed text 3','2022-12-25 09:00:00','2023-01-09 09:12:00',NULL,'FLYWAY','2023-07-26 19:25:34.66322','FLYWAY','2023-07-26 19:25:34.66322',NULL,'COS','OPEN','GISCOME','SRID=4326;POINT (0 0)'), - ('23-007008','Caller reporting a young deer that has an injured back leg. Caller said it has a bent back leg and it using some weight on it.','Arnold','438 Fake St',NULL,NULL,NULL,NULL,'3087 Hammond Bay Road',NULL,'2022-12-17 08:48:00','2023-01-13 09:12:00',NULL,'FLYWAY','2023-07-26 19:25:34.66322','FLYWAY','2023-07-26 19:25:34.66322','DFO','COS','OPEN','CLUCLZLK','SRID=4326;POINT (0 0)'), - ('23-007009','On Mar 30, 2023 at 1245 hrs I observed Lean Bean Miller''s truck (see photo) hauling a load of poultry slaughter waste along Doran Rd heading north to Hillbank Rd. I have followed this truck in past from the Island Farmhouse Poultry facility to 4035 Hillbank Road and can attest that this is the route this truck takes to dump its loads of slaughter waste. Last month both Island Farmhouse Poultry Ltd. and GT Farms were told by the Ministry to ''Immediately cease disposing of any processing waste that comes from poultry not reared, kept or slaughtered at Miller properties.'' The most recent Ministry Inspection reports, UA202814 and AG144737, both stated that this unauthorized waste disposal must be ceased immediately. Its time for the Ministry to involve the Conservation Officer Service and to start taking regulations enforcement seriously. ','Dalton Campbell','1234 Doran Road, Cobble Hill, BC V0R 1L5 ','dalton.campbell@shaw.ca','250-743-1331',NULL,NULL,'3550 Watson Ave','In a Van down by the River','2023-03-29 07:24:00','2023-03-29 07:24:00','Caller','FLYWAY','2023-07-26 19:25:34.66322','FLYWAY','2023-07-26 19:25:34.66322','OTHER','COS','OPEN','HANSARDU','SRID=4326;POINT (-127.4810142 50.4217838)') - ON CONFLICT DO NOTHING; - -INSERT INTO public.complaint (complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text,incident_utc_datetime,incident_reported_utc_timestmp,reported_by_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp,reported_by_code,owned_by_agency_code,complaint_status_code,geo_organization_unit_code,location_geometry_point) VALUES - ('23-007010','Caller reported seeing glowing green eyes from the creek. Caller heard growling when came something came up on his deck. The neighbor''s put garbage on his deck while he was in the hospital. There were two glowing green eyes.','Mikey','445 Fake St',NULL,NULL,NULL,NULL,'7579 6 St',NULL,'2023-04-30 08:18:00','2023-01-20 09:12:00',NULL,'FLYWAY','2023-07-26 19:25:34.66322','FLYWAY','2023-07-26 19:25:34.66322',NULL,'COS','OPEN','EFRANCLK','SRID=4326;POINT (0 0)'), - ('23-007011','Gate house. Mine site. Might need to be dispatched and they do not have that capability on site. Caller reporting it can not move and there is coyotes trying to eat it.','Liz','443 Fake St',NULL,NULL,NULL,NULL,'7581 6 St',NULL,'2023-05-02 08:18:00','2023-01-18 09:12:00',NULL,'FLYWAY','2023-07-26 19:25:34.66322','FLYWAY','2023-07-26 19:25:34.66322',NULL,'COS','OPEN','EFRANCLK','SRID=4326;POINT (0 0)'), - ('23-007012','Caller reported a cougar that has been coming for their garbage for the past month.','Tim','440 Fake St',NULL,'250-555-1234',NULL,NULL,'194 Church Ave',NULL,'2023-04-05 08:18:00','2023-01-15 09:12:00',NULL,'FLYWAY','2023-07-26 19:25:34.66322','FLYWAY','2023-07-26 19:25:34.66322','CEB','COS','OPEN','ENDAKO','SRID=4326;POINT (0 0)'), - ('23-007013','A Moose is stuck in the river outfall pond – exhausted and stuck in the pond muck. No colour codes, COs called in order: Briefed CO Adams','Carlos','439 Fake St',NULL,NULL,NULL,NULL,'196 Church Ave',NULL,'2023-04-06 08:18:00','2023-01-14 09:12:00',NULL,'FLYWAY','2023-07-26 19:25:34.66322','FLYWAY','2023-07-26 19:25:34.66322','EPO','COS','OPEN','DECKERLK','SRID=4326;POINT (0 0)'), - ('23-007014','Caller reporting a young deer that has an injured back leg. Caller said it has a bent back leg and it using some weight on it.','Arnold','438 Fake St',NULL,NULL,NULL,NULL,'198 Church Ave',NULL,'2023-04-07 08:18:00','2023-01-13 09:12:00',NULL,'FLYWAY','2023-07-26 19:25:34.66322','FLYWAY','2023-07-26 19:25:34.66322','DFO','COS','OPEN','PENDLTNB','SRID=4326;POINT (0 0)'), - ('23-007015','RCMP relaying a report: COM has locked themselves and their dog in the trail bathroom – believe they were pursued by three wolves. Advised one officer en route from penticton LVM CO Cox Briefed CO Van Damme','Keisha','436 Fake St',NULL,NULL,NULL,NULL,'3029 Spruce Dr','detailed text 5','2023-04-09 08:18:00','2023-01-11 09:12:00','test text','FLYWAY','2023-07-26 19:25:34.66322','FLYWAY','2023-07-26 19:25:34.66322','BYLAW','COS','OPEN','GLENANNA','SRID=4326;POINT (0 0)'), - ('23-007016','RCMP relaying a report of a deer stuck in the COM’s tree. Deer’s hoof is caught in the V, deer is dangling upside down – believe shoulder is dislocated. LVM Sgt Melenka Briefed CO Krenz','Dorothy Ann','435 Fake St','test@gmail.com',NULL,NULL,NULL,'3029 Spruce Dr','detailed text 4','2023-04-10 10:18:00','2023-01-10 09:12:00',NULL,'FLYWAY','2023-07-26 19:25:34.66322','FLYWAY','2023-07-26 19:25:34.66322','BCWF','COS','OPEN','NORALEE','SRID=4326;POINT (0 0)'), - ('23-007017','Calling to report a black bear getting into the garbage on a regular basis. Also wanted to confirm that residents of the trailer home park could call to report sightings themselves','Phoebe','437 Fake St','tester@gmail.com','250-556-1234',NULL,NULL,'3029 Spruce Dr',NULL,'2023-04-08 08:18:00','2023-01-12 09:12:00',NULL,'FLYWAY','2023-07-26 19:25:34.66322','FLYWAY','2023-07-26 19:25:34.66322','COS','COS','OPEN','GLENANNA','SRID=4326;POINT (0 0)'), - ('23-007018','Caller has had three cougars coming under their sun deck for the past week. They come along the beach. Last sighting was about 06:30 DEC 31.','Valerie','442 Fake St',NULL,NULL,NULL,NULL,'7581 6 St',NULL,'2023-05-03 08:18:00','2023-01-17 09:12:00',NULL,'FLYWAY','2023-07-26 19:25:34.66322','FLYWAY','2023-07-26 19:25:34.66322','OTHER','COS','OPEN','NORALEE','SRID=4326;POINT (0 0)'), - ('23-007019','There is a deer with a large chunk of meat missing from its side with hide hanging. The deer has been around for 2-3 days.','Daren Douglas','1234 Test Avenue','daren@shaw.ca','403-559-1234',NULL,NULL,'6173 Wilson Rd',NULL,'2023-04-15 10:18:00','2023-01-05 09:12:00','Victoria Golf Club','FLYWAY','2023-07-26 19:25:34.66322','FLYWAY','2023-07-26 19:25:34.66322','OTHER','COS','OPEN','PENDLTNB','SRID=4326;POINT (0 0)') - ON CONFLICT DO NOTHING; - -INSERT INTO public.complaint -(complaint_identifier, detail_text, caller_name, caller_address, caller_email, caller_phone_1, caller_phone_2, caller_phone_3, location_summary_text, location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp, reported_by_other_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, reported_by_code, owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) -VALUES('23-007020', 'Email RAPP Report 3rd report to RAPP by Bylaw Services regarding the feeding and placement of wildlife attractants ( raw meat) on their back deck railing. Public concerns reported in September 21,2022, December 20,2022 March 25,2023. Officer visited the restaurant in September 2022, saw the bits of meat debris left and the crows circling the railing and a lot of animal attractants such as improper grease disposal (an open bucket on his deck) grease rags hanging from his railing. We notified owner he cannot do that as it is a wildlife violation both a Bylaw and a Wildlife Act . Public report in December occurred during our holiday hours so no staff was available to address. March 25th 2023 report from member of the public with photos again of the crows sitting all over the back railing eating the raw meat he leaves out. Public reports he throws meat off his deck for the wildlife ( that we cannot confirm). He has received a warning from us and now a MTI of 50$ is being issued regarding infraction. Requesting assistance in regard to infraction of Wildlife Act and failure to comply in spite previous warning. ', 'Alec', '127 fake st', NULL, '555-555-5557', NULL, NULL, NULL, NULL, '2023-04-03 07:24:00.000', '2023-04-02 07:24:00.000', NULL, 'FLYWAY','2023-06-29 22:16:16.754', 'FLYWAY','2023-06-29 22:16:16.754', NULL, 'COS', 'OPEN', 'ROSELAK', 'SRID=4326;POINT (0 0)'::public.geometry) -ON CONFLICT DO NOTHING; -INSERT INTO public.complaint -(complaint_identifier, detail_text, caller_name, caller_address, caller_email, caller_phone_1, caller_phone_2, caller_phone_3, location_summary_text, location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp, reported_by_other_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, reported_by_code, owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) -VALUES('23-007021', 'Calling to report the neighbourhood has a lot of smoke, thinks a neighbour was burning earlier today.', 'Mike', '128 fake st', NULL, '555-555-5558', '555-555-5568', '555-555-6568', NULL, NULL, '2023-04-04 07:24:00.000', '2023-04-03 07:24:00.000', NULL, 'FLYWAY','2023-06-29 22:16:16.754', 'FLYWAY','2023-06-29 22:16:16.754', NULL, 'COS', 'OPEN', 'ROSELAK', 'SRID=4326;POINT (0 0)'::public.geometry) -ON CONFLICT DO NOTHING; -INSERT INTO public.complaint -(complaint_identifier, detail_text, caller_name, caller_address, caller_email, caller_phone_1, caller_phone_2, caller_phone_3, location_summary_text, location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp, reported_by_other_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, reported_by_code, owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) -VALUES('23-007022', 'Calling to report that a moose was hit by a car this morning and was in the ditch but tonight the moose is missing it''s head. The rest of the body is still present.', 'Barrett', '129 fake st', NULL, '555-555-5559', NULL, NULL, '5807 crystal Rd', 'tester call description3', '2023-04-05 07:24:00.000', '2023-04-04 07:24:00.000', NULL, 'FLYWAY','2023-06-29 22:16:16.754', 'FLYWAY','2023-06-29 22:16:16.754', NULL, 'COS', 'OPEN', 'ROSELAK', 'SRID=4326;POINT (0 0)'::public.geometry) -ON CONFLICT DO NOTHING; -INSERT INTO public.complaint -(complaint_identifier, detail_text, caller_name, caller_address, caller_email, caller_phone_1, caller_phone_2, caller_phone_3, location_summary_text, location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp, reported_by_other_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, reported_by_code, owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) -VALUES('23-007023', 'Caller reporting plastic garbage dumped in the shallows of Lake near the mouth of the creek When caller picked up plastics she saw a small amount of paint spill from the bag. The water is fish baring and caller can see a little cloud of material. Caller does not know how much pain was originally in the plastic bag. Caller threw out the garbage but took a picture.', 'Chris', '130 fake st', NULL, '555-555-5560', '555-555-5568', NULL, '5807 crystal Rd', NULL, '2023-04-06 07:24:00.000', '2023-04-05 07:24:00.000', NULL, 'FLYWAY','2023-06-29 22:16:16.754', 'FLYWAY','2023-06-29 22:16:16.754', NULL, 'COS', 'OPEN', 'ROSELAK', 'SRID=4326;POINT (-127.4810142 50.4217838)'::public.geometry) -ON CONFLICT DO NOTHING; -INSERT INTO public.complaint -(complaint_identifier, detail_text, caller_name, caller_address, caller_email, caller_phone_1, caller_phone_2, caller_phone_3, location_summary_text, location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp, reported_by_other_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, reported_by_code, owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) -VALUES('23-007024', 'RCMP reported an injured cow elk. West Bound lane, on the snow bank by the road. Original caller believes it will die of it''s injuries, but it''s still trying to get up. OC: Caroline, 778-586-1237', NULL, '447 Fake St', NULL, NULL, NULL, NULL, 'Kalum Lake Rd', NULL, '2022-11-29 08:21:00.000', '2023-01-22 09:12:00.000', NULL, 'FLYWAY','2023-06-29 22:16:16.754', 'FLYWAY','2023-06-29 22:16:16.754', NULL, 'COS', 'OPEN', 'ROSELAK', 'SRID=4326;POINT (0 0)'::public.geometry) -ON CONFLICT DO NOTHING; -INSERT INTO public.complaint -(complaint_identifier, detail_text, caller_name, caller_address, caller_email, caller_phone_1, caller_phone_2, caller_phone_3, location_summary_text, location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp, reported_by_other_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, reported_by_code, owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) -VALUES('23-007025', 'Caller reporting potential dumping of skidder loader tires. Caller advised that a guy showed up to dump some tires and was upset at the price and told the caller he would dump them over the road embankment. Caller advised last seen at location noted below.', 'Anurupa', '131 fake st', NULL, '555-555-5561', NULL, NULL, 'Cariboo Dr', 'tester call description 4', '2023-04-07 07:24:00.000', '2023-04-06 07:24:00.000', NULL, 'FLYWAY','2023-06-29 22:16:16.754', 'FLYWAY','2023-06-29 22:16:16.754', NULL, 'COS', 'OPEN', 'FTSTJAME', 'SRID=4326;POINT (0 0)'::public.geometry) -ON CONFLICT DO NOTHING; -INSERT INTO public.complaint -(complaint_identifier, detail_text, caller_name, caller_address, caller_email, caller_phone_1, caller_phone_2, caller_phone_3, location_summary_text, location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp, reported_by_other_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, reported_by_code, owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) -VALUES('23-007026', 'Email RAPP Report ongoing setting up nets along the lakes and waterways setting up nets that can trap and injure the wildlife in the area visible from the roads and pathways', 'Harry', '132 fake st', NULL, '555-555-5562', NULL, NULL, '1Km up main peak trail', 'tester call description5', '2023-04-08 07:24:00.000', '2023-04-07 07:24:00.000', NULL, 'FLYWAY','2023-06-29 22:16:16.754', 'FLYWAY','2023-06-29 22:16:16.754', NULL, 'COS', 'OPEN', 'FTSTJAME', 'SRID=4326;POINT (0 0)'::public.geometry) -ON CONFLICT DO NOTHING; -INSERT INTO public.complaint -(complaint_identifier, detail_text, caller_name, caller_address, caller_email, caller_phone_1, caller_phone_2, caller_phone_3, location_summary_text, location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp, reported_by_other_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, reported_by_code, owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) -VALUES('23-007027', 'Email RAPP Report The City received a report/video from a resident showing the company Leafy Landscaping removing a red maple boulevard tree with a nest of a songbird (species undetermined) during the bird nesting window. Video of tree with nest being removed, pictures of the contractor vehicle and contact info for KCR Industrial can be provided if needed. ', 'Vita', '133 fake st', NULL, '555-555-5563', '555-555-5568', '555-555-7568', 'Cariboo Dr', 'tester call description 6', '2023-04-09 07:24:00.000', '2023-04-08 07:24:00.000', NULL, 'FLYWAY','2023-06-29 22:16:16.754', 'FLYWAY','2023-06-29 22:16:16.754', NULL, 'COS', 'OPEN', 'FTSTJAME', 'SRID=4326;POINT (0 0)'::public.geometry) -ON CONFLICT DO NOTHING; -INSERT INTO public.complaint -(complaint_identifier, detail_text, caller_name, caller_address, caller_email, caller_phone_1, caller_phone_2, caller_phone_3, location_summary_text, location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp, reported_by_other_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, reported_by_code, owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) -VALUES('23-007028', 'Caller reporting a dumping site off the side of Hwy 3, going toward Cranbrook. It is a large clearing with a burnt trailer, old couches and other junk and trash. Caller already spoke to CO and provided pictures. ', 'Tobe', '134 fake st', NULL, '555-555-5564', NULL, NULL, NULL, 'tester call description 7', '2023-04-10 07:24:00.000', '2023-04-09 07:24:00.000', 'test1', 'FLYWAY','2023-06-29 22:16:16.754', 'FLYWAY','2023-06-29 22:16:16.754', 'BCWF', 'COS', 'OPEN', 'FTSTJAME', 'SRID=4326;POINT (0 0)'::public.geometry) -ON CONFLICT DO NOTHING; -INSERT INTO public.complaint -(complaint_identifier, detail_text, caller_name, caller_address, caller_email, caller_phone_1, caller_phone_2, caller_phone_3, location_summary_text, location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp, reported_by_other_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, reported_by_code, owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) -VALUES('23-007029', 'Caller was involved in an altercation yesterday with a person who was exceeding the Callers understanding of the limit. SUBs were attempting to catch 5 fish, of each type, each person (total 20.) SUBs male and their wife. Caller requesting CO clarification regarding fish quotas for region 3 Caller has contacted front counter BC, who referred the answer to COS.', 'Kelsey', '135 fake st', NULL, '555-555-5565', NULL, NULL, 'Cariboo Dr', 'tester call description 8', '2023-04-11 07:24:00.000', '2023-04-10 07:24:00.000', 'test2', 'FLYWAY','2023-06-29 22:16:16.754', 'FLYWAY','2023-06-29 22:16:16.754', 'BYLAW', 'COS', 'OPEN', 'FTSTJAME', 'SRID=4326;POINT (0 0)'::public.geometry) -ON CONFLICT DO NOTHING; - - --- add complaints to Omenica region -INSERT INTO public.hwcr_complaint (other_attractants_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES - (NULL,'FLYWAY','2023-07-26 19:25:34.66322','FLYWAY','2023-07-26 19:25:34.66322','23-007001','DEER','INJNP'), - (NULL,'FLYWAY','2023-07-26 19:25:34.66322','FLYWAY','2023-07-26 19:25:34.66322','23-007002','ELK','INJNP'), - (NULL,'FLYWAY','2023-07-26 19:25:34.66322','FLYWAY','2023-07-26 19:25:34.66322','23-007003','MOOSE','INJNP'), - (NULL,'FLYWAY','2023-07-26 19:25:34.66322','FLYWAY','2023-07-26 19:25:34.66322','23-007004','UNKNOWN','LIVNCOU') - ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint (in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp,complaint_identifier,violation_code) VALUES - (false,true,NULL,'FLYWAY','2023-07-26 19:25:34.66322','FLYWAY','2023-07-26 19:25:34.66322','23-007005','WILDLIFE'), - (true,false,NULL,'FLYWAY','2023-07-26 19:25:34.66322','FLYWAY','2023-07-26 19:25:34.66322','23-007006','WILDLIFE'), - (true,true,NULL,'FLYWAY','2023-07-26 19:25:34.66322','FLYWAY','2023-07-26 19:25:34.66322','23-007007','OPENBURN'), - (true,false,NULL,'FLYWAY','2023-07-26 19:25:34.66322','FLYWAY','2023-07-26 19:25:34.66322','23-007008','WILDLIFE') - ON CONFLICT DO NOTHING; - --- add complaints to Nechako-lakes -INSERT INTO public.hwcr_complaint (other_attractants_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES - (NULL,'FLYWAY','2023-07-26 19:25:34.66322','FLYWAY','2023-07-26 19:25:34.66322','23-007009','DEER','CONFINED'), - (NULL,'FLYWAY','2023-07-26 19:25:34.66322','FLYWAY','2023-07-26 19:25:34.66322','23-007010','DEER','CONFINED'), - (NULL,'FLYWAY','2023-07-26 19:25:34.66322','FLYWAY','2023-07-26 19:25:34.66322','23-007011','COUGAR','AGGPRES'), - (NULL,'FLYWAY','2023-07-26 19:25:34.66322','FLYWAY','2023-07-26 19:25:34.66322','23-007012','DEER','INJPRES'), - (NULL,'FLYWAY','2023-07-26 19:25:34.66322','FLYWAY','2023-07-26 19:25:34.66322','23-007013','COUGAR','HUMINJ'), - (NULL,'FLYWAY','2023-07-26 19:25:34.66322','FLYWAY','2023-07-26 19:25:34.66322','23-007014','MOOSE','INJPRES') - ON CONFLICT DO NOTHING; - -INSERT INTO public.hwcr_complaint (other_attractants_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES - (NULL,'FLYWAY','2023-07-26 19:25:34.66322','FLYWAY','2023-07-26 19:25:34.66322','23-007020','DEER','CONFINED'), - (NULL,'FLYWAY','2023-07-26 19:25:34.66322','FLYWAY','2023-07-26 19:25:34.66322','23-007021','DEER','CONFINED'), - (NULL,'FLYWAY','2023-07-26 19:25:34.66322','FLYWAY','2023-07-26 19:25:34.66322','23-007022','COUGAR','AGGPRES'), - (NULL,'FLYWAY','2023-07-26 19:25:34.66322','FLYWAY','2023-07-26 19:25:34.66322','23-007023','DEER','INJPRES'), - (NULL,'FLYWAY','2023-07-26 19:25:34.66322','FLYWAY','2023-07-26 19:25:34.66322','23-007024','COUGAR','HUMINJ') - ON CONFLICT DO NOTHING; - - -INSERT INTO public.allegation_complaint (in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp,complaint_identifier,violation_code) VALUES - (true,true,NULL,'FLYWAY','2023-07-26 19:25:34.66322','FLYWAY','2023-07-26 19:25:34.66322','23-007015','OPENBURN'), - (true,false,NULL,'FLYWAY','2023-07-26 19:25:34.66322','FLYWAY','2023-07-26 19:25:34.66322','23-007016','OTHER'), - (true,true,NULL,'FLYWAY','2023-07-26 19:25:34.66322','FLYWAY','2023-07-26 19:25:34.66322','23-007017','DUMPING'), - (true,false,NULL,'FLYWAY','2023-07-26 19:25:34.66322','FLYWAY','2023-07-26 19:25:34.66322','23-007018','RECREATN'), - (true,true,NULL,'FLYWAY','2023-07-26 19:25:34.66322','FLYWAY','2023-07-26 19:25:34.66322','23-007019','FISHERY') - ON CONFLICT DO NOTHING; - -INSERT INTO public.allegation_complaint (in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp,complaint_identifier,violation_code) VALUES - (true,true,NULL,'FLYWAY','2023-07-26 19:25:34.66322','FLYWAY','2023-07-26 19:25:34.66322','23-007025','OPENBURN'), - (true,false,NULL,'FLYWAY','2023-07-26 19:25:34.66322','FLYWAY','2023-07-26 19:25:34.66322','23-007026','OTHER'), - (true,true,NULL,'FLYWAY','2023-07-26 19:25:34.66322','FLYWAY','2023-07-26 19:25:34.66322','23-007027','DUMPING'), - (true,false,NULL,'FLYWAY','2023-07-26 19:25:34.66322','FLYWAY','2023-07-26 19:25:34.66322','23-007028','RECREATN'), - (true,true,NULL,'FLYWAY','2023-07-26 19:25:34.66322','FLYWAY','2023-07-26 19:25:34.66322','23-007029','FISHERY') - ON CONFLICT DO NOTHING; - -UPDATE public.complaint t -set location_geometry_point = 'POINT (-127.4810142 50.4217838)' -where t.complaint_identifier = '23-007023'; - -UPDATE public.complaint t -set location_geometry_point = 'POINT (-127.4810142 50.4217838)' -where t.complaint_identifier = '23-006888'; - --- update the test records so that we can sort by them and find them via cypress tests -update complaint set incident_reported_utc_timestmp = CURRENT_TIMESTAMP -where complaint_identifier in ('23-007890','23-006888','23-007023','23-000076', '23-032528'); -update complaint set caller_phone_1 = '+12505561234' -where complaint_identifier = '23-000076'; - --- Reset offices to nr-compliance-enforcement values - -UPDATE public.officer SET office_guid = 'cdd9964e-7878-44c1-b4a2-0290c6345dec' WHERE office_guid = '914f8725-7100-4f56-a39b-1c18b0eccb55'; -UPDATE public.officer SET office_guid = 'b494082e-35a3-468f-8955-4aa002066b36' WHERE office_guid = '39e7ad0a-20b1-48b4-be70-dfcc5bc01c3c'; -UPDATE public.officer SET office_guid = 'b494082e-35a3-468f-8955-4aa002066b36' WHERE office_guid = '05633ab9-1502-4566-9364-4b3dac7c1354'; -UPDATE public.officer SET office_guid = 'b494082e-35a3-468f-8955-4aa002066b36' WHERE office_guid = '7da19946-4525-43ff-b4b6-d243a2addaaa'; -UPDATE public.officer SET office_guid = 'b494082e-35a3-468f-8955-4aa002066b36' WHERE office_guid = '4b3a8974-1975-4aaf-9e0a-2d3f5d217805'; - ---- Change Chris' Office to Kamloops to align with Unit tests -UPDATE officer set office_guid = '3a070028-2c6f-4ea9-a548-271cf076280a' WHERE user_id = 'CNESMITH'; - --- Create new user Jo-Anne -INSERT INTO public.person -(person_guid, first_name, middle_name_1, middle_name_2, last_name, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) -VALUES('85484a31-5370-4763-81cc-f9c2b5f97110'::uuid, 'Jo-Anne', NULL, NULL, 'Chartrand', 'FLYWAY', '2023-10-06 11:21:10.630', 'FLYWAY', '2023-10-06 11:21:10.630') -ON CONFLICT DO NOTHING; - -INSERT INTO public.officer -(officer_guid, user_id, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, person_guid, office_guid, auth_user_guid) -VALUES('49af7913-bfee-48f3-b1b7-51e2b6134b64'::uuid, 'JOCHARTR', 'FLYWAY', '2023-10-06 11:22:45.560', 'FLYWAY', '2023-10-06 11:25:55.828', '85484a31-5370-4763-81cc-f9c2b5f97110'::uuid, '3f474308-68da-450a-b1ab-fb8a5b7a27ce'::uuid, 'b4bb40f5-ee23-4c99-b63c-e741ce61b589'::uuid) -ON CONFLICT DO NOTHING; - --- Fixing spelling issue -UPDATE public.attractant_code SET long_description = 'Barbeque' WHERE short_description = 'BBQ' AND attractant_code = 'BBQ'; -UPDATE public.attractant_code SET short_description = 'Fruit/Berries' WHERE long_description = 'Residential Fruit/Berries' AND attractant_code = 'RESFRUIT'; -UPDATE public.attractant_code SET short_description = 'Hunter Kill' WHERE long_description = 'Wildlife:Hunter Kill' AND attractant_code = 'WLDLFEHK'; - --- Changing display order of attractants -UPDATE public.attractant_code SET display_order=8 WHERE attractant_code='RESFRUIT'; -UPDATE public.attractant_code SET display_order=9 WHERE attractant_code='GARBAGE'; -UPDATE public.attractant_code SET display_order=10 WHERE attractant_code='WLDLFEHK'; -UPDATE public.attractant_code SET display_order=11 WHERE attractant_code='INDCAMP'; -UPDATE public.attractant_code SET display_order=12 WHERE attractant_code='LIVESTCK'; -UPDATE public.attractant_code SET display_order=13 WHERE attractant_code='LVSFEED'; -UPDATE public.attractant_code SET display_order=14 WHERE attractant_code='NA'; -UPDATE public.attractant_code SET display_order=15 WHERE attractant_code='OTHER'; -UPDATE public.attractant_code SET display_order=16 WHERE attractant_code='PETFOOD'; -UPDATE public.attractant_code SET display_order=17 WHERE attractant_code='PETS'; -UPDATE public.attractant_code SET display_order=18 WHERE attractant_code='VEGGARD'; -UPDATE public.attractant_code SET display_order=19 WHERE attractant_code='VNYDORCH'; - --- CE-326 Adding Caribou - -UPDATE species_code SET display_order = 24 where display_order = 23; -UPDATE species_code SET display_order = 23 where display_order = 22; -UPDATE species_code SET display_order = 22 where display_order = 21; -UPDATE species_code SET display_order = 21 where display_order = 20; -UPDATE species_code SET display_order = 20 where display_order = 19; -UPDATE species_code SET display_order = 19 where display_order = 18; -UPDATE species_code SET display_order = 18 where display_order = 17; -UPDATE species_code SET display_order = 17 where display_order = 16; -UPDATE species_code SET display_order = 16 where display_order = 15; -UPDATE species_code SET display_order = 15 where display_order = 14; -UPDATE species_code SET display_order = 14 where display_order = 13; -UPDATE species_code SET display_order = 13 where display_order = 12; -UPDATE species_code SET display_order = 12 where display_order = 11; -UPDATE species_code SET display_order = 11 where display_order = 10; -UPDATE species_code SET display_order = 10 where display_order = 9; -UPDATE species_code SET display_order = 9 where display_order = 8; -UPDATE species_code SET display_order = 8 where display_order = 7; -UPDATE species_code SET display_order = 7 where display_order = 6; -UPDATE species_code SET display_order = 6 where display_order = 5; -UPDATE species_code SET display_order = 5 where display_order = 4; -UPDATE species_code SET display_order = 4 where display_order = 3; -insert into species_code (species_code, short_description, long_description, display_order, active_ind, legacy_code, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) -values('CARIBOU', 'Caribou', 'Caribou', 3, true, null, user, now(), user, now()) ON CONFLICT DO NOTHING; - --- CE-326 Opps -UPDATE species_code SET display_order = 4 where species_code = 'CARIBOU'; -UPDATE species_code SET display_order = 3 where species_code = 'BOBCAT'; - --- CE-771 -INSERT INTO public.complaint -(complaint_identifier, detail_text, caller_name, caller_address, caller_email, caller_phone_1, caller_phone_2, caller_phone_3, location_summary_text, location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp, reported_by_other_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, reported_by_code, owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) -VALUES('23-900001', 'Test information on a CO Contact General Incident Type', 'Kelsey', '135 fake st', NULL, '555-555-5565', NULL, NULL, 'Cariboo Dr', 'tester call description 8', '2024-07-11 21:18:23.336', '2024-07-11 21:18:23.336', 'test2', 'FLYWAY','2024-07-11 21:18:23.336', 'FLYWAY','2024-07-11 21:18:23.336', 'BYLAW', 'COS', 'OPEN', 'VICTORIA', 'SRID=4326;POINT (0 0)'::public.geometry) -ON CONFLICT DO NOTHING; - -INSERT INTO public.gir_complaint -(gir_complaint_guid, gir_type_code, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, complaint_identifier) -VALUES('eafd661b-4c18-4aa6-a39e-a70a5462d4ab'::uuid, 'COCNT', 'FLYWAY', '2024-07-11 21:18:23.336', 'FLYWAY', '2024-07-11 21:18:23.336', '23-900001') -ON CONFLICT DO NOTHING; - -INSERT INTO public.complaint -(complaint_identifier, detail_text, caller_name, caller_address, caller_email, caller_phone_1, caller_phone_2, caller_phone_3, location_summary_text, location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp, reported_by_other_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, reported_by_code, owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) -VALUES('23-900002', 'Test information on a CO Disposition General Incident Type', 'Kelsey', '135 fake st', NULL, '555-555-5565', NULL, NULL, 'Cariboo Dr', 'tester call description 8', '2024-07-11 21:18:23.336', '2024-07-11 21:18:23.336', 'test2', 'FLYWAY','2024-07-11 21:18:23.336', 'FLYWAY','2024-07-11 21:18:23.336', 'BYLAW', 'COS', 'OPEN', 'TUMBLER', 'SRID=4326;POINT (0 0)'::public.geometry) -ON CONFLICT DO NOTHING; - -INSERT INTO public.gir_complaint -(gir_complaint_guid, gir_type_code, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, complaint_identifier) -VALUES('eafd661b-4c18-4aa6-a39e-a70a5462d4ac'::uuid, 'CODSP', 'FLYWAY', '2024-07-11 21:18:23.336', 'FLYWAY', '2024-07-11 21:18:23.336', '23-900002') -ON CONFLICT DO NOTHING; - -INSERT INTO public.complaint -(complaint_identifier, detail_text, caller_name, caller_address, caller_email, caller_phone_1, caller_phone_2, caller_phone_3, location_summary_text, location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp, reported_by_other_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, reported_by_code, owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) -VALUES('23-900003', 'Test information on a General Advice General Incident Type', 'Kelsey', '135 fake st', NULL, '555-555-5565', NULL, NULL, 'Cariboo Dr', 'tester call description 8', '2024-07-11 21:18:23.336', '2024-07-11 21:18:23.336', 'test2', 'FLYWAY','2024-07-11 21:18:23.336', 'FLYWAY','2024-07-11 21:18:23.336', 'BYLAW', 'COS', 'OPEN', 'SUGARCIR', 'SRID=4326;POINT (0 0)'::public.geometry) -ON CONFLICT DO NOTHING; - -INSERT INTO public.gir_complaint -(gir_complaint_guid, gir_type_code, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, complaint_identifier) -VALUES('eafd661b-4c18-4aa6-a39e-a70a5462d4ad'::uuid, 'GENAD', 'FLYWAY', '2024-07-11 21:18:23.336', 'FLYWAY', '2024-07-11 21:18:23.336', '23-900003') -ON CONFLICT DO NOTHING; - -INSERT INTO public.complaint -(complaint_identifier, detail_text, caller_name, caller_address, caller_email, caller_phone_1, caller_phone_2, caller_phone_3, location_summary_text, location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp, reported_by_other_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, reported_by_code, owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) -VALUES('23-900004', 'Test information on a Media General Incident Type', 'Kelsey', '135 fake st', NULL, '555-555-5565', NULL, NULL, 'Cariboo Dr', 'tester call description 8', '2024-07-11 21:18:23.336', '2024-07-11 21:18:23.336', 'test2', 'FLYWAY','2024-07-11 21:18:23.336', 'FLYWAY','2024-07-11 21:18:23.336', 'BYLAW', 'COS', 'OPEN', 'SEYMOURA', 'SRID=4326;POINT (0 0)'::public.geometry) -ON CONFLICT DO NOTHING; - -INSERT INTO public.gir_complaint -(gir_complaint_guid, gir_type_code, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, complaint_identifier) -VALUES('eafd661b-4c18-4aa6-a39e-a70a5462d4ae'::uuid, 'MEDIA', 'FLYWAY', '2024-07-11 21:18:23.336', 'FLYWAY', '2024-07-11 21:18:23.336', '23-900004') -ON CONFLICT DO NOTHING; - -INSERT INTO public.complaint -(complaint_identifier, detail_text, caller_name, caller_address, caller_email, caller_phone_1, caller_phone_2, caller_phone_3, location_summary_text, location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp, reported_by_other_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, reported_by_code, owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) -VALUES('23-900005', 'Test information on a Query General Incident Type', 'Kelsey', '135 fake st', NULL, '555-555-5565', NULL, NULL, 'Cariboo Dr', 'tester call description 8', '2024-07-11 21:18:23.336', '2024-07-11 21:18:23.336', 'test2', 'FLYWAY','2024-07-11 21:18:23.336', 'FLYWAY','2024-07-11 21:18:23.336', 'BYLAW', 'COS', 'OPEN', 'QUESNEL', 'SRID=4326;POINT (0 0)'::public.geometry) -ON CONFLICT DO NOTHING; - -INSERT INTO public.gir_complaint -(gir_complaint_guid, gir_type_code, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, complaint_identifier) -VALUES('eafd661b-4c18-4aa6-a39e-a70a5462d4af'::uuid, 'QUERY', 'FLYWAY', '2024-07-11 21:18:23.336', 'FLYWAY', '2024-07-11 21:18:23.336', '23-900005') -ON CONFLICT DO NOTHING; \ No newline at end of file diff --git a/backend/db/test-only-migrations/R__WebEOC-July-ERS-complaints.sql b/backend/db/test-only-migrations/R__WebEOC-July-ERS-complaints.sql deleted file mode 100644 index 17f637813..000000000 --- a/backend/db/test-only-migrations/R__WebEOC-July-ERS-complaints.sql +++ /dev/null @@ -1 +0,0 @@ --- moved to V.0.9.4__CE-14-DML-NOT-FOR-PROD.sql \ No newline at end of file diff --git a/backend/db/test-only-migrations/R__WebEOC-July-HWCR-complaints.sql b/backend/db/test-only-migrations/R__WebEOC-July-HWCR-complaints.sql deleted file mode 100644 index 17f637813..000000000 --- a/backend/db/test-only-migrations/R__WebEOC-July-HWCR-complaints.sql +++ /dev/null @@ -1 +0,0 @@ --- moved to V.0.9.4__CE-14-DML-NOT-FOR-PROD.sql \ No newline at end of file diff --git a/backend/db/test-only-migrations/V0.8.1__COMPENF-880.sql b/backend/db/test-only-migrations/V0.8.1__COMPENF-880.sql deleted file mode 100644 index fb24f09a0..000000000 --- a/backend/db/test-only-migrations/V0.8.1__COMPENF-880.sql +++ /dev/null @@ -1 +0,0 @@ -UPDATE officer set office_guid = '3a070028-2c6f-4ea9-a548-271cf076280a' WHERE user_id = 'CNESMITH'; \ No newline at end of file diff --git a/backend/db/test-only-migrations/V0.9.4__CE-14-DML-NOT-FOR-PROD.sql b/backend/db/test-only-migrations/V0.9.4__CE-14-DML-NOT-FOR-PROD.sql deleted file mode 100644 index af56770b6..000000000 --- a/backend/db/test-only-migrations/V0.9.4__CE-14-DML-NOT-FOR-PROD.sql +++ /dev/null @@ -1,14864 +0,0 @@ --- Complaint SQL -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032528','Reporting a strong sulphur smell in the area. It has been going on for the past 15 minutes. Nearest pulp mill is Kamloops. Highland Valley Mine is approx 15 km away. It is causing a headache and breathing issues. Winds are N/NE.',null,null,null,null,null,null,null,null,'2023-07-31 23:32:35','2023-07-31 23:32:35',null,'CEDGE@idir','2023-08-01 15:24:16',null,null,null,null,'CLOSED','SPNCESBR',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032506','Reporting a campfire near the noted location. Attended. - -COM: Kevin, 604-308-6601',null,null,null,null,null,null,null,'CRYSTAL LAKE REC SITE','2023-07-31 21:39:38','2023-07-31 21:39:38',null,'CEDGE@idir','2023-08-01 15:19:46',null,null,null,null,'CLOSED','100MHHS',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032501','Reporting an attended fire near the noted location. The fire is about 1 metre across and .5 metre high',null,null,null,null,null,null,null,'CHILLWACK LAKE ROAD AT EDWARDS RD','2023-07-31 21:12:36','2023-07-31 21:12:36',null,'KWINTERS@idir','2023-07-31 21:16:10',null,null,null,null,'OPEN','CHILLIWK',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032477','Vehicle has backed all the way off the road into the grass approx 1 car length and then some. Caller believes they are down at the beach. Caller is concerned "that if they turn their car are it could spark and catch the grass on fire or they could be smokers"',null,null,null,null,null,null,'hwy 6 and aberdeen','COSENS BAY PROV PARK','2023-07-31 18:52:43','2023-07-31 18:52:43',null,'JEANDREW@idir','2023-08-03 10:35:19',null,null,null,null,'CLOSED','VERNON',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032445','Reporting that a short time prior to call in while biking in the below noted location, caller noticed 2 younger males walking toward a light grey Honda Civic (no LP#). Caller states that one of the males was seen carrying a ''long hunting gun with a scope on it''. Caller said it was not a rifle but in fact a long ''gun''. ',null,null,null,null,null,null,'Myra FSR, Kelowna, BC','5 kms from Myra Canyon ','2023-07-31 17:12:24','2023-07-31 17:12:24',null,'JEANDREW@idir','2023-08-03 11:27:02',null,null,null,null,'CLOSED','KELOWNA',ST_GeomFromText('POINT(-119.3243908 49.8231254)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032444','Caller reporting that his neighbor is feeding racoons. Caller advised he has pictures of the raccoon in the yard eating from the feeding bowl. Caller noted the neighbor has been cited before. ',null,null,null,null,null,null,'9229 University Cres, Burnaby, BC','Unit 103 ','2023-07-31 16:30:00','2023-07-31 17:10:07',null,'KSORENSE@idir','2023-07-31 17:12:52',null,null,null,null,'OPEN','BURNBY',ST_GeomFromText('POINT(-122.9053594 49.2787509)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032420','Caller reporting a bear is near the entrance to the lost lake trail. People are stopping to take pictures and one person reportedly was approaching the bear',null,null,null,null,null,null,'Northlands Blvd, Whistler, BC','LOST LAKE TRAIL','2023-07-31 16:05:27','2023-07-31 16:05:27',null,'ASDUNCAN@idir','2023-07-31 16:10:01',null,null,null,null,'OPEN','WHISTLER',ST_GeomFromText('POINT(-122.958421 50.1189053)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032418','Details of the violation - PID 007-538-600 1255 Highway 3A, Nelson. 2023-07-31. Bylaw officer observed dump truck backfilling area immediately adjacent to Kootenay Lake. Observed approximately 4 dump truck loads. Appears objective is to increase land size. Rocks rolling down to waters edge during dumping. No applicable RDCK bylaws or development permit required in this electoral area. No statutory authority to take enforcement action. Please contact for further information. Have some photos. -',null,null,null,null,null,null,null,null,'2023-07-31 15:57:20','2023-07-31 15:57:20',null,'MELOUTIT@idir','2023-08-14 10:52:09',null,null,null,null,'CLOSED','NELSON',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032389','Caller reporting they are following someone who has 2 large elephant tusks strapped to the roof of their truck. Caller concerned they are trafficking ivory. ',null,null,null,null,null,null,'Hwy 97, Cache Creek, BC','On Hwy 97 heading north near the Hwy 99 junction. ','2023-07-31 15:15:34','2023-07-31 15:15:34',null,'CEDGE@idir','2023-08-01 11:54:27',null,null,null,null,'CLOSED','CCHCRK',ST_GeomFromText('POINT(-121.3253009 50.8111942)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032366','Submitted via RAPP email: -Details of the violation - There have been 2 families squatting up Jamieson creek road,1 for almost 2 years. Numerous complaints have been made,including by the rural ramp in that area. So far they are still there. There are no toilets, no place to dump their toilets in the trailer,except for the creek, and this is extremely concerning as to where their waste has been going ,going on 3 years now. I would also bet that the trailer that is there has been sitting uninsured. This is a recreation spot that many kamloops families have enjoyed ,except for the past 3 years. This family has more then overstayed their welcome, and need to go! They have set up nice rock stones to accent what they seem to think is their front driveway. These people are at the second bridge on the right heading up Jamieson creek road. I would like for someone to check where their waste has been going for the past 2 plus years,since there is no outhouse up there,and the rv hasn''t moved in any if this time. The second folks as well, have been there 2 years, they had a bunch of visitors the other day when we drove by. Another great spot my family and so many others enjoyed using,but cannot,because nobody is making them move! Please get rid of these squatters,tell them to go to a rest area, or a truck stop maybe. At least there are washroom facilities there for them to use ,God knows how many times a day they are going in the creek,or bush there. -',null,null,null,null,null,null,null,null,'2023-07-31 14:34:56','2023-07-31 14:34:56',null,'CCRERAR@idir','2023-08-08 11:11:19',null,null,null,null,'CLOSED','KAMLOOPS',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032359','Last night at 20:00 and this morning at 06:15 caller and his wife spotted what they originally thought was a large rat the size of a dog with a tail 2 inches at the base and 2 feet long sitting in neighbour''s yard. They looked it up and decided it was a Nutria. ',null,null,null,null,null,null,'206 Alder Ave, Kaleden, BC',null,'2023-07-31 06:15:00','2023-07-31 14:25:56',null,'DAVCOX@idir','2023-08-02 09:59:16',null,null,null,null,'CLOSED','KALEDEN',ST_GeomFromText('POINT(-119.5857686 49.3908776)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032334','Caller reporting illegal hunting near the below noted location. Caller advised she lives near a no hunting zone and consistently hears gunfire on the weekends. Caller noted 2 deer were found dead behind her property and had been covered by brush. ',null,null,null,null,null,null,'525 Johnson Cres, Oliver, BC',null,'2023-07-30 04:30:00','2023-07-31 13:38:37',null,'DAVCOX@idir','2023-08-02 10:15:46',null,null,null,null,'CLOSED','OLIVER',ST_GeomFromText('POINT(-119.5823793 49.2599858)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032324','Caller reports that there is a possibility that two pigeons may have been poisoned. Concerned if larger animal eat them they may be poisoned as well.',null,null,null,null,null,null,'331 Alexander St NE, Salmon Arm, BC','Parking lot','2023-07-31 13:21:56','2023-07-31 13:21:56',null,'SMCCREAD@idir','2023-07-31 13:26:46',null,null,null,null,'OPEN','SALMARM',ST_GeomFromText('POINT(-119.2831623 50.7019666)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032313','***RAPP EMAIL*** -Location: Voght Creek, 10 U 649839 E 5530323 N, Kingsvale Quarry -Date and Time: A groundwater well was installed on approximately July 3, 2023, and began withdrawing water. The quarry was/is withdrawing water from the well located at the toe of the slope on the right bank of Voght Creek. DFO staff spoke to the person operating the pump, who indicated that Voght Creek dried up approximately 1 week after the well was installed. Voght Creek is not flowing, and only small, isolated pools remained wetted in the reach immediately upstream of the confluence with the Coldwater. Voght Creek is also dry at the Coldwater Road bridge upstream of the quarry. - -Type of violation: DFO Biologist, Riley Wall, confirmed via phone call on July 31, 2023, with BC MoF staff Patrick Farmer that the well and withdrawals are not authorized at this location. The Coldwater River and its tributaries are currently in Stage 4 drought. Water withdrawals here have likely contributed to fish stranding. -Violators actions/comments: DFO staff who were conducting stream walks spoke with Gerald Gelderman, Blac Diamond Ranch. Gerald indicated that the Voght Creek channel has shifted to its current location very recently, as it did not previously flow past the current location of the quarry’s well, instead meeting the Coldwater farther upstream. Based on a review of historical google earth imagery and knowledge of the area, DFO Biologist Riley Wall disagrees with this statement. Vight Creek channel has not noticeably shifted since at least December 31, 2004 (google earth, accessed July 31, 2023). - DFO Biologist Riley Wall discussed this issue with BC MoF staff Patrick Farmer, and determined the appropriate path to resolving the issue here was to submit a report to RAPP. Several subcommittee groups, First Nations, ENGO''s and regulatory agencies are aware of the issue and are concerned that the unauthorized water withdrawals are impacting fish and fish habitat. As water managers, the province of BC is likely best suited to address this issue however, DFO is happy to support as required. ',null,null,null,null,null,null,null,'Kingsvale Quarry ','2023-07-31 13:00:06','2023-07-31 13:00:06',null,'CCRERAR@idir','2023-08-08 13:54:34',null,null,null,null,'CLOSED','KINGSVAL',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032265','Details of the violation - Craine Lake Main -50°9.55; -125°25.583'' -Dumping -Large amount of garbage dumped at the entry to Craine Lake Main. would liketo have it cleaned up off off the woodlot -Description of the Suspect - Not seen -Transport Involved - N/A -Witnesses - N/A -Additional Comments - I am the manager of woodlot 1940. Please contact to inform me as to how to have this garbage cleaned up -To confirm that you are human, please enter the word ‘report’ in this text box: - report -',null,null,null,null,null,null,'Crane Lake Main FSR, Campbell River, BC',null,'2023-07-31 11:16:45','2023-07-31 11:16:45',null,'MAWILSON@idir','2023-08-01 10:08:22',null,null,null,null,'CLOSED','CMBLRV',ST_GeomFromText('POINT(-125.430543 50.1507913)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032261','Details of the violation - I have phoned in twice but got no response. The Village of Port Alice aquired a Kayak dock some time ago, The floats are badly damaged and one float has an open hole spewing foam balls with every high tide. I reported this to the Village ofice on June 12th. They repaired 3 floats but have left this one to leak. There are other floats I believe have leaks or will be leaking soon as the seams appear to be cracking open. Please take action asap. -Description of the Suspect - The ""Suspect"" is The Village of Port Alice -Witnesses - Too many witnesses to list. -To confirm that you are human, please enter the word ‘report’ in this text box: - report -',null,null,null,null,null,null,'7 - 1191 Marine Dr, Port Alice, BC',null,'2023-07-31 11:14:17','2023-07-31 11:14:17',null,'MAWILSON@idir','2023-07-31 13:55:39',null,null,null,null,'CLOSED','PORTALIC',ST_GeomFromText('POINT(-127.4810142 50.4217838)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032258','Reporting that families are catching crayfish in the creek and feels they are destroying the creek. Did not get any details of the people catching the crayfish besides that it is 5 adults and 4 children with eastern European accents. ',null,null,null,null,null,null,null,'Bowen Park ','2023-07-31 11:12:24','2023-07-31 11:12:24',null,'ISCHMIDT@idir','2023-07-31 11:15:54',null,null,null,null,'OPEN','NANAIMO',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032257','Caller reporting dumping of yard waste near the below noted location. Caller advised the suspect is dumping yard waste in 3 piles. Caller noted one pile is near the bridge and the other 2 are in the parking area. ',null,null,null,null,null,null,'Walhachin Rd, Walhachin, BC','By the Walhachin Bridge ','2023-07-31 11:11:48','2023-07-31 11:11:48',null,'ISCHMIDT@idir','2023-08-10 08:58:08',null,null,null,null,'CLOSED','WALHACHN',ST_GeomFromText('POINT(-121.0074926 50.7576168)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032239','Caller reports at 3320 Kingsway there is a drain that flows to fish bearing stream which is plugged up with grease likely the restaurants on the block.',null,null,null,null,null,null,'3320 Kingsway, Vancouver, BC',null,'2023-07-31 10:40:52','2023-07-31 10:40:52',null,'SMCCREAD@idir','2023-07-31 10:45:34',null,null,null,null,'OPEN','VANCOUVR',ST_GeomFromText('POINT(-123.034949 49.2329348)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032235','AIS reporting a blow by ',null,null,null,null,null,null,'Hwy 3, Fernie, BC','Westbound on Hwy 3 at Fernie/Olsen AIS Station ','2023-07-31 10:32:47','2023-07-31 10:32:47',null,'KSORENSE@idir','2023-07-31 10:36:08',null,null,null,null,'OPEN','FERNIE',ST_GeomFromText('POINT(-115.063804 49.5086679)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032233','Reporting that there are 3 invasive bull frogs living in her pond that she would like advice on how to get rid of. Requesting a CO call back.',null,null,null,null,null,null,'UNIT 17 -- 500 Corfield St S, Parksville, BC',null,'2023-07-31 10:28:43','2023-07-31 10:28:43',null,'RBACALL@idir','2023-07-31 14:35:31',null,null,null,null,'CLOSED','PARKSVLE',ST_GeomFromText('POINT(-124.3055603 49.3064196)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032209',' Caller reporting a neighbor that is leaving out garbage for days on end and bears are getting into it. Caller advised they left the garbage out for five days. ',null,null,null,null,null,null,'2103 Gourman Pl, Langford, BC',null,'2023-07-31 09:49:02','2023-07-31 09:49:02',null,'MAWILSON@idir','2023-08-04 08:31:54',null,null,null,null,'CLOSED','LANGFORD',ST_GeomFromText('POINT(-123.4901154 48.4702618)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032208','Occurrence # 202306691 - -On 2023/07/31at 0915 hours, I, Greg Aldcroft employed as a Radio Room Operator with Fisheries and Oceans Canada in Langley BC received a call on the -ORR phone line. The complainant identified themselves as Ken Richter a local resident 640-690-9971. Ken reports the property owner at 2042 Mt Lehman Road has put a ""drainage pipe""from his septic field to Ensbrook Creek (Fishtrap Creek on Google Maps). This work was complete a ""while ago"". No further information provided. **END OF REPORT**',null,null,null,null,null,null,'2042 Mt Lehman Rd, Abbotsford, BC','Ensbrook Creek (Fishtrap Creek on Google Maps)','2023-07-31 09:48:49','2023-07-31 09:48:49',null,'DDAVIS@idir','2023-07-31 09:52:47',null,null,null,null,'OPEN','ABTFRD',ST_GeomFromText('POINT(-122.3807575 49.0398845)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032202','Caller reports three tall buckets full of glue/adhesive on a trail when off of Trout Lake Rd. Halfmoon Bay. Caller will remove the buckets.',null,null,null,null,null,null,'Trout Lake Rd, Halfmoon Bay, BC','trail is a logging spur near the powerlines','2023-07-31 09:39:04','2023-07-31 09:39:04',null,'SMCCREAD@idir','2023-07-31 09:45:58',null,null,null,null,'OPEN','HALFMNB',ST_GeomFromText('POINT(-123.8985904 49.519851)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032200','Caller reports that Wild Venture Tours in Tumbler Ridge the operator is dangerous on the river, causing potential accidents on river. Doesnt clean up after his tours, etc. Gives out false information regarding fishing legality. - -Can a CO contact caller.',null,null,null,null,null,null,'217 Rd, Dawson Creek, BC',null,'2023-07-31 09:25:56','2023-07-31 09:25:56',null,'SMCCREAD@idir','2023-07-31 09:33:01',null,null,null,null,'OPEN','DAWSONCR',ST_GeomFromText('POINT(-120.2245934 55.7739966)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032187',' Caller reporting that his neighbor consistently fails to secure his attractants and black bears are getting into the garbage. Caller advised he called about his neighbor multiple times last year and all his neighbor has done is put a ratchet strap over the garbage. Caller noted the garbage was all over his lawn this morning. -',null,null,null,null,null,null,'1942 Bittner Rd E, Prince George, BC',null,'2023-07-31 08:50:45','2023-07-31 08:50:45',null,'KSORENSE@idir','2023-07-31 08:54:48',null,null,null,null,'OPEN','PRINGEOR',ST_GeomFromText('POINT(-122.6321128 53.9011132)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032181','Caller reports a nutria in the Skaha Lake region. This is an invasive species. ',null,null,null,null,null,null,'188 Alder Ave, Kaleden, BC',null,'2023-07-31 08:38:02','2023-07-31 08:38:02',null,'SMCCREAD@idir','2023-07-31 08:42:35',null,null,null,null,'CLOSED','KALEDEN',ST_GeomFromText('POINT(-119.5853598 49.3900402)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032177','COM reported their neighbour who has been feeding racoons cat food since they moved in. The COM spoke to their neighbour but they continue to leave food out. ',null,null,null,null,null,null,'1648 Greystone Pl, Castlegar, BC','to the left ','2023-07-31 08:28:00','2023-07-31 08:28:54',null,'MELOUTIT@idir','2023-08-14 10:14:22',null,null,null,null,'CLOSED','CSTLGR',ST_GeomFromText('POINT(-117.6604449 49.30362)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032166','Caller reporting illegal camping and off-roading near the below noted location. Caller advised the area has been closed to off-roading and the people there are making new trails with dirt bikes and off road vehicles. ',null,null,null,null,null,null,'Caven Creek Rd, Baynes Lake, BC','Lake Koocanusa - Behind the new boat launch ','2023-07-31 08:10:17','2023-07-31 08:10:17',null,'JBUECKER@idir','2023-08-08 14:43:40',null,null,null,null,'CLOSED','BAYNSLK',ST_GeomFromText('POINT(-115.3769926 49.2202198)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032158','Calling to report that if a CO doesn''t come deal with the deer then he will kill the deer. He tried this morning but didn''t get the deer in time. The doe in question has attacked his dog more than once. The caller used a variety of colourful language throughout the call. ',null,null,null,null,null,null,null,null,'2023-07-31 07:52:59','2023-07-31 07:20:00',null,'ISCHMIDT@idir','2023-07-31 07:56:07',null,null,null,null,'OPEN','KELOWNA',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032153','Reporting that sewage was dumped from a camper trailer on the side of the road',null,null,null,null,null,null,null,'Ferry Landing at Kootany Lake, Crawford Bay','2023-07-31 07:41:48','2023-07-31 07:41:48',null,'ISCHMIDT@idir','2023-07-31 07:44:28',null,null,null,null,'OPEN','CRWFRDBY',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032120','campfire reported fuel source unknown.',null,null,null,null,null,null,'Christina Lake, BC','North of Larson rd, east shoreline of Christina Lake','2023-07-30 22:10:38','2023-07-30 22:10:38',null,'SUBOAKE@idir','2023-08-14 11:41:57',null,null,null,null,'CLOSED','CHRSTNAL',ST_GeomFromText('POINT(-118.240573 49.102173)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032118','campfire contained in a rock ring. Dry trees and grass reported to be around area.',null,null,null,null,null,null,'East side of Horseshoe lake',null,'2023-07-30 22:08:48','2023-07-30 22:08:48',null,'JBUECKER@idir','2023-08-08 14:56:52',null,null,null,null,'CLOSED','FTSTEELE',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032111','COM reports an individual hunting mountain goats on crown land about 50m from the Highway. Gunshots heard 15 minutes ago.',null,null,null,null,null,null,'4256 Hwy 20, Firvale, BC',null,'2023-07-30 21:35:12','2023-07-30 21:35:12',null,'CEDGE@idir','2023-08-02 15:02:25',null,null,null,null,'CLOSED','FIRVALE',ST_GeomFromText('POINT(-126.2959482 52.4442505)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032108','COM reporting campfire confirmed actively burning and that the fuel is wood. Fire spread is contained and people are present [Maxwell South East Fire Centre 250-365-4001]',null,null,null,null,null,null,'Awesome View Rd, Beasley, BC','4000530 Awesome View Rd, Beasley, BC','2023-07-30 21:12:00','2023-07-30 21:16:50',null,'JBUECKER@idir','2023-08-10 11:53:53',null,null,null,null,'CLOSED','NELSON',ST_GeomFromText('POINT(-117.4827147 49.4795692)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032096','COM advised that the SOC (Eric CHARTIER) shot and killed a bear in a tree at the below noted location. RCMP responded and have not seen the bear. SOC told the RCMP that when he returned from a motorcycle trip the bear was there and ''challenged him''. SOC then followed the bear which was leaving his residence but heading towards a pig farm nearby. Allegedly it took two shots to put the bear down. - -',null,null,null,null,null,null,'7388 Caribou Rd, Prince George, BC',null,'2023-07-30 20:02:49','2023-07-30 20:02:49',null,'JOCHARTR@idir','2023-07-31 10:46:19',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.8126859 53.8532153)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032094','Caller advises that he lives in the Yukon and had used his boat to transport some friends down Tagish Lake to Engineer Mtn. They were going there to hunt sheep and had come in early to do some scouting. Tonight he received a message from them reporting that they witnessed someone shooting a sheep at around 16:40 location given is 59 26 21.0N/134 03 48.1W -He is able to communicate via text on the InReach.',null,null,null,null,null,null,null,null,'2023-07-30 19:49:18','2023-07-30 19:49:18',null,'TARWILLI@idir','2023-08-01 08:58:58',null,null,null,null,'CLOSED','ATLN',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032090','COM came out of his back yard and discovered a dead deer in his back yard. There are no obvious signs of injury and no bullets holes but a lot of blood is around the dead animal and coming out of its mouth. He is reporting possible attempt of poaching of a deer. He wanted the CO to dispose of the carcass, advised it is not in the purview of the CO to do that on private land. COM is requesting to speak CO. ',null,null,null,null,null,null,'6084 Lakeshore Dr, 100 Mile House, BC',null,'2023-07-30 19:11:52','2023-07-30 19:11:52',null,'CEDGE@idir','2023-08-09 11:14:24',null,null,null,null,'CLOSED','100MHHS',ST_GeomFromText('POINT(-121.1842267 51.6088705)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032087','BC Fire Service responded to a fire at the provided coordinates, they put the fire out and the subjects departed when they showed up. They abandoned all their camping gear and will most likely be returning for it as it is all their tents and other equipment. -Vehicle descriptions: Gray Toyota Camray Lic: SN179M - Blue Saturn Lic: TG153L',null,null,null,null,null,null,'Borden Creek FSR, Chilliwack River Valley, BC',null,'2023-07-30 19:03:48','2023-07-30 19:03:48',null,'PROEMER@idir','2023-07-30 19:26:51',null,null,null,null,'OPEN','CHILLIWK',ST_GeomFromText('POINT(-121.7061194 49.066243)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032086','Fire Centre received a call reporting a campfire at the campground.',null,null,null,null,null,null,'16300 Morris Valley Rd, Harrison Mills, BC','Campground, ','2023-07-30 19:02:22','2023-07-30 19:02:22',null,'PROEMER@idir','2023-07-30 19:16:56',null,null,null,null,'OPEN','HARSMILS',ST_GeomFromText('POINT(-121.9339031 49.299463)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032079','Fire Centre responded to a fire near Chilliwack Lake, A bunch of teenagers jumped in their vehicles and took off leaving some possessions behind. Fire Warden went after them and has plate numbers and vehicle descriptions. GPS available. - -',null,null,null,null,null,null,null,'Chilliwack Lake 1100 Logging Road','2023-07-30 18:46:56','2023-07-30 18:46:56',null,'RBACALL@idir','2023-07-30 18:54:20',null,null,null,null,'OPEN','CHILLIWK',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032071','Saturday July 29th at 2:30 pm 2 men dumping household garbage (mattresses and other furniture) in the empty lot of 842 Gower Point Road ',null,null,null,null,null,null,'842 Gower Point Rd, Gibsons, BC',null,'2023-07-29 14:30:00','2023-07-30 18:22:24',null,'RBACALL@idir','2023-07-30 18:28:07',null,null,null,null,'OPEN','GIBSONS',ST_GeomFromText('POINT(-123.5163365 49.3879449)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032068','AIS reporting a blow by. ',null,null,null,null,null,null,'Hwy 95, Golden, BC','Headed south ','2023-07-30 18:15:42','2023-07-30 18:15:42',null,'MATTHEWH@idir','2023-08-04 09:17:34',null,null,null,null,'CLOSED','GOLDEN',ST_GeomFromText('POINT(-116.8573727 51.1861394)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032064','Just some advice, next door neighbour has 2 large dogs barking and chasing something. The dogs are off-leash and they have bears, deer and moose in the area. Most recent they suspect it was a bear and the dogs were barking like crazy. Caller has only heard the dogs barking.',null,null,null,null,null,null,'1124 Fish Lake Rd, Summerland, BC',null,'2023-07-30 18:09:55','2023-07-30 18:09:55',null,'DAVCOX@idir','2023-08-02 10:03:36',null,null,null,null,'CLOSED','SMRLAND',ST_GeomFromText('POINT(-119.8479485 49.6904258)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032052','Caller is reporting that there is 2 people snag fishing off the Okanagan Lake Dam. They are the only two people there.',null,null,null,null,null,null,null,'Near Loco Landing Adventure Park','2023-07-30 17:24:00','2023-07-30 17:24:00',null,'DAVCOX@idir','2023-08-02 10:06:24',null,null,null,null,'CLOSED','PENTICTN',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032047','Caller reports seeing a driver and passenger both throw cigarette butts out the window into the forested area near the cut just before 2nd Narrows bridge heading Southbound.',null,null,null,null,null,null,null,'Hwy 1 - before 2nd Narrows Bridge, SB coming down the cut','2023-07-30 16:59:32','2023-07-30 16:59:32',null,'LMOSS@idir','2023-07-30 17:04:30',null,null,null,null,'OPEN','VANCOUVR',ST_GeomFromText('POINT(-123.02632628792398 49.30167983407294)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032026','Fire Warden for KFC, campfire at Bob Lake. Unincorp, VERY rough road. -2 Males have NO intention to extinguish, they want to cook meals -heavy french accent. -males, White Ford pick/up (NB 5163) -Grey dodge (no plates retrieved) -Off Helmer Exit/Hwy 97',null,null,null,null,null,null,'Kamloops, BC',null,'2023-07-30 14:58:22','2023-07-30 14:58:00',null,'CCRERAR@idir','2023-08-10 15:07:39',null,null,null,null,'CLOSED','KAMLOOPS',ST_GeomFromText('POINT(-120.3391667 50.6755556)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032024','Caller reporting that their neighbors are constantly and consistently leaving their garbages out and the black bears are getting into them. Caller advised they have a garage but are unwilling to put their garbage in there. -',null,null,null,null,null,null,'4019 Hoskins Rd, District of North Vancouver, BC',null,'2023-07-30 14:38:00','2023-07-30 14:38:38',null,'JDSCOTT@idir','2023-07-30 19:18:34',null,null,null,null,'OPEN','NORVAN',ST_GeomFromText('POINT(-123.0288844 49.3461273)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032019','COM reported hearing heavy equipment from her home where there is a protected area and she thinks there are people logging illegally. COM is concerned for the fire risk with the equipment and saw ATVs go by through a protected creek. ',null,null,null,null,null,null,null,'West of the caller''s address, in the trees by a gas line. ','2023-07-30 14:10:40','2023-07-30 14:10:40',null,'MAWILSON@idir','2023-08-02 13:23:14',null,null,null,null,'CLOSED','NANAIMO',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031998','Caller reporting 3 male suspects fishing under the bridge for salmon. ',null,null,null,null,null,null,'Chilliwack River Rd, Chilliwack, BC','Vedder Bridge - North Side ','2023-07-30 12:55:00','2023-07-30 12:55:00',null,'KSORENSE@idir','2023-07-30 12:58:43',null,null,null,null,'OPEN','CHILLIWK',ST_GeomFromText('POINT(-121.9386525 49.1277702)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031986','Caller received a report of a group of children throwing rocks and sticks at a black bear near Carrie Jane Gray Park. ',null,null,null,null,null,null,'2012 Massey Dr, Prince George, BC','Carrie Jane Gray Park - Near the new firehall ','2023-07-30 12:10:32','2023-07-30 12:10:32',null,'JOCHARTR@idir','2023-07-31 10:25:11',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.770218 53.9051381)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031983','COM reported a group of youth having a fire at the noted location. -Caller: 778-347-6634 (Jordan) -',null,null,null,null,null,null,null,'Chehalis Lake, at 4km mark Chehalis Fletwood FSR (49 28.696, -121 59.753)','2023-07-30 12:08:00','2023-07-30 12:08:41',null,'DTALEVSK@idir','2023-07-30 12:17:03',null,null,null,null,'OPEN','CHHLFSTN',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031980','AIS Blow by at Fernie station -White RAM Truck towing a white and blue speedboat with a silver tower -Westbound hwy 3 -Asked to call CO Denny Chretien.',null,null,null,null,null,null,'Fernie, BC',null,'2023-07-30 11:59:34','2023-07-30 11:59:34',null,'SMCCREAD@idir','2023-07-30 12:14:32',null,null,null,null,'OPEN','FERNIE',ST_GeomFromText('POINT(-115.0627778 49.5038889)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031962','Operator passing on report of an abandoned campfire. No flames visible. The caller put sand on it. The campfire is near a dry grassy area. - -** National Park? - - -',null,null,null,null,null,null,'Sidney Island, BC','Sidney Spit Marine Park. near the sigh for outfall','2023-07-30 10:40:00','2023-07-30 10:40:00',null,'MAWILSON@idir','2023-08-04 08:44:50',null,null,null,null,'CLOSED','SIDNEY',ST_GeomFromText('POINT(-123.3 48.608)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031953','COM reported a sofa, bottles other material dumped at the noted location. ',null,null,null,null,null,null,null,'Furbrigade trail ','2023-07-30 10:10:07','2023-07-30 10:10:07',null,'DAVCOX@idir','2023-07-30 13:49:45',null,null,null,null,'CLOSED','PEACHLND',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031930','White SUV, hauling a ski boat (white & blue). -Didn''t see plates. -On Hwy 1 west of Golden headed towards Salmon Arm. ',null,null,null,null,null,null,'Golden, BC',null,'2023-07-30 08:45:54','2023-07-30 08:45:54',null,'doweber@idir','2023-07-30 08:51:17',null,null,null,null,'OPEN','REVELSTO',ST_GeomFromText('POINT(-116.9644444 51.2975)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031891','COM reporting attended campfire on south end of the island. COM saw from a boat - -2204 briefed CO Miller',null,null,null,null,null,null,null,'Buccaneer Bay Provincial Park (North Thormanby Island)','2023-07-29 21:46:48','2023-07-29 21:46:48',null,'DLEWERS@idir','2023-07-29 22:05:37',null,null,null,null,'OPEN','HALFMNB',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031889','COM reporting attended campfire - -2153 LM CO Ferguson -2154 briefed CO Buchanan - -',null,null,null,null,null,null,'Weaver Creek Rd, Harrison Mills, BC','Francis Lake 49 20.558/-121 51.020','2023-07-29 21:43:26','2023-07-29 21:43:26',null,'DLEWERS@idir','2023-07-29 21:56:19',null,null,null,null,'OPEN','HARSLAKE',ST_GeomFromText('POINT(-121.8731043 49.3289735)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031887','COM reporting attended campfire, unsure if gas or wood - -2153 LM CO Ferguson -2154 briefed CO Buchanan',null,null,null,null,null,null,'Harrison East FSR, Harrison Lake, BC','Harrison Lake east side - shoreline west of Rainbow Falls','2023-07-29 21:40:10','2023-07-29 21:40:10',null,'DLEWERS@idir','2023-07-29 21:55:19',null,null,null,null,'OPEN','HARHOTSP',ST_GeomFromText('POINT(-121.8524721 49.6951047)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031885','Active driftwood bon fire reported to BCWFS by anonymous caller where Columbia and Kicking Horse River meet off of Airport Rd. 51 18.359 -116 59.316',null,null,null,null,null,null,null,' Confluence of Columbia and Kicking Horse River','2023-07-29 21:22:15','2023-07-29 21:22:15',null,'LMOSS@idir','2023-07-29 21:28:53',null,null,null,null,'OPEN','GOLDEN',ST_GeomFromText('POINT(-116.98873684678173 51.306090362819404)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031881','COM reports a group of individuals in the sensitive habitat. One party was riding a side by side in the provincial park on the beach and there was also a small aluminum jet boat that went up the river.',null,null,null,null,null,null,null,'Adams River/Squilax at the West End of Shuswap Lake','2023-07-29 20:55:09','2023-07-29 20:55:09',null,'CCRERAR@idir','2023-08-01 11:59:35',null,null,null,null,'CLOSED','SORRENTO',ST_GeomFromText('POINT(-119.54786100255957 50.89507454738725)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031877','Campfire East of Baynes Lake on the Gold Creek FSR near the 26km mark. Good sized campfire, being attended to, contained, fuel is wood. -Approx. coordinates 49 19.739, -115 30.152 - -RP: Rick 250-489-9254',null,null,null,null,null,null,'Gold Creek FSR, Baynes Lake, BC','49 19.739, -115 30.152','2023-07-29 20:32:14','2023-07-29 20:32:14',null,'COMILLER@idir','2023-07-29 20:41:24',null,null,null,null,'OPEN','BAYNSLK',ST_GeomFromText('POINT(-115.479199 49.2851141)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031874','COM reports a campfire that is contained - -2028 briefed CO Miller',null,null,null,null,null,null,'Hwy 101, Sechelt, BC','Roberts Creek Park - east side of the park road','2023-07-29 20:24:32','2023-07-29 20:24:32',null,'DLEWERS@idir','2023-07-29 20:28:57',null,null,null,null,'OPEN','SECHELT',ST_GeomFromText('POINT(-123.7665481 49.4705567)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031864','Report of a campfire by Cat Lake at the picnic beach area. East of Cat Lake and Hwy 99. - -RP: 778-266-5209',null,null,null,null,null,null,null,null,'2023-07-29 19:50:47','2023-07-29 19:50:47',null,'COMILLER@idir','2023-07-29 19:56:05',null,null,null,null,'OPEN','SQUMISH',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031861','Second-hand report of a campfire. Near Stave lake off the Florence Lake FSR on the beach. 49 22.300 -122 18.792 not sure how accurate location is. Maybe people around and the fuel is mixed wood.',null,null,null,null,null,null,'Florence Lake FSR, Mission, BC',null,'2023-07-29 19:42:19','2023-07-29 19:42:19',null,'EVEROBER@idir','2023-08-10 10:46:34',null,null,null,null,'CLOSED','MISSION',ST_GeomFromText('POINT(-122.3322289 49.3023233)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031860','Caller pulled illegally dumped garbage from near Clayburn Creek near 35131 Straiton Rd, Abbotsford today. Caller has paperwork with addresses on ',null,null,null,null,null,null,'35131 Straiton Rd, Abbotsford, BC','Clayburn Creek, salmon habitat','2023-07-29 19:41:04','2023-07-29 19:41:04',null,'KWINTERS@idir','2023-08-13 14:32:02',null,null,null,null,'OPEN','ABTFRD',ST_GeomFromText('POINT(-122.2516993 49.08338)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031855','Calling for his father who has an orchard beside their property that is not following pesticide application protocols. The orchard is shooting it 100ft over the top of their trees, not shutting it off before the end of the trees and spraying with pickers in the fields. The orchard is also not telling their father what the spray is nor is it posted on their website. The pesticide has drifted into their fathers yard and killed off their fathers bee colonies. The orchard is right next to a river too. Their father has video and is going to contact the growers association.',null,null,null,null,null,null,'Canyon-Lister Rd, Erickson, BC','H&R Orchard','2023-07-29 19:23:53','2023-07-29 19:23:53',null,'COMILLER@idir','2023-07-29 19:42:05',null,null,null,null,'CLOSED','CRESTON',ST_GeomFromText('POINT(-116.4476983 49.0781745)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031851','Caller reported 20-25 people with 5 or 10 rods illegally fishing in a closed zone above the dam. ',null,null,null,null,null,null,null,'Jordon River, Columbia River','2023-07-29 18:39:34','2023-07-29 18:39:34',null,'JEANDREW@idir','2023-08-03 09:28:01',null,null,null,null,'CLOSED','REVELSTO',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031849','COM reporting blow by - -1832 briefed CO Chretien -1840 briefed CO Tyukodi',null,null,null,null,null,null,'Hwy 95 Onramp and Trans-Canada Hwy, Golden, BC','Golden AIS heading south','2023-07-29 18:29:56','2023-07-29 18:29:56',null,'MATTHEWH@idir','2023-08-04 09:18:47',null,null,null,null,'CLOSED','GOLDEN',ST_GeomFromText('POINT(-116.9671522 51.3081953)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031846','2 reports of 2 different campfires at the Sooke Potholes with people around: - -COM Laura 250-588-8208 Sooke Potholes first parking lot 48 25.669 -123 42.696 -COM Camille 250-886-0175 smoke and open flames from campfire, unknown if first or second parking lot 48 25.686 -123 42.736',null,null,null,null,null,null,null,'Sooke Potholes','2023-07-29 18:17:48','2023-07-29 18:17:48',null,'MAWILSON@idir','2023-08-04 08:38:36',null,null,null,null,'CLOSED','SOOKE',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031843','COM reports a BB has been shot and paws removed just outside the community center on FN land. COM believes its been there a couple of days. ',null,null,null,null,null,null,'405 French St. Kincolith','Community center','2023-07-29 18:13:43','2023-07-29 18:13:43',null,'TARWILLI@idir','2023-08-01 09:06:52',null,null,null,null,'CLOSED','KINCOLTH',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031842','COM reporting 10 people fishing at the side bank. She said it is out of season and illegal where they are located. ',null,null,null,null,null,null,'Westside Rd, Revelstoke, BC','Right on the Columbia River 500 M up toward the dam. ','2023-07-29 18:12:27','2023-07-29 18:12:27',null,'JEANDREW@idir','2023-08-03 09:27:04',null,null,null,null,'CLOSED','REVELSTO',ST_GeomFromText('POINT(-118.2279777 51.0325405)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031835','Blow-by, Silver Jeep truck, pulling a new sea doo pontoon with a yellow strip on the side, had a black cover. Westbound on Hwy 3.',null,null,null,null,null,null,'Hwy 3, Fernie, BC',null,'2023-07-29 17:21:37','2023-07-29 17:21:37',null,'COMILLER@idir','2023-07-29 17:24:48',null,null,null,null,'OPEN','FERNIE',ST_GeomFromText('POINT(-115.063804 49.5086679)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031824','COM reports a neighbor is burning waste in his yard. - -1627 briefed CO Geuze',null,null,null,null,null,null,'409 Lodgepole St, Terrace, BC',null,'2023-07-29 16:25:47','2023-07-29 16:25:47',null,'TARWILLI@idir','2023-08-01 08:12:02',null,null,null,null,'CLOSED','TERRACE',ST_GeomFromText('POINT(-128.4877009 54.4511813)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031822','COM reporting they came across a truck full of garbage that had been dumped. COM found identifying garbage for evidence.',null,null,null,null,null,null,'Swalwell Postill Trail, Lake Country, BC','down the FSR, hairpin left 20'' up that road','2023-07-29 16:07:14','2023-07-29 16:07:14',null,'JEANDREW@idir','2023-08-03 13:41:16',null,null,null,null,'CLOSED','LAKECNRY',ST_GeomFromText('POINT(-119.1917541 50.0099763)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031819','COM reporting dumping at powerline entrance/site. Mini fridge/freezer clothing, electrical lights, vapes and overall food garbage etc. ',null,null,null,null,null,null,'Pinecrest Rd, Campbell River, BC','Pinecrest Power line entrance ','2023-07-29 15:57:34','2023-07-29 15:57:34',null,'MAWILSON@idir','2023-07-31 10:36:50',null,null,null,null,'CLOSED','BLKCRK',ST_GeomFromText('POINT(-125.2530328 50.0039018)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031808','COM reported a group of about 8 people (mid 20s) smoking and putting their cigarettes out on the ground on the noted trail. One of them was laying on the trail. -',null,null,null,null,null,null,null,'Bear Mountain, Electric Tomato Trail about 100 feet up form where it crosses with the Cherry Tomato Trail, closest access is Saunders Rd. ','2023-07-29 15:32:41','2023-07-29 15:32:41',null,'DTALEVSK@idir','2023-07-29 15:37:56',null,null,null,null,'OPEN','MISSION',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031804','Caller reporting a sailing vessel that has been abandoned since October. With the lowering water levels caller is concerned it could go aground and cause a spill and environmental response',null,null,null,null,null,null,null,'SPROAT LAKE - NEAR PETROGLYPHS','2023-07-29 15:08:58','2023-07-29 15:08:58',null,'ASDUNCAN@idir','2023-07-29 15:11:27',null,null,null,null,'OPEN','PORTALBR',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031797','AIS reporting a blow by ',null,null,null,null,null,null,'Hwy 1, Golden, BC','Heading west towards Salmon Arm ','2023-07-29 14:55:52','2023-07-29 14:55:52',null,'KSORENSE@idir','2023-07-29 15:01:53',null,null,null,null,'OPEN','GOLDEN',ST_GeomFromText('POINT(-116.9802034 51.3254533)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031796','COM reporting 3 vehicles ""off-roading"" in Coldwater river bed. He is concerned that the salmon and steelhead are spawning and it is completely illegal and destroying the habitat. -',null,null,null,null,null,null,'Coldwater Rd, Kingsvale, BC','At the interchange 256 - heading southbound ','2023-07-29 14:55:12','2023-07-29 14:55:12',null,'CCRERAR@idir','2023-08-08 11:55:44',null,null,null,null,'CLOSED','KINGSVAL',ST_GeomFromText('POINT(-120.9037278 49.8895213)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031790','COM reporting blow by - -1438 briefed CO Chretien -1438 briefed CO Day ',null,null,null,null,null,null,'Hwy 3, Yahk, BC','Yahk AIS westbound towards Creston','2023-07-29 14:36:27','2023-07-29 14:36:27',null,'MELOUTIT@idir','2023-08-14 09:53:35',null,null,null,null,'CLOSED','YAHK',ST_GeomFromText('POINT(-116.0701383 49.1002441)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031789','Caller reporting that there are people camping at the Levette Lake Campsite which she believes is closed due to bear activity. ',null,null,null,null,null,null,'Levette Lake FSR, Squamish, BC','Levette Lake Public Campsite ','2023-07-29 14:34:55','2023-07-29 14:34:55',null,'KSORENSE@idir','2023-07-29 14:43:13',null,null,null,null,'OPEN','SQUMISH',ST_GeomFromText('POINT(-123.1823072 49.8316142)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031787','Blowby: a blue Ford F150 towing a green and white speed boat with a green cover -Heading west towards Fernie',null,null,null,null,null,null,null,'Heading west towards Fernie','2023-07-29 14:27:19','2023-07-29 14:27:19',null,'RBACALL@idir','2023-07-29 14:29:51',null,null,null,null,'OPEN','FERNDALE',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031784','Caller is reporting unknown number of set lines have been placed by unknown people across from the west campground on Stony Lake. Caller doesn''t see people so doesn''t know who they belong to. ',null,null,null,null,null,null,null,'Stony Lake, across from the west campground','2023-07-29 14:18:51','2023-07-29 14:18:51',null,'JOCHARTR@idir','2023-07-31 13:51:11',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031767','COM reported a possible exotic animal - brown colouring with black spots, long tail, about 2 feet tall. It has killed two rabbits. -Call: Margarete 250-287-0287 (Campground owner) -A camper got a picture of the animal and sent it to the caller. It headed towards a mobile home park nearby.',null,null,null,null,null,null,'2080 Errington Rd, Errington, BC','Tranquility Woods Campground ','2023-07-29 13:41:45','2023-07-29 13:41:45',null,'MAWILSON@idir','2023-07-31 10:17:56',null,null,null,null,'OPEN','ERRINGTN',ST_GeomFromText('POINT(-124.3585547 49.2562947)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031753','AIS blow-by. Tacoma white pickup towing a white ski boat with a tarp. Headed west bound. ',null,null,null,null,null,null,null,null,'2023-07-29 12:53:44','2023-07-29 12:53:44',null,'DTALEVSK@idir','2023-07-29 12:57:50',null,null,null,null,'OPEN','SALMARM',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031743','***RAPP EMAIL*** -July 29 observed abandoned boat between 2 and 3 km -Archibald forest service rd salmo bc -',null,null,null,null,null,null,'Archibald Creek FSR, Salmo, BC','Bewteen 2 and 3km marker','2023-07-29 12:37:41','2023-07-29 12:37:41',null,'KSORENSE@idir','2023-07-29 12:39:30',null,null,null,null,'OPEN','SALMO',ST_GeomFromText('POINT(-117.3947874 49.1567393)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031716','Side by side right now on Alpine Road, caller approached rider due to DRY CONDITIONS. -Rider doesn''t care and doesn''t own a house up there. ',null,null,null,null,null,null,'8031 Alpine Rd, North Westside, BC',null,'2023-07-29 11:20:04','2023-07-29 11:20:04',null,'doweber@idir','2023-07-29 11:25:51',null,null,null,null,'OPEN','KELOWNA',ST_GeomFromText('POINT(-119.5218025 50.1518158)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031715','Caller reporting a blowby',null,null,null,null,null,null,'Hwy 3, Creston, BC','WB - TOWARDS CRESTON','2023-07-29 11:08:07','2023-07-29 11:08:07',null,'MELOUTIT@idir','2023-08-14 09:37:04',null,null,null,null,'CLOSED','CRESTON',ST_GeomFromText('POINT(-116.5705436 49.1171725)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031673','Caller reporting that a restaurant across the street has an exhaust fan that is blowing grease into their condo. Caller advised he has talked to Victoria bylaw and they referred him to the RAPP line. -X-ref: DGIR 232831',null,null,null,null,null,null,'888 Government St, Victoria, BC','Unit 307 ','2023-07-29 09:01:17','2023-07-29 09:01:17',null,'KSORENSE@idir','2023-07-29 09:17:21',null,null,null,null,'CLOSED','VICTORIA',ST_GeomFromText('POINT(-123.3687679 48.4233378)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031672','People fishing at Veddar Crossing. Closed on both sides of the river. About 4 standing on the shore, one with a rod. ',null,null,null,null,null,null,null,null,'2023-07-29 09:00:58','2023-07-29 09:00:58',null,'doweber@idir','2023-07-29 09:09:57',null,null,null,null,'OPEN','CHILLIWK',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031654','Jill - 604-736-6824 reported to the Coastal Fire Centre last night that there were some people having a camp fire on the beach near the below noted location. Very few details were known at time of call in to COS. ',null,null,null,null,null,null,'Haida Way, Nanoose Bay, BC',null,'2023-07-29 06:11:35','2023-07-29 06:11:35',null,'MAWILSON@idir','2023-08-02 11:56:37',null,null,null,null,'CLOSED','NANOBAY',ST_GeomFromText('POINT(-124.1967527 49.3045973)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031637','COM reporting a confirmed wood campfire in a contained pit. (Michael 780-804-4626) -COM was advised to call local FD by BCWS - -2324 briefed CO Melenka',null,null,null,null,null,null,null,'west of Koocanusa Lake Northwest of Kooocanusa Bridge','2023-07-28 23:19:39','2023-07-28 23:19:39',null,'DLEWERS@idir','2023-07-28 23:27:25',null,null,null,null,'OPEN','BAYNSLK',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031630','SE Fire Centre Dispatch passing on report of a burning violation. COM reported neighbours having campfire, attended, contained in fire pit. ',null,null,null,null,null,null,'Christian Valley Rd, Westbridge, BC','1.5 Km on the Christian Valley Rd','2023-07-28 22:35:25','2023-07-28 22:35:25',null,'JEANDREW@idir','2023-08-03 13:34:16',null,null,null,null,'CLOSED','WSTBRDGE',ST_GeomFromText('POINT(-118.8689368 49.4005322)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031626','COM is reporting that the noted campsite is closed down due to an aggressive bear. COM spoke to a CO earlier today and she advised him to call the RAPP line if he sees anyone camping there. COM advises that there is a group of campers at the site now. - - -',null,null,null,null,null,null,null,'Levette Lake Campsite','2023-07-28 22:18:03','2023-07-28 22:18:03',null,'IPAVLOVI@IDIR','2023-07-28 22:21:56',null,null,null,null,'OPEN','SQUMISH',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031622','Fire reported in Squamish area at High Falls Rec site, North of Squamish and East of Squamish River.',null,null,null,null,null,null,'Squamish, BC',null,'2023-07-28 21:50:51','2023-07-28 21:50:51',null,'SMCCREAD@idir','2023-07-28 21:55:30',null,null,null,null,'OPEN','SQUMISH',ST_GeomFromText('POINT(-123.1555556 49.6977778)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031621','two fires at Miracle Beach Provincial, South of Black Creek, East of HWY 19a - -Called in at 2126 -',null,null,null,null,null,null,'Miracle Beach Dr, Black Creek, BC',null,'2023-07-28 21:48:30','2023-07-28 21:48:30',null,'MAWILSON@idir','2023-07-31 11:10:10',null,null,null,null,'CLOSED','MERVILLE',ST_GeomFromText('POINT(-125.1120165 49.8509658)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031619','COM reporting a wood campfire that is contained and attended -COM is Rogan 250-272-3443 - -2138 LM CO Bartol -2139 LM CO Hall -2140 LM CO Kruger',null,null,null,null,null,null,null,'south intersection of Columbia and Kicking Horse Rivers','2023-07-28 21:35:20','2023-07-28 21:35:20',null,'DLEWERS@idir','2023-07-28 21:40:58',null,null,null,null,'OPEN','GOLDEN',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031618','SEA Fire Centre Dispatch is advising that they received a report of a bonfire at the noted location. ',null,null,null,null,null,null,'Kikomun Rd, Baynes Lake, BC','South of Kikomun Creek, East of the Lake ','2023-07-28 21:17:39','2023-07-28 21:17:39',null,'IPAVLOVI@IDIR','2023-07-28 21:22:05',null,null,null,null,'OPEN','BAYNSLK',ST_GeomFromText('POINT(-115.2563263 49.2622503)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031616','COM reports fireworks being lit and a campfire -Nadine 250-433-6755 - -2113 LM CO Chretien -2114 LM CO Gordon -2115 briefed CO Melenka',null,null,null,null,null,null,'Kikomun Rd, Baynes Lake, BC','above Umbrella Beach near Kikokum Rd','2023-07-28 21:09:37','2023-07-28 21:09:37',null,'DLEWERS@idir','2023-07-28 21:16:44',null,null,null,null,'OPEN','BAYNSLK',ST_GeomFromText('POINT(-115.2563263 49.2622503)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031615','COM reporting that they received a call from citizen Haylia 250-421-1060 about a campfire at the site below - -',null,null,null,null,null,null,null,'west side of Moyie Lake','2023-07-28 21:06:53','2023-07-28 21:06:53',null,'DLEWERS@idir','2023-07-28 21:17:22',null,null,null,null,'OPEN','CRANBRK',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031605','COM reports there are campers in the campground that is supposed closed due an aggressive bear on site. - -2045 LM CO Mueller -2046 LM CO Schumacher',null,null,null,null,null,null,'Evans Lake FSR','Levette Lake Campground','2023-07-28 20:42:07','2023-07-28 20:42:07',null,'DLEWERS@idir','2023-07-28 20:47:18',null,null,null,null,'OPEN','SQUMISH',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031603','COM witnessed the noted subject retaining over the allowable limit of fish. ',null,null,null,null,null,null,'Rosedale Ferry Rd, Cheam IR, BC',null,'2023-07-28 20:10:00','2023-07-28 20:39:30',null,'DAGRAY@idir','2023-07-28 20:59:05',null,null,null,null,'OPEN','CHILLIWK',ST_GeomFromText('POINT(-121.7832029 49.2029204)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031597','Golden AIS reporting a blowby',null,null,null,null,null,null,'Turned off Hwy 1 to Hwy 95',null,'2023-07-28 20:33:40','2023-07-28 20:33:40',null,'DAGRAY@idir','2023-07-28 20:38:11',null,null,null,null,'OPEN','GOLDEN',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031594','Report submitted by BCWS Penticton Fire Zone ZWCO. IPR 012897, 49 53.968'', -119 8.631'' - -Caller (Helen - (250) 765-5166) is at 1231 Phillpott rd in Kelowna -neighbor having a campfire at 1230 Phillpott rd -can smell wood smk - -a few people -unk if it is a contained pit -risk of spreading to brush -wx windy - -Advised to call FD - Plotting in jurisdiction - -Penticton ZWCO available for questions @ 0800 29/07/23 250-312-7471 - -EMAILING as its in Kelowna FD jurisdiction -',null,null,null,null,null,null,'1231 Philpott Rd, Kelowna, BC',null,'2023-07-28 20:17:20','2023-07-28 20:17:20',null,'JEANDREW@idir','2023-08-03 13:24:29',null,null,null,null,'CLOSED','KELOWNA',ST_GeomFromText('POINT(-119.1434608 49.8992631)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031593','COM reporting blow by - -2015 briefed CO Chretien',null,null,null,null,null,null,'Hwy 3, Fernie, BC','Fernie AIS - head west towards Fernie','2023-07-28 20:13:31','2023-07-28 20:13:31',null,'DLEWERS@idir','2023-07-28 20:16:34',null,null,null,null,'OPEN','FERNIE',ST_GeomFromText('POINT(-115.063804 49.5086679)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031591','SEA Fire Centre Dispatch is advising that they received a report of a campfire at the noted location. It is a wood fire that is contained and being attended. -',null,null,null,null,null,null,'Bugaboo Creek FSR and Westside Rd, Spillimacheen, BC',null,'2023-07-28 20:11:09','2023-07-28 20:11:09',null,'IPAVLOVI@IDIR','2023-07-28 20:18:42',null,null,null,null,'OPEN','BRS',ST_GeomFromText('POINT(-116.3419989 50.8330142)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031581','The foot of Gill Road at Rosedale is closed to motorized vehicles. Two individuals took their off road dirt bikes from their black pickup truck and rode into the closed area. Licence # RP265G. I believe they need at least, a talking to. ',null,null,null,null,null,null,null,null,'2023-07-28 19:34:17','2023-07-28 19:34:17',null,'TBIRNEY@idir','2023-07-28 19:35:03',null,null,null,null,'OPEN','CHILLIWK',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031578','Caller encountered 3+ people burning garbage at a large campfire – caller left due to aggressive behavior - -Briefed CO Booth',null,null,null,null,null,null,null,'Clearwater 2km, turn right, then next right.','2023-07-28 19:20:25','2023-07-28 19:20:25',null,'CEDGE@idir','2023-08-09 10:53:52',null,null,null,null,'CLOSED','CLRWTR',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031577','SE Fire Centre Dispatch passing on a report from noted COM. High flame charcoal grill being used in a campground. Suspects were informed of restrictions by park operator but it was ignored. ',null,null,null,null,null,null,'5070 Hwy 23 S, Revelstoke, BC','Blanket Creek Campground','2023-07-28 19:16:40','2023-07-28 19:16:40',null,'JEANDREW@idir','2023-08-03 10:24:42',null,null,null,null,'CLOSED','REVELSTO',ST_GeomFromText('POINT(-118.0898507 50.8290084)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031576','Second hand report from SE Fire Centre Dispatch, original noted COM reporting an attended campfire, 6 to 8 foot flames. ',null,null,null,null,null,null,'Government Rd, Nelson, BC','Between Government Rd and train tracks ','2023-07-28 19:14:13','2023-07-28 19:14:13',null,'JBUECKER@idir','2023-08-08 14:04:23',null,null,null,null,'CLOSED','NELSON',ST_GeomFromText('POINT(-117.3029687 49.487064)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031565','COM reporting blow by - -No calls made as previous blow by call had no CO''s available to call',null,null,null,null,null,null,'Hwy 95 Onramp and Trans-Canada Hwy, Golden, BC','Golden AIS -','2023-07-28 18:33:13','2023-07-28 18:33:13',null,'DLEWERS@idir','2023-07-28 18:36:26',null,null,null,null,'OPEN','GOLDEN',ST_GeomFromText('POINT(-116.9671522 51.3081953)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031553','COM reporting that construction worker workers at a construction project at the noted location were tazing and otherwise harrassing a doe that was trapped inside their construction yard. Doe was accompanied by 2 fawns. COM would like an update on outcome. ',null,null,null,null,null,null,'Haney Bypass and Harrison St, Maple Ridge, BC','New construction, on Haney Bypass between Harrison St and Lougheed Hwy','2023-07-28 17:51:54','2023-07-28 17:51:54',null,'DAGRAY@idir','2023-07-28 18:06:54',null,null,null,null,'OPEN','MAPLERID',ST_GeomFromText('POINT(-122.5877604 49.2058442)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031552','COM reports a fishy looking individual may be in the bush at the scene of a bonfire or campfire. COM reports there may be burning tires and human waste. - -1749 LM CO Smienk -1750 briefed CO Day -',null,null,null,null,null,null,'Clearwater Creek FSR, Nelson, BC','49.390456 / -117.186448','2023-07-28 17:45:44','2023-07-28 17:45:44',null,'JBUECKER@idir','2023-08-03 09:10:52',null,null,null,null,'CLOSED','NELSON',ST_GeomFromText('POINT(-117.1721306 49.3879136)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031546','Campfire in a camp site directly across from Kragmont (Englishman Creek Recreation Site). Caller told them they could not have a fire and then saw smoke. Caller is unsure if it is from them putting it out or continuing to burn. - -',null,null,null,null,null,null,'Kikomun-Newgate Rd, Baynes Lake, BC',null,'2023-07-28 17:23:32','2023-07-28 17:23:32',null,'BJETTE@idir','2023-07-28 17:30:40',null,null,null,null,'OPEN','ELKO',ST_GeomFromText('POINT(-115.2705643 49.2222877)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031545','Caller reports a fellow RV user not following posted generator use hours at the Hydraulic Recreation Site off Hwy 33. -Offender from Williams Lake, Chipman last name BC Plate ST4714 on a red Dodge 1 ton camp site 7',null,null,null,null,null,null,'McCulloch in Kelowna, BC',null,'2023-07-28 17:06:18','2023-07-28 17:06:18',null,'JEANDREW@idir','2023-08-03 13:51:08',null,null,null,null,'CLOSED','KELOWNA',ST_GeomFromText('POINT(-119.1844444 49.7997222)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031531','COM reports members on horseback came across what appeared to be an in use hunting camp with corn and related equipment. -',null,null,null,null,null,null,'Courval Rd, Buckhorn, BC','Buckhorn Community Pasture','2023-07-28 16:00:45','2023-07-28 16:00:45',null,'JOCHARTR@idir','2023-07-28 16:21:38',null,null,null,null,'CLOSED','BCKHRN',ST_GeomFromText('POINT(-122.6436924 53.7428676)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031526','COM reporting a blow by - -1531 briefed CO Chretien -1532 no officers in Salmon Arm',null,null,null,null,null,null,'Hwy 1, Golden, BC','Golden AIS - westbound towards Revelstoke','2023-07-28 15:29:26','2023-07-28 15:29:26',null,'DLEWERS@idir','2023-07-28 15:33:20',null,null,null,null,'OPEN','GOLDEN',ST_GeomFromText('POINT(-116.9802034 51.3254533)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031501','Caller reporting potential contamination of Veitch Creek in Sooke. Caller advised every time her dog goes down into the water there the dog gets a scabby outbreak on its body. Caller advised this has been going on for a couple years but has only made the connection recently. Caller is wondering if a CO can test the water. Caller also reported the water smelling foul there the location. -***Requesting a call back***',null,null,null,null,null,null,'Gillespie Rd, Sooke, BC','Veitch Creek under the galloping goose bridge. ','2023-07-28 14:24:49','2023-07-28 14:24:49',null,'BJETTE@idir','2023-07-28 14:35:33',null,null,null,null,'CLOSED','SOOKE',ST_GeomFromText('POINT(-123.6295999 48.3830394)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031481','COM reports 7 people are in the waters of Rice lake - COM believes that is damaging to fish and a violation of some sort. -COM can see no related vehicles - -LVM CO Ford -LVM CO Popjes -LVM CO Schumacher',null,null,null,null,null,null,null,'Rice lake','2023-07-28 13:41:03','2023-07-28 13:41:03',null,'TBIRNEY@idir','2023-07-28 13:46:33',null,null,null,null,'OPEN','NORVAN',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031478','Caller reporting that the neighbour is trying to cut down a tree with eagles nest in it. -',null,null,null,null,null,null,'4810 42A Ave, Delta, BC',null,'2023-07-28 13:35:15','2023-07-28 13:35:15',null,'HGREGG@IDIR','2023-07-28 13:41:08',null,null,null,null,'OPEN','DELTA',ST_GeomFromText('POINT(-123.0899628 49.0798121)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031477','Caller reporting livestock ranging in fish bearing waters on Nicola Lake. Caller advised fish are dying and have sores on them in the lake. Caller noted the lake has been tested and it has 4x times the allowable limit for E.coli. ',null,null,null,null,null,null,'Merritt, BC','Nicola Lake ','2023-07-28 13:26:25','2023-07-28 13:26:25',null,'CCRERAR@idir','2023-08-01 11:16:58',null,null,null,null,'CLOSED','MERRITT',ST_GeomFromText('POINT(-120.7880556 50.1122222)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031475','I was boating on the lake Thursday July 20th and observed a boat towing an old dock at some speed (dragging the front of the dock underwater) in the Two Rivers area of Sproat Lake. I took a photo at the time as I thought it looked suspicious (speed of moving dock and the location they were heading had no residential properties) given the problems on the lake of old docks which have been given away for free, ending up not at a residential address but tied up somewhere off crown land or abandoned on the lake. - -Later on Facebook on July 21, on the Sproat Lake Chatter group, a person reported that the dock had been left tied up to an old log off Crown Land. - -It is now over a week later and the dock is still there - clearly it has been dumped. This is the location of the dumped dock: https://what3words.com/dreadfully.snowmen.curtains - -In addition to myself, another witness observed the boat towing the old dock. On Facebook the original owner, Christine Horn, admitted the old dock was hers and she had given it away for free. She knows the name and number of the person she gave it to. -She promised the dock would be moved in a ""few days"" but as of today, it is still there. The original owner address is: -9505 Faber Road -250-723-4032 -',null,null,null,null,null,null,'Sproat Lake in Port Alberni, BC',null,'2023-07-28 13:25:18','2023-07-28 13:25:18',null,'MAWILSON@idir','2023-08-04 08:01:37',null,null,null,null,'CLOSED','PORTALBR',ST_GeomFromText('POINT(-124.9177778 49.2830556)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031465','BLOW BY: AB# CKP7573 Brown Dodge 2500 4 door long box diesel towing a blue Regal wakeboat',null,null,null,null,null,null,'Hwy 1, Golden, BC','WESTBOUND','2023-07-28 12:54:22','2023-07-28 12:57:00',null,'GPKRUGER@idir','2023-07-28 15:22:19',null,null,null,null,'CLOSED','GOLDEN',ST_GeomFromText('POINT(-116.9802034 51.3254533)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031462','As the Resource Recover Coordinator at the Squamish-Lillooet Regional District I have been made aware of the following: Someone notice and I quote ""Giant oil sheen over Mosquito Lake!"" The information was left on Facebook on July 21, 2023. - -The Regional District does not have authority over lakes nor do we have the mean to test and take action if need be. I have been made aware on July 28, 2023. -There a picture (on facebook) of the ""oil sheen"" if that can be of any help. -',null,null,null,null,null,null,'Pemberton, BC','Sqaumish-Lillooet Regional District','2023-07-28 12:45:36','2023-07-28 12:45:36',null,'HGREGG@IDIR','2023-07-28 12:51:33',null,null,null,null,'OPEN','PEMBERTN',ST_GeomFromText('POINT(-122.8077778 50.3202778)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031455','COM states she ordered ''pearls in a shell'' on Amazon and received an actual oyster with pearls in it. She believes this is illegal importing of foreign species and would like someone to investigate. She has the specimen for further investigation.',null,null,null,null,null,null,'3205 Hwy 101, Powell River, BC',null,'2023-07-28 12:25:25','2023-07-28 12:25:25',null,'LMOSS@idir','2023-07-28 12:29:44',null,null,null,null,'CLOSED','POWELLRV',ST_GeomFromText('POINT(-124.686135 49.9438688)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031440','Yesterday there was a family fishing without a license at Kitselas Bar/Canyon. COM states they had a showpiece steelhead. COM states there are violations occurring every day and this area should be monitored more often.',null,null,null,null,null,null,'Kitselas Rd, Terrace, BC','Kitselas Canyon','2023-07-28 11:40:50','2023-07-28 11:40:50',null,'TARWILLI@idir','2023-07-28 13:17:24',null,null,null,null,'CLOSED','TERRACE',ST_GeomFromText('POINT(-128.4954379 54.5514757)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031426','Caller reporting that her neighbors dogs caught and killed a fawn on her driveway at the below noted location. Caller advised when she left her house the dogs were eating the carcass on her driveway. ',null,null,null,null,null,null,'8202 Sawmill Lake Rd, Kimberley, BC',null,'2023-07-28 10:30:00','2023-07-28 11:14:18',null,'JBUECKER@idir','2023-08-09 14:02:14',null,null,null,null,'CLOSED','KIMBERLY',ST_GeomFromText('POINT(-115.77595 49.6857443)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031424','Caller reported someone is feeding raccoons for the past couple years. One of the racoons is injured now and there are 3 young raccoons. The family is not afraid of people and caller is concerned that they will become aggressive. -',null,null,null,null,null,null,'46766 Auburn Pl, Chilliwack, BC',null,'2023-07-28 11:11:13','2023-07-28 11:11:13',null,'BJETTE@idir','2023-07-28 11:15:41',null,null,null,null,'OPEN','CHILLIWK',ST_GeomFromText('POINT(-121.9300149 49.168214)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031417','Caller reporting a dumping a old dodge camper van on the corner of Granite Rd and Fisherman Rd with Alberta Plates. -Caller had seen it parked at 2998 Granite Rd for least for 10 years and witnessed them towing the van with a gold F350 with dual rear wheels on July 24th. - -',null,null,null,null,null,null,'Fisherman Rd and Granite Rd, Blewett, BC',null,'2023-07-28 10:56:21','2023-07-28 10:56:21',null,'MELOUTIT@idir','2023-07-28 11:16:02',null,null,null,null,'CLOSED','NELSON',ST_GeomFromText('POINT(-117.3851575 49.48455)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031415','Caller reporting that Stones Speed Shop(car detailing) is washing all of the soap and other products they use to wash cars into a storm drain that leads to a fish habitat. -X-ref: DGIR 232819',null,null,null,null,null,null,'45910 Rowat Ave, Chilliwack, BC','Stones Speed Shop - Suite 210 ','2023-07-28 10:52:50','2023-07-28 10:52:50',null,'KSORENSE@idir','2023-07-28 11:07:46',null,null,null,null,'CLOSED','CHILLIWK',ST_GeomFromText('POINT(-121.9550722 49.1612427)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031408','***BLOW-BY*** -BC plates -Silver F150 pulling a red large wake boat. Headed E on Hwy 95, towards Cranbrook',null,null,null,null,null,null,null,'YAHK Station ','2023-07-28 10:20:51','2023-07-28 10:20:51',null,'BJETTE@idir','2023-07-28 10:24:31',null,null,null,null,'OPEN','CRESTON',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031397','RCMP reported to Scotch Creek Fire a person using a tiger torch to burn grass and weeds. Fire Dept is on scene to put out he fire. ',null,null,null,null,null,null,'1330 Demster Rd, Lee Creek, BC',null,'2023-07-28 09:57:20','2023-07-28 09:57:20',null,'CCRERAR@idir','2023-07-31 14:49:00',null,null,null,null,'CLOSED','SCTCHCRK',ST_GeomFromText('POINT(-119.529588 50.9130019)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031381','***BLOW BY*** -Black F 350 with a lift kit pulling a blue and green seadoo heading towards Cranbrook ( E on Hwy 95) -',null,null,null,null,null,null,null,'YAHK Station ','2023-07-28 09:12:56','2023-07-28 09:12:56',null,'BJETTE@idir','2023-07-28 09:17:02',null,null,null,null,'OPEN','CRESTON',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031379','Coast Fire reporting there are teenagers actively attempting to light a campfire at the top of the Port Alberni lookout. They have firecrackers as well.',null,null,null,null,null,null,'Lacy Lake Rd, Port Alberni, BC','Port Alberni Lookout','2023-07-28 09:11:17','2023-07-28 09:11:17',null,'MAWILSON@idir','2023-07-31 10:10:31',null,null,null,null,'CLOSED','PORTALBR',ST_GeomFromText('POINT(-124.7452925 49.2656222)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031378','Caller reporting possible sewage waste near the below noted location. Caller advised the occupants of the property are ""shady'' and believe they are dumping the sewage from their houseboat directly into the lake. Caller noted the lake is a source of drinking water. -X-Ref: DGIR 232816 -',null,null,null,null,null,null,'4498 Squilax-Anglemont Rd, Celista, BC','First occupied property after above address on Shuswap Lake ','2023-07-28 09:11:04','2023-07-28 09:11:04',null,'CCRERAR@idir','2023-08-14 10:57:13',null,null,null,null,'CLOSED','CLSTA',ST_GeomFromText('POINT(-119.4094481 50.9308909)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031371','Wednesday July 26th caller was walking his dog past Ian Tait Mechanical Service at 07:35 and found antifreeze dumped down a manhole with residual material on and around the manhole. Caller took a photo. Caller first reported it to CVRD bylaw and they advised him to contact conservation. -X-Reference: DGIR 232815 -',null,null,null,null,null,null,'1480 Heigh St, Cobble Hill, BC',null,'2023-07-28 08:57:31','2023-07-28 08:57:31',null,'ISCHMIDT@idir','2023-08-02 09:46:25',null,null,null,null,'CLOSED','COBBLHIL',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031370','BLOW BY: Black pick up truck towing black and white wake boat. Plate# 112WKS',null,null,null,null,null,null,'Hwy 3, Keremeos, BC','EB into Keremeos','2023-07-28 08:55:00','2023-07-28 08:55:31',null,'BRANBECK@idir','2023-07-29 11:36:27',null,null,null,null,'CLOSED','PENTICTN',ST_GeomFromText('POINT(-119.9173659 49.2176229)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031365','COM was camping at 6 Mile Bay rec site last night and saw 2 parties with campfires. 1 party was not aware of fire ban and extinguished while the other party advised they believed their fire was in regulation and refused to extinguish. - -',null,null,null,null,null,null,'Finlay FSR, Mackenzie, BC','6 Mile Bay Rec Site','2023-07-28 08:49:53','2023-07-28 08:49:53',null,'LMOSS@idir','2023-07-28 08:55:08',null,null,null,null,'OPEN','MACKENZI',ST_GeomFromText('POINT(-123.2214839 55.300231)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031363','Caller reporting boats not adhering to the restrictions on the south end of Premier Lake. Caller advised boats are not allowed to tow or go over 10MP/H on the south end of the lake and are ignoring the restriction. ',null,null,null,null,null,null,'Premier Lake in Skookumchuck, BC','Premier Lake ','2023-07-27 09:00:00','2023-07-28 08:45:21',null,'JBUECKER@idir','2023-08-09 12:15:55',null,null,null,null,'CLOSED','SKOOKUMC',ST_GeomFromText('POINT(-115.6508333 49.9497222)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031357','Reporting that a Benjamin Copp posted a photo on FB of him holding a rifle and a leg of a porcupine. Caller also states that you can see the ''remains of the animal'' in the photo. Caller states she is very upset by this and the fact that someone would shoot a small animal with such a high powered rifle. Caller has screen shots of the post. ',null,null,null,null,null,null,'Bear Mountain Rd, South Dawson, BC','Wind Turbine Park area ','2023-07-28 08:25:50','2023-07-28 08:25:50',null,'DDAVIS@idir','2023-07-28 08:30:54',null,null,null,null,'OPEN','DAWSONCR',ST_GeomFromText('POINT(-120.3036858 55.7153555)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031354','Individual at the rec site is running generator all hours and not complying with regulations when advised. -Hydraulic Rec Site - 5KM off of Hwy 33 on McCulloch Rd',null,null,null,null,null,null,'McCulloch Rd, Kelowna, BC','Hydraulic Rec Site - 5KM off of Hwy 33 on McCulloch Rd','2023-07-28 08:11:37','2023-07-28 08:11:37',null,'LMOSS@idir','2023-07-28 08:21:14',null,null,null,null,'OPEN','KELOWNA',ST_GeomFromText('POINT(-119.3420341 49.8406987)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031337','Calling in on behalf of COM who reported a campfire twice at around quarter past midnight. Advised campfire was by Chilliwack Lake rd in chilliwack riverside campsite rec site 0013 15 to 20 sites in the area and only the one having a fire under the canopy there were people at the campfire. COM''s number is the alt number listed below.',null,null,null,null,null,null,null,null,'2023-07-28 05:30:39','2023-07-28 05:30:39',null,'MAISMITH@idir','2023-07-28 09:53:21',null,null,null,null,'CLOSED','CHILLIWK',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031318','Caller reporting on behalf of COM who advised there is a oversized campfire in Gillies Bay about 4km south east of shelter point campground. Advised the fire is on a beach. COM could not see if it was contained or if people are present at the fire. COM''s name is Jim and his number is the alt number listed below. ',null,null,null,null,null,null,null,'Gillies Bay about 4km south east of shelter point campground on the beach ','2023-07-27 22:38:11','2023-07-27 22:38:11',null,'DDUFFY@idir','2023-07-27 22:56:53',null,null,null,null,'OPEN','TEXADAIS',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031302','RCMP Sooke passing on a second hand report from noted COM about a campfire near the noted location. Dispatch advised they have left a VM for CO Kissinger. ',null,null,null,null,null,null,'Pacific Marine Rd, Port Renfrew, BC','Fairy Creek Bridge','2023-07-27 21:17:14','2023-07-27 21:17:14',null,'MAWILSON@idir','2023-08-04 08:23:16',null,null,null,null,'CLOSED','PORTRENF',ST_GeomFromText('POINT(-124.2892086 48.5974192)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031301','Southeast fire dispatch is advising that they received a report of a campfire at Mt. Fernie Provincial Park campground. Advised that it is currently unattended and appears to be burning organic material. Original COM was unsure if there was a risk of it spreading. -',null,null,null,null,null,null,null,'Mt. Fernie Provincial Park Campground ','2023-07-27 21:09:29','2023-07-27 21:09:29',null,'IPAVLOVI@IDIR','2023-07-27 21:14:01',null,null,null,null,'OPEN','FERNIE',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031300','Caller reporting a post on facebook about an hour ago. The facebook account belongs to Steve buckee kane and posted 11 pictures of him hand feeding a seal at the harbor noted below. ',null,null,null,null,null,null,null,'Comox Marina ','2023-07-27 21:03:54','2023-07-27 21:03:54',null,'MAWILSON@idir','2023-07-28 11:48:35',null,null,null,null,'CLOSED','COMOX',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031286','Coastal Fire Centre passing on 2nd hand report of campfire near the noted location. Two subjects camping with a small campfire, rock fire ring, burning wood. ',null,null,null,null,null,null,null,'Clayoqua Arm Park - Km 13 - Deer Bay','2023-07-27 19:34:30','2023-07-27 19:34:30',null,'MAWILSON@idir','2023-07-31 09:50:15',null,null,null,null,'CLOSED','UCLUELET',ST_GeomFromText('POINT(-125.5344444 49.1830556)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031278','COM reporting a deceased doe on the riverbank that has had all 4 hoofs cut off by humans. ',null,null,null,null,null,null,null,'5km west of Chase on IR 2 of Neskonlith ','2023-07-27 19:04:14','2023-07-27 19:04:14',null,'CCRERAR@idir','2023-07-31 13:52:56',null,null,null,null,'CLOSED','CHSE',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031263','COM reporting blow by - -175 briefed CO Tyukodi',null,null,null,null,null,null,'Hwy 1, Golden, BC','Golden AIS towards hwy 95','2023-07-27 17:50:42','2023-07-27 17:50:42',null,'GPKRUGER@idir','2023-07-28 15:22:48',null,null,null,null,'CLOSED','GOLDEN',ST_GeomFromText('POINT(-116.9802034 51.3254533)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031261','Details of the violation - People have been camping at the creek on the tata creek bypass around 2km mark for over a month plus -Description of the Suspect - Multiple people camping one camper 2 vehicles 1 suv 1 truck the truck is dark green other is silver/gray -Transport Involved - 1 truck 1suv 1 travel trailers aprox 20'' -Additional Comments - I have been waiting and periodically checking as i would like to camp there -',null,null,null,null,null,null,null,'Tata Creek bypass 2km','2023-07-27 17:46:31','2023-07-27 17:46:31',null,'TBIRNEY@idir','2023-07-27 17:49:15',null,null,null,null,'OPEN','TATACRK',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031247','Burn pile reported to Roberts Creek Volunteer Fire Department today Thursday July 27, 2023 at 0912. -Upon arrival at the burn on Roberts Flume Forest Service Road I found smoldering debris including rolled tar paper, empty cans, including small propane containers and other waste. Prior to extinguishing I found a receipt from a local retailer with credit card information on it. -I can be reached any time on the above cell number. -',null,null,null,null,null,null,'1302 Roberts Creek Rd, Roberts Creek, BC','Xwesam-Roberts Creek ','2023-07-27 16:00:08','2023-07-27 16:00:08',null,'BJETTE@idir','2023-07-27 16:02:23',null,null,null,null,'OPEN','ROBERTSC',ST_GeomFromText('POINT(-123.6498098 49.4295396)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031241','Retention of Sockeye on babine lake prior August 1st. Fishing Smithers Landing. -Clarke Chapman -Caucasian -Mid 70''s -Blue Aluminum boat with grey canopy -Approx 18-20 foot -4 stroke Yamaha outboard. Downriggers -Fishing north of Smithers Landing. Half way between Smithers Landing and 5 Mile. Can usually be seen from boat launch at Tukii lodge. -Has a home at Smithers Landing. -Have witnessed him doing this for several years. -',null,null,null,null,null,null,null,'Smithers Landing ','2023-07-27 15:28:45','2023-07-27 15:28:45',null,'TARWILLI@idir','2023-07-28 09:27:17',null,null,null,null,'CLOSED','SMITHERS',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031225','***RAPP EMAIL*** --Highway 1 close to Willingdon exit. --Around 13:30 pm on July 27th, 2023 --passenger threw a lit cigarette out their car window. -brown hair and was a male. --driving a blue tesla car with the license plate # S2b 75h -',null,null,null,null,null,null,null,null,'2023-07-27 14:50:56','2023-07-27 14:50:56',null,'BJETTE@idir','2023-07-27 14:52:52',null,null,null,null,'OPEN','BURNBY',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031221','COM reporting a lit cigarette out the window. Description below. - -1442 COS Alicia Buchanan - Briefed',null,null,null,null,null,null,null,'Hwy 10/188','2023-07-27 14:40:04','2023-07-27 14:40:04',null,'LEARCHIB@idir','2023-07-27 14:43:03',null,null,null,null,'OPEN','LANGLEY',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031220','Owner allowing cousin to clean their concrete pumping truck onto the street, with ZERO runoff control. Material flows into the ditch, 10’ into a protected waterway -Company: Promax -Caller has video -Pump truck on scene now. - -Briefed CO Bull',null,null,null,null,null,null,null,'20425 hampton st','2023-07-27 14:37:48','2023-07-27 14:37:48',null,'TBIRNEY@idir','2023-07-27 14:41:34',null,null,null,null,'CLOSED','MAPLERID',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031200','Playground construction encroached into creek area. City map shows creek as ecological red zone. -Construction ongoing, depositing soil into the creek. Bobcat and other machinery were in use. - -Briefed CO Stark',null,null,null,null,null,null,null,'Crookshank creek – at 12895 85th ave','2023-07-27 13:39:53','2023-07-27 13:39:53',null,'TBIRNEY@idir','2023-07-27 13:43:34',null,null,null,null,'OPEN','SURRY',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031199','***BLOW BY*** -Red SUV pulling speed boat with an off-white/grey cover on it - ',null,null,null,null,null,null,'Hwy 3, Fernie, BC',null,'2023-07-27 13:29:59','2023-07-27 13:29:59',null,'BJETTE@idir','2023-07-27 13:35:57',null,null,null,null,'OPEN','FERNIE',ST_GeomFromText('POINT(-115.063804 49.5086679)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031186','COM advised of her neighbour dumping garbage (not witnessed/current). She is unsure if it is CN/public property - it may even be on her property line. SHe has informed CN.',null,null,null,null,null,null,null,'South end of her property line','2023-07-27 12:55:12','2023-07-27 12:55:12',null,'JOCHARTR@idir','2023-07-28 16:06:19',null,null,null,null,'CLOSED','HIXON',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031178','X-Reference DGIR 232738 07/24/2023 09:40:11 -The caller is reporting a rotten egg smell that comes and goes in the area and is affecting residents.. The last occurrence was last night from 2130 to 05:00. -Unknown source, maybe H2S? The caller is reporting burning eTrue, red eTrue, headache? -The caller has driven the area in order to locate the source. No positive results to date. -** caller requesting a callback -',null,null,null,null,null,null,' Copper Mountain Rd, Princeton, BC',null,'2023-07-27 12:30:13','2023-07-27 12:30:13',null,'CCRERAR@idir','2023-07-31 13:37:21',null,null,null,null,'CLOSED','PRINCETN',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031167','***BLOW BY*** -Alberta license, plate white raptor truck with a canopy pulling a yellow seadoo heading westbound. ',null,null,null,null,null,null,null,null,'2023-07-27 11:34:39','2023-07-27 11:34:39',null,'GPKRUGER@idir','2023-07-27 15:29:58',null,null,null,null,'CLOSED','GOLDEN',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031166','Submitted via RAPP email: -Details of the violation - Garbage bags left behind, Glass bottles on the dry bark may cause wildfires. -N48° 30.324'' W123° 58.258'' (https://youtu.be/wkPsWZgi3As) - -Garbage left behind, additional garbage from an industrial oil change (buckets full with old hydraulic oil, Oil filters, floor is drenched in oil) -N48° 31.095'' W123° 53.389'' (https://youtu.be/x8jzoNS2uAQ) - -Additional Comments - All the garbage left behind seems to be from contractors who worked there before. Close to the side with the oil is a massive cutting block, logged 1 or 2 years ago, I just didn''t go up there while they logged (safety reasons). Before the logging the container was close to the cabin, the cabin had no oil in it. Just the filing cabinet. So someone moved the container, with the intention to block the access to the cutting block. At the end of the small road they blocked it anyway with a large log. ',null,null,null,null,null,null,null,null,'2023-07-27 11:29:14','2023-07-27 11:29:14',null,'ISCHMIDT@idir','2023-07-27 11:30:57',null,null,null,null,'OPEN','SOOKE',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031152','Remains of a fawn found on a trail near this intersection. COM states there are also shotgun shells and that she heard people using dirtbikes in the area recently. ',null,null,null,null,null,null,'Fairview Rd and Willowbrook Rd, Oliver, BC',null,'2023-07-27 11:03:08','2023-07-27 11:03:08',null,'BRANBECK@idir','2023-07-27 11:35:29',null,null,null,null,'CLOSED','OLIVER',ST_GeomFromText('POINT(-119.5989404 49.1745165)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031148','I am writing to express my deep concerns regarding the Proposed Diesel Tank -farm in Masset Inlet at the old Omega Plant site on Harrison St. -Firstly, it is alarming to note that no impact studies have been conducted prior to -the decision of N Arm Transportation to proceed with the construction of the tank -farm. This lack of comprehensive assessment raises serious doubts about the -potential risks and consequences associated with the project. Without a through -understanding of the environmental impacts, it is impossible to ensure the -protection and preservation of our precious ecosystem. -Furthermore, the lack of consultation with our town regarding the proposed tank -farm is deeply unsettling. As residents we believe we have a right to be involved -in decisions that could have significant consequences for the well-being of our -community and environment.',null,null,null,null,null,null,null,null,'2023-07-27 10:48:35','2023-07-27 10:48:35',null,'ISCHMIDT@idir','2023-07-27 10:50:09',null,null,null,null,'OPEN','MASSET',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031145','Caller reported a hound dog has been chasing deer and a moose with 2 calfs everyday for months in the valley between Richie Rd and Mayer Rd. The owner does not contain the dog and it runs free in the valley for 5 hours a day. Caller can hear it when it finds something to chase. The dog does have a radio collar. - -***Caller would like a call back***',null,null,null,null,null,null,'Richie rd and Mayor R',null,'2023-07-27 10:27:41','2023-07-27 10:27:41',null,'JBUECKER@idir','2023-08-10 09:21:56',null,null,null,null,'CLOSED','ROSSLND',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031132','Caller reporting 2 white males, 40 - 50 years of age having a campfire this morning at 07:40 hours at 1.5km mark on the Scotty Creek Road at the bottom of the Loon Lake Hill. The campfire did not have any containment. -',null,null,null,null,null,null,null,null,'2023-07-27 09:35:02','2023-07-27 09:35:02',null,'CEDGE@idir','2023-08-01 11:50:21',null,null,null,null,'CLOSED','CLINTON',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031128','Caller reporting a neighbor burning last night from a big round black barrel. It is near a fence, beside wood pallets and has wood under it and caller is very concerned as they had a large flames coming out one end and a lot of smoke. Caller has pictures as well. ',null,null,null,null,null,null,'3134 Moorfield Rd, Duncan, BC',null,'2023-07-27 09:24:24','2023-07-27 09:24:24',null,'MAWILSON@idir','2023-07-27 16:27:18',null,null,null,null,'CLOSED','DUNCAN',ST_GeomFromText('POINT(-123.728029 48.7941033)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031115','Operator passing on Campfire information: -3km from hwy 7 on Chehalis Boulder FSR. Campfire - contained, wood burning -',null,null,null,null,null,null,null,null,'2023-07-27 08:32:14','2023-07-27 08:32:14',null,'MAWILSON@idir','2023-08-04 14:27:58',null,null,null,null,'CLOSED','AGSSZHS',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031109','Camper on the beach/creek bed with a campfire that appears to have been burning all night. Camper was asleep and also had fishing lines in the water.',null,null,null,null,null,null,'51.21354537964502, -116.88394934892258','near Horse Creek Bridge 10 minutes to gravel creek bed of Columbia River','2023-07-27 08:13:54','2023-07-27 08:13:54',null,'LMOSS@idir','2023-07-27 08:43:53',null,null,null,null,'OPEN','GOLDEN',ST_GeomFromText('POINT(-116.88394934892258 51.21354537964502)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031102','Caller reported seeing a dump truck and excavator on the beach off of Hwy 3 A near Nasookin, heading away from Nelson. Closest address caller can guess is 1227 Hwy 3A. Caller knows the person in charge of the dump truck and excavator and advised they have taken contracts without permits before. ',null,null,null,null,null,null,'1227 Hwy 3 ',null,'2023-07-27 07:42:38','2023-07-27 07:42:38',null,'MELOUTIT@idir','2023-07-27 16:15:20',null,null,null,null,'CLOSED','NELSON',ST_GeomFromText('POINT(-119.7963907 49.3171867)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031081','***RAPP REPORT*** - -Narrows Inlet -July, 25, 2023 -We observed a newly constructed intake and pipe/penstock system on Ramona Creek above the lower Ramona powerhouse. This pipe has recently been filled with water and is leaking water into the woods uncontrollably. I am concerned that the uncontrolled release is having a detrimental effect on the fish habitat in Ramona Creek particularly during the extreme drought we are experiencing. - -Additional Comments: -Please call me for further details.',null,null,null,null,null,null,null,null,'2023-07-26 23:27:19','2023-07-26 23:27:19',null,'MAWILSON@idir','2023-08-04 14:36:02',null,null,null,null,'CLOSED','SECHELT',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031078','***RAPP REPORT*** - -Starting at 9:48pm on July 26th at Bowen Island there is a very strong, concentrated and pungent smell of sulphur- we cannot go outside because of the smell. The wind is from the NW, so we are concerned the smell is coming from Port Mellon pulp mill. If so, we are concerned the smell is H2S gas. ',null,null,null,null,null,null,null,null,'2023-07-26 22:49:40','2023-07-26 22:49:40',null,'DDUFFY@idir','2023-07-26 22:51:41',null,null,null,null,'CLOSED','BWNISL',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031069','***RAPP REPORT*** -Driver throwing lit cigarette out of pick up truck window near dry grass -',null,null,null,null,null,null,null,null,'2023-07-26 21:56:43','2023-07-26 21:56:43',null,'DDUFFY@idir','2023-07-26 22:00:51',null,null,null,null,'OPEN','LANGFORD',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031053','COM advises that he is a plumber and went to the noted location with his wife to inquire about purchasing a boat from the owner. While they were discussing details of the boat COM observed there were no sewage lines for the boat and other boats moored in the area which is a live-in community of boats. COM then inquired to the owner how they get rid of sewage. The owner took COM on board and showed him a toilet which flushes the material directly into the Fraser River. COM advises that everyone living at this marina is flushing their sewage into the Fraser River. COM believes this is wrong and illegal. ',null,null,null,null,null,null,'1040 South Dyke Rd, New Westminster, BC',null,'2023-07-26 20:33:16','2023-07-26 20:33:16',null,'IPAVLOVI@IDIR','2023-07-26 21:04:38',null,null,null,null,'OPEN','NEWWEST',ST_GeomFromText('POINT(-122.9443501 49.1809364)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031023','At a rec site last night and looked like a party camp there recently that has been abandoned. Trash every, inflatables and tents setup. Looks like it was setup. They have not seen any one there overnight.',null,null,null,null,null,null,null,'Lois Point Recreation Site on Lois.','2023-07-26 16:52:39','2023-07-26 16:52:39',null,'MAWILSON@idir','2023-08-04 15:10:23',null,null,null,null,'CLOSED','POWELLRV',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031017','COM reporting illegal out of season fishing on Cowichan River. Family of 4 but only is seeing one fishing for the last few hours. ',null,null,null,null,null,null,'5260 Riverbottom Rd W, Duncan, BC',null,'2023-07-26 16:32:12','2023-07-26 16:32:12',null,'MAWILSON@idir','2023-07-27 16:15:23',null,null,null,null,'CLOSED','DUNCAN',ST_GeomFromText('POINT(-123.8565716 48.7620601)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031010','Caller is reporting that 200m up the road a citizen has dumped garbage bags and other items. Caller reported that the dump site was 100ft from a local residents water supply.',null,null,null,null,null,null,'College Creek FSR, Genelle, BC','College Creek Rd ','2023-07-26 15:55:28','2023-07-26 15:55:28',null,'MELOUTIT@idir','2023-07-27 11:21:32',null,null,null,null,'CLOSED','CSTLGR',ST_GeomFromText('POINT(-117.7319267 49.2637664)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031009','Bear poaching. I wasn’t there to witness any events. Just thought I’d report from what he had said to me. Admitted when I was in his truck with him that he had poached bears (with buddies) in the Copper Canyon, Lake Cowichan areas, not to long ago. ',null,null,null,null,null,null,null,null,'2023-07-26 15:47:31','2023-07-26 15:47:31',null,'MAWILSON@idir','2023-08-10 13:32:30',null,null,null,null,'CLOSED','CHMNUS',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030995','People have been camping on the beach for about 2 weeks now by the boat launch. The people have been leaving garbage, empty beer cans on the beach and using it for a bathroom.',null,null,null,null,null,null,'E Shuswap Rd, Stobbart Creek, BC','LaFarge Bridge','2023-07-26 15:07:23','2023-07-26 15:07:23',null,'CCRERAR@idir','2023-07-31 12:55:11',null,null,null,null,'CLOSED','KAMLOOPS',ST_GeomFromText('POINT(-120.2087421 50.6774382)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030993','COM reports a neighbour has garbage strewn about all over the property that is in a flood plain and when the rains come all the rain comes all the waste will enter the waterways. COM says waste from hundreds of propane tanks, generators, jerry cans, etc. -',null,null,null,null,null,null,null,'Call COM for location','2023-07-26 15:01:00','2023-07-26 15:01:00',null,'DLEWERS@idir','2023-07-26 15:05:40',null,null,null,null,'OPEN','TERRACE',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030990','The caller is calling from an urban farm. The building next door was on fire last night and the fire was suppressed with city water. The farm has concerns that the water that ran off the building as the fire was suppressed might have toxins or pollution in the run off. False creek is also nearby. The caller is hoping to find out if the growing food on their farm is still safe to consume with this run off coming in.',null,null,null,null,null,null,null,null,'2023-07-26 14:50:16','2023-07-26 14:50:16',null,'ISCHMIDT@idir','2023-07-26 14:56:16',null,null,null,null,'OPEN','VANCOUVR',ST_GeomFromText('POINT(-123.1124169 49.2691271)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030986','COM from WildArc reporting someone is keeping a pet crow but is not sure if its a violation or not since the crows are a "schedule c" animal',null,null,null,null,null,null,'Duke Rd, Metchosin, BC',null,'2023-07-26 14:37:56','2023-07-26 14:37:56',null,'MAWILSON@idir','2023-08-04 08:14:59',null,null,null,null,'CLOSED','METCHOSI',ST_GeomFromText('POINT(-123.5074282 48.393045)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030976','Caller requesting assistance with open burning on Powder Islet in Ganges Harbour. Jurisdiction is unknown to the caller. Saltspring Fire Department does not have a boat. -photos available -',null,null,null,null,null,null,null,'Powder Islet','2023-07-26 14:04:15','2023-07-26 14:04:15',null,'MAWILSON@idir','2023-07-27 16:05:49',null,null,null,null,'CLOSED','GANGES',ST_GeomFromText('POINT(-123.48702 48.85388)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030971','Caller witnessed a van with several cages of racoons – shooting them within the cages -Caller’s friend has a photo – caller waiting on friend for photo -Vehicle: BC plate: FR0807 -Briefed CO Owens -',null,null,null,null,null,null,null,'at the gate','2023-07-26 13:43:30','2023-07-26 13:43:30',null,'JEANDREW@idir','2023-08-03 11:02:31',null,null,null,null,'CLOSED','KELOWNA',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030965','An RCMP officer is looking into something and wondering if COs can take it over. The COM had heard two sound that were either explosions or gunshots North of the address below. It is unknown if it was at a neighbours house or not and maybe on private property. The COM then called back again because they heard another explosion and this time it rattled their windows. OIC: Cst. Phil Hochu 250-702-1949',null,null,null,null,null,null,'7988 Forbidden Plateau Rd, Courtenay, BC',null,'2023-07-26 13:24:19','2023-07-26 13:24:19',null,'MAWILSON@idir','2023-07-27 11:54:14',null,null,null,null,'CLOSED','COURTNY',ST_GeomFromText('POINT(-125.1536803 49.6630735)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030940','1225 mountain: -AIS reporting a blowby from a commercial hauler carrying three pontoon boats (wrapped) - WB on hwy 1 past golden. - -Briefed Sgt Kruger',null,null,null,null,null,null,null,'golden AIS','2023-07-26 11:52:03','2023-07-26 11:52:03',null,'GPKRUGER@idir','2023-07-26 13:54:35',null,null,null,null,'CLOSED','GOLDEN',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030932','The callers neighbour has pet pigeons and a hawk is eating them. The neighbour has started regularly shooting fire crackers at the hawk.',null,null,null,null,null,null,'7631 192 St, Surrey, BC',null,'2023-07-26 11:39:37','2023-07-26 11:39:37',null,'COMILLER@idir','2023-07-26 11:42:48',null,null,null,null,'OPEN','SURRY',ST_GeomFromText('POINT(-122.6910252 49.1415322)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030923','~6 weeks ago tree planters were working along an area -Number of boxes and plastic containers for the seedlings were stacked-up but remain un-retrieved -',null,null,null,null,null,null,null,'11km st mary valley','2023-07-26 11:12:34','2023-07-26 11:12:34',null,'TBIRNEY@idir','2023-07-26 11:16:45',null,null,null,null,'OPEN','CRANBRK',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030918','Calling to report a neighbour is pouring concrete onto rocks on the edge of Seymour River, looks like they might be setting up a hot tub on the edge of the river. There is a contracting truck parked at the property. ',null,null,null,null,null,null,'696 Seymour Blvd, District of North Vancouver, BC',null,'2023-07-26 10:51:06','2023-07-26 10:51:06',null,'ISCHMIDT@idir','2023-07-26 10:52:55',null,null,null,null,'OPEN','NORVAN',ST_GeomFromText('POINT(-123.0176906 49.3128624)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030908','Caller advising of burning happening now. Smoke can be seen on the property. Unknown what is burning.',null,null,null,null,null,null,'1394 Baker Creek Rd, Quesnel, BC',null,'2023-07-26 10:33:30','2023-07-26 10:33:30',null,'CEDGE@idir','2023-08-01 13:50:24',null,null,null,null,'CLOSED','QUESNEL',ST_GeomFromText('POINT(-122.5286036 52.9906937)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030906','City where the violation occurred - Website -Did you observe the violation? - Yes - - • Pesticides -Details of the violation - https://www.fruugo.ca/cockroach-gel-bait-roach-pest-killer-with-plunger-tip-for-floor-kitchen-non-toxic/p-145775709-307480044?language=en&ac=google&asc=pmax&gclid=Cj0KCQjw5f2lBhCkARIsAHeTvlgxRCqUvwBvKMQts5PRONR8u8nps7ddA0-Bf1Ird0C0mbhPuVc4BdkaAnVJEALw_wcB - -Additional Comments - We came across the following website which appears to be selling cockroach gel bait that is not regulated by Canadian Government. Not only that it appears that they are selling to general public which means those with or without an active license. This would be harmful for the industry and we hope this can be acted on in a timely fashion. Thank you! - -',null,null,null,null,null,null,null,null,'2023-07-26 10:27:46','2023-07-26 10:27:46',null,'ISCHMIDT@idir','2023-07-26 10:29:10',null,null,null,null,'CLOSED','SURRY',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030903','St Andrews (private golf course) is finishing a development which involves ~50 dump trucks transiting per day. Caller believes this is excessive use of a roadway which they rush-developed adjacent to a creek which feeds into Kitley lake and a marsh. -Road is 2 feet from the creek, and its construction work destroyed the culvert across the roadway. - -OO emailed to FLNRO CE; DRO ORR',null,null,null,null,null,null,null,null,'2023-07-26 10:22:19','2023-07-26 10:22:19',null,'BRANBECK@idir','2023-07-27 11:00:34',null,null,null,null,'CLOSED','KALEDEN',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030900','Caller heard 2 gun shots and believe they came from land, 2 loons going nuts. The caller saw a white object in the water and then a yellow sea doo came out and picked up the object. 10 minutes ago. 10:05 hours. -',null,null,null,null,null,null,'Joellen Dr, Ness Lake, BC','Joellen dr. one of the last lots on the dead end road. ','2023-07-26 10:12:33','2023-07-26 10:12:33',null,'JOCHARTR@idir','2023-07-27 09:10:27',null,null,null,null,'CLOSED','NESSLAK',ST_GeomFromText('POINT(-123.1585996 54.0159937)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030896','Olsen AIS station blow-by. West bound Hwy 3 towards Fernie. Blue Chevy SUV, pulling a white wake boat with other colours.',null,null,null,null,null,null,null,null,'2023-07-26 10:06:12','2023-07-26 10:06:12',null,'COMILLER@idir','2023-07-26 10:09:14',null,null,null,null,'OPEN','FERNIE',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030895',' Crump Siding Rec Site. July 25, 1135. Two different camping parties, both exceeding the 14 day limit. Neither group had any people around when I visited. Camping party 2 also had unsecured food items (marshmallows, Ketchup, BBQ sauce, juice). I have photos of all trailers and tents involved. -Description of the Suspect - Unknown -Transport Involved - Party 1: first site on Left Hand Side. Not an established campsite. Arctic Fox trailer (white) WKS69W as well as a red MG MA526R. Issued an OTV and taped to door of trailer. -Party 2: Premier trailer (white and brown) WPW71A and Jayco tent trailer WRN00F as well as a Eureka tent (light blue and grey) and a Ventura Tent with orange tarp. Issued an OTV and taped it to the door of the Premier trailer. -Additional Comments - Gave both parties 24 hours to depart and issued the OTV for 1 calendar year. Request follow up patrol to ensure compliance. -',null,null,null,null,null,null,'Vernon, BC',null,'2023-07-26 10:04:59','2023-07-26 10:04:59',null,'HGREGG@IDIR','2023-07-26 10:08:24',null,null,null,null,'OPEN','VERNON',ST_GeomFromText('POINT(-119.2716667 50.2655556)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030886','CCURRENCE NOTES: -On July 24, 2023 at approx.0800 hours I, Kellen Nicholls, a radio operator of the Department of Fisheries and Oceans in Langley BC received a phone call stating that on July 21st a report was made to the Radio Room regarding a boat ramp that has been constructed on Crown Land. The caller identified themselves as Patrick Sorfleet, the director of planning and development at the District of Sparwood (250-425-6828). Patrick stated that on July 21st, 2023 one of their bylaw staff was notified of the boat ramp and forwarded the information to the radio room, but due to unforseen reasons at this point in time, no report was made. According to the caller, the ramp has been built leading into the Elk River, on crown land. No further information was provided by the caller at this time. -ORR_2023-1374_HAB_SPARWOOD_DOCK BUILT ON CROWN LAND',null,null,null,null,null,null,'Elkford, BC','Elk River','2023-07-26 09:46:54','2023-07-26 09:46:54',null,'JBUECKER@idir','2023-08-15 10:35:39',null,null,null,null,'CLOSED','ELKFORD',ST_GeomFromText('POINT(-114.9216667 50.0241667)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030869','There is a family of 4 at Manson Lake Rec Site - they moved their travel trailers, chickens, dogs, Grader and numerous household items there when the Germansen Landing Evacuation Order went into effect on June 30, 2023. The Evacuation Order was lifted on July 16th and they are still out there. Yesterday it was brought to my attention that the Grader (operated by Galena Trainor) pushed over a bunch of trees in the rec site to make room for the Grader. We do not have pics as this is by word of mouth. Due to them being neighbors in the small community of Germansen Landing, nobody wants to be known for reporting this. The community is worried they are going to continue squatting there making the rec site unfit for anyone to use. -Names are: -Galena Trainor (female) -Kurtis Trainor / son Zedeno (2 males) -Eric Bersherse (male) -Members of the Wolervine Lake First Nation community -If someone from the Parks could come out and do a check you would find it very unfit for camping. To my knowledge campsites are closed as well.',null,null,null,null,null,null,null,null,'2023-07-26 08:58:21','2023-07-26 08:58:21',null,'COMILLER@idir','2023-07-26 09:06:32',null,null,null,null,'OPEN','GERMANSO',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030862','Callers neighbour keeps picking apples from their backyard and keeps dumping it in a pile 3-4ft in diameter on their front yard to feed deer. Caller is also concerned of it attracting bears and cougars.',null,null,null,null,null,null,'3716 Bishop Cres, Port Alberni, BC',null,'2023-07-26 08:28:44','2023-07-26 08:28:44',null,'MAWILSON@idir','2023-07-28 13:11:58',null,null,null,null,'CLOSED','PORTALBR',ST_GeomFromText('POINT(-124.7898343 49.2719917)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030858','Coastal fire Center received an email report from an anonymous caller about a group having a campfire with open flames and mixed wood last night and this morning. It was on the Northside of Sproat Lake at the group campsite half-way up Taylor Arm Provincial Park.',null,null,null,null,null,null,null,null,'2023-07-26 08:08:38','2023-07-26 08:08:38',null,'MAWILSON@idir','2023-07-28 12:58:48',null,null,null,null,'CLOSED','PORTALBR',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030843','Operator passing on message that a neighbour of the caller was having an open burn last night, unknown if it was contained 22:00 hours. - -Emailed only due to delay in reporting. -',null,null,null,null,null,null,'53799 McGregor Rd, Popkum, BC',null,'2023-07-26 06:06:06','2023-07-26 06:06:06',null,'MAWILSON@idir','2023-08-03 10:09:48',null,null,null,null,'CLOSED','POPKUM',ST_GeomFromText('POINT(-121.7407924 49.2042456)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030834','7108 Collier St. Burnaby BC V5E 0A1 -July 25th, 2023, between 6-9pm -Violator (Kevin Chau) sent texts indicating signs of poop on his balcony. He spotted a nest of a mother pigeon with 2 eggs. He sent photos of the mother in the nest and another photo of another pigeon allegedly attacking his balcony door. Violator commented he removed the nest. - -Under Wildlife Act, section 34(a) and (c), Mr. Chau is not permitted to remove a bird’s nest should there be eggs occupying it with a bird. Violator may have used brooms to remove the nest with the bird and the eggs. Photos and messages are available as evidence! - -Violator confirmed he read the regulations yet he proceeded to remove the nest with the bird and the eggs. Violator has no respect for wildlife! -',null,null,null,null,null,null,'7108 Collier St. Burnaby BC ',null,'2023-07-25 22:37:26','2023-07-25 22:37:26',null,'JDSCOTT@idir','2023-07-25 22:40:38',null,null,null,null,'OPEN','BURNBY',ST_GeomFromText('POINT(-122.9727778 49.2425)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030829','Caller received a report of open burning near the below noted location. Caller advised the suspects have had multiple fires and have been told of the fire ban but do not care. - -',null,null,null,null,null,null,'Gillies Bay, BC','Shingle Beach Campground - Gillies Bay ','2023-07-25 21:32:00','2023-07-25 21:38:30',null,'MAWILSON@idir','2023-08-02 15:20:00',null,null,null,null,'CLOSED','TEXADAIS',ST_GeomFromText('POINT(-124.4844444 49.6830556)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030815','Caller observed garbage dumped below an embankment near Sumas mountain – including identifying details -Caller has photographs -',null,null,null,null,null,null,null,'Matsqui trail park area - dirt road near a quarry','2023-07-25 19:52:32','2023-07-25 19:52:32',null,'TBIRNEY@idir','2023-07-25 19:57:41',null,null,null,null,'OPEN','ABTFRD',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030809','Caller reporting a turkey walking around with an arrow sticking out of it near the below noted location. ',null,null,null,null,null,null,'554 Goddard Rd, Nelson, BC',null,'2023-07-25 19:15:00','2023-07-25 19:30:28',null,'MELOUTIT@idir','2023-07-27 11:25:02',null,null,null,null,'CLOSED','NELSON',ST_GeomFromText('POINT(-117.2914808 49.5115966)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030804','Details of the violation - on the #1 west bound. 18km before chilliwack, i watched a person throw a cigarette out the window. black ford focus. tinted window front passenger head light out. Licence plate NC5 73T. - -not sure if this is even where i put it. not sure who i tell. But i do not want my province on fire again -',null,null,null,null,null,null,null,null,'2023-07-25 19:02:34','2023-07-25 19:02:34',null,'MAWILSON@idir','2023-08-03 10:16:45',null,null,null,null,'CLOSED','CHILLIWK',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030803','COM reported a person having a fire next to the caller''s store. The person was confronted and the fire put out. The subject drove off in the direction of New Denver. Caller got the subject''s license plate. -',null,null,null,null,null,null,null,'Next to Prospector''s Pick store. ','2023-07-25 19:01:28','2023-07-25 19:01:28',null,'MELOUTIT@idir','2023-07-27 11:07:48',null,null,null,null,'CLOSED','SANDON',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030794','Caller reporting many gunshots from probable crown land at the north end of Ruby Lake – ongoing for 30 minutes -Hike or boat access only – probably boat. - -LVM CO Klassen -Briefed Sgt Miller',null,null,null,null,null,null,null,'Ruby lake - north end','2023-07-25 17:35:59','2023-07-25 17:35:59',null,'TBIRNEY@idir','2023-07-25 17:41:00',null,null,null,null,'OPEN','EARLSCOV',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030786','Caller observed the driver of another vehicle discard a lit cigarette butt while driving – just leaving after having stopped at a red light at above intersection. -SUB driving a dark grey Toyota tundra. BC Plate RS989H - -LVM CO Owens -CO Small - advised should read RED on calendar. -LVM Sgt Hanratty -Briefed CO Gooliaff -',null,null,null,null,null,null,null,'Hwy 97 NB, at osceola','2023-07-25 16:56:54','2023-07-25 16:56:54',null,'JEANDREW@idir','2023-08-10 11:22:20',null,null,null,null,'CLOSED','LAKECNRY',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030781','COM reporting a large amount of foam at the bottom of the fish ladder at the bottom of the bridge at Fergus Creek. Suspects it is detergent of some sort creating the foam. - -Cross File - Reporting DGIR - 23 2778',null,null,null,null,null,null,'14 Ave, Surrey, BC','In the water at King George Hwy - Fergus Creek','2023-07-25 16:34:39','2023-07-25 16:34:39',null,'EFITCH@IDIR','2023-07-25 18:25:51',null,null,null,null,'OPEN','SURRY',ST_GeomFromText('POINT(-122.7791839 49.0274428)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030769','Blow by reported by Fernie AIS',null,null,null,null,null,null,'Hwy 3, Fernie, BC','West Bound ','2023-07-25 15:52:35','2023-07-25 15:52:35',null,'EFITCH@IDIR','2023-07-25 15:57:55',null,null,null,null,'OPEN','FERNIE',ST_GeomFromText('POINT(-115.063804 49.5086679)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030757',' To Whom it May Concern: - -I hope this letter finds you well. I am writing to express my deep concerns regarding the safety and security measures observed during the recent Shambhala Music Festival. I sent this to event organizers already, but I wanted to formally document my concerns to ensure they are thoroughly addressed and addressed by the appropriate authorities. - -Some attendees, including myself, have also taken the initiative to create a Google Form, enabling individuals to submit their firsthand experiences at the Shambhala Music Festival. This form aims to gather valuable insights from attendees, offering them a platform to share their perspectives on the event''s safety, security, and overall experience. It is available here: https://docs.google.com/forms/d/e/1FAIpQLScbUg8lswhyEW26i5Jj6heuAl9fQKf_fzEAlxpecaUeMWK8zw/viewform - -The responses given mirror my experience and detail completely unsafe and traumatic situations festival attendees should never have been subjected to. And with stories of deaths and a body being pulled from Muscle Beach, it''s important to take action to prevent further harm. The full responses can be provided at request.',null,null,null,null,null,null,null,null,'2023-07-25 14:50:16','2023-07-25 14:50:16',null,'MELOUTIT@idir','2023-07-27 10:16:11',null,null,null,null,'CLOSED','SALMO',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030753','Harrison Hot Springs Fire Dept received an anonymous report of a group of people by the water having a campfire. Outside of their jurisdiction.',null,null,null,null,null,null,null,'West side of Harrison Lake, between 2 and 3 Mile, Toosey Creek FSR runs parallel to the water','2023-07-25 14:34:40','2023-07-25 14:34:40',null,'MAWILSON@idir','2023-08-04 15:17:27',null,null,null,null,'CLOSED','HARHOTSP',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030752','Neighbour reports that they found a dead deer behind their property. Believes it was hunted as it has no head and has a clean cut on the leg bone.',null,null,null,null,null,null,'916 Columbus Pl, Langford, BC',null,'2023-07-25 14:26:20','2023-07-25 14:26:20',null,'DSEXTON@idir','2023-07-28 12:01:00',null,null,null,null,'CLOSED','LANGFORD',ST_GeomFromText('POINT(-123.5173692 48.4175305)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030751','Calling to report several people crabbing without regard to size',null,null,null,null,null,null,'Roberts Memorial Provincial Park, Yellowpoint',null,'2023-07-25 14:20:50','2023-07-25 14:20:50',null,'DSEXTON@idir','2023-07-28 09:41:17',null,null,null,null,'CLOSED','YLWPOINT',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030731','Calling to report a lot of dust from the processing of material with equipment that needs to be rewashed three times. They the were to keep that equipment aside until it could be inspected but it was never put aside or rewashed. The caller works for the company. The company has been getting the dust complaints and the caller feels they are a type of dumping. Also the material at the site in Greenwood also cannot be used because it has arsenic but the staff has been told it is safe when it has not been tested for people with just facemasks and not full safety suits. Caller would prefer to remain anonymous since reporting could affect her employment.',null,null,null,null,null,null,'Pacific Abrasive',null,'2023-07-25 13:01:48','2023-07-25 13:01:48',null,'ISCHMIDT@idir','2023-07-25 13:09:39',null,null,null,null,'OPEN','GRANDFOR',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030710','COM reporting illegal fishing at the noted location. ',null,null,null,null,null,null,'5260 Riverbottom Rd W, Duncan, BC','under the powerlines, behind the yellow gate. ','2023-07-25 11:55:01','2023-07-25 11:55:01',null,'MAWILSON@idir','2023-07-27 14:39:45',null,null,null,null,'CLOSED','DUNCAN',ST_GeomFromText('POINT(-123.8565716 48.7620601)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030693','COM reporting E360s unsafe handling of oil, grease and antifreeze and hydraulic fluid over a long period of time. He said he use to work there and they are "really doing things bad there" and is concerned for the environment. They have not put any liners on the property to properly hold the fluids they handle. He feels it is going into rivers and streams and creating disasters. ',null,null,null,null,null,null,'3 Iron Canyon Rd, Elkford, BC',null,'2023-07-25 11:21:56','2023-07-25 11:21:56',null,'JBUECKER@idir','2023-08-15 10:14:31',null,null,null,null,'CLOSED','ELKFORD',ST_GeomFromText('POINT(-114.9272424 49.9743136)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030688','Submitted via RAPP email: -Details of the violation - • Subject business receives and processes deceased horses and cows -• Received product stored inside barn without cooling or pressure system -• Received product is also stored outside on the farm property if barn is full with deceased horses and cows -• Received product is moved by farm tractor and processed using an outdoor commercial tub grinder. Ground material moved along outdoor conveyor belt and stored in commercial containers -• Ground material is removed from the property using a third-party waste disposal company -• Animals fluids are stored in silo storage system but also leaking into the ground -• Storing and processing product have resulted in off-site odorous emissions. Metro Vancouver had received 9 air quality complaints between May 29 – July 18, 2023. 16 odour complaints in 2022. An anonymized complaint report can be provided -• Complainants have made reports of ground animal material outside - -Additional Comments - Agri-food received the complaint from ALC however ACEP only investigates unlawful slaughter. There appears to be a animal Waste Issue, dead animals on property for several weeks and fluid is leaking into the ground. -',null,null,null,null,null,null,null,'Canal Farms limited (Carson''s Stock Farm 1980 LTD) ','2023-07-25 11:05:20','2023-07-25 11:05:20',null,'ISCHMIDT@idir','2023-07-25 11:07:48',null,null,null,null,'CLOSED','BURNBY',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030685','YAK AIS - reporting Blow by - Hwy 3 - East bound -',null,null,null,null,null,null,'Hwy 3, Creston, BC','Creston and Cranbeook ','2023-07-25 10:57:26','2023-07-25 10:57:26',null,'EFITCH@IDIR','2023-07-25 11:05:32',null,null,null,null,'OPEN','CRESTON',ST_GeomFromText('POINT(-116.5705436 49.1171725)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030684','COM reporting his neighbour having a bonfire across the highway. COM observed the fire using a drone. ',null,null,null,null,null,null,'Yendryas Rd, Quesnel, BC',null,'2023-07-25 10:52:03','2023-07-25 10:52:03',null,'CEDGE@idir','2023-08-02 15:09:33',null,null,null,null,'CLOSED','QUESNEL',ST_GeomFromText('POINT(-122.4353658 52.9161208)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030674','Blow-by, headed West towards Fernie on Hwy 3. A darker Mercedes SUV pulling a white speed boat.',null,null,null,null,null,null,'Hwy 3, Fernie, BC','Olsen AIS','2023-07-25 10:32:47','2023-07-25 10:32:47',null,'COMILLER@idir','2023-07-25 10:38:16',null,null,null,null,'OPEN','FERNIE',ST_GeomFromText('POINT(-115.063804 49.5086679)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030672','AIS Blow by -westbound on TCH.',null,null,null,null,null,null,'Hwy 1, Golden, BC',null,'2023-07-25 10:29:54','2023-07-25 10:29:54',null,'GPKRUGER@idir','2023-07-25 10:36:06',null,null,null,null,'CLOSED','GOLDEN',ST_GeomFromText('POINT(-116.9802034 51.3254533)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030666','Caller reporting squatters on the property. Dumping of assorted materials on the property. It is unknown what is being done with septic. -There is a trailer and a 5th wheel on the property with permanent structures attached to them. -A big stage has been built on site for an event this weekend. -Pictures available -X - Ref DGIR 232762 ENV-RO Tianna Auriti ',null,null,null,null,null,null,'McCulloch Rd, Kelowna, BC','km 12 McCullouch directly across from Grouse FSR','2023-07-25 10:07:24','2023-07-25 10:07:24',null,'PBRACKEN@idir','2023-07-25 10:41:06',null,null,null,null,'OPEN','KELOWNA',ST_GeomFromText('POINT(-119.3420341 49.8406987)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030643','There is 2 people having a campfire. Last saw them about 15 min. ago. They have been there a long time so not sure if they are living there or not.',null,null,null,null,null,null,'Sawmill Lake FSR, Tranquille Valley, BC','21 3/4 mark Sawmill FSR, up Lac Du Bois, right hand side before the bridge','2023-07-25 09:02:06','2023-07-25 09:02:06',null,'CCRERAR@idir','2023-07-25 14:05:37',null,null,null,null,'CLOSED','KAMLOOPS',ST_GeomFromText('POINT(-120.7176614 51.058905)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030630','COM reporting a fawn with an arrow sticking out of it''s side walking by her house just now. ',null,null,null,null,null,null,'2686 Roblin St, Penticton, BC','North on Roblin ','2023-07-25 08:19:35','2023-07-25 08:19:35',null,'DAVCOX@idir','2023-07-30 13:55:41',null,null,null,null,'CLOSED','PENTICTN',ST_GeomFromText('POINT(-119.5813786 49.4672591)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030625','Kootenay river the water is low, tons of dead fish covering the river. When it goes lower the fish go down where its cooler and they fluctuate the dam so much tons of fish die. Have not seen it like this for a long time. If they keep the water high, launching boats is easier and less fish die. Super muddy from the water being low and heat.',null,null,null,null,null,null,null,'Kootenay River, From the Slocan River to the Brilliant Dam','2023-07-25 07:55:46','2023-07-25 07:55:46',null,'COMILLER@idir','2023-07-25 08:20:54',null,null,null,null,'OPEN','CSTLGR',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030616','COM reporting 5 people fishing on either side of the Vetter Bridge, where it is closed for fishing. ',null,null,null,null,null,null,'Vedder Crossing in Chilliwack, BC','Vedder Bridge - Chilliwack River','2023-07-25 06:20:40','2023-07-25 06:20:40',null,'MAWILSON@idir','2023-08-03 14:43:35',null,null,null,null,'CLOSED','CHILLIWK',ST_GeomFromText('POINT(-121.9677778 49.0997222)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030610','***RAPP EMAIL*** -Woman is selling large quantities of huckleberries on Facebook. -Gloria Lynn Froese -Pink or red hair -Blueish eyes -Middle aged (30’s?) -Caucasian -She is selling huckleberries all over Facebook & has obviously picked them for commercial use…… ',null,null,null,null,null,null,null,null,'2023-07-25 01:11:35','2023-07-25 01:11:35',null,'BJETTE@idir','2023-07-25 01:15:01',null,null,null,null,'OPEN','CRESTON',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030595','Fire Centre received a call reporting a bon fire on the property next door.',null,null,null,null,null,null,'200 Black Forest Trail, Shuswap IR, BC',null,'2023-07-24 22:08:35','2023-07-24 22:08:35',null,'GPKRUGER@idir','2023-07-25 09:45:54',null,null,null,null,'CLOSED','INVERMER',ST_GeomFromText('POINT(-115.9982835 50.5160342)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030593','Caller advises that there is a campfire burning in the backyard of the address provided.',null,null,null,null,null,null,'215 Neqweyqwelsten Rd, North Thompson IR, BC',null,'2023-07-24 22:01:40','2023-07-24 22:01:40',null,'CCRERAR@idir','2023-07-25 10:57:30',null,null,null,null,'CLOSED','BARRIR',ST_GeomFromText('POINT(-120.1501481 51.317704)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030588','***RAPP EMAIL*** -Approximately -52.628364 -123.032789 -A cut block just off the 3400 rd. I don’t recall the km but 3434ish I think. -Found 24/07/23 -Cow moose (I think, I didn’t get that close because of the smell), with gut pile, head attached, fairly fresh -No one else was in the area while I was on block. -No people spotted. The carcass was there a few days ',null,null,null,null,null,null,'52.628364 -123.032789',null,'2023-07-24 21:10:45','2023-07-24 21:10:45',null,'CEDGE@idir','2023-08-01 13:29:54',null,null,null,null,'CLOSED','QUESNEL',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030586','Caller reported seeing a bear cub dead on Hwy 4. It is still warm. Caller moved it off to the side of the road. Directions: Pacific Rim Hwy past the rainforest loop heading toward Ucuelet on the left hand side of the road. ',null,null,null,null,null,null,'Hwy 4, Ucluelet, BC','Right after the Rainforest loop heading toward Ucuelet ','2023-07-24 20:57:44','2023-07-24 20:57:44',null,'MAWILSON@idir','2023-07-28 12:02:25',null,null,null,null,'CLOSED','UCLUELET',ST_GeomFromText('POINT(-125.5818265 48.9964343)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030585','Reporting that there is an osprey nest on the event flood light standard at the Kelowna Apple Bowl (address below). Caller states she has contacted several people in regards to this and no one seems to want to follow up. Caller states she knows that there''s one eaglet in the nest. Caller first noticed the nest today. Caller was quite agitated when she couldn''t get a direct answer as to when someone would be following up with report. OO advised caller that a report would be sent off and the COs would respond to it as soon as they could. - - -',null,null,null,null,null,null,'1555 Burtch Rd, Kelowna, BC',null,'2023-07-24 20:47:21','2023-07-24 20:47:21',null,'JEANDREW@idir','2023-07-26 14:16:13',null,null,null,null,'CLOSED','KELOWNA',ST_GeomFromText('POINT(-119.4598993 49.8868212)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030563','A group of people dumped a big pile of household garbage including trash and food waste as well as recyclable products. The location of where they dumped it is on Ferry Road in Rosedale, Chilliwack BC. Right on the beach by the Fraser River. In the debris there were Amazon boxes with the perpetrations name and address on it. This garbage was dumped on the weekend of July 22, 2023. -The name and address of the dumper, found in the Amazon Prime packages and boxes in the trash they left behind is Kelvin Mo, 5292 Prince Albert St, V5W 3C8, Vancouver, British Columbia. I have photos of the boxes and of the mountain of trash they left on the beautiful beach by the river. -I have photos of the boxes with the address and name, as well as of the trash. If you would like it sent please let me know! ',null,null,null,null,null,null,'Ferry Rd, Chilliwack, BC',null,'2023-07-22 12:00:00','2023-07-24 17:42:48',null,'RBACALL@idir','2023-07-24 17:45:26',null,null,null,null,'OPEN','CHILLIWK',ST_GeomFromText('POINT(-121.7964282 49.2020019)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030562','Chehalis River Forest Service Road -https://maps.app.goo.gl/6gcbVahdNNfoqmg49 -Mine runoff running untreated into the Chehalis river - -Bright red runoff with oily sludge near the gate to the left just after passing the bridge. -',null,null,null,null,null,null,null,'Chehalis River Forest Service Road https://maps.app.goo.gl/6gcbVahdNNfoqmg49 ','2023-07-24 17:39:01','2023-07-24 17:39:01',null,'RBACALL@idir','2023-07-24 17:41:51',null,null,null,null,'CLOSED','HARSMILS',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030551','Caller received a report of an open burn near the below noted location. Caller advised a family is having a barbeque over a fire. -COM: Jessica 250-908-7092',null,null,null,null,null,null,null,'Cherry Creek Falls Park ','2023-07-24 16:08:00','2023-07-24 16:18:07',null,'KSORENSE@idir','2023-07-24 16:25:06',null,null,null,null,'OPEN','KIMBERLY',ST_GeomFromText('POINT(-115.894767 49.715217 )')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030546','SECTION 1: PERSONAL INFORMATION -Name Patrick Higgins -Phone (604) 885-6871 -Email pat.higgins@scrd.ca -Address 1302 Roberts Creek Road -SECTION 2: VIOLATION REPORT -City where the violation occurred Xwesam-Roberts Creek -Did you observe the violation? No - • Dumping -Details of the violation Trailer dumped on Lockyer Road at the turn off to East Wilson Creek Forest Service Road. Coordinates 49° 27'' 23.22176"" N by 123° 38'' 30.74369"" W. Viewed trailer on Tuesday July 18, 2023 after report by cyclist. Found trailer full of various debris. -Description of the Suspect Personal information found in trailer: -Accommodation receipt and Canada post package with the following: -Larry Bright -1147 Natuves Gate -Victoria BC V9B 0B3. - -Plastic tote with the following name in black ink. -Suzanne T Perrault -on it. -Transport Involved Small fiberglass camper trailer (white) on metal trailer. -Witnesses None ',null,null,null,null,null,null,'Roberts Creek, BC',null,'2023-07-24 15:50:20','2023-07-24 15:50:20',null,'doweber@idir','2023-07-24 15:51:40',null,null,null,null,'OPEN','ROBERTSC',ST_GeomFromText('POINT(-123.6441667 49.4222222)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030540','Caller reporting campers are living there. The boat was full of junk, the trailer had a missing tire. The door is twisted and bent and all the windows are broken. The 5th wheel blocks the boat launch. Caller has seen them since Friday and has noticed them open burning. Caller reports there may be 2 campers there sometimes and a convertible - -**Emailed only as this is an ongoing issue',null,null,null,null,null,null,null,'DOREEN LAKE - SITE # UNKNOWN','2023-07-24 15:35:39','2023-07-24 15:35:39',null,'JEANDREW@idir','2023-08-02 15:03:38',null,null,null,null,'CLOSED','CLDSTRM',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030514','We have been searching for my friends lost dog, PJ for one week now. We found a trail cam and tried locating who it belonged to in case we could see her on the footage to give us a direction to go in. -We downloaded the images and it is full of a few individuals in full camo and both rifles and bows. Looks like they had a bait station set up there at one point. -There is absolutely no hunting in this area as it’s in the middle of a dirt bike park. Just above Cat Lake -We are hoping that you can give us any information or feedback about this. We have discovered there have been about 5 dogs gone missing in the same location over the last year ',null,null,null,null,null,null,null,'Just above Cat Lake ','2023-07-24 13:25:00','2023-07-24 13:51:31',null,'RBACALL@idir','2023-07-24 13:54:32',null,null,null,null,'OPEN','SQUMISH',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030508','Caller reported finding remains of bear cub (suspected grizzly). Suspects poaching, hide separate from the body - -**Call Caller for exact location for exact location, may have coordinates. -',null,null,null,null,null,null,'Finney Creek FSR, Hat Creek, BC','Finney Creek FSR 2 km before gate at the end of the road','2023-07-24 13:26:46','2023-07-24 13:26:46',null,'HGREGG@IDIR','2023-07-24 13:40:49',null,null,null,null,'OPEN','ASHCROF',ST_GeomFromText('POINT(-121.6131874 50.7839935)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030505','TCH headed west -WHITE TRUCK with WHITE CAMPER/BLUE TRIMMING -TOWING WHITE SKI BOAT WITH BLACK COVER -HEADED TOWARDS REVELSTOKE',null,null,null,null,null,null,'Golden, BC',null,'2023-07-24 12:46:25','2023-07-24 12:46:25',null,'GPKRUGER@idir','2023-07-25 09:45:00',null,null,null,null,'CLOSED','GOLDEN',ST_GeomFromText('POINT(-116.9644444 51.2975)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030486','SECTION 2: VIOLATION REPORT -City where the violation occurred - Parksville DBL -Did you observe the violation? - Yes - • Waste -Additional Comments You need to have someone look into the giant pile of old roofing and tar paper dumped in the bottom land of DBL on church road. Visible from the walking path. It''s on a gravel substrate the leads to aquifers at the bottom of the hill and lacks containment or cover of any sort. -',null,null,null,null,null,null,'Parksville, BC',null,'2023-07-24 11:21:37','2023-07-24 11:21:37',null,'doweber@idir','2023-07-24 11:38:51',null,null,null,null,'CLOSED','PARKSVLE',ST_GeomFromText('POINT(-124.3113889 49.3177778)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030482','Blowby: a dark red Ford truck pulling black and blue sea-do -',null,null,null,null,null,null,null,'Heading west on Trans Canada Hwy towards Revelstoke/ Salmon Arm','2023-07-24 11:16:26','2023-07-24 11:16:26',null,'RBACALL@idir','2023-07-24 11:22:30',null,null,null,null,'OPEN','REVELSTO',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030474','Caller reporting an individual that has been hunting with a FN fellow and shot a deer early June.The caller also indicated that the same individual had an -altercation with people on the Shuswap River last weekend. This was on the social media site Castenet, where he admitted to hunting on the reserve. Apparently a gun was pointed at someone during this altercation, the RCMP attended. - -Caller is concerned the individual is utilizing his FN connection to facilitate illegal hunting. ',null,null,null,null,null,null,'Shuswap IR, BC',null,'2023-07-24 10:42:46','2023-07-24 10:42:46',null,'JEANDREW@idir','2023-08-01 15:35:35',null,null,null,null,'CLOSED','ENDERBY',ST_GeomFromText('POINT(-116.0194359 50.5374684)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030469','Caller reporting that they found a bullhead catfish in Moyie Lake in a crayfish trap. Caller advised it was not on the invasive species list but believes it might be. ',null,null,null,null,null,null,'3208 Brana Rd, Moyie, BC ','Moyie Prov Park - Campground ','2023-07-24 10:28:41','2023-07-24 10:28:41',null,'KSORENSE@idir','2023-07-24 10:33:38',null,null,null,null,'OPEN','MOYIE',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030459','COM is reporting that party is damming off /blocked off the Joseph creek goes through Cranbrook near a cement culvert. She said it was to trap fish - 2 dozen suspected caught illegal fishing - -Call came from Natural Resource - Violation - Alicia 210222 - reported as well. - ',null,null,null,null,null,null,'2232 Cranbrook St N, Cranbrook, BC','Terra Lee Terrace - behind business living in trailer park u/k address ','2023-07-24 10:03:31','2023-07-24 10:03:31',null,'EFITCH@IDIR','2023-07-24 10:28:13',null,null,null,null,'OPEN','CRANBRK',ST_GeomFromText('POINT(-115.7429176 49.5332502)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030458',' Caller reporting that their neighbor has 3-4 campers on their property that have their sewage connected to a culvert and their is no power on that property. Caller is concerned about the sewage leaking into the ground. -',null,null,null,null,null,null,'3638 Hwy 97, Lac la Hache, BC',null,'2023-07-24 09:58:52','2023-07-24 09:58:52',null,'CEDGE@idir','2023-08-01 11:43:56',null,null,null,null,'CLOSED','LACLACHE',ST_GeomFromText('POINT(-121.6145444 51.8482763)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030432','RAPP report reads. - - - -SECTION 2: VIOLATION REPORT -City where the violation occurred -Surrey -Did you observe the violation? -Yes - -• Wildfire Act -Details of the violation -On the Port Mann bridge heading west about 2/3 of the way across at about 8:15am on Monday, July 24. He tossed a cigarette butt out the window. I know that it’s raining this morning, but with the state of wild fires and drought, I really didn’t think that was an excuse. If he tosses it in the rain, he will likely toss it other days too. -Description of the Suspect -I didn’t see him well enough to give a description, but he was driving a black Dodge Ram 1500 licence plate NW 9291. -Transport Involved -I didn’t see him well enough to give a description, but he was driving a black Dodge Ram 1500 licence plate NW 9291. -Witnesses -My husband, Zin saw as well, and I clicked a picture of the back of his truck. -',null,null,null,null,null,null,'Port Mann Bridge',null,'2023-07-24 08:35:09','2023-07-24 08:35:09',null,'SKEANE@idir','2023-07-24 08:36:46',null,null,null,null,'OPEN','COQUITLM',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030413','Non alarmist caller reporting he was camping on the weekend at Inks lake camping. Squatters with bags(which will attract bears)/generators running all day and night. ',null,null,null,null,null,null,'Inks Lake Campground on Lac De jeune',null,'2023-07-24 07:34:52','2023-07-24 07:34:52',null,'CCRERAR@idir','2023-07-31 11:20:46',null,null,null,null,'CLOSED','KAMLOOPS',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030401','COM advised that someone has dumped a bag of dogfood in the middle of the FSR in a large plastic wrap. COM feels like that someone is baiting wild animals with the dog food. -When asked if it could be simply a bag of dog food that fell out of a moving vehicle, COM stated that there is no spilled food anywhere else except on the plastic wrap.',null,null,null,null,null,null,null,'Mugaha FSR - just past the 1km mark','2023-07-24 03:18:11','2023-07-24 03:18:11',null,'JDSCOTT@idir','2023-07-24 03:22:03',null,null,null,null,'OPEN','MACKENZI',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030392','RCMP responded to an incident and advises that there is a baby racoon in the vehicle. -Cst Grey 250-715-7866 has the file -RCMP NC23-11730 - -OO suggested a dog crate for storage overnight - -***RCMP requesting callback in the AM***',null,null,null,null,null,null,null,null,'2023-07-23 23:12:30','2023-07-23 23:12:30',null,'DSEXTON@idir','2023-08-14 16:00:25',null,null,null,null,'CLOSED','DUNCAN',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030379','COM reports campfire on the beach and cannot tell if its attended or not - -2123 briefed CO Melenka',null,null,null,null,null,null,null,'Big Springs Campground/Koocanusa Lake','2023-07-23 21:20:31','2023-07-23 21:20:31',null,'DLEWERS@idir','2023-07-23 21:24:41',null,null,null,null,'OPEN','NEWGAT',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030362','SE Fire Centre rec''d a call from a citizen regarding what appears to be a fire on the shoreline at Dorr Rd in Newgate. - -20:09 briefed CO Jim Melenka',null,null,null,null,null,null,'Newgate - South of Grasmere - Dorr Road at shoreline',null,'2023-07-23 20:06:24','2023-07-23 20:06:24',null,'JDSCOTT@idir','2023-07-23 20:11:13',null,null,null,null,'OPEN','NEWGAT',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030339','Caller reporting illegal fishing by the suspect at the below noted location. Caller advised the suspect is not a member of the Kitsumkalum and is not allowed to fish there. Caller noted the suspect fishes there on weekends when there is no one else around. ',null,null,null,null,null,null,'Terrace, BC','Skeena river - Below the old bridge ','2023-07-23 16:00:00','2023-07-23 18:13:09',null,'KSORENSE@idir','2023-07-23 18:18:26',null,null,null,null,'OPEN','TERRACE',ST_GeomFromText('POINT(-128.5994444 54.5161111)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030331','Caller reported a person having a fire on a beach area past a sign that restricts fires. Hwy 31 heading from Kaslo to Ainsworth hot springs, left hand side. -',null,null,null,null,null,null,null,'Along Kootenay Lake between Woodbury Resort Lodge and Haynesworth Hot Spring (past old wooden piers just past Woodbury Resort, small beach area)','2023-07-23 17:51:20','2023-07-23 17:51:20',null,'MELOUTIT@idir','2023-07-24 08:54:47',null,null,null,null,'CLOSED','KASLOBC',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030325','Caller reporting a dead wolf floating in the ocean near the below noted location. Caller advised it looked suspicious as there was rope wrapped around it''s back leg and there was a hole in the neck that appears to be from a shooting. Caller noted she has photos. -',null,null,null,null,null,null,'TofiFalse, BC','SE of Cleland Island just off Vargas Island ','2023-07-23 17:12:50','2023-07-23 17:12:50',null,'MAWILSON@idir','2023-07-27 14:01:14',null,null,null,null,'CLOSED','TOFINO',ST_GeomFromText('POINT(-125.9041667 49.1527778)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030321','Caller reports open campfire Bamberton campground in Bamberton Provincial Park. 3 people mixed fuel 11-22 site number - -Amale 250-508-0047 is original reporting party. - -48 36.409 123 31.683',null,null,null,null,null,null,'48 36.409 123 31.683',null,'2023-07-23 17:08:12','2023-07-23 17:08:12',null,'MAWILSON@idir','2023-07-27 15:47:28',null,null,null,null,'CLOSED','CWCHNVLY',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030317','Receiving complaints from the public about BB activity as well as the stench. A semi truck trailer was left on the side of the road that must have been used for fish guts. Attracting bears and it reeks. -Plates on the trailer: 5922 3U ',null,null,null,null,null,null,'Great Central in Port Alberni, BC','Great Central Lake Road - turn off the hwy on the right side','2023-07-23 16:32:38','2023-07-23 16:32:38',null,'MAWILSON@idir','2023-07-28 13:20:20',null,null,null,null,'CLOSED','PORTALBR',ST_GeomFromText('POINT(-124.9844444 49.3163889)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030314','Caller reporting that someone dumped an elk near the below noted location. Caller advised there was not cuts or body parts missing but it looks suspiciously placed. ',null,null,null,null,null,null,'Wolverine FSR, Tumbler Ridge, BC','400 yards up the hill heading towards the transmission lines ','2023-07-23 15:57:53','2023-07-23 15:57:53',null,'KSORENSE@idir','2023-07-23 16:03:03',null,null,null,null,'OPEN','TUMBLER',ST_GeomFromText('POINT(-121.2448599 55.0772127)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030311',' Caller reporting off roading on the grasslands at Kal Lake Prov Park. ',null,null,null,null,null,null,'Cosens Bay Rd, Coldstream, BC','Kal Lake Prov Park - Cosens Bay ','2023-07-23 15:48:38','2023-07-23 15:48:38',null,'KSORENSE@idir','2023-07-23 15:56:40',null,null,null,null,'OPEN','CLDSTRM',ST_GeomFromText('POINT(-119.2624298 50.1907139)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030309','Caller was out for a ride on his ATV and came upon 3 vehicles that appear to have been dumped. 1 has BC plates, 1 Ont plates and none on the remaining one. He has pictures of the vehicles as well.',null,null,null,null,null,null,'Clearwater Creek FSR, Nelson, BC','10 km south of Nelson','2023-07-23 15:38:27','2023-07-23 15:38:27',null,'MELOUTIT@idir','2023-07-24 15:16:41',null,null,null,null,'CLOSED','NELSON',ST_GeomFromText('POINT(-117.1721306 49.3879136)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030308','Emailed only. Caller reporting a duck with an arrow in it',null,null,null,null,null,null,null,'SHUSWAP LAKE','2023-07-23 15:37:35','2023-07-23 15:37:35',null,'JEANDREW@idir','2023-08-02 14:49:46',null,null,null,null,'CLOSED','SICAMOUS',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030306','COM Laurence Gunther 250-792-3601 reported to RCMP he found a dead deer with a hole in its ribs while he was cycling by. RCMP will contact Roadway Maintenance for pickup. ',null,null,null,null,null,null,'4990 Headquarters Rd, Courtenay, BC','Ditch on the right ','2023-07-23 15:36:33','2023-07-23 15:36:33',null,'RBACALL@idir','2023-07-23 15:46:32',null,null,null,null,'OPEN','COURTNY',ST_GeomFromText('POINT(-125.007895 49.7147085)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030303','GOLDEN AIS -WHITE SEMI TRUCK FLAT DECK with a BLACK KINGFISHER on its own deck. -HWY 1 WEST TOWARDS REVELSTOKE ',null,null,null,null,null,null,null,null,'2023-07-23 15:26:09','2023-07-23 15:26:09',null,'doweber@idir','2023-07-23 15:51:23',null,null,null,null,'OPEN','REVELSTO',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030299','Coastal Fire passing down a report of a campfire. chimenea wood stove',null,null,null,null,null,null,'Beaverfoot FSR, Kootenay Park, BC','STEAMBOAT REC SITE // 50 38.096 /// 116 15.286','2023-07-23 15:21:24','2023-07-23 15:21:24',null,'GPKRUGER@idir','2023-07-25 09:44:17',null,null,null,null,'CLOSED','GOLDEN',ST_GeomFromText('POINT(-116.0859859 50.892163)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030293','Reporting a blow by',null,null,null,null,null,null,'Hwy 3, Fernie, BC','FROM OLSEN TO FERNIE','2023-07-23 15:10:32','2023-07-23 15:10:32',null,'ASDUNCAN@idir','2023-07-23 15:14:59',null,null,null,null,'OPEN','FERNIE',ST_GeomFromText('POINT(-115.063804 49.5086679)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030281','Caller reporting a green/tan chev pickup (90''s) headed up Postill Lake Rd with wooden pallets in the back at 1425. Caller is a long time resident and recognizes a high likely hood they are going to party, with a bonfire. Caucasions were driving, but unsure to how many. -1440 Briefed CO Gooliaf',null,null,null,null,null,null,'Postill Lake Rd, Kelowna, BC',null,'2023-07-23 14:35:05','2023-07-23 14:35:05',null,'JEANDREW@idir','2023-08-10 11:27:29',null,null,null,null,'CLOSED','KELOWNA',ST_GeomFromText('POINT(-119.2909321 49.9973134)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030279','Blowby: White GMC pickup pulling a blue wake boat with a grey cover -',null,null,null,null,null,null,null,'Heading westbound towards Fernie','2023-07-23 14:30:31','2023-07-23 14:30:31',null,'RBACALL@idir','2023-07-23 14:34:10',null,null,null,null,'OPEN','FERNIE',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030258','Large camper towing a white cabin cruiser on Hwy 95 headed East to Cranbrook. May have been Ab plates. ',null,null,null,null,null,null,'Yahk, BC',null,'2023-07-23 12:58:37','2023-07-23 12:58:37',null,'SKEANE@idir','2023-07-23 13:02:45',null,null,null,null,'OPEN','YAHK',ST_GeomFromText('POINT(-116.0841667 49.0830556)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030253','COM reported a person snagging fish at the noted location. The COM told them they would call RAPP is getting a video of the subject. Subject is wearing a bucket hat and beige vest. ',null,null,null,null,null,null,null,'Vedder River, below the Keith Wilson Bridge ','2023-07-23 12:35:50','2023-07-23 12:35:50',null,'DTALEVSK@idir','2023-07-23 12:41:01',null,null,null,null,'OPEN','CHILLIWK',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030251','Caller reporting a bear in garbage across the street. Caller is frustrated with the neighbour as they have a garage yet this keeps happening. Approx a year.',null,null,null,null,null,null,'5477 Cliffridge Ave, District of North Vancouver, BC',null,'2023-07-23 12:20:03','2023-07-23 12:20:03',null,'SKEANE@idir','2023-07-23 12:23:08',null,null,null,null,'OPEN','NORVAN',ST_GeomFromText('POINT(-123.0964671 49.363121)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030235','RCMP reported an abandoned vehicle at the noted location. ',null,null,null,null,null,null,null,'.8 km down Watson Rd branching off Perry Creek FSR, 100M down a trail off Watson Road. ','2023-07-23 11:36:35','2023-07-23 11:36:35',null,'DTALEVSK@idir','2023-07-23 11:44:34',null,null,null,null,'OPEN','CRANBRK',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030232','AIS reporting Pacific border crossing. Grey pickup pulling an aluminum boat with green motor. BC plate but unsure to number.. Northbound on hwy 15. -',null,null,null,null,null,null,'CBSE Hwy 15',null,'2023-07-23 11:29:41','2023-07-23 11:29:41',null,'EVEROBER@idir','2023-07-24 15:09:35',null,null,null,null,'CLOSED','CLOVRDLE',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030226','Caller reporting that someone threw a cigarette butt out of the window near the below noted location. -',null,null,null,null,null,null,'Hwy 1, Coquitlam, BC','Westbound on Hwy 1 ','2023-07-23 11:14:22','2023-07-23 11:14:22',null,'KSORENSE@idir','2023-07-23 11:17:21',null,null,null,null,'OPEN','COQUITLM',ST_GeomFromText('POINT(-122.8528699 49.2314303)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030225','Black cream and white RV pulling black and grey pontoon, South on Hwy 95 to Invemere. -',null,null,null,null,null,null,'golden',null,'2023-07-23 11:10:36','2023-07-23 11:10:36',null,'GPKRUGER@idir','2023-07-25 09:43:05',null,null,null,null,'CLOSED','GOLDEN',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030217','DARK BLUE GMC WITH BC PLATES -PULLING A TEIGA WAKE BOAT, WHITE BOTTOM/ BLACK COVER -HAVE PICTURES. -HWY 97C towards KELOWNA ',null,null,null,null,null,null,'Hwy 97C, West Kelowna, BC',null,'2023-07-23 10:53:54','2023-07-23 10:53:54',null,'JEANDREW@idir','2023-08-09 09:36:57',null,null,null,null,'CLOSED','KELOWNA',ST_GeomFromText('POINT(-119.6653373 49.8046201)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030209','Fire Warden reported a flash pile smouldering on private property, unattended and perhaps restarted after being put out. Smoke is seen from hwy 95. There is no visible address, but a few residences with No Trespassing signs. ',null,null,null,null,null,null,null,'Josef Rd off hwy 95, No visible address','2023-07-23 10:41:13','2023-07-23 10:41:13',null,'DTALEVSK@idir','2023-07-23 10:53:51',null,null,null,null,'OPEN','SPLLMCHN',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030207','Caller reporting that someone has set up crayfish traps in the lake and there are 3-4 dead turtles stuck in the trap. -***Caller is requesting a callback from a CO for advice on what to do.***',null,null,null,null,null,null,'Skimikin Lake Provincial Pk, Tappen, BC','Skimikin Lake Rec Site - Road 10 ','2023-07-23 10:35:20','2023-07-23 10:35:20',null,'JEANDREW@idir','2023-07-31 15:24:33',null,null,null,null,'CLOSED','TAPPEN',ST_GeomFromText('POINT(-119.4382244 50.7864581)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030197','AIS reporting a blow by. ',null,null,null,null,null,null,'Hwy 15, Surrey, BC','Heading North - AIS Station Cloverdale/Surrey ','2023-07-23 10:13:49','2023-07-23 10:13:49',null,'KSORENSE@idir','2023-07-23 10:18:27',null,null,null,null,'OPEN','SURRY',ST_GeomFromText('POINT(-122.7352024 49.0925369)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030194','COM reported a group of people having a fire on a beach at the noted location. -Coordinates: 49 28.561, -121 51.608 -Caller: Mike 604-798-4571',null,null,null,null,null,null,null,'Hale Creek at West Side of Harrison Lake, accessible by Hale Creek FSR. ','2023-07-23 09:59:22','2023-07-23 09:59:22',null,'DTALEVSK@idir','2023-07-23 10:15:46',null,null,null,null,'OPEN','HARSLAKE',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030187','Kwakwa Lake. Invasive species. Asian Clams. Citizen preferred not to call RAPP, and did not provide name or number. Sgt Lockwood directed AIS caller to report to RAPP',null,null,null,null,null,null,'Kawkawa Lake 16 near Hope, BC',null,'2023-07-23 09:45:05','2023-07-23 09:45:05',null,'SKEANE@idir','2023-07-23 09:48:22',null,null,null,null,'CLOSED','HOPE',ST_GeomFromText('POINT(-121.4011111 49.3830556)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030174','SECTION 1: PERSONAL INFORMATION -Name KATERINA PAPAYIANNOPOULOS -Phone (604) 765-0386 -Email Katerinapapayian@hotmail.com -Address 5677 Kathleen Drive -SECTION 2: VIOLATION REPORT -City where the violation occurred Cultus/Chilliwack -Did you observe the violation? No - • Dumping -Details of the violation Sleepy Hollow/ Lumichen FSR -Description of the Suspect Did not see the person -Transport Involved Dumped RV , canopy & Tires -Have pictures -Witnesses Evan K - 604-799-4170 ',null,null,null,null,null,null,'Cultus Lake, BC',null,'2023-07-23 09:27:59','2023-07-23 09:27:59',null,'doweber@idir','2023-07-23 09:29:03',null,null,null,null,'OPEN','CULTSLKE',ST_GeomFromText('POINT(-121.9677778 49.0663889)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030168','2 blowbys headed down Hwy 95 to Invemere. -White pickup truck pulling orange and white wake boat. -Black pickup pulling a black and grey pontoon. -',null,null,null,null,null,null,'Hwy 95',null,'2023-07-23 08:59:18','2023-07-23 08:59:18',null,'GPKRUGER@idir','2023-07-25 09:41:56',null,null,null,null,'CLOSED','GOLDEN',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030152','Observed a campfire at 2130 last night. Appear to be set up - possible there later today. Pass Lake',null,null,null,null,null,null,'Sawmill Lake Rd, Lac Du Bois, BC',null,'2023-07-23 07:31:19','2023-07-23 07:31:19',null,'SKEANE@idir','2023-07-23 07:34:34',null,null,null,null,'OPEN','KAMLOOPS',ST_GeomFromText('POINT(-120.4593218 50.8339703)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030139','COM reporting the note suspect made a social media post indicating he had trapped a raccoon in a cage trap, and was asking to pay someone to relocate it. ',null,null,null,null,null,null,null,null,'2023-07-23 01:39:35','2023-07-23 01:39:35',null,'DAGRAY@idir','2023-07-23 02:00:26',null,null,null,null,'OPEN','SECHELT',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030137','Caller reported from beaver lake smelled a forest fire and see a bonfire with a bunch of cars. The fire is 4-5 ft tall. It is about 5km up from the cattle guard on King Edward Forest Service Rd Caller got a video of some of the license plates. ',null,null,null,null,null,null,'King Edward Forest Service Rd ',null,'2023-07-23 00:43:53','2023-07-23 00:43:53',null,'JEANDREW@idir','2023-07-31 10:47:22',null,null,null,null,'CLOSED','VERNON',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030132','https://www.cheknews.ca/hmcs-cowichan-disappears-from-long-term-berth-1161498/ - -came via RAPP line ',null,null,null,null,null,null,'Sooke, BC',null,'2023-07-22 23:07:45','2023-07-22 23:07:45',null,'SMCCREAD@idir','2023-07-22 23:14:04',null,null,null,null,'OPEN','SOOKE',ST_GeomFromText('POINT(-123.7316667 48.3825)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030129','Campfire report near Pemberton there is a rave happening at the upper Lillooet FSR, multiple campfires - -50 31.225 123 02.300',null,null,null,null,null,null,'Pemberton, BC',null,'2023-07-22 22:21:37','2023-07-22 22:21:37',null,'SMCCREAD@idir','2023-07-22 22:34:58',null,null,null,null,'OPEN','LILLOLTK',ST_GeomFromText('POINT(-122.8077778 50.3202778)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030126','BWCS advising they received a call about a campfire in Ahous Bay on Fargus Island, off of Tofino. ',null,null,null,null,null,null,null,'Ahous Bay','2023-07-22 21:58:20','2023-07-22 21:58:20',null,'MAWILSON@idir','2023-07-27 13:57:02',null,null,null,null,'CLOSED','TOFINO',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030119','Golden Fire responding to an open burning complaint at the noted location. Golden Fire was on scene and advised the campers to extinguish the fire. ',null,null,null,null,null,null,'Kicking Horse Dr, Canim Lake, BC','Columbia River and Kicking Horse DRive','2023-07-22 21:29:22','2023-07-22 21:29:22',null,'GPKRUGER@idir','2023-07-25 09:41:22',null,null,null,null,'CLOSED','CNMLK',ST_GeomFromText('POINT(-120.9489328 51.7747473)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030118','caller reported a campfire located in whistler area at - -Position 50 10.104 -122 55.070 - -South of Hwy 99 north of green lake -1m fire with a weird plasticky smell and campers around it',null,null,null,null,null,null,'50 10.104 -122 55.070',null,'2023-07-22 21:29:14','2023-07-22 21:29:14',null,'SMCCREAD@idir','2023-07-22 21:38:28',null,null,null,null,'OPEN','WHISTLER',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030109','Caller reports some youth started a fire up by Turtle Lake, near Kelowna, caller had them put it out, but thought they might restart it as they were the only ones there once the caller left. Their vehicle had Manitoba plates LCN 850 and was a Honda SUV.',null,null,null,null,null,null,'Turtle Lake','Kelowna','2023-07-22 20:24:01','2023-07-22 20:24:01',null,'JEANDREW@idir','2023-08-14 11:21:49',null,null,null,null,'CLOSED','KELOWNA',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030105','Caller reporting an illegal campfire bc plate LR8223 -Beaver lake Rd first cattle guard Kelowna',null,null,null,null,null,null,'Beaver Lake Rd, Lake Country, BC','first cattle guard','2023-07-22 19:56:59','2023-07-22 19:56:59',null,'JEANDREW@idir','2023-08-10 12:04:03',null,null,null,null,'CLOSED','KELOWNA',ST_GeomFromText('POINT(-119.3343472 50.030045)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030102','Advised they observed a black Pickup truck towing a blue wakeboat with black cover and silver wake tower. Heading Westbound. No plate observed.',null,null,null,null,null,null,'Fernie AIS Station',null,'2023-07-22 19:37:05','2023-07-22 19:37:05',null,'JDSCOTT@idir','2023-07-22 19:42:26',null,null,null,null,'OPEN','FERNIE',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030100','Near Postill lake lodge people having a campfire by the dam on the SW side on the road that goes around the lake ',null,null,null,null,null,null,'Postill Lake Rd, Kelowna, BC',null,'2023-07-22 19:24:00','2023-07-22 19:24:55',null,'RBACALL@idir','2023-07-22 19:26:38',null,null,null,null,'OPEN','KELOWNA',ST_GeomFromText('POINT(-119.2909321 49.9973134)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030063','RCMP received a report of someone using an air cannon and shooting a rifle to scare off deer near the below noted location. ',null,null,null,null,null,null,'701 Robin Rd, Vernon, BC','Behind the above address','2023-07-22 14:45:00','2023-07-22 16:49:56',null,'JEANDREW@idir','2023-07-26 15:00:16',null,null,null,null,'CLOSED','VERNON',ST_GeomFromText('POINT(-119.2219801 50.2548231)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030056','Blow by at Fernie AIS -Black Dodge Ram p/u pulling a white Seadoo with black and yellow bottom half -Hwy 3 Westbound -',null,null,null,null,null,null,null,null,'2023-07-22 16:36:41','2023-07-22 16:36:41',null,'SMCCREAD@idir','2023-07-22 16:41:25',null,null,null,null,'OPEN','FERNIE',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030053','Caller works for Holiday Park Resort and a Mtce person advised her that he saw in an unknown named creek at the corner of Commonweatlh Road and close to Hwy 97 that looks like there is no water in it and some kind of white substance. ',null,null,null,null,null,null,'Commonwealth Rd, Kelowna, BC',null,'2023-07-22 16:26:35','2023-07-22 16:26:35',null,'JEANDREW@idir','2023-08-03 14:04:46',null,null,null,null,'CLOSED','KELOWNA',ST_GeomFromText('POINT(-119.3957364 50.006604)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030038','Caller reporting illegal fishing near the below noted location. Caller advised the suspects have a red cooler of about 20 undersized fish(under 4 inches). Caller noted they are near the CPR bridge. ',null,null,null,null,null,null,'Emory Creek Park Rd','Emory Creek Prov Park ','2023-07-22 15:33:14','2023-07-22 15:33:14',null,'KSORENSE@idir','2023-07-22 15:42:25',null,null,null,null,'OPEN','HOPE',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030029','Caller reporting that the suspects strapped a dead bear to the roof of their car and drove off. ',null,null,null,null,null,null,'Hwy 3, Princeton, BC','Heading towards Princeton ','2023-07-22 13:45:00','2023-07-22 14:54:33',null,'CCRERAR@idir','2023-07-25 12:59:54',null,null,null,null,'CLOSED','PRINCETN',ST_GeomFromText('POINT(-120.556625 49.358654)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030028','COM reporting blow by - -1456 LM CO Gordon -1457 LM CO Melenka -1459 briefed CO Krenz - -',null,null,null,null,null,null,'Hwy 3, Fernie, BC','Fernie AIS heading west','2023-07-22 14:54:28','2023-07-22 14:54:28',null,'DLEWERS@idir','2023-07-22 15:00:08',null,null,null,null,'OPEN','FERNIE',ST_GeomFromText('POINT(-115.063804 49.5086679)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030023','COM reports teenagers with what could be air rifles or airsoft guns. 2 rifles and a pistol - -1445 LM CO Pike -1446 LMCO Connatty',null,null,null,null,null,null,null,'Helmer Lake Recreation Site','2023-07-22 14:41:52','2023-07-22 14:41:52',null,'CCRERAR@idir','2023-07-25 12:49:32',null,null,null,null,'CLOSED','MERRITT',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030019','***RAPP EMAIL*** - Every single one of them fishing for salmon. Intentionally trying to foul hook fish. I witnessed one of them foul hook a white fish, and stop its head in the river bank. Please contact me asap I will assist in any way I can. This needs to be regulated. It was infuriating. We took a drive to the hatchery to check out the salmon gated in there. I would estimate at least 30- 50% of salmon In the corral had marks from foul hooks. I have been fishing my entire life and at 27 years of age I can confidently say I have never foul hooked a fish more than 20 times. This needs to be regulated ',null,null,null,null,null,null,'Chilliwack, BC','Fishing boundary in chilliwack river just before hatchery. ','2023-07-22 14:38:49','2023-07-22 14:38:49',null,'KSORENSE@idir','2023-07-22 14:41:27',null,null,null,null,'OPEN','CHILLIWK',ST_GeomFromText('POINT(-121.9505556 49.1575)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030012','***RAPP EMAIL*** -Pritchard Boat Launch -July 15 and ongoing -Abandoned camper belonging to a local -Camper is currently sitting on sawhorses and the owner has not been around. -Last year this person had a gutted RV parked there for the summer, finally moved it over to the railway property across the river, and subsequently reported it stolen. My husband and friend came across it when they were out hunting and reported it to the police. Just a bit of history with this person. ',null,null,null,null,null,null,'Pritchard, BC','Pritchard Boat Launch ','2023-07-22 14:04:00','2023-07-22 14:11:45',null,'CCRERAR@idir','2023-07-31 11:04:04',null,null,null,null,'CLOSED','PRITCHRD',ST_GeomFromText('POINT(-119.8177778 50.6830556)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029999','Patrol advised automatic gunfire heard near the fish hatchery in Chilliwack. -CFC will also advise RCMP. ',null,null,null,null,null,null,'Chilliwack, BC','Fish Hatchery - shots fired','2023-07-22 13:43:06','2023-07-22 13:43:06',null,'doweber@idir','2023-07-22 13:52:39',null,null,null,null,'OPEN','CHILLIWK',ST_GeomFromText('POINT(-121.9505556 49.1575)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029985','Caller reporting illegal fishing near the below noted location. Caller advised the suspects are using large barbed hooks and do not know local regulations. ',null,null,null,null,null,null,'Chilliwack Lake Rd and Edwards Rd, Chilliwack River Valley, BC','Chilliwack River ','2023-07-22 13:16:11','2023-07-22 13:16:11',null,'KSORENSE@idir','2023-07-22 13:22:29',null,null,null,null,'OPEN','CHILLIWK',ST_GeomFromText('POINT(-121.8963512 49.0805527)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029969','COM reporting blow by - -1241 briefed CO Day',null,null,null,null,null,null,'Hwy 3 And 95, Yahk, BC','Yahk AIS Station heading towards Crankbrook','2023-07-22 12:38:07','2023-07-22 12:38:07',null,'DLEWERS@idir','2023-07-22 12:42:08',null,null,null,null,'OPEN','YAHK',ST_GeomFromText('POINT(-116.0701383 49.1002441)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029956','RAM 3500 Large tires, lifted quite high, gold colour -Pulling single Seadoo bright blue with AB PLATES on Hwy 1 headed west towards Salmon Arm',null,null,null,null,null,null,null,null,'2023-07-22 11:46:34','2023-07-22 11:46:34',null,'doweber@idir','2023-07-22 11:53:11',null,null,null,null,'OPEN','SALMARM',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029952','Entering as ERS as per instructions from ENV SDO Jennelle Cowen: - -X-REF DGIR 232719 07/21/2023 22:51:59 -Reporting that a 40 gallon blue plastic barrel was found floating upright in the Georgia Strait earlier tonight. Caller states the barrel was brought to shore. There is oil inside the barrel but exact type is unknown. No identifying markers on the barrel and it has been confirmed that a small amount of material entered marine environment. - -X-REF DGIR 232719 Update 1 - 07/22/2023 10:49:50 -David Drummond @ 1460 Wilkinson Rd, Comox, BC 250-268-8368 -The blue plastic barrel is now on caller''s property. Caller would like to know when someone is going to show up and remove it.',null,null,null,null,null,null,'1460 Wilkinson Rd, Comox, BC',null,'2023-07-21 22:51:00','2023-07-22 11:29:53',null,'RBACALL@idir','2023-07-22 11:35:28',null,null,null,null,'OPEN','COMOX',ST_GeomFromText('POINT(-124.9299373 49.7412351)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029948','Light Blue Chevy SUV Suburban, pulling a beige older boat with dual outboards -Heading west on Hwy 3 to Creston, no plates. ',null,null,null,null,null,null,'Yahk, BC',null,'2023-07-22 11:20:02','2023-07-22 11:20:02',null,'doweber@idir','2023-07-22 11:23:57',null,null,null,null,'OPEN','YAHK',ST_GeomFromText('POINT(-116.0841667 49.0830556)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029917','AIS blow by. -Grey Ford pick up towing a white and black checkered wake boat ',null,null,null,null,null,null,null,null,'2023-07-22 10:02:37','2023-07-22 10:02:37',null,'DTALEVSK@idir','2023-07-22 10:09:23',null,null,null,null,'OPEN','FERNIE',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029911','COM reports campers on-site are drunk all day and are aggressive and belligerent to staff and guests. COM report her rep advised to call CO service and RCMP have not been made aware. -COM is hoping to speak with Sgt. Newton',null,null,null,null,null,null,'Menzies Main, Campbell River, BC','Pacific Yew','2023-07-22 09:23:13','2023-07-22 09:23:13',null,'MAWILSON@idir','2023-07-27 13:49:28',null,null,null,null,'CLOSED','CMBLRV',ST_GeomFromText('POINT(-125.4838436 50.0860585)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029901','Campfire at 8 km mark on River Road in Elko. -RP: ALAN 250-423-0878',null,null,null,null,null,null,'River Rd, Elko, BC',null,'2023-07-22 08:57:14','2023-07-22 08:57:14',null,'JBUECKER@idir','2023-08-09 12:34:32',null,null,null,null,'CLOSED','ELKO',ST_GeomFromText('POINT(-115.049386 49.3098181)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029897','Neighbour is burning garbage in a burning pit. No one at the fire hall, and no one home/local rcmp member that lives in the area. -Doesn''t want to approach and cause conflict because the SUS has Alzheimers. *In confidence*',null,null,null,null,null,null,'5042 Easzee Dr, 108 Mile Ranch, BC',null,'2023-07-22 08:46:15','2023-07-22 08:46:15',null,'CEDGE@idir','2023-08-01 11:52:01',null,null,null,null,'CLOSED','108MLRNH',ST_GeomFromText('POINT(-121.338892 51.7194051)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029882','Caller reporting open burning near the below noted location. Caller advised the suspects have a campfire going unattended and are asleep. ',null,null,null,null,null,null,'Oyama Lake Rd, Lake Country, BC','Oyama Lake Recreation Site - 2-3 sites on the right ','2023-07-22 07:33:59','2023-07-22 07:33:59',null,'JEANDREW@idir','2023-07-25 09:09:52',null,null,null,null,'CLOSED','LAKECNRY',ST_GeomFromText('POINT(-119.3221832 50.1046143)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029872','Details of the violation - you may want to check sawmill lake just out of Oliver BC .. Campers are blocking roads/trails with cars -Witnesses - jeff ashe -To confirm that you are human, please enter the word ‘report’ in this text box: - report -',null,null,null,null,null,null,'452 Skagit Ave, Oliver, BC',null,'2023-07-22 05:27:49','2023-07-22 05:27:49',null,'BRANBECK@idir','2023-07-22 13:16:00',null,null,null,null,'CLOSED','OLIVER',ST_GeomFromText('POINT(-119.5532304 49.1744709)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029865','Caller reported seeing a person throw a cigarette out the window of their SUV on Hwy 97A in Grindrod, near Enderby-Grindrod Rd at 22:45. Caller originally reported to police but was directed to Conservation. -Alberta Plate: CNX 3163 -',null,null,null,null,null,null,'Enderby Grindrod Rd and Hwy 97A, Grindrod, BC',null,'2023-07-21 23:41:19','2023-07-21 23:41:19',null,'JEANDREW@idir','2023-07-26 14:53:36',null,null,null,null,'CLOSED','ENDERBY',ST_GeomFromText('POINT(-119.1147522 50.6268842)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029855','Reporting a gathering at the noted location. The fire is 5 - 6'' high. NI will send a crew once they are clear from other calls. - -COM: Carol 250-926-0736',null,null,null,null,null,null,'80 Surfside Dr, Campbell River, BC',null,'2023-07-21 21:55:33','2023-07-21 21:55:33',null,'MAWILSON@idir','2023-07-27 11:58:30',null,null,null,null,'CLOSED','CMBLRV',ST_GeomFromText('POINT(-125.1884845 49.924656)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029852','Reporting an attended campfire at the noted location.',null,null,null,null,null,null,null,'CAT LAKE, CAMPGROUND 1, 2 & 3','2023-07-21 21:32:08','2023-07-21 21:32:08',null,'KWINTERS@idir','2023-07-21 21:36:11',null,null,null,null,'OPEN','SQUMISH',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029848','SE Fire Centre passing on a report of an open fire from an ANON COM. Large campfire, 30 people attending. Directions provided were somewhat vague, but best guess is in the vicinity of St Mary''s Bed and Breakfast. ',null,null,null,null,null,null,'3086 Wycliffe Store Rd, Wycliffe, BC','St Mary''s River Bed and Breakfast ','2023-07-21 21:16:56','2023-07-21 21:16:56',null,'JBUECKER@idir','2023-08-08 13:02:36',null,null,null,null,'CLOSED','WYCLIFFE',ST_GeomFromText('POINT(-115.8500647 49.5970459)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029844','SE Fire Centre passing on a report from ANON complainant that the resident at the noted address has tiki torches burning. ',null,null,null,null,null,null,'601 6th Ave, Invermere, BC',null,'2023-07-21 21:06:00','2023-07-21 21:06:00',null,'GPKRUGER@idir','2023-07-22 10:16:58',null,null,null,null,'CLOSED','INVERMER',ST_GeomFromText('POINT(-116.0279628 50.5079307)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029834','Campsite number 9 at Robert’s creek provincial park is unattended and is littered with debris (3 propane tanks, firewood, piles of garbage, a dresser etc. ) unsure if there is food or wildlife attractants on site but there could be. ',null,null,null,null,null,null,null,null,'2023-07-21 20:16:07','2023-07-21 20:16:07',null,'KWINTERS@idir','2023-07-21 20:17:16',null,null,null,null,'OPEN','ROBERTSC',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029824','Neighbour (Ravinder Pannu) is chasing the a buck on their property with tractors and bangers and the deer is in distress. The deer on the boarder of the callers property. Caller advised easiest access is from their property address. - - -',null,null,null,null,null,null,'3363 Springfield Rd, Kelowna, BC',null,'2023-07-21 19:19:29','2023-07-21 19:19:29',null,'JEANDREW@idir','2023-08-09 15:10:43',null,null,null,null,'CLOSED','KELOWNA',ST_GeomFromText('POINT(-119.3735998 49.8783409)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029810','COM reporting two subjects for fowl hooking at the noted location. ',null,null,null,null,null,null,null,'Bull River Cannon - Castleman Bridge ','2023-07-21 17:16:00','2023-07-21 17:16:32',null,'DAGRAY@idir','2023-07-21 17:41:06',null,null,null,null,'OPEN','JAFFRAY',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029805','Blowby: Black Chevy, grey decal on passenger door, towing white boat with black stripe down the gunnel, inboard motor with a small white kicker on the back -',null,null,null,null,null,null,null,'Heading on the 95 towards Radium Hot Springs or into Golden ','2023-07-21 17:10:00','2023-07-21 17:10:00',null,'GPKRUGER@idir','2023-07-22 10:17:22',null,null,null,null,'CLOSED','GOLDEN',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029794','Caller passing on a second hand report of fishing violation, involving poaching of rainbow trout in a non-retention zone. Suspect was last at the noted location Thursday AM between 7:00 and 9:30. Suspect is usually there in the mornings on the Weekdays. ',null,null,null,null,null,null,null,'Parks 2km West of Squilax Bridge of Hwy 1 - Adjacent to Shuswap Lake','2023-07-21 16:43:09','2023-07-21 16:43:09',null,'CCRERAR@idir','2023-08-14 11:10:00',null,null,null,null,'CLOSED','CHSE',ST_GeomFromText('POINT(-119.604835 50.854142)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029793','AIS station in Dawson Creek reporting a blowby heading Northbound on Hwy 2. ',null,null,null,null,null,null,'Hwy 2, Dawson Creek, BC','North bound on hwy 2','2023-07-21 16:37:00','2023-07-21 16:37:00',null,'DAGRAY@idir','2023-07-21 16:41:55',null,null,null,null,'OPEN','DAWSONCR',ST_GeomFromText('POINT(-120.2002475 55.7377055)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029789','Caller found a large (3m x 1.5m x 2m) piece of debris, outside is concrete and rebar with styrofoam interior the styrofoam is getting grabbed by the tides and then strewn across the beach and into the water. Small animals have also been getting into the interior chewing the foam which is making it worse. Caller originally called DFO who sent her to us. - -call came in via grey line - -Cherry Point Beach in Cobble Hill',null,null,null,null,null,null,'Garnett Rd, Cobble Hill, BC','Cherry Point Beach parking lot to the right','2023-07-21 16:32:23','2023-07-21 16:32:23',null,'MAWILSON@idir','2023-08-01 08:45:42',null,null,null,null,'CLOSED','COBBLHIL',ST_GeomFromText('POINT(-123.5603508 48.7110672)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029780','COM is reporting that his neighbour houses racoons. COM also advises that the neighbour feeds the racoons. ',null,null,null,null,null,null,'3661 Carnation Dr, Trail, BC',null,'2023-07-21 16:10:45','2023-07-21 16:10:45',null,'MELOUTIT@idir','2023-07-24 13:53:11',null,null,null,null,'CLOSED','TRAIL',ST_GeomFromText('POINT(-117.660678 49.0988462)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029766','AIS Blow By: Vehicle is described as a newer model black GMC/ Chevy truck towing a white cabin cruiser with blue side decals -Heading westbound towards Creston on HWY 3 ',null,null,null,null,null,null,null,null,'2023-07-21 15:28:19','2023-07-21 15:28:19',null,'IPAVLOVI@IDIR','2023-07-21 15:32:25',null,null,null,null,'OPEN','YAHK',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029762','AIS Blow by at Fernie Station -Black SUV with silver strip pulling two white and blue jet skis. ',null,null,null,null,null,null,null,null,'2023-07-21 15:21:35','2023-07-21 15:21:35',null,'DTALEVSK@idir','2023-07-21 15:27:41',null,null,null,null,'OPEN','FERNIE',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029754','Caller reports just south of Campbell River there is a truck with 2 freezers and 3 coolers on Hwy 19 turned onto Jubilee. Alberta plates SSU 010, red Chevy truck. - -Caller doesnt know for sure they have violated any laws but that many freezers and coolers seems suspect to him.',null,null,null,null,null,null,null,null,'2023-07-21 15:03:25','2023-07-21 15:03:25',null,'MAWILSON@idir','2023-07-27 13:17:13',null,null,null,null,'CLOSED','CMBLRV',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029750','Caller reports their neighbors recently skinned a bear. Hunted it out of season. - -Would like a CO to contact them asap',null,null,null,null,null,null,null,null,'2023-07-21 14:57:58','2023-07-21 14:57:58',null,'EVEROBER@idir','2023-07-24 15:03:56',null,null,null,null,'CLOSED','MAPLERID',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029748','Blowby: Black Chevy pulling white and blue wake boat -Heading west towards Fernie on Hwy 3',null,null,null,null,null,null,null,'Heading west towards Fernie on Hwy 3','2023-07-21 14:44:07','2023-07-21 14:44:07',null,'RBACALL@idir','2023-07-21 14:48:15',null,null,null,null,'OPEN','FERNIE',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029738','Caller reports people running ATVs as well as off-road vehicles in the river. this is a salmon bearing river. -Merritt Moon Shadow Campground been ongoing for a few hours',null,null,null,null,null,null,null,null,'2023-07-21 14:23:17','2023-07-21 14:23:17',null,'CCRERAR@idir','2023-07-24 12:47:59',null,null,null,null,'CLOSED','MERRITT',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029732','Fernie AIS station -blow by -Dark grey Dodge Ram pulling a blue open out board -west bound to Fernie on Hwy 3',null,null,null,null,null,null,null,null,'2023-07-21 14:07:06','2023-07-21 14:07:06',null,'SMCCREAD@idir','2023-07-21 14:16:47',null,null,null,null,'OPEN','FERNIE',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029729','Caller reports a Dark Blue GMC Terrain Licence BC Plate MW7-61M. A white paddle board on their roof. threw a coke bottle out their window at the caller''s vehicle. - -On Hwy 16 between Skidigate and Charlotte City',null,null,null,null,null,null,'Daajing Giids, BC',null,'2023-07-21 13:51:01','2023-07-21 13:51:01',null,'SMCCREAD@idir','2023-07-21 13:56:44',null,null,null,null,'OPEN','DJNG',ST_GeomFromText('POINT(-132.1966154 53.298894)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029726','Blow-by: White truck on Hwy 95, beige fishing boat with black outboard motor, headed north towards Invermere. ',null,null,null,null,null,null,'Invermere, BC',null,'2023-07-21 13:47:44','2023-07-21 13:47:44',null,'GPKRUGER@idir','2023-07-21 15:08:03',null,null,null,null,'CLOSED','INVERMER',ST_GeomFromText('POINT(-116.0305556 50.5055556)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029710','COM reported a neighbour that will not put his garbage can in his garage. The BB comes back every two days and breaks into the locked garbage bin left out. The COM has asked his neighbour to keep it inside but the neighbour won''t listen. -',null,null,null,null,null,null,null,'left side on the high side ','2023-07-21 12:43:35','2023-07-21 12:43:35',null,'DTALEVSK@idir','2023-07-21 12:49:52',null,null,null,null,'OPEN','PORTMDY',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029692','DFO Occurrence -On 2023-07-20 at 18:45 Hours, I, Liam Nelson, employed as a Radio Room Operator with Fisheries and Oceans Canada in Langley BC received an email via -the ORR inbox: -received email from Rick Ellis (250-888-0003) -""Hello -I would like to inform you of an unregulated, commercial soil dump in operation on Willis Point. -I recognize that this is tangential to direct impact on fish, but poses a risk to -recently restored fish habitat in Tod Inlet. -Adam Olsen''s (MLA) office suggested I inform you of the situation since DFO -monitors Tod Inlet. -There is a long back story to the events that have occurred on the property in -question - 6707 Willis Point Road, owned by Raj Mahal. -I won’t go into all the details but just provide the key elements that I think are of -special concern. -To date CRD planning and bylaws has been unable to curtail the soil dumping. I -have been in ongoing communication with them (Iain Lawrence - senior manager -- Juan de Fuca and Al Wickheim - regional director) about the situation. -Members of the Board of Directors of SIPS have viewed the site and agree there -is a significant problem but are unsure of their next steps. -Approximately 12 - 15,000 m3 (perhaps more) of soil has been brought onto the -property under a septic permit for 4500m3 -The soil has not been tested for contaminants - all other soil dumps in the CRD -are tested. The soil is being deposited on the site of a fire that burned toxic construction -materials that were never removed after the fire. -The soil is being deposited in an area that drains into the aquifer that supplies -drinking water to the wells of Willis Point residents. -The soil is being deposited into and around a gully that is part of a watercourse -that drains into Tod Inlet. This is an ephemeral stream and is not fish bearing. -In my estimation there is a high risk of both siltation and likely toxic -contamination of the aquifer, the watercourse, Gowland Tod Park, and Tod Inlet - -the outflow of the watercourse drains into the area of Tod Inlet above the newly -established eel grass beds. -This silt and contamination could significantly impair the rehabilitation of Tod -Inlet. In the next atmospheric river this could be catastrophic. -If you are interested I can provide details, maps and photos of the situation - -including photos of water flowing in the watercourse. -Thank you. -Rick Ellis -250-888-0003 -RPF - retired"" -EM: NFIS, POWERS, VICTORIA, DUNCAN @ 18:46 -Occurrence Detail Report -Occurrence - 202306150 -Protected B -Printed: Jul',null,null,null,null,null,null,'6707 Willis Point Rd, Willis Point, BC','Unregulated, commercial soil dump in operation on Willis Point','2023-07-21 11:49:07','2023-07-21 11:49:07',null,'MAWILSON@idir','2023-07-21 14:35:44',null,null,null,null,'CLOSED','CNTLSNSH',ST_GeomFromText('POINT(-123.4862405 48.5678621)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029684','SECTION 1: PERSONAL INFORMATION -Name Erin Gunoff -Phone (250) 306-8602 -Email Erin.Gunoff@gov.bc.ca -Address 2501 14th Ave -SECTION 2: VIOLATION REPORT -City where the violation occurred Winfield -Did you observe the violation? Yes - • Dumping - • Forest Practices -Details of the violation Swalwell Lake Recreation Site -July 13, 2023 11:30am -Forest Recreation Regulations Section 9: A person must not deposit or otherwise dispose of any kind of refuse at a recreation site, recreation trail or interpretive forest site, except refuse that the person has accumulated while using the site or trail, and then only if the refuse is deposited in a container provided for that purpose. - -Ron left a substantial mess at Swalwell Lake Recreation Site (photos for request) when he relocated to Doreen Lake Rec Site. 1 pick up truck load of garbage (milled wood, garbage, pallets). RSTBC staff cleaned up and removed to landfill July 13. - -Overstayed at Swallwell (First report June 1, day he moved to Doreen was July 10) -Description of the Suspect - ""Ron"" -Male -Caucasian -elderly (70''s) -Transport Involved - Red pick up truck with camper, boat on trailer -Witnesses - Trevor Timmer Maintenance Contractor 250-899-6019 -Ian McLellan DRO 778-943-6945 -Additional Comments - Ron has re-located to Doreen Lake at this time. Start time July 10. Will soon be an overstay. Has a small dog with him, often unleashed and it barks and chases people. - - -',null,null,null,null,null,null,null,null,'2023-07-13 11:30:00','2023-07-21 11:20:53',null,'JEANDREW@idir','2023-08-09 15:46:55',null,null,null,null,'CLOSED','LAKECNRY',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029674','AIS Blowby: Newer model white Dodge pickup, carrying a large tarped up wake boat. Caller says the driver acknowledged them but kept driving. -Vehicle is heading SB towards the Kingsgate border. -Caller is requesting if CBSA can also be informed. ',null,null,null,null,null,null,null,null,'2023-07-21 10:59:40','2023-07-21 10:59:40',null,'IPAVLOVI@IDIR','2023-07-21 11:06:08',null,null,null,null,'OPEN','YAHK',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029672','COM is a director at MOE and is advising that they received a query on their open burning mailbox from a company inquiring what days they can conduct open burning. COM says the company is called IDL Projects. COM is unsure which region specifically they were from in BC. COM wanted to make a report because he believes they may have conducted open burning recently. - -',null,null,null,null,null,null,null,null,'2023-07-21 10:48:48','2023-07-21 10:48:48',null,'JOCHARTR@idir','2023-07-26 08:42:20',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029669','SECTION 1: PERSONAL INFORMATION -Name Kerry -Phone (360) 223-7444 -SECTION 2: VIOLATION REPORT -City where the violation occurred Mahoney Lake Ecological Reserve -Did you observe the violation? No - • Off-Road Vehicles [ATVs, motorbikes, snowmobiles] - • Wildlife -Details of the violation Reports of camping and boating in Mahoney Lake Ecological reserve. Witnessed yesterday ( Jul 20) and today ( Jul 21). Camping in area and left coolers on the beach. Boating on the lake. As listed on BC parks website: Consumptive activities like hunting, fishing, camping, or foraging are prohibited. Motorized vehicles are not allowed. -Description of the Suspect - 6 people & a boat -Transport Involved Boat -Witnesses Kerry 360-223-7444 -Additional Comments Report originally submitted through C&E NRV reporting line. Submitting on their behalf , as it is within a BC Park. ',null,null,null,null,null,null,null,'Originally submitted through C&E NRV reporting line. ','2023-07-21 10:38:31','2023-07-21 10:38:31',null,'BRANBECK@idir','2023-07-21 15:03:36',null,null,null,null,'CLOSED','OKAFALLS',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029666','COM reporting blow by - -NO CO on duty - emailed only ',null,null,null,null,null,null,null,'Fernie AIS','2023-07-21 10:33:07','2023-07-21 10:33:07',null,'DLEWERS@idir','2023-07-21 10:34:27',null,null,null,null,'OPEN','FERNIE',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029664','COM reports that neighbor has domestic rabbits that they are releasing uncontained out doors and is worried that they will breed and spread rapidly.',null,null,null,null,null,null,'1852 Wilson St, Masset, BC',null,'2023-07-21 10:28:26','2023-07-21 10:28:26',null,'DLEWERS@idir','2023-07-21 10:30:52',null,null,null,null,'OPEN','MASSET',ST_GeomFromText('POINT(-132.1258589 54.0053677)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029627','COM is reporting that there was a boat fire at the noted location last night. Advised that the boat is still in the water today but there is now an oil sheen around the boat. - -X-Ref: DGIR 232700',null,null,null,null,null,null,'197 Lichty Rd, Christina Lake','Texas Creek Boat Launch ','2023-07-21 09:05:36','2023-07-21 09:05:36',null,'IPAVLOVI@IDIR','2023-07-21 09:12:19',null,null,null,null,'CLOSED','CHRSTNAL',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029612','COM reporting a blow by - -0811 briefed CO Gordon - advised no CO''s in Fernie today, so calls are not needed. ',null,null,null,null,null,null,'Hwy 3, Fernie, BC','Fernie AIS westbound','2023-07-21 08:08:20','2023-07-21 08:08:20',null,'DLEWERS@idir','2023-07-21 08:12:35',null,null,null,null,'OPEN','FERNIE',ST_GeomFromText('POINT(-115.063804 49.5086679)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029607','Last night there was a boat fire on Christina Lake, Christina Lake Fire responded on land and by boat. -Caller thinks this is a provincial park. Texas Creek. -Melted fibreglass vessel remains on shore. Caller lives next door to it... -DGIR 232700 generated ',null,null,null,null,null,null,'3427 East Lake Dr, Christina Lake, BC','Texas Creek Park (Day use site) ','2023-07-20 19:57:00','2023-07-21 07:57:57',null,'SUBOAKE@idir','2023-08-14 16:18:20',null,null,null,null,'CLOSED','CHRSTNAL',ST_GeomFromText('POINT(-118.2491781 49.1229004)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029600','SECTION 2: VIOLATION REPORT -City where the violation occurred Malahat -Did you observe the violation? No - • Wildlife -Details of the violation Hey folks -I know you guys are overwhelmed, but this goes beyond funny, endangering others for the sake of a few likes on Facebook and a news story. So is this guy baiting his trail cameras? See 23-25 second mark, sure looks like bacon or something to me. The bear goes from ripping one camera to the second camera which is watching the one getting ripped, bacon in that one as well?? I don''t think I want to be walking through the bush with baited cameras attracting bears and cougars etc. Cougar problem in Victoria? this doesn''t help. I may be wrong, but sure looks like bacon to me, I have a couple of game cameras, there is nothing in them that would fall out that looks like this. This was posted July 18 2023 on Facebook group Field Naturalists of Vancouver Island (FNVI) - -https://www.facebook.com/rickc.west/videos/262753826393682?idorvanity=176587492920781 - -https://www.saanichnews.com/local-news/video-black-bear-beats-down-malahat-tree-paparazzi-667851?fbclid=IwAR1doriNuSxaqmIwdLPLAN2gziw9fEnNbR01sP5t3ThnL3P5ve-LrghTsok - -',null,null,null,null,null,null,null,null,'2023-07-21 07:33:36','2023-07-21 07:33:36',null,'MAWILSON@idir','2023-08-01 08:54:40',null,null,null,null,'CLOSED','CWCHNVLY',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029598','COM was driving past a cube truck on Juy 20 and saw people dumping bags of drywall and other bags of material down a ravine towards a river. The vehicle had the company name detailed on it and the COM went back to get pictures of the material that was dumped. ',null,null,null,null,null,null,null,'south bound lane hwy 99 (50.235035, -122.869876)','2023-07-21 07:23:08','2023-07-21 07:23:08',null,'DTALEVSK@idir','2023-07-21 07:31:44',null,null,null,null,'OPEN','PEMBERTN',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029574','COM: Kelly 438-889-6035 reported a campfire in the below noted location. COM stated there were numerous people sitting around the campfire in the rec site. ',null,null,null,null,null,null,'Cat Lake, Squamish, BC','49 48.144 | 123 06.592','2023-07-20 22:16:27','2023-07-20 22:16:27',null,'DDAVIS@idir','2023-07-20 22:21:40',null,null,null,null,'OPEN','SQUMISH',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029567','COM has concerns about the relocation of the HMCS Cowichan which has been moored in Sooke Harbour for the last several years. The ship is being relocated over the next few days, but the company doing the relocation has apparently disregarded the osprey nest with newly hatched hatchlings. ',null,null,null,null,null,null,null,'Cooper''s Cove - Sooke ','2023-07-20 21:20:56','2023-07-20 21:20:56',null,'DSEXTON@idir','2023-07-27 11:32:05',null,null,null,null,'CLOSED','SOOKE',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029554','Caller at Whonnock Lake reports that there are a group of people (one Chinese lady on the dock, white boat, 2 Asian guys in the boat) they have been catching small 2inch fish and keeping them all day. They are still out on the lake. ',null,null,null,null,null,null,'Whonnock in Maple Ridge, BC',null,'2023-07-20 19:54:58','2023-07-20 19:54:58',null,'SMCCREAD@idir','2023-07-20 20:04:36',null,null,null,null,'OPEN','MAPLERID',ST_GeomFromText('POINT(-122.4677778 49.1830556)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029553','Reporting an attended campfire in a rock ring near the noted location. - -COM: Mindy, 250-433-7593',null,null,null,null,null,null,null,'VALLEY ROAD FSR & ELK RIVER BRIDGE UNDER GAS LINES','2023-07-20 19:54:24','2023-07-20 19:54:24',null,'MELOUTIT@idir','2023-07-26 11:50:59',null,null,null,null,'CLOSED','SPRWOOD',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029545','Submitted via RAPP email: -Details of the violation - 1854 salmon river road. -Ongoing and continuous. -Riparian and salmonid stream damage - -Home owners are destroying river grounds with atvs and dirt bikes along salmon river behind their property. Disturbing the river bed and generally destroying the terrain. Tracks from vehicles all over the riparian area -',null,null,null,null,null,null,'1854 Salmon River Rd, Salmon Arm, BC',null,'2023-07-20 18:20:01','2023-07-20 18:20:01',null,'JEANDREW@idir','2023-08-02 14:33:24',null,null,null,null,'CLOSED','SALMARM',ST_GeomFromText('POINT(-119.3454012 50.5502726)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029523','Social media indicating that a young male had driven a dirtbike through the creek. -Understand area has fish spawning beds, and issues with bank stability -',null,null,null,null,null,null,null,'Nequatque: At the mouth of Gate Creek','2023-07-20 17:14:20','2023-07-20 17:14:20',null,'TBIRNEY@idir','2023-07-20 17:18:01',null,null,null,null,'OPEN','DARCY',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029516','Blow by: south on Hwy 95, blue truck with silver headache racks towing a white with blue accents fishing boat. No plate obtained.',null,null,null,null,null,null,null,null,'2023-07-20 17:06:05','2023-07-20 17:06:05',null,'GPKRUGER@idir','2023-07-21 11:56:43',null,null,null,null,'CLOSED','GOLDEN',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029501','COM was in contact with a CO about having his boat inspected after going through an AIS station. He hasn''t heard from anyone and hopes to hear back by the end of the week.',null,null,null,null,null,null,'753 Lindsay Crt, West Kelowna, BC',null,'2023-07-20 16:07:36','2023-07-20 16:07:36',null,'LMOSS@idir','2023-07-20 16:10:30',null,null,null,null,'CLOSED','WSTKELOW',ST_GeomFromText('POINT(-119.5459207 49.8616707)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029499','COM reported 4 people fishing with bait and treble hooks off the bridge this morning. -. ',null,null,null,null,null,null,null,'Callazon Creek bridge, off Hwy 97. ','2023-07-20 16:02:38','2023-07-20 16:02:38',null,'DTALEVSK@idir','2023-07-20 16:06:28',null,null,null,null,'OPEN','CHETWND',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029495','COM saw post on Instagram of individuals having a wood burning camp fire at Cat Lake. COM has screenshots of the post.',null,null,null,null,null,null,'Cat Lake Connector Trail, Squamish, BC','Cat Lake','2023-07-20 15:55:01','2023-07-20 15:55:01',null,'LMOSS@idir','2023-07-20 15:58:30',null,null,null,null,'OPEN','SQUMISH',ST_GeomFromText('POINT(-123.1080316 49.7999785)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029494','COM witnessed a couple feeding a pet raccoon in their vehicle.',null,null,null,null,null,null,'811 Craigflower Rd, Esquimalt, BC','Craigflower Foods','2023-07-20 15:51:06','2023-07-20 15:51:06',null,'MAWILSON@idir','2023-08-01 09:23:21',null,null,null,null,'CLOSED','ESQUIMAL',ST_GeomFromText('POINT(-123.3938721 48.439569)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029493','Caller reporting their father and themselves have a bat in a box. -Caller was reluctant to release the bat as they were concerned it may have rabies. No indication of rabies. - -Briefed CO Small',null,null,null,null,null,null,null,null,'2023-07-20 15:50:15','2023-07-20 15:50:15',null,'JEANDREW@idir','2023-07-26 13:31:11',null,null,null,null,'CLOSED','LAKECNRY',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029486','Squamish RCMP - Dropped 911 call resulted in an officer determining a BB had been eating apples at a residence ',null,null,null,null,null,null,'38190 west way ave','38190 west way ave','2023-07-20 15:41:25','2023-07-20 15:41:25',null,'TBIRNEY@idir','2023-07-20 15:43:03',null,null,null,null,'OPEN','SQUMISH',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029474','Parkway southbound at northfield approximately 2pm. Lit cigarette throw out the window of vehicle. ',null,null,null,null,null,null,'2236 Morland Rd, Nanaimo, BC',null,'2023-07-20 15:20:59','2023-07-20 15:20:59',null,'DSEXTON@idir','2023-07-28 13:18:38',null,null,null,null,'CLOSED','NANAIMO',ST_GeomFromText('POINT(-123.8520162 49.1011101)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029468','At Coopers Cove Has had a minesweeper moored for at least five years. There were two osprey chicks on the vessel. vessel towed to Sunny Shores today. The plan is to tow the vessel to Port Alberni tomorrow. The mother wont feed the chicks in new location. need to return the boat to previous location until chicks are old enough to fend for themselves -vessel owner is Wenstob Timber/Xemex Industries 2050 Idlemore Rd, Sooke 250-642-1313 - -',null,null,null,null,null,null,'5621 Sooke Rd, Sooke, BC',null,'2023-07-20 15:09:22','2023-07-20 15:09:22',null,'DSEXTON@idir','2023-07-27 11:32:22',null,null,null,null,'CLOSED','SOOKE',ST_GeomFromText('POINT(-123.6648083 48.3903172)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029467','Hi I was hiking McDougall Rim last week and came across a illegal dumping site at GPS coordinates 49.909,-119.574 . I am concerned of the fire danger because of the glass. -You are the third party I am writing to, I was referred from Front Counter BC and the bylaw service of West Kelowna. -Hopefully you can do something about it. -',null,null,null,null,null,null,null,'49.909,-119.574 ','2023-07-20 15:07:41','2023-07-20 15:07:41',null,'JEANDREW@idir','2023-08-09 15:36:26',null,null,null,null,'CLOSED','WSTKELOW',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029459','COM states there is an abandoned trailer that is blocking others from using the rec site.',null,null,null,null,null,null,'Rosicky Rd, Wardner, BC','Covalli ','2023-07-20 14:35:52','2023-07-20 14:35:52',null,'LMOSS@idir','2023-07-20 14:43:42',null,null,null,null,'OPEN','WARDNER',ST_GeomFromText('POINT(-115.4016461 49.4161536)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029457','Reporting a campfire at the noted location. - -COM: Chantelle, 604-442-6399',null,null,null,null,null,null,null,'NORTH OF TEA POT CREEK AT MAPLE BAY','2023-07-20 14:33:28','2023-07-20 14:33:28',null,'MAWILSON@idir','2023-08-02 08:55:38',null,null,null,null,'CLOSED','CULTSLKE',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029456','COM reports he has photos of vehicles that were parked where there are now remains of a campfire.',null,null,null,null,null,null,'Bamfield Rd, Bamfield, BC','2 KM off the pavement','2023-07-20 14:30:33','2023-07-20 14:30:33',null,'MAWILSON@idir','2023-07-27 14:12:42',null,null,null,null,'CLOSED','BAMFELD',ST_GeomFromText('POINT(-125.0714962 48.8159103)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029399','Scuba diver seen hauling bags of shellfish or crabs onto shore.',null,null,null,null,null,null,'Whytecliff in West Vancouver, BC','Dufferin St Beach Area','2023-07-20 11:24:25','2023-07-20 11:24:25',null,'LMOSS@idir','2023-07-20 12:07:28',null,null,null,null,'OPEN','WSTVANCO',ST_GeomFromText('POINT(-123.2844444 49.3663889)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029387','AIS reported a blow by. -white GMC Denali -License plate: C94481S -Towing a white fishing boat - registration WN8965RC',null,null,null,null,null,null,null,null,'2023-07-20 10:54:22','2023-07-20 10:54:22',null,'MAWILSON@idir','2023-08-04 15:28:47',null,null,null,null,'CLOSED','SURRY',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029373','Unauthorized use of firearms overnight. COM has also reported to local PD.',null,null,null,null,null,null,'1913 Hwy 20, Hagensborg, BC',null,'2023-07-20 10:15:07','2023-07-20 10:15:07',null,'CEDGE@idir','2023-07-24 09:55:32',null,null,null,null,'CLOSED','BLLACOOL',ST_GeomFromText('POINT(-126.54668 52.3917777)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029356','WW2 Canadian Minesweeper owned by Winstrop Mill has been in the location for 10 years and was moved overnight. COM is concerned that there was an Osprey nest with 2 baby birds and should not have been moved.',null,null,null,null,null,null,null,null,'2023-07-20 09:34:26','2023-07-20 09:34:26',null,'MAWILSON@idir','2023-07-20 14:29:30',null,null,null,null,'CLOSED','SOOKE',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029355','Submitted via RAPP email: -Additional Comments - Scoring the beach by pulling a block of wood behind his ATV. -',null,null,null,null,null,null,null,null,'2023-07-20 09:33:13','2023-07-20 09:33:13',null,'MELOUTIT@idir','2023-07-20 10:53:26',null,null,null,null,'CLOSED','PROCTOR',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029354','COM reported a person who is throwing buckets of their dogs'' feces on a riverbed (Oyster River). River is accessed via Archer Rd by the public. The COM noted here is a history with bylaw officers and the RCMP over aggression towards swimmers in the river and aggressive dogs. -COM also noted a water pump system that is going from the river to the property where the person has a business. ',null,null,null,null,null,null,'3730 James Cres, Black Creek, BC',null,'2023-07-20 09:29:02','2023-07-20 09:29:02',null,'DTALEVSK@idir','2023-07-20 09:43:30',null,null,null,null,'OPEN','BLKCRK',ST_GeomFromText('POINT(-125.2280315 49.8934423)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029348','Calling to report vac trucks are dumping their loads in the evenings by the creek. ',null,null,null,null,null,null,'394 Old Sicamous Rd, Sicamous, BC',null,'2023-07-20 09:08:57','2023-07-20 09:08:57',null,'ISCHMIDT@idir','2023-07-20 09:10:29',null,null,null,null,'OPEN','GRINDROD',ST_GeomFromText('POINT(-119.0381112 50.8200248)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029326','COM advising neighbor is burning in a burn barrel for the past half hour at the given address.',null,null,null,null,null,null,'185 Nichlous Rd, Enderby, BC',null,'2023-07-20 08:07:22','2023-07-20 08:07:22',null,'JEANDREW@idir','2023-07-26 10:32:32',null,null,null,null,'CLOSED','ENDERBY',ST_GeomFromText('POINT(-119.1570861 50.582941)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029324','Bull moose, its been dragged down the highway, no indication of it being hit by a car. No usual damage indicating hit by a car. Someone cut sections of the antlers off and meat off the hind quarter with some sort of cutting tool. Right across the road from the Moose Lake turn off.',null,null,null,null,null,null,'Hwy 29 S and Moose Lake FSR, Tumbler Ridge, BC','West side of the highway.','2023-07-20 08:05:10','2023-07-20 08:05:10',null,'COMILLER@idir','2023-07-20 08:28:06',null,null,null,null,'OPEN','TUMBLER',ST_GeomFromText('POINT(-121.2932581 55.2360039)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029313','Fish die off at the West Arm North Shore of Kootenay Lake. Large amount in various locations of long nose sucker fish and perch. -COM has photos - -UTM 11 N 466969 5481285',null,null,null,null,null,null,'49.483802644687024, -117.45558909165104','West Arm North Shore of Kootenay Lake','2023-07-20 07:27:52','2023-07-20 07:27:52',null,'MELOUTIT@idir','2023-07-20 08:30:46',null,null,null,null,'CLOSED','BLEWT',ST_GeomFromText('POINT(-117.45558909165104 49.483802644687024)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029301','Observed a carcass (skin) of bear on the beach at Peppercorn Park (3rd Beach) with feet and head removed last week. It is still there. I took pictures if you''d like me to submit them. ',null,null,null,null,null,null,null,null,'2023-07-19 23:43:29','2023-07-19 23:43:29',null,'MAWILSON@idir','2023-07-20 13:32:33',null,null,null,null,'CLOSED','GOLDRIVR',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029300','Reporting that the COM was driving on Hwy 4 towards Tofino and saw a campfire on the other side of the river, across the Taylor Arm rest area. Unknown if attended, just saw open flames. - -COM: Vernon, 250-937-1694',null,null,null,null,null,null,null,'TAYLOR ARM 49 17.809 -125 17.783','2023-07-19 23:31:00','2023-07-19 23:31:00',null,'MAWILSON@idir','2023-07-21 11:53:02',null,null,null,null,'CLOSED','PORTALBR',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029291','Reporting a campfire near the noted location. It was spotted while driving by. It is contained and attended. -49 06.067 -121 37.942 - -COM: Heather, 604-997-7035',null,null,null,null,null,null,null,'NORTH SIDE OF CHILLIWACK LAKE RD & OLD PRISON/CHIPMUNK CREEK','2023-07-19 22:20:54','2023-07-19 22:20:54',null,'KWINTERS@idir','2023-07-19 22:28:18',null,null,null,null,'OPEN','CHILLIWK',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029288','On the Lakeview Meadows dock on Lake Windermere, on July 19, 2023 between 20:00 and 21:30, I saw three women fishing with live bait fish. The live bait fish appeared to be Northern Pikeminnow that they were keeping in a plastic bucket. They were fishing for bass and actually caught one. My wife spoke to them about it and they said that it didn’t matter because “Squawfish are invasive”. The bait fish were discarded once they were killed by being used as bait fish. ',null,null,null,null,null,null,null,'LAKE WINDERMERE','2023-07-19 20:00:00','2023-07-19 21:54:44',null,'GPKRUGER@idir','2023-07-25 09:40:25',null,null,null,null,'CLOSED','INVERMER',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029285','COM reports multiple calls of a campfire along the shoreline of the lake. - -2127 briefed CO Melenka ',null,null,null,null,null,null,'Strauss Road FSR, Newgate, BC','49.08 616 -115 116.152 (Koocanusa Lake)','2023-07-19 21:20:29','2023-07-19 21:20:29',null,'MELOUTIT@idir','2023-07-27 11:47:50',null,null,null,null,'CLOSED','NEWGAT',ST_GeomFromText('POINT(-115.2801154 49.1423338)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029283','COM reports blow by, south bound onto hwy 95 - -2059 LM CO Chretien',null,null,null,null,null,null,'Trans-Canada Hwy, Golden, BC','Golden AIS ','2023-07-19 20:56:46','2023-07-19 20:56:46',null,'GPKRUGER@idir','2023-07-25 15:24:32',null,null,null,null,'CLOSED','GOLDEN',ST_GeomFromText('POINT(-116.9802034 51.3254533)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029278','PWRC passing on a report of a campfire burning at the noted location. COM reported the flames were two feet high, mixed wood, clear smoke. Unknown if the fire was attended. PWRC is dispatching a response officer. ',null,null,null,null,null,null,'Linda Rd and Mosquito Rd, Pemberton, BC','SE of Ivey Lake','2023-07-19 20:26:11','2023-07-19 20:26:11',null,'DAGRAY@idir','2023-07-19 20:44:10',null,null,null,null,'OPEN','PEMBERTN',ST_GeomFromText('POINT(-122.7603831 50.332781)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029245','COM reporting dirt bike driving in camping area and trails in public space that is closed. She is positive that dirt bikes are not allowed in area, concerned with fire risk to the general area and is disruptive to her. ',null,null,null,null,null,null,'Levette Lake FSR, Squamish, BC',null,'2023-07-19 17:09:57','2023-07-19 17:09:57',null,'EFITCH@IDIR','2023-07-19 17:14:41',null,null,null,null,'OPEN','SQUMISH',ST_GeomFromText('POINT(-123.1823072 49.8316142)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029244','Calling to report seeing garbage dumped at the noted location. Caller can provide better directions if needed and he went through the garbage and found a paper with a name on it but it was in his truck outside so he was unable to provide the name on the call. ',null,null,null,null,null,null,null,'Lower Saturday Creek Sunday Summit','2023-07-19 17:05:42','2023-07-19 17:05:42',null,'CCRERAR@idir','2023-07-24 12:21:41',null,null,null,null,'CLOSED','PRINCETN',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029239','AIS station reporting a blowby. Suspect vehicle was heading SW towards Fernie on Hwy 3. ',null,null,null,null,null,null,null,'Hwy 3 heading SW towards Fernie','2023-07-19 16:55:10','2023-07-19 16:55:10',null,'DAGRAY@idir','2023-07-19 17:02:04',null,null,null,null,'OPEN','FERNIE',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029228','EERO relaying a report from Ashcroft IB reporting “lots” vac truck dumping sewage near cache creek. -Contact info: -April Vilsey, 250-453-9154 - -Vehicles marked: Aroma Vac Services -receiving environment appears to be a sand pit. Resident at 1251 Cornwall road complaining that material has impacted a creek. - - -Briefed CO Kerr - transferred to EERO Gritten',null,null,null,null,null,null,null,'Cords: 50 42 57.68 N -121 17 45.55','2023-07-19 16:15:41','2023-07-19 16:15:41',null,'CCRERAR@idir','2023-07-24 12:40:09',null,null,null,null,'CLOSED','ASHCROF',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029215','Caller reporting what he believes to be a male camp councilor throwing objects at Racoons, (mom & 2 pups) in a tree. There may have been pepper spray used as well as people came running from the area covering the mouths and coughing. The caller yelled at the subject who stopped momentarily. The caller was at the Langdale Ferry Terminal. ',null,null,null,null,null,null,'1377 Burns Rd, Langdale, BC','Camp Sunrise ','2023-07-19 15:51:03','2023-07-19 15:51:03',null,'PBRACKEN@idir','2023-07-19 16:00:47',null,null,null,null,'OPEN','LANGDALE',ST_GeomFromText('POINT(-123.476573 49.4320894)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029211','Reporting a huge pile of dumped garbage at the noted location. There are mattresses and tires etc. He found a license plate in the debris: HN5 34T',null,null,null,null,null,null,'South Forks Rd, Nanaimo, BC','SUMMIT OF SOUTH FORKS ROAD, LEFT & RIGHT SIDE OF ROAD UNDER POWERLINES','2023-07-19 15:24:57','2023-07-19 15:24:57',null,'MAWILSON@idir','2023-07-21 12:07:36',null,null,null,null,'CLOSED','NANAIMO',ST_GeomFromText('POINT(-123.9985213 49.0921313)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029202','At approximately 1:30 the business that I work for started to dump sewage from the pump truck we have into the stream behind the building. They are currently still dumping sewage now, July 19th 2023. I have a not so great photo - but I believe this has also happened before and will happen again. I called worksafe previously and they toll me to contact Environment Canada next time. I would like to remain anonymous. I do have others who will add witness as well. - -X-Ref: DGIR 232674',null,null,null,null,null,null,null,null,'2023-07-19 14:36:38','2023-07-19 14:36:38',null,'COMILLER@idir','2023-07-19 14:40:30',null,null,null,null,'CLOSED','BURNBY',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029192','Caller reporting subjects are heating up hot tub with fire, unknown if it a wood stove with proper chimney/ cap/ screen etc. - -Subjects have fire continuously. ',null,null,null,null,null,null,'Gambier Island, BC','se of camp artaban / nw of artaban mountain.','2023-07-19 14:10:06','2023-07-19 14:10:06',null,'PBRACKEN@idir','2023-07-19 14:21:08',null,null,null,null,'OPEN','GAMBIERI',ST_GeomFromText('POINT(-123.3851817 49.4761381)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029190','Retuned from town and discovered tracks across their property – led to a dumped 3 or 4 YO BB -Tracks less than 24 hours old – not there yesterday - -LVM CO Knibbs -Briefed CO Leblanc',null,null,null,null,null,null,null,null,'2023-07-19 14:06:04','2023-07-19 14:06:04',null,'TBIRNEY@idir','2023-07-20 10:05:05',null,null,null,null,'OPEN','KITWANGA',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029184','Calling to report that the floats on a kayak launch dock are leaking small white pellets. The caller says the municipality was contacted first and they don''t seem inclined to clean it up or repair them. He cleaned up about 10 pounds of the pellets off the beach last weekend with a shop vac. ',null,null,null,null,null,null,'Rumble Beach in Port Alice, BC',null,'2023-07-19 13:54:42','2023-07-19 13:54:42',null,'KWINTERS@idir','2023-08-05 15:17:00',null,null,null,null,'CLOSED','PORTALIC',ST_GeomFromText('POINT(-127.4844444 50.4275)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029183','Public access campground has been closed since July for a bear. 4 vehicles in the parking lot, and people in the campground and on the beach for day use. ',null,null,null,null,null,null,'Levette Lake FSR, Squamish, BC','Levette Lake','2023-07-19 13:51:42','2023-07-19 13:51:42',null,'MAWILSON@idir','2023-08-03 14:46:18',null,null,null,null,'CLOSED','SQUMISH',ST_GeomFromText('POINT(-123.1823072 49.8316142)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029180','Blow-by, White SUV, Washington plate, last 4 digits 5594, pulling a zodiac with a small black outboard motor headed Northbound Hwy 15.',null,null,null,null,null,null,null,null,'2023-07-19 13:42:58','2023-07-19 13:42:58',null,'COMILLER@idir','2023-07-19 13:46:33',null,null,null,null,'OPEN','SURRY',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029179','COM seeing a large what looks like a patch of foamy oil petroleum at the top of the creek. It is a triangular 2-3 Sq meters in length and width. Doesn''t know where it is coming from suspect, possibly a vehicle or someone dumping oil.',null,null,null,null,null,null,'Hagensborg Rd, Hagensborg, BC','Hagensborg Slough East Side near Olsen Road off of Hwy 20 ','2023-07-19 13:36:26','2023-07-19 13:36:26',null,'CEDGE@idir','2023-07-24 09:48:07',null,null,null,null,'CLOSED','HAGENSBG',ST_GeomFromText('POINT(-126.5500188 52.3916673)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029176','Caller reporting 2 green pontoon boats and 1 orange zodiac on the river with the subject fishing. -Caller has Video -',null,null,null,null,null,null,'Walhachin, BC','Walhachin Bridge, Juniper beach approx imatel 1.2 hour','2023-07-19 13:22:16','2023-07-19 13:22:16',null,'CCRERAR@idir','2023-07-24 12:03:54',null,null,null,null,'CLOSED','WALHACHN',ST_GeomFromText('POINT(-120.9844444 50.7497222)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029174','Submitted via RAPP email: -Details of the violation - approx location 49°33`53.7""N 115°32`54.6""W while traveling on trails last week we seen a minivan at what appeared to be a messy camp site. We drove by same area yesterday and minivan was gone but there is a huge mess in the bush, bbq, trash ,gold pans, tarps multiple 5gl pails. Our first thought was possibly drug related -',null,null,null,null,null,null,null,null,'2023-07-19 13:09:55','2023-07-19 13:09:55',null,'ISCHMIDT@idir','2023-07-19 13:11:02',null,null,null,null,'OPEN','FTSTEELE',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029164','Neighbour caught and drowned a rat last night and was showing their grandson how to do it. Their husband was watering plants in the backyard 9pm and 10pm last night and heard the conversation, but did not see it. Heard they drowned it and then did it again when it was still alive. COM also reports the neighbour is also into poisoning things and put it out last year. Already contacted BCSPCA, but because it was not seen nothing they can do.',null,null,null,null,null,null,'53 Timbercrest Dr, Port Moody, BC',null,'2023-07-19 12:34:53','2023-07-19 12:34:53',null,'COMILLER@idir','2023-07-19 12:43:30',null,null,null,null,'OPEN','PORTMDY',ST_GeomFromText('POINT(-122.8295945 49.2955242)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029161','Hayley reports witnessing (on Friday July 14th) an employee of Riverside Resorts throwing landscaping debris and construction debris (plywood) into the Little Qualicum River. The debris is all downstream getting caught up on the banks. No further information provided',null,null,null,null,null,null,null,'Cedar Grove Campground','2023-07-19 12:23:29','2023-07-19 12:23:29',null,'ISCHMIDT@idir','2023-07-19 12:27:21',null,null,null,null,'OPEN','QLICMBCH',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029157','Submitted via RAPP email: -Details of the violation - 1691 Meadowbrook rd, Campbell River. Across tbe road from them is a trail into a little wooded area, there is a big bag of thier garbage headed into the trail. I know it''s from 1691 because it has empty amazon oackages with thier name and address on it. -',null,null,null,null,null,null,'1691 Meadowbrook Dr, Campbell River, BC',null,'2023-07-19 12:16:29','2023-07-19 12:16:29',null,'ISCHMIDT@idir','2023-07-19 12:17:50',null,null,null,null,'OPEN','CMBLRV',ST_GeomFromText('POINT(-125.2414623 49.9780945)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029152','Details of the violation - On July 17th, 2023 ""Christa"" from Rendezvous Beach Resort sent the Osoyoos RCMP an email regarding a white Ford F-150 that was driving in the lake at ""Purple Sands"" the previous day, July 16th. Apparently there were people standing in the water at the time, and there was a female standing / sitting out the open sunroof of the vehicle as it went by. Photos were obtained and sent to police which show BCLP ML7426, which is registered to Bryton JAMES of Oliver, B.C. -Additional Comments - Complainant concerned that truck was driving on sensitive shore line and into Osoyoos lake with muffler underwater. - -Is this a Federal Contravention - If so, would act would be applicable? - -I''m just thinking of calling the owner of the truck and giving him a verbal warning or unless you suggest otherwise. - -Feel free to give be a call. ',null,null,null,null,null,null,null,null,'2023-07-19 12:06:32','2023-07-19 12:06:32',null,'BRANBECK@idir','2023-07-19 15:24:43',null,null,null,null,'CLOSED','OSOYOOS',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029151','Vehicles (esp a bus and trailers) driving through water near the spawning grounds. -Caller reports impact to river bed, sheening from vehicle fluids. -',null,null,null,null,null,null,null,'Kiyooka conservation area','2023-07-19 12:04:57','2023-07-19 12:04:57',null,'CEDGE@idir','2023-07-19 15:05:48',null,null,null,null,'CLOSED','TTJUNE',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029143',' While walking my dog down in Seymour River Heritage Park, we came across a fairly large size decapitated bird, (hawk/small eagle size,) that had been wrapped up in a red fabric. There were darker stains on the fabric, as well. - -Location: approximately 50-70 meters from the trail head on Heritage Park Lane, down on the beach area just before the beach opens up wider. -Date and time: 10:15am, July 19 2023. -Type: potential poaching? Seemed very odd it was wrapped in fabric the way it was. -Description of the Suspect - N/A -Transport Involved - N/A -Witnesses - N/A -Additional Comments - I have a picture of the wrapped animal if needed. - -I want to make sure it’s reported in case others have reported something similar. -',null,null,null,null,null,null,null,'Seymour River Heritage Park','2023-07-19 11:53:15','2023-07-19 11:53:15',null,'TBIRNEY@idir','2023-07-19 11:54:18',null,null,null,null,'OPEN','NORVAN',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029142','COM reports a soapy substance coming from the storm drains in the area - Could be surface runoff. ',null,null,null,null,null,null,null,'Baker St / Government - Cottonwood Creek','2023-07-19 11:51:22','2023-07-19 11:51:22',null,'LEARCHIB@idir','2023-07-19 11:57:27',null,null,null,null,'CLOSED','NELSON',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029139','Calling to report that a neighbour has put packages of possible poison in their trees, thinks it is because the neighbour has a raccoon problem but the caller is concerned because the poison would affect more than just the raccoons. Requesting a CO call back.',null,null,null,null,null,null,'4528 Parker St, Burnaby, BC',null,'2023-07-19 11:44:54','2023-07-19 11:44:54',null,'ISCHMIDT@idir','2023-07-19 11:52:22',null,null,null,null,'OPEN','BURNBY',ST_GeomFromText('POINT(-123.0016912 49.2753083)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029106','Blow by AIS CVSE Station ',null,null,null,null,null,null,'Hwy 15, Surrey, BC','Blow By ','2023-07-19 10:29:00','2023-07-19 10:29:00',null,'EFITCH@IDIR','2023-07-19 10:34:53',null,null,null,null,'OPEN','SURRY',ST_GeomFromText('POINT(-122.7352024 49.0925369)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029060','COM is a diver and sighted a 45 gallon steel drum with the lid intact (drum bung still on) breather lid burried in the lake. Suspects it is an fuel or oil drum. Would like to help and he is a diver and can pull it up or out for the CO. - -X - REF DGIR 232668',null,null,null,null,null,null,'McIvor Lake Rd, Campbell River, BC','Between near gate and trails 100 ft along south end of the lake. ','2023-07-19 08:27:52','2023-07-19 08:27:52',null,'PBRACKEN@idir','2023-07-19 11:51:49',null,null,null,null,'CLOSED','CMBLRV',ST_GeomFromText('POINT(-125.3674886 50.01527)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029050','Reporting that at 0630/0700 in the morning and after 0930 at night someone is burning something. It smells like forest fire, but burning something they shouldn''t like construction material for 45 min-hr and then stops. The smoke blows into their house and they get nauseous and get a headache and their daughter has seizures. There are some people who do construction nearby. Facing their backyard, it''s either the yard behind them or near the corner of Waldbank and Brickyard, it blows from the right. They have not called the fire department before, not sure who to call.',null,null,null,null,null,null,'6189 Brickyard Rd, Nanaimo, BC',null,'2023-07-19 07:54:35','2023-07-19 07:54:35',null,'DSEXTON@idir','2023-07-20 10:47:39',null,null,null,null,'CLOSED','NANAIMO',ST_GeomFromText('POINT(-124.0264789 49.2389742)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029019','campfire with 8 people around it. controlled at this time but applying more wood. In a contained firepit',null,null,null,null,null,null,'Toby Creek Rd, Invermere, BC','LAKE LILLIAN REC SITE - SE SIDE','2023-07-18 22:04:40','2023-07-18 22:04:40',null,'ASDUNCAN@idir','2023-07-18 22:09:57',null,null,null,null,'OPEN','INVERMER',ST_GeomFromText('POINT(-116.0930628 50.5072625)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029016','Reporting an attended campfire at the noted location. - -COM: Ian & Annie Van Metre, 250-694-3302',null,null,null,null,null,null,null,'NORTH SIDE OF OOTSA LAKE, OOTSA LAKE BARGE CROSSING','2023-07-18 21:27:50','2023-07-18 21:27:50',null,'SGBATES@idir','2023-07-23 13:21:44',null,null,null,null,'CLOSED','BURNLK',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029009','Caller reporting a blow by',null,null,null,null,null,null,'Hwy 1, Golden, BC','HEADED WEST TOWARDS REVELSTOKE','2023-07-18 20:48:10','2023-07-18 20:48:10',null,'GPKRUGER@idir','2023-07-19 10:07:10',null,null,null,null,'CLOSED','GOLDEN',ST_GeomFromText('POINT(-116.9802034 51.3254533)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029007','Coastal Fire passing down a report of an open campfire. Location is SE of Little Qualicum River, West of Laburnum RD and South of Claymore RD. Reports of someone have a camp out. campfire in size with black smoke. The person was camping with a 5th wheel.',null,null,null,null,null,null,'Claymore Rd, Qualicum Beach, BC',null,'2023-07-18 20:36:24','2023-07-18 20:36:24',null,'DSEXTON@idir','2023-07-19 09:26:28',null,null,null,null,'CLOSED','QLICMBCH',ST_GeomFromText('POINT(-124.473913 49.3506275)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029003','COM reporting an attended camp fire at the noted location. Fire is within a rock lined fire pit. Flammable material within 5 feet of the fire. ',null,null,null,null,null,null,null,'Slocan Pool','2023-07-18 20:08:29','2023-07-18 20:08:29',null,'MELOUTIT@idir','2023-07-24 11:43:16',null,null,null,null,'CLOSED','STHSLCN',ST_GeomFromText('POINT(-117.523558 49.449680)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028988','Coastal Fire Centre advising reports of multiple campfires in the Taylor Flats area along Taylor River. Fires are visible from Hwy 4 and access from South Taylor Main. -',null,null,null,null,null,null,'South Taylor Main FSR, Port Alberni, BC',null,'2023-07-18 18:51:30','2023-07-18 18:51:30',null,'DSEXTON@idir','2023-07-20 11:46:22',null,null,null,null,'CLOSED','PORTALBR',ST_GeomFromText('POINT(-125.2942716 49.2942837)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028987','Reporting a campfire at the noted location. It is a chopped wood fire in a pit. - -COM: Aidan, 786-927-1394',null,null,null,null,null,null,null,'ELK FALLS PARK, QUINSOM CAMPGROUND SITE 42','2023-07-18 18:50:00','2023-07-18 18:50:00',null,'MAWILSON@idir','2023-07-20 12:48:04',null,null,null,null,'CLOSED','CMBLRV',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028985','Reporting that dead farm animals are being dumped beside Greer Creek by the person named below. Coordinates for the road to access the noted location: 53.822809 N -124.529600 W. There is an unlocked gate there.',null,null,null,null,null,null,null,'53.817614 N -124.533298 W (WHERE THE DEAD ANIMALS ARE)','2023-07-18 18:31:37','2023-07-18 18:31:37',null,'SGBATES@idir','2023-07-23 13:10:41',null,null,null,null,'CLOSED','VANDERHF',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028978','Two personal watercraft have been circling the heron gulls and chicks in the lake for hours – birds are upset. -Watercraft approach close enough to spray the birds - -Briefed CO Booth',null,null,null,null,null,null,null,'Bridge lake - gull island (near the prov park boat dock)','2023-07-18 17:18:02','2023-07-18 17:18:02',null,'CEDGE@idir','2023-07-19 14:17:33',null,null,null,null,'CLOSED','BRDGLK',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028974','Reporting a burn barrell. COM contacted RCMP and the Fire Dept and was told it was out of both of their jurisdictions. They are burning garbage and boxes in 2 45G barrells. Unattended - -COM: Jeff, 604-328-7322',null,null,null,null,null,null,'7615 Hwy 97A, Mara, BC','BAKUS RACING','2023-07-18 17:02:50','2023-07-18 17:02:50',null,'KWINTERS@idir','2023-07-18 17:07:46',null,null,null,null,'OPEN','HOPE',ST_GeomFromText('POINT(-119.0617717 50.670006)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028962','blowby -navy green toyota tacoma. No plates visible -towing a white boat with a teal stripe and tan cover (neg plates) -WB - -LVM Sgt Cretien -LVM CO Gordon -Briefed Sgt Melenka',null,null,null,null,null,null,null,'fernie olsen station','2023-07-18 16:12:22','2023-07-18 16:12:22',null,'TBIRNEY@idir','2023-07-18 16:16:16',null,null,null,null,'OPEN','FERNIE',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028955','The regional district sewage management wanted to report that there is a sewage back up at the noted address, they responded last night because they thought it would be the regional districts sewage system backing up but it was the personal system backing up on the RV park that had backed up. While the sewage has currently been cleaned up the regional district staff are concerned this will happen again. ',null,null,null,null,null,null,'13016 Lakeshore Dr, Charlie Lake, BC','Rotary RV Park','2023-07-18 15:55:18','2023-07-18 15:55:18',null,'DTALEVSK@idir','2023-07-18 17:02:49',null,null,null,null,'OPEN','CHRLLK',ST_GeomFromText('POINT(-120.9549725 56.2768412)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028952','Caller reporting that his neighbor has been depositing thousands of cubic metres of untested soil onto their property which runs along a steam watercourse that flows through Gowland Todd Park and into Todd inlet. Caller advised the property owner has been doing this for 6 months and have deposited approx. 10-15000 cubic metres of untested soil from all over the CRD. Caller noted he has been in contact with the CRD over the matter. Caller advised he has maps and pictures. ',null,null,null,null,null,null,'6707 Willis Point Rd, Willis Point, BC',null,'2023-07-18 15:47:11','2023-07-18 15:47:11',null,'MAWILSON@idir','2023-07-20 13:09:41',null,null,null,null,'CLOSED','CNTLSNSH',ST_GeomFromText('POINT(-123.4862405 48.5678621)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028950','Wondering if there is an education piece elderly neighbour feeding deer for years and the deer are starting to get aggressive. Stomp their feet sometimes and they don''t move after clapping and being told to move along. Feeds them apples and at 2100 can see the deer heading towards her house. Neighbours yard is directly across from them, their driveway is directly across from the neighbour on the left when facing COM house. Believes the neighbour just needs a talking to. Caller would like to remain anonymous to the neighbour.',null,null,null,null,null,null,null,null,'2023-07-18 15:32:48','2023-07-18 15:32:48',null,'MAWILSON@idir','2023-07-20 12:59:04',null,null,null,null,'CLOSED','EASTSKE',ST_GeomFromText('POINT(-123.682924 48.3730052)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028946','July 18 2023 at 1030 a.m. i witnessed and photographed an employee of waste connections Canada intentionally discharge all the waste water from his garbage truck into the storm drain at 197 street and 64th in the township of Langley. -Waste management of Canada garbage truck unit number 532708 bc license plate number RE 2213 -X-Ref: DGIR 232265',null,null,null,null,null,null,null,'the storm drain at 197 street and 64th ','2023-07-18 15:09:22','2023-07-18 15:09:22',null,'DTALEVSK@idir','2023-07-18 15:12:51',null,null,null,null,'OPEN','LANGLEY',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028941','Description of spill site and surrounding area: -Spill to a creek leading to Elk River - -Description of spill source, circumstances, cause and adverse effects of the spill: -A tractor trailer is broken down with coolant leaking out into the creek. Vehicle is a black Volvo with a load of lumber. - -Details of action taken or proposed: -N/A - -**** X-REF DGIR 232647. ERS requested on behalf of MOE; ENV RO Auriti. ',null,null,null,null,null,null,null,'west of Fernie, Hwy 3, spring coming out of a hill (Highway 3 waterstop on Google maps)','2023-07-18 14:46:03','2023-07-18 14:46:03',null,'LEARCHIB@idir','2023-07-18 14:49:17',null,null,null,null,'OPEN','FERNIE',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028935','COM reporting two or more vehicles transferring pesticides between them. They are doing this almost daily and thinks they are polluting the air and the smells in the air are making her sick. She feels it is being done illegally. She has been in contact with the Vancouver PD multiple times and they have told her finally today to report it to a CO. (possible ERS violation) ',null,null,null,null,null,null,'4312 Perry St, Vancouver, BC',null,'2023-07-18 14:29:24','2023-07-18 14:29:24',null,'ISCHMIDT@idir','2023-07-18 15:15:29',null,null,null,null,'CLOSED','VANCOUVR',ST_GeomFromText('POINT(-123.0709576 49.246476)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028933','Caller reporting that someone has dumped garbage, clothes and scooters along with the burning of a fifth wheel trailer near the below noted location. Caller advised she has pictures and can show a CO where it is. ',null,null,null,null,null,null,'Mt Washington, BC','Bottom of Mt Washington off the road ','2023-07-18 11:00:00','2023-07-18 14:22:31',null,'KSORENSE@idir','2023-07-18 14:26:52',null,null,null,null,'OPEN','COURTNY',ST_GeomFromText('POINT(-125.3044444 49.7380556)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028928','COM reporting on the Kootney River - 30 + of dead sucker fish below her dock and on the beach on the river within the last 2 weeks. Unknown source or cause. Possible ERS. ',null,null,null,null,null,null,'1734 Thrums Rd, Thrums, BC',null,'2023-07-18 14:11:41','2023-07-18 14:11:41',null,'MELOUTIT@idir','2023-07-19 11:12:27',null,null,null,null,'CLOSED','CSTLGR',ST_GeomFromText('POINT(-117.5670447 49.36578)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028925','Reporting that they found a bear paw, wrist up fully intact. Looks like a clean cut, they have photos. - -Caller is also wondering if they can keep it, they have already taken it and have it with them.',null,null,null,null,null,null,'South Forks Rd, Nanaimo, BC','Past the Power lines across the road. They will try and get a better location.','2023-07-18 14:06:43','2023-07-18 14:06:43',null,'DSEXTON@idir','2023-07-20 11:19:08',null,null,null,null,'CLOSED','NANAIMO',ST_GeomFromText('POINT(-123.9985213 49.0921313)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028908','Submitted via RAPP email: -Details of the violation - Threw burning cigarette bud into grass while driving in vancouver. Occurred near commercial avenue coming from highway -',null,null,null,null,null,null,null,null,'2023-07-18 13:36:25','2023-07-18 13:36:25',null,'ISCHMIDT@idir','2023-07-18 13:40:54',null,null,null,null,'OPEN','VANCOUVR',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028906','Blow-by, black Ford truck hauling a white and red wake boat, BC Plates DF 3068, heading Northbound on Hwy 15.',null,null,null,null,null,null,'Hwy 15, Surrey, BC',null,'2023-07-18 13:34:15','2023-07-18 13:34:15',null,'MAISMITH@idir','2023-07-18 15:23:45',null,null,null,null,'CLOSED','CLOVRDLE',ST_GeomFromText('POINT(-122.7352024 49.0925369)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028904','Caller reporting that her neighbor has taken a fawn and penned it and is feeding it. Caller advised the neighbor has had it for a few weeks. Caller noted the neighbor had children over to play with it last week at a party. ',null,null,null,null,null,null,'1441 Esler Rd, Williams Lake, BC',null,'2023-07-18 13:27:40','2023-07-18 13:27:40',null,'CEDGE@idir','2023-07-24 10:13:46',null,null,null,null,'CLOSED','WILLMSLK',ST_GeomFromText('POINT(-122.1819554 52.0994268)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028903','Caller reporting that a house’s Trash cans have been accessed by BBs regularly – leaving garbage strewn across the driveway. -Issue has persisted for weeks, without cleanup or securing. -',null,null,null,null,null,null,'1399 Crestwood Dr, Kamloops, BC','access off of Rond lane','2023-07-18 13:14:26','2023-07-18 13:14:26',null,'DLEWERS@idir','2023-08-03 12:17:26',null,null,null,null,'CLOSED','KAMLOOPS',ST_GeomFromText('POINT(-120.1818933 50.6509117)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028887','Caller reporting that two BBs brought garbage into the caller’s yard overnight. -Caller and neighbour’s property keep their garbage containers locked – unknown source.',null,null,null,null,null,null,null,null,'2023-07-18 12:18:21','2023-07-18 12:18:21',null,'TBIRNEY@idir','2023-07-18 12:21:17',null,null,null,null,'OPEN','NORVAN',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028884','Submitted via RAPP email: -Details of the violation - Storage of deteriorating old drums beside the Bonaparte River -',null,null,null,null,null,null,null,null,'2023-07-18 12:07:03','2023-07-18 12:07:03',null,'CCRERAR@idir','2023-07-31 11:13:13',null,null,null,null,'CLOSED','CCHCRK',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028883','Submitted via RAPP email: -Details of the violation - Kokanee Trail Public access- Nicola Lake off of Monck Park Road, adjacent to 6464 Monck Park road -July 2, 2023 @ 3:11 pm to 4:20pm -Foreshore alteration- removal of plants and debris, -Permanent private dock installed on public access, boat storage built on foreshore, driving : note has been reported several times already. -Unlicensed off road vehicles within the environmental set back. -Comments from the violators- they have a right to this access and permission. They are doing the clearing for everyone''s benefit. -',null,null,null,null,null,null,null,null,'2023-07-18 12:04:36','2023-07-18 12:04:36',null,'CCRERAR@idir','2023-07-19 08:35:29',null,null,null,null,'CLOSED','MERRITT',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028861','Caller reporting a pack of dogs is chasing deer near the below noted location. Caller advised they look like someone''s dogs who got out. Caller is concerned for the safety of the deer and dogs right beside the hwy. ',null,null,null,null,null,null,'Chasm Rd and Hwy 97, Chasm, BC','Southern most turn off for Chasm Rd. ','2023-07-18 10:43:00','2023-07-18 10:48:39',null,'CEDGE@idir','2023-07-19 14:14:30',null,null,null,null,'CLOSED','CLINTON',ST_GeomFromText('POINT(-121.5299889 51.1935479)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028849','AIS inspector reporting a blow-by. -White RV with possible alberta plates - towing a white and blue fishing vessel w/ an outboard -WB towards Creston -Photos - -LVM CO Day -Briefed CO Thin',null,null,null,null,null,null,null,'yahk inspection station','2023-07-18 10:09:24','2023-07-18 10:09:24',null,'TBIRNEY@idir','2023-07-18 10:12:26',null,null,null,null,'OPEN','YAHK',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028847','Caller reporting a poached elk near the below noted location. Caller advised the meat had been taken from the carcass and there were garbage bags around the carcass. Caller noted the top of the head was there but was missing the lower jaw. Caller advised the elk looked pretty young. ',null,null,null,null,null,null,'Sayward, BC','A Branch FSR ','2023-07-18 09:15:00','2023-07-18 09:59:59',null,'MAWILSON@idir','2023-07-18 15:53:13',null,null,null,null,'CLOSED','SAYWARD',ST_GeomFromText('POINT(-125.9591667 50.3786111)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028846','Calling to report that her neighbour is walking his dogs off leash and allowing the dog to chase deer. The address provided is the neighbour''s address and not the callers. This has been occurring every evening for about 2 weeks. Sounds like they track the deer intentionally, the caller has heard the neighbour and his wife discussing deer location and that they would ''just track this one''',null,null,null,null,null,null,'2661 2nd Ave, Port Alberni, BC',null,'2023-07-18 09:52:20','2023-07-18 09:52:20',null,'DSEXTON@idir','2023-07-20 11:19:26',null,null,null,null,'CLOSED','PORTALBR',ST_GeomFromText('POINT(-124.8086067 49.2280487)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028843','***RAPP EMAIL*** -Intersection of Tyner and Highway 16 -July 18 around 910AM -Driver through cigarette butt out of window while driving through intersection. -',null,null,null,null,null,null,'Domano Blvd and Hwy 16 W and Tyner Blvd, Prince George, BC',null,'2023-07-18 09:10:00','2023-07-18 09:48:26',null,'JOCHARTR@idir','2023-07-28 15:54:33',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.780528 53.8692874)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028838','Last Friday night, they had camp neighbours move into the sight across from them, intoxicated, screaming, yelling, fighting and smoking crack. Quiet time is at 11. Had complained to the Park Warden, but they took no action. 330am a kabang went off, possibly an air mattress. 0430am one left in their vehicle intoxicated.',null,null,null,null,null,null,'Wardner-Fort Steele Rd, Fort Steele, BC','Norburry Lake Campground','2023-07-18 09:31:22','2023-07-18 09:31:22',null,'JBUECKER@idir','2023-07-20 15:10:07',null,null,null,null,'CLOSED','CRANBRK',ST_GeomFromText('POINT(-115.571828 49.5866455)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028832','Caller reporting that there have been dog poisonings in the area where he walks his dog. Caller advised this morning his dog ran over and started chewing on something and the caller grabbed it of the dog''s mouth. Caller noted it was cartilage that appeared to have been cut. Caller is concerned and is requesting a callback on whether he is able to get it tested as he has it in a ziploc bag. -',null,null,null,null,null,null,'Hanna Creek Rd, Trail, BC','Near Fortis Pumping Station ','2023-07-18 08:30:00','2023-07-18 09:13:08',null,'MELOUTIT@idir','2023-07-18 14:48:25',null,null,null,null,'CLOSED','TRAIL',ST_GeomFromText('POINT(-117.750284 49.1168086)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028829','Caller is reporting motorized boats in an area she believes is a bird sanctuary and where motorized boats are prohibited. Caller advised there are lot''s of boats in the area and she is requesting a callback from a CO on whether or not it is a protected area. ',null,null,null,null,null,null,'Slocan North Rd, Slocan, BC','Slocan Lake ','2023-07-18 09:09:09','2023-07-18 09:09:09',null,'MELOUTIT@idir','2023-07-18 14:27:25',null,null,null,null,'CLOSED','SLOCAN',ST_GeomFromText('POINT(-117.4741469 49.7661201)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028769','Jacklin and station road July 17/23 around 6:15pm I was behind a young male asian driver who threw his burning cigarette out the window. I was behind him until the intersection of veterans memorial and peatt road where i came along side at red light and told him i would be reporting - -I strongly believe anyone carelessly throwing out cigarettes particularly at this time with so much fire destruction in our province and country needs to be made aware of how their careless actions can affect another . -',null,null,null,null,null,null,null,null,'2023-07-17 18:15:00','2023-07-17 21:45:22',null,'MAWILSON@idir','2023-07-20 13:43:44',null,null,null,null,'CLOSED','LANGFORD',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028768','Shawnigan Lake School,1975 Renfrew rd. -Maintenance and works yard on school property north of school. -Ongoing pollution from deeply contaminated composting facility, unremediated runoff into fish bearing stream, bears frequent the area and forage in compost. -Over drawing water from Shawnigan lake and aquifer. -Storage of electrical transformers date stamped 1984 containing PCBs near fish bearing stream. -Large population of feral cats, which has led to cougar predation, 2 cougars have been euthanized that I am aware off. -Several thousand tons of soil/rock fill dumped in forest near fishbearing stream, no runoff remediation. -Dumping of construction waste and materials, concrete asphalt etc. - -I have spoken to friends and workers at SLS off the record about issues with the composting facility and the school''s water supply. I have been told the composting facility was shut down due to contamination and leaching issues. It''s still there, still leaching into a stream 50m away that flows into South Shawnigan/ Mill Bay creek, still being used for composting and bears continue to frequent the area. -',null,null,null,null,null,null,'1975 Renfrew Rd, Shawnigan Lake, BC','SHAWNIGAN LAKE PRIVATE SCHOOL','2023-07-17 21:41:51','2023-07-17 21:41:51',null,'MAWILSON@idir','2023-07-20 12:33:56',null,null,null,null,'CLOSED','SHWNIGN',ST_GeomFromText('POINT(-123.6387351 48.6564907)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028762','OPEN BURN - 1 x 1 m in diameter and 2-3 ft high. Not attended. Within 10 feet of trees. Weather is windy. No local fire response in that area - 23-07-18 1000 CO STERN attended , propane fire. ',null,null,null,null,null,null,'2574 Green Mountain Rd, Apex, BC',null,'2023-07-17 21:00:34','2023-07-17 21:00:34',null,'MSTERN@idir','2023-07-23 08:41:06',null,null,null,null,'OPEN','PENTICTN',ST_GeomFromText('POINT(-119.8103393 49.368002)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028759','Reporting an attended campfire near the noted location. There was approx 8 people around it. ',null,null,null,null,null,null,null,'EAGEN LAKE RESORT','2023-07-17 20:57:39','2023-07-17 20:57:39',null,'CEDGE@idir','2023-07-19 14:11:18',null,null,null,null,'CLOSED','LONEBTTE',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028751','Reporting that her neighbour is having a campfire at the noted location. It is attended by at least 3 people.',null,null,null,null,null,null,'4124 Paxton Valley Rd, Monte Lake, BC',null,'2023-07-17 20:25:11','2023-07-17 20:25:11',null,'KWINTERS@idir','2023-07-17 20:27:26',null,null,null,null,'OPEN','MONTELAK',ST_GeomFromText('POINT(-119.8224389 50.529631)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028746','Caller reporting off road vehicles being driven on the beach of the Granby river. Caller advised they are driving on the river bed as well. -***Caller is requesting a CO callback.***',null,null,null,null,null,null,'9510 North Fork Rd, Grand Forks, BC','Old North Fork Golf Course ','2023-07-17 19:49:54','2023-07-17 19:49:54',null,'BVDAMME@idir','2023-08-09 14:38:23',null,null,null,null,'CLOSED','GRANDFOR',ST_GeomFromText('POINT(-118.4573982 49.0727375)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028744','Coastal Fire Centre received a report of a family having a campfire near the below noted location. -49 02.805, -121 58.734',null,null,null,null,null,null,null,null,'2023-07-17 19:35:00','2023-07-17 19:38:43',null,'KSORENSE@idir','2023-07-17 19:44:53',null,null,null,null,'OPEN','CULTSLKE',ST_GeomFromText('POINT(-121.9789 49.04675 )')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028740','COM advised of a business burning Styrofoam on a semi-regular basis. COM does not know the name of the business, but said it is next to the noted address - described as, "when facing 10245, it is to the left".',null,null,null,null,null,null,'10245 Skillhorn Rd, Telkwa, BC','to the left.','2023-07-17 19:10:01','2023-07-17 19:10:01',null,'TARWILLI@idir','2023-07-18 09:26:11',null,null,null,null,'CLOSED','TELKWA',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028738','***RAPP EMAIL*** - Phone report from Wildfire Reporting line - Caller - Janet - 250-488-3533 -Rough Coordinates - 49°28.183 x -119°21.588 -caller is in penticton -coming down beaver dale road about 10 km up the road there is a reservoir, and there are people there with a campfire -close to the water -campfire attended, 4 people -flames: yes -',null,null,null,null,null,null,null,'10km up Beaver Dale Rd ','2023-07-17 18:59:47','2023-07-17 18:59:47',null,'BRANBECK@idir','2023-07-18 10:32:22',null,null,null,null,'CLOSED','PENTICTN',ST_GeomFromText('POINT(-119.3598 49.469717)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028728','***RAPP EMAIL*** - They posted picture on FB. Link below, I also have screenshot if needed. From the picture I know this is at the marine campsites on the south side of the Cinnamosun narrows in Shuswap Lk. Appears to be 2 dead fish, both under 50cm. May not be able to ‘prove’ this but worth following up with these people. -https://m.facebook.com/groups/266061644283046/permalink/1342457449976788/ ',null,null,null,null,null,null,'Sunnybrae-Canoe Pt Rd, Tappen, BC',null,'2023-07-17 17:57:00','2023-07-17 18:22:07',null,'KSORENSE@idir','2023-07-17 18:26:55',null,null,null,null,'OPEN','SICAMOUS',ST_GeomFromText('POINT(-119.1902816 50.7979781)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028706','Caller reporting that he euthanized a deer that had been hit by a vehicle on the side of the road this morning. Caller advised he is a vet and euthanized the deer with a bolt gun. Caller noted the deer was bleeding and could not get up. ',null,null,null,null,null,null,'60 St NE and 60 St SE and Okanagan Ave, Salmon Arm, BC',null,'2023-07-17 06:00:00','2023-07-17 17:10:25',null,'KSORENSE@idir','2023-07-17 17:15:28',null,null,null,null,'OPEN','SALMARM',ST_GeomFromText('POINT(-119.2159073 50.6998844)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028691','Caller reporting a large bonfire being burned near the below noted location. Caller advised she did not see anyone around or attending the fire. ',null,null,null,null,null,null,'Hwy 97, Vernon, BC','By the old race track on hwy 97 just past the O''Keefe ranch ','2023-07-17 16:32:12','2023-07-17 16:32:12',null,'JEANDREW@idir','2023-08-03 10:15:52',null,null,null,null,'CLOSED','VERNON',ST_GeomFromText('POINT(-119.2747306 50.2775073)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028690','Doesn''t think the tanks were cleaned out properly after the gas station burned down. No further information and would like to remain anonymous. ',null,null,null,null,null,null,null,'Bowser Gas Station next to Tom''s Grocery','2023-07-17 16:26:38','2023-07-17 16:26:38',null,'ISCHMIDT@idir','2023-07-17 16:28:08',null,null,null,null,'OPEN','BWSR',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028671','Neighbour has been storing their garbage outside in a flimsy Rubbermaid container. Just now a BB got into their garbage and spread it on both lawns. Caller went to ask for neighbours to clean it up and they didn''t answer the door. First incident they are aware of this year.',null,null,null,null,null,null,'UNIT 13 -- 8502 Unity Dr, Chilliwack, BC',null,'2023-07-17 15:46:53','2023-07-17 15:46:53',null,'COMILLER@idir','2023-07-17 15:52:02',null,null,null,null,'OPEN','CHILLIWK',ST_GeomFromText('POINT(-121.8159478 49.1555614)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028669','Caller reports illegal dumping is just before the address below it is located just East of the Fruitvale boundary. - -call made by regional district B.A. Belton',null,null,null,null,null,null,'2199 Old Salmo Rd, Fruitvale, BC',null,'2023-07-17 15:37:32','2023-07-17 15:37:32',null,'SMCCREAD@idir','2023-07-17 15:41:16',null,null,null,null,'OPEN','FRUITVAL',ST_GeomFromText('POINT(-117.5241118 49.1193555)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028665','Calling to report barrels were dumped at the noted location. Appear to be empty. The caller has photos that can be provided on request. ',null,null,null,null,null,null,null,'Hope Creek Forest Service Site, KM 58 on Bush River FSR','2023-07-17 15:26:23','2023-07-17 15:26:23',null,'GPKRUGER@idir','2023-07-18 10:13:32',null,null,null,null,'CLOSED','GOLDEN',ST_GeomFromText('POINT(-117 26.265 51 46.786)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028663','Details of the violation: - Tacheeda Campground. First one at 840km Right next to the boat launch. Small rugged (new) trailer, full set up. Been there way too long. I''ve seen it there May and June, along with my most current stay. I was camping there twice two different spots, from July 6th - 15th and I seen it again and thought this is ridiculous. Only once in my current stay were people actually at it, for no more then 5 hours. Most people come and go after 1 maybe 2 nights. I did have a discussion with one other camper that made comment to no one ever being at it. - -Also on the 8th or 9th I can''t remember which day a conservation vehicle came thru with a blonde woman in the passenger seat and would have seen this as well. It wasn''t a typical conservation vehicle, it looked more authority like and was white. Natural something was written on it. - -Description of the Suspect: - Never saw the people, as 99% of the time no one was ever at it. Just all their gear, screen tent, trailer, boat and wood with a axe in it still there. Which leads me to believe it''s been there since before the fire ban. As I have stated, I have gone up May, June and July to camp in my pickup which is a overlanding unit with my two sons. - -Transport Involved: - The vehicle itself is a Tacoma plate number MX 5831 - Which now to my current knowledge is also parked in the parsnip camp for the pipeliners. I was provided pictures of it there in the lot from employees. From what I am told, employees are not to be using the campgrounds let alone for long term use. As they are currently building one out there for them. I have also contacted the head office Somerville Co. Limited for this reason among other concerns, safety issues, violations to public local users. Which I have documented on numerous times. The sheer amount of workers ""hogging"" the sites is ridiculous, but this one takes the cake. - -Witnesses: - All of my parties that attended my camping were witness to this vehicle, along with one individual who also located said vehicle in the parsnip camp. I have pictures of the vehicle in the camp parking lot. Whether they work for SA or the other company I do not know. - -Additional Comments: - I would like to be updated on this situation if possible and to remain anonymous as I am a frequent outdoors camper in rec sites all over my area. - -Thank you ',null,null,null,null,null,null,null,null,'2023-07-17 15:24:11','2023-07-17 15:24:11',null,'JOCHARTR@idir','2023-07-27 15:20:00',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028661','Another neighbour mentioned to the caller that a guy in a blue pickup truck was chasing a fawn. The nieghbour is going to bring the issue to the strata council. Strata is going to send them a warning.',null,null,null,null,null,null,'2025 Kokanee Dr N, Cranbrook, BC',null,'2023-07-17 15:13:56','2023-07-17 15:13:56',null,'COMILLER@idir','2023-07-17 15:20:27',null,null,null,null,'OPEN','CRANBRK',ST_GeomFromText('POINT(-115.7458451 49.5285479)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028651','Caller reports the creek in the rear of property has oily dark gunk in the water which is all over the rocks when the water level falls further. Has suspicions about the source. - -Can a CO call him to discuss.',null,null,null,null,null,null,'2831 Glenmount Crt, West Kelowna, BC',null,'2023-07-17 14:34:17','2023-07-17 14:34:17',null,'SMCCREAD@idir','2023-07-17 14:40:08',null,null,null,null,'OPEN','WSTKELOW',ST_GeomFromText('POINT(-119.6510626 49.8230984)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028628','BLOW BY: NB - White GMC Pickup with canopy towing a fishing boat with a grey outboard - -Call Details: The white Pickup turned around and came back so cancel the last blow by report.',null,null,null,null,null,null,'176 St, Surrey, BC',null,'2023-07-17 13:22:56','2023-07-17 13:22:56',null,'PDAYTON@idir','2023-07-27 10:59:37',null,null,null,null,'OPEN','SURRY',ST_GeomFromText('POINT(-122.735007 49.0967567)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028618','COM is concerned about pesticide use along the creek that runs behind the mobile home park. She has reported to the strata and the local township but no one will address her concerns. She believes someone is spraying round up because she has tried to plant wildflowers but they are not growing.',null,null,null,null,null,null,'Devon Rd, Creston, BC',null,'2023-07-17 13:06:03','2023-07-17 13:06:03',null,'LMOSS@idir','2023-07-17 13:10:08',null,null,null,null,'CLOSED','CRESTON',ST_GeomFromText('POINT(-116.5171164 49.1068862)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028611','Received via DFO email: -Christian reports a ""massive"" fish die off or kill in Ford Creek. Christian state ""all"" the salmon and trout fry are dead. The creek is full of dead fish floating. It was discovered this weekend. She described the location as the upper holding pond in lower Ford Creek. No further information provided. ',null,null,null,null,null,null,null,null,'2023-07-17 12:48:13','2023-07-17 12:48:13',null,'doweber@idir','2023-07-21 11:49:02',null,null,null,null,'OPEN','CHILLIWK',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028596','Caller reports blowby at Golden AIS station -silver 2022-23 Chevy Suburban towing a black and lime green Seadoo, westbound on Hwy 1 towards Revelstoke -AIS inspector has pic of vehicle going by if Salon Arm guys need it',null,null,null,null,null,null,'Golden, BC',null,'2023-07-17 12:09:10','2023-07-17 12:09:10',null,'GPKRUGER@idir','2023-07-18 10:12:51',null,null,null,null,'CLOSED','GOLDEN',ST_GeomFromText('POINT(-116.9644444 51.2975)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028595','Blow-by, dark gray pick-up truck, towing a red sea-doo and blue sea-doo. Hwy 3 headed West.',null,null,null,null,null,null,'Hwy 3, Fernie, BC',null,'2023-07-17 12:05:57','2023-07-17 12:05:57',null,'COMILLER@idir','2023-07-17 12:10:24',null,null,null,null,'OPEN','FERNIE',ST_GeomFromText('POINT(-115.063804 49.5086679)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028573','Caller reports that there is neighbor who is using a pump from a close by creek to water his lawn.',null,null,null,null,null,null,'1665 Mile 168 Rd, Williams Lake, BC','problem is across the street from above address','2023-07-17 10:59:44','2023-07-17 10:59:44',null,'COMILLER@idir','2023-07-19 10:35:42',null,null,null,null,'CLOSED','WILLMSLK',ST_GeomFromText('POINT(-122.1467511 52.1698578)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028572','BLOW BY - WB Hwy 3 - White Ram pickup towing a black and white Supreme brand with black cover.',null,null,null,null,null,null,'Hwy 3, Fernie, BC','Fernie Olsen Station','2023-07-17 10:58:07','2023-07-17 10:58:07',null,'LMOSS@idir','2023-07-17 11:02:43',null,null,null,null,'OPEN','FERNIE',ST_GeomFromText('POINT(-115.063804 49.5086679)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028556','Caller reporting that her neighbors are illegally dumping raw sewage from their RV straight into the ground. Caller advised they moved about a year ago and have never put in any type of septic or sewage system. Caller is concerned as they are on well water. -X-Ref: DGIR 232630 -',null,null,null,null,null,null,'350 Sasquatch Trail, Osoyoos, BC','Lot 19 ','2023-07-17 10:20:26','2023-07-17 10:20:26',null,'MSTERN@idir','2023-07-23 08:42:07',null,null,null,null,'CLOSED','OSOYOOS',ST_GeomFromText('POINT(-119.3484659 49.0157929)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028548','Black Ram 1500 pulling a black fishing boat with an outboard motor. Westbound towards Revelstoke.',null,null,null,null,null,null,'Hwy 1, Golden, BC',null,'2023-07-17 10:02:16','2023-07-17 10:02:16',null,'GPKRUGER@idir','2023-07-18 10:12:28',null,null,null,null,'CLOSED','GOLDEN',ST_GeomFromText('POINT(-116.9802034 51.3254533)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028547','AIS reporting a blow by. ',null,null,null,null,null,null,'Hwy 95, Golden, BC','Heading south - Golden AIS Station','2023-07-17 10:00:29','2023-07-17 10:00:29',null,'GPKRUGER@idir','2023-07-18 10:11:57',null,null,null,null,'CLOSED','GOLDEN',ST_GeomFromText('POINT(-116.8573727 51.1861394)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028546','2 deer deceased on the property in the past 10 days. COM thinks someone may be poisoning them.',null,null,null,null,null,null,'200 Lind Rd, Princeton, BC',null,'2023-07-17 09:58:06','2023-07-17 09:58:06',null,'LMOSS@idir','2023-07-17 09:59:32',null,null,null,null,'OPEN','PRINCETN',ST_GeomFromText('POINT(-120.5502544 49.4617989)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028541','They live along the beach and a lot of dead fish have been washing up, mostly white fish. One day there were 8 that washed ashore and then several over the next couple of days, about 15 in a week. Couple have been really rotting and others are freshly dead.',null,null,null,null,null,null,'1221 Hwy 3A, North Shore, BC','Kootenay lake on the West Arm','2023-07-17 09:34:43','2023-07-17 09:34:43',null,'MELOUTIT@idir','2023-07-17 13:03:29',null,null,null,null,'CLOSED','NELSON',ST_GeomFromText('POINT(-117.2654446 49.5314331)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028535','On Saturday they received a call for a possible wildfire, but it was a slash fire with garbage''s, mattresses and couches. Doing it steady and won''t stop doing it. Off grid houses at the end of the road, the furthest one in. Caller did talk to the person about it.',null,null,null,null,null,null,'80 Swanson Rd, Hixon, BC',null,'2023-07-15 15:15:00','2023-07-17 09:22:12',null,'JOCHARTR@idir','2023-07-27 14:34:17',null,null,null,null,'CLOSED','HIXON',ST_GeomFromText('POINT(-122.6037537 53.4294714)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028531','COM left message on COS district line at 6:18hrs on 20230711: -Reporting a business in the process of removing asbestos tile off of mastic improperly. Really worried about it. COM used to do remediation. Would like a call back.',null,null,null,null,null,null,'Prince George, BC','Prince George','2023-07-11 18:18:00','2023-07-17 09:18:50',null,'JOCHARTR@idir','2023-07-17 09:27:35',null,null,null,null,'OPEN','PRINGEOR',ST_GeomFromText('POINT(-122.7452778 53.9127778)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028528','Someone in close proximity is using poison on rats. Strata going to send notices to the residents. Neighbour killed 3 yesterday because they were suffering.',null,null,null,null,null,null,'2100 43 Ave, Vernon, BC',null,'2023-07-17 09:15:50','2023-07-17 09:15:50',null,'JEANDREW@idir','2023-08-03 10:03:52',null,null,null,null,'CLOSED','VERNON',ST_GeomFromText('POINT(-119.2600433 50.2743575)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028517','Caller reports having picked up an invasive snapping turtle and is hoping a CO can come and pick it up.',null,null,null,null,null,null,'1533 Kye Bay Rd, Comox, BC',null,'2023-07-17 08:39:56','2023-07-17 08:39:56',null,'MAWILSON@idir','2023-07-17 13:17:32',null,null,null,null,'CLOSED','COMOX',ST_GeomFromText('POINT(-124.8661974 49.7065455)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028514','Caller is reporting a resident is virtually daily chasing deer on a scooter chasing them and using an air horn and has their dog attached to the scooter. Today a buck ran through caller and wife, but no physical contact, being chased away by the resident. The resident had previously been firing paintballs at the deer but has since stalled. The strata had also received a formal complaint from the General Motors dealer about the issue as well. Caller also mentions there are other people shooting pellet guns at the deer.',null,null,null,null,null,null,'2025 Kokanee Dr N, Cranbrook, BC',null,'2023-07-17 08:35:14','2023-07-17 08:35:14',null,'JBUECKER@idir','2023-07-20 15:17:44',null,null,null,null,'CLOSED','CRANBRK',ST_GeomFromText('POINT(-115.7458451 49.5285479)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028513','Reporting party claims Gina Campbell is in violation of Forestry Practices.',null,null,null,null,null,null,'Fruitvale, BC',null,'2023-07-17 08:29:37','2023-07-17 08:29:37',null,'MELOUTIT@idir','2023-07-17 12:53:19',null,null,null,null,'CLOSED','FRUITVAL',ST_GeomFromText('POINT(-117.5427778 49.1147222)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028499','Caller reports seeing their neighbor dumping a big bucket of some oily liquid into the cache basin. - -Ennes Cengic home owner who dumped the liquid at 2130 last night.',null,null,null,null,null,null,'1837 Brunette Ave, Coquitlam, BC','cache basin is located across the street','2023-07-17 07:05:24','2023-07-17 07:05:24',null,'SKEANE@idir','2023-07-22 16:22:21',null,null,null,null,'OPEN','COQUITLM',ST_GeomFromText('POINT(-122.842663 49.2352775)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028495','Blow-by, Black Dodge Ram, Alberta plate, black moomba with black cover. Silver stripes on the side, black and silver wake tower. Headed West bound towards Hwy 1 Revelstoke. Salmon Arm COs are probably the best to call. - -0641 - LM CO Steve Cook -0643 - Briefed CO Sgt. Dan Bartol',null,null,null,null,null,null,null,null,'2023-07-17 06:37:05','2023-07-17 06:37:05',null,'GPKRUGER@idir','2023-07-25 15:25:02',null,null,null,null,'CLOSED','GOLDEN',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028475','FD responded to the address and found a fire burning, the subject was advised he should put it out but was very hostile to the suggestion. FD is hoping a CO can attend.',null,null,null,null,null,null,'5318 Butler St, Summerland, BC',null,'2023-07-16 22:25:10','2023-07-16 22:25:10',null,'DAVCOX@idir','2023-08-02 10:11:38',null,null,null,null,'CLOSED','SMRLAND',ST_GeomFromText('POINT(-119.6524903 49.5989767)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028473','Details of the violation - Pipeliners from Anzac camp north of prince george are taking bulltrout out of the parsnip and other rivers in the area -Description of the Suspect - Multiple -Transport Involved - Mostly company vehicles, sa energy -Witnesses - Darin Macdonald -Additional Comments - Was out camping at tacheeda lakes over the weekend, was talking with some of the workers in the area and they were bragging about catching and keeping hundreds of bulltrout from the parsnip and other rivers in the area since they’ve been there. Please check this area out -To confirm that you are human, please enter the word ‘report’ in this text box: - Report -',null,null,null,null,null,null,'Prince George, BC',null,'2023-07-16 21:49:45','2023-07-16 21:49:45',null,'JOCHARTR@idir','2023-07-27 14:01:37',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7452778 53.9127778)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028470','Details of the violation - Phone report through BC Wildfire reporting line -Caller is Trevor 250-258-272 -5km N of summerland / along hwy 97 / S peachland - Rough Coordinates 49°40.068 x -119°42.401 -caller is outside of summerland off side of hwy -couple people have fire burning - driving uhaul van -campfire going -seeing flames -fuel - wood -people are around the fire -fire sitting on asphalt on hwy in cul de sac - close to grass -wx - dry mild not windy -values - powerlines maybe homes -on hillside toward lake between peachland and summerland -on hwy 97 -past sumac ridge golf course/winery 4-5kmm N of that -Description of the Suspect - No description -Transport Involved - U-haul Van -Witnesses - Phone Report caller - Trevor 250-258-4272 -To confirm that you are human, please enter the word ‘report’ in this text box: - report -',null,null,null,null,null,null,'Hwy 97, Summerland, BC',null,'2023-07-16 21:26:05','2023-07-16 21:26:05',null,'DAVCOX@idir','2023-08-02 10:08:38',null,null,null,null,'CLOSED','SMRLAND',ST_GeomFromText('POINT(-119.6827295 49.6339082)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028467','COM reporting campfire at Annex Park. ',null,null,null,null,null,null,'12th Ave, Fernie, BC','South end near culvert ','2023-07-16 21:21:08','2023-07-16 21:21:08',null,'JBUECKER@idir','2023-07-19 15:27:02',null,null,null,null,'CLOSED','FERNIE',ST_GeomFromText('POINT(-115.065927 49.5148884)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028460','Coastal Fire Centre received a call of a fire using chopped wood at the provided location.',null,null,null,null,null,null,'Bridal Falls Rd, Popkum, BC','246 at Camperland','2023-07-16 21:03:26','2023-07-16 21:03:26',null,'PROEMER@idir','2023-07-16 21:10:42',null,null,null,null,'OPEN','POPKUM',ST_GeomFromText('POINT(-121.7413273 49.1894921)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028456','Reporting that while in the below noted area earlier today (and all weekend), caller noticed a group of males feeding a yearling doe. Caller states that he asked the males what they were doing and that it was illegal and was met with resistance. Caller states that he is not sure what they were feeding the deer but has photos of the 1 male feeding her as well as their vehicle/LP#s. Caller states he can be contacted for direction on where to fwd the photos to. ',null,null,null,null,null,null,'Chilliwack Lake Rd, Chilliwack, BC',null,'2023-07-16 20:48:37','2023-07-16 20:48:00',null,'DDAVIS@idir','2023-07-16 21:04:41',null,null,null,null,'OPEN','CHILLIWK',ST_GeomFromText('POINT(-121.9574581 49.0945758)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028452','Details of the violation - The couple living in the back property are keeping wildlife and rehabbing them without license or any veterinary expertise -Description of the Suspect - 2 adults. 1 female. 1 male. Both have a number of animals on the property aswell as keeping wildlife. Living in the property at the back of the area. -To confirm that you are human, please enter the word ‘report’ in this text box: - Report -',null,null,null,null,null,null,'1145 McKenzie Rd, Kelowna, BC',null,'2023-07-16 20:31:09','2023-07-16 20:31:09',null,'DDAVIS@idir','2023-07-16 20:33:20',null,null,null,null,'OPEN','KELOWNA',ST_GeomFromText('POINT(-119.3638199 49.8858302)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028443','Squamish Fire reported an open burning campfire they are not responding to. ',null,null,null,null,null,null,null,'Paradise Valley Road ','2023-07-16 19:50:33','2023-07-16 19:50:33',null,'RBACALL@idir','2023-07-16 19:56:34',null,null,null,null,'OPEN','SQUMISH',ST_GeomFromText('POINT(-123 10.386 49 52.002)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028442','COM reporting campfire ',null,null,null,null,null,null,'Paradise Valley in Squamish, BC',null,'2023-07-16 19:37:26','2023-07-16 19:37:26',null,'EFITCH@IDIR','2023-07-16 20:54:52',null,null,null,null,'OPEN','SQUMISH',ST_GeomFromText('POINT(-123.16666666666667 49.88333333333333)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028438','She has a bucket full of painted turtles and not enough water in it for them as well.',null,null,null,null,null,null,'Sylvania Cres, Kelowna, BC',null,'2023-07-16 19:32:26','2023-07-16 19:32:26',null,'JEANDREW@idir','2023-08-10 12:25:54',null,null,null,null,'CLOSED','KELOWNA',ST_GeomFromText('POINT(-119.412930 49.893647)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028425','5 lb bags of Columbia valley huckleberries -Early season huckleberries yet ripened to perfection. Get yours while the season lasts. Taking orders for fresh, or Frozen. Apologies for price increase due to high demand. -',null,null,null,null,null,null,null,null,'2023-07-16 18:31:06','2023-07-16 18:31:06',null,'MELOUTIT@idir','2023-07-17 12:39:24',null,null,null,null,'CLOSED','TRAIL',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028422','COM reported a caller whose neighbour is having a camp fire and has had several fires this week. -',null,null,null,null,null,null,'100th St and 101st St and Centre Ave, Castlegar, BC','49 14.605, -117 39.563','2023-07-16 18:22:46','2023-07-16 18:22:46',null,'MELOUTIT@idir','2023-07-17 12:29:11',null,null,null,null,'CLOSED','CSTLGR',ST_GeomFromText('POINT(-117.6593768 49.2434113)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028407','COM reported mattresses, cabinets, and dry wall left at a trail gate at the note coordinates. -',null,null,null,null,null,null,null,'48.594034, -123.630316 (300 M North of Orme Rd) ','2023-07-16 17:12:23','2023-07-16 17:12:23',null,'MAWILSON@idir','2023-07-19 15:35:47',null,null,null,null,'CLOSED','SHWNIGN',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028393','COM reporting suspect has collected 200-300 crayfish in a buck and when advised to return them to the river the suspect used expletives to the COM and said he was taking them home. - -1623 briefed CO Buchanan',null,null,null,null,null,null,'232nd and Fern Cres','Maple Ridge Park along the river by the field','2023-07-16 16:18:09','2023-07-16 16:18:09',null,'DLEWERS@idir','2023-07-16 16:23:47',null,null,null,null,'OPEN','MAPLERID',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028387','Group of homeless people in 3 or 4 tents were having a campfire this morning right in the middle of the forests. ',null,null,null,null,null,null,null,'Across from Vedder River, down Chilliwack Lake Road, down the trail to the left','2023-07-16 15:51:53','2023-07-16 15:51:53',null,'RBACALL@idir','2023-07-16 15:55:55',null,null,null,null,'OPEN','CHILLIWK',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028379','Caller has links and names associated with the event.',null,null,null,null,null,null,'Mill Lake Rd, Abbotsford, BC','Mill Lake','2023-07-16 14:44:44','2023-07-16 14:44:44',null,'PROEMER@idir','2023-07-16 14:48:12',null,null,null,null,'OPEN','ABTFRD',ST_GeomFromText('POINT(-122.309016 49.0477596)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028354','COM reporting a blow-by - -1250 LM CO Melenka',null,null,null,null,null,null,'Hwy 3 And 95 and rest area, Yahk, BC','eastbound towards Cranbrook','2023-07-16 12:47:39','2023-07-16 12:47:39',null,'ADOMPIER@idir','2023-07-16 13:07:08',null,null,null,null,'OPEN','YAHK',ST_GeomFromText('POINT(-116.1170901 49.0795661)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028332','RAPP Report: -Last Saturday - the 8th - a friend and I attended the site with our animals. As we walked the foreshore, we noted, to our horror, several fresh firepits in an area known for hosting weekend campers who are given access to the private site by the individual who controls that access. -My friend and I are experienced woodsmen and recognized the firepits as relative fresh, likely from the long weekend, at very least, well after the fire ban had been enacted. Pit remnants were still shiny. One was right under the overhanging trees. The stupidity is frightening. -Please, do whatever it takes to put a stop to this. Anything that gets out of control, and it would on that site, the fuel load is very heavy, could and would, move directly into the townsite with no problem whatsoever. To me, that’s reckless endangerment. - -emailed due to delayed reporting -',null,null,null,null,null,null,null,null,'2023-07-16 11:10:33','2023-07-16 11:10:33',null,'MAWILSON@idir','2023-07-17 11:53:08',null,null,null,null,'CLOSED','YOUBOU',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028322','A man has let his sail boat sink in Slocan lake in January and it has been polluting the lake ever since. It has an outboard motor with fuel that has been seeping into the lake since January. ',null,null,null,null,null,null,'Slocan Lake',null,'2023-07-16 10:00:55','2023-07-16 10:00:55',null,'MELOUTIT@idir','2023-07-17 09:02:31',null,null,null,null,'CLOSED','STHSLCN',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028313','Caller reporting two individuals netting on the Fraser River - -',null,null,null,null,null,null,null,'Just outside of Yale going north','2023-07-16 09:28:49','2023-07-16 09:28:49',null,'PBRACKEN@idir','2023-07-16 10:01:20',null,null,null,null,'OPEN','YALE',ST_GeomFromText('POINT(-121.40474 49.58699)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028310','Around 12pm, Sat. Jul 15 I arrived to Pebble Beach rec site on Kootenay Lake. I observed a rental pontoon boat from Woodbury Resort on the beach with the guy appeared to be cleaning fish. They left shortly after we arrived and I noticed in the water off the beach the bodies of about 6-7 kokanee salmon crudely fileted and chucked in the water ',null,null,null,null,null,null,'Kootenay Lake Provincial Pk, Pebble Beach, BC',null,'2023-07-16 09:21:33','2023-07-16 09:21:33',null,'SMCCREAD@idir','2023-07-16 09:25:03',null,null,null,null,'OPEN','RIONDEL',ST_GeomFromText('POINT(-116.9383248 50.1014176)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028309','RAPP Report: -Keats Island, Melody Point area (between Camp Barnabas and Plumpers Cove Marine Park. July 15, 2023 between 1015 and 1045 pm. Massive fireworks display from barge parked in front of house on Melody Point. This person has set fireworks off from his float before during periods when it is not advisable or allowed due to dry conditions but this time he hired a barge and fired the fireworks from the barge in front of his house. While the barge was probably far enough off shore that sparks would not be an issue, he was told by neighbours not to do it because Keats has no proper fire protection and fireworks are banned. He ignored the other residents and flaunted the ban with a large display. Nice but not appropriate with the current conditions. -While I enjoy a fireworks display, there is a time and a place for it and during this extremely dry time this is simply not appropriate behaviour, even when taking the precautions of positioning the fireworks on a barge. It sends a message to others who may not be as careful that either there is no ban on fireworks or that no one is going to do anything to prevent it. I worry about BC Day in August. - -emailed only due to delayed reporting. -',null,null,null,null,null,null,null,null,'2023-07-16 09:21:14','2023-07-16 09:21:14',null,'RBACALL@idir','2023-07-16 10:24:56',null,null,null,null,'OPEN','GIBSONS',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028303','North East corner Keats Island -July 15th 2023 Time 10:00 - 11:00 -Massive fireworks display Northeast corner Keats Island - fire rating extreme. -Apparently this person bought the North Van fire works display because they canceled due to the fire rating. -',null,null,null,null,null,null,'1120 Point road Gibsons bc',null,'2023-07-16 09:05:25','2023-07-16 09:05:25',null,'MAWILSON@idir','2023-08-03 12:08:05',null,null,null,null,'CLOSED','KEATSISL',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028287','Caller reports an open fire that was going last night. They told the camper that it was illegal and they doused the fire. At the site there is still firewood when the forestry employee went by the site this morning, no fire yet. Located at Hwy 33 e of Kelowna by big white at the McCulloch recreation area in site 26. - -Name; Currier, BC Plate CS4222 site 26, paid til noon today',null,null,null,null,null,null,'Hwy 33, Big White, BC',null,'2023-07-16 07:10:45','2023-07-16 07:10:45',null,'JEANDREW@idir','2023-08-03 12:15:24',null,null,null,null,'CLOSED','BIGWHIT',ST_GeomFromText('POINT(-119.1029197 49.7218553)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028278','Campfire with people on scene camping and partying. ',null,null,null,null,null,null,'Elaho Main, Squamish, BC','2 - 3 km up','2023-07-15 22:46:21','2023-07-15 22:46:21',null,'PROEMER@idir','2023-07-15 22:51:49',null,null,null,null,'OPEN','SQUMISH',ST_GeomFromText('POINT(-123.5632398 50.2384356)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028277','Reporting a campfire near the noted location. COM can see it 5 km away with binoculars. - -COM: Ryan, 250-720-1539',null,null,null,null,null,null,null,'SOUTH TAYLOR MAIN FSR, SOUTH OF SPROAT LAKE ON THE BEACH','2023-07-15 22:41:30','2023-07-15 22:41:30',null,'MAWILSON@idir','2023-07-17 11:40:49',null,null,null,null,'CLOSED','PORTALBR',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028276','COM: Randy 250-337-8223 reported multiple open campfires, largest being the size of a pallet. ',null,null,null,null,null,null,'4220 Biggs Rd, Nanaimo, BC',null,'2023-07-15 22:38:06','2023-07-15 22:38:06',null,'MAWILSON@idir','2023-07-27 14:21:09',null,null,null,null,'CLOSED','NANAIMO',ST_GeomFromText('POINT(-124.0646601 49.2030833)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028269','Reporting a campfire near the noted location. - -Kristen - 519-318-3723 - -49 37.011 -123 12.586',null,null,null,null,null,null,null,'MINATY BAY, SOUTH OF BRITANNIA BEACH, WEST OF HWY 99 ON THE BEACH','2023-07-15 21:43:22','2023-07-15 21:43:22',null,'KWINTERS@idir','2023-07-15 21:49:07',null,null,null,null,'OPEN','BRT BCH',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028264','By email - RAPP ORR: -Phone report into BC Wildfire Service reporting line - July 15, 2023 20:45 -Garnet Lake Dam @ Garnet Valley Rd -Caller seeing some people having a bonfire at Garnet Lake Dam @ Garnet Valley Rd -Caller noted they''re struggling to put it out, caller thinks they''ve been drinking -size: 2-3 pallets -Plots within Summerland FD Area -',null,null,null,null,null,null,'Garnet Lake Dam @ Garnet Valley Rd ',null,'2023-07-15 20:54:35','2023-07-15 20:54:35',null,'JEANDREW@idir','2023-08-02 13:02:09',null,null,null,null,'CLOSED','SMRLAND',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028259','COM: Leon 250-433-1902 reported to the SE Fire Centre in the below mentioned location. Original caller reports that this is the 2nd night that the camp fire has been going. Unknown if fire is in a fire pit or on the surface but there is dry timber / grass in the immediate area. Original caller could see smoke and open flames. ',null,null,null,null,null,null,'Newgate, BC','West Lake Koocanusa - west of Gold Creek - at the mouth of Gold Creek @ Lake Koocanusa','2023-07-15 20:40:29','2023-07-15 20:40:29',null,'JBUECKER@idir','2023-07-19 15:19:06',null,null,null,null,'CLOSED','NEWGAT',ST_GeomFromText('POINT(-115.1888889 49.0219444)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028258','COM: Lilanna Nikal 778-675-6209 reported to RCMP about witnessing 4 adults (2 males / 2 females) in a boat harrassing a BB in the Nechako River near the below noted location. It was reported that they were laughing and chasing the BB and eventually killed the BB by hitting it with their boat. The carcass was last seen floating down the river. Caller was hiding from SUS(s) when she called into RCMP. The dispatcher told her to try and get a video of the boat for COS follow up. No RCMP member assisgned to case but file # is 23-23855. ',null,null,null,null,null,null,'1850 River Rd, Prince George, BC','Cottonwood Trail ','2023-07-15 20:35:54','2023-07-15 20:35:54',null,'JOCHARTR@idir','2023-07-27 13:27:51',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7554291 53.9260763)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028247','COM reporting campfire from email reporting. ',null,null,null,null,null,null,'Tsawwassen-Swartz Bay Ferry, Delta, BC','Residential area near Tsawwassen Ferry terminal causeway. ','2023-07-15 19:55:40','2023-07-15 19:55:40',null,'EFITCH@IDIR','2023-07-15 20:20:54',null,null,null,null,'OPEN','TSAWWASN',ST_GeomFromText('POINT(-123.1349455 49.0040695)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028224','Caller advises that there is a boat at the location conducting illegal fishing as the Skeena is presently closed to fishing.',null,null,null,null,null,null,'Hogg Line on Skeena, Terrace BC',null,'2023-07-15 18:24:18','2023-07-15 18:24:18',null,'PROEMER@idir','2023-07-15 18:30:40',null,null,null,null,'OPEN','TERRACE',ST_GeomFromText('POINT(-128.703601 54.499281)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028221','COM stating that 14 white sucker fish have died within the last 1 week at or near dock and washed ashore. He doesnt know if it is pollution or contamination. Requested CO contact him for further details. ',null,null,null,null,null,null,'Kootenay Lake Ferry, Balfour, BC','West Arm','2023-07-15 17:41:07','2023-07-15 17:41:07',null,'MELOUTIT@idir','2023-07-17 08:57:04',null,null,null,null,'CLOSED','BALFOUR',ST_GeomFromText('POINT(-116.934989 49.6330096)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028211','COM Todd 604-798-4498 reported a campfire to the Coastal Fire Centre',null,null,null,null,null,null,null,'South end of Marguerite Island, south end of Harrison Lake','2023-07-15 16:53:09','2023-07-15 16:53:09',null,'RBACALL@idir','2023-07-15 16:59:52',null,null,null,null,'OPEN','HARHOTSP',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028206','COM is reporting a company that fills up barges with cedar wood dust on the river with machinery and they use garden hose sized water sprayers which are inadequate to keep the dust wet. Often times they are observed not even spraying down the dust. Advised that large amount of this dust falls into the river and surrounding areas. - -The company conducting this is Terminal Forest Products - 12180 Mitchell Rd, Richmond, BC V6V 1M8',null,null,null,null,null,null,'8592 Fraser St, Vancouver, BC',null,'2023-07-15 16:17:08','2023-07-15 16:17:08',null,'IPAVLOVI@IDIR','2023-07-15 16:26:35',null,null,null,null,'OPEN','VANCOUVR',ST_GeomFromText('POINT(-123.0911774 49.206365)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028175','COM is reporting that one of the workers from the security company she works for was walking along the river on their lunch break and noticed that a large amount of dead crabs was dumped into the river. Advised that there is a business nearby that sells crab/ seafood. COM found that a little suspicious. - -',null,null,null,null,null,null,'22091 Fraserwood Way Unit 2000, Richmond, BC V6W 0A8','Across the above address on the river side ','2023-07-15 13:41:18','2023-07-15 13:41:18',null,'IPAVLOVI@IDIR','2023-07-15 13:46:14',null,null,null,null,'CLOSED','RICHMOND',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028154','COM is reporting that there is a fire pit that is actively burning at the noted community centre. It is being attended by at least 8 individuals. ',null,null,null,null,null,null,'5767 Old Vernon Road, Rd, RR 3, Enderby','Splatsin Community Centre ','2023-07-15 12:14:58','2023-07-15 12:14:58',null,'PBRACKEN@idir','2023-07-15 13:36:51',null,null,null,null,'OPEN','ENDERBY',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028147','Reporting a guy with a big burn pile going at the first residence north of the power station going north on Lower Wynndel Rd, Creston.',null,null,null,null,null,null,'Lower Wynndel Rd, Wynndel, BC',null,'2023-07-15 11:46:01','2023-07-15 11:46:01',null,'MELOUTIT@idir','2023-07-17 08:31:14',null,null,null,null,'CLOSED','CRESTON',ST_GeomFromText('POINT(-116.5448024 49.1650504)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028144','RAPP Report: -The location can be seen approximately at the following Google Map Link. -https://maps.app.goo.gl/Z5FpjFFfpQjbgsEM8 -Florence Lake Forest Service Road, on to Rockwell Delta Acceas Road. Old Forest road left before lake. Trail head is on the right 70 yards after the bridge. -Trail winds down to the lake. A little north of the trail on the lake side appears to be a very long term camp with tarped over tent and what seems like a lot of debris, trash and possible firepit. - -With the current fire concern conditions I felt it should be reported. - -I was hiking and walking up there around 7:30am today (Saturday June 15th) the site appeared like it might still be active. I had two dogs on leash and didn''t want to approach to closely. - -Emailed only due to delayed reporting. -',null,null,null,null,null,null,'Florence Lake Forest Service Road, ','Florence Lake Forest Service Road, on to Rockwell Delta Acceas Road. Old Forest road left before lake. Trail head is on the right 70 yards after the bridge. Trail winds down to the lake. ','2023-07-15 11:37:50','2023-07-15 11:37:50',null,'PBRACKEN@idir','2023-07-15 11:40:50',null,null,null,null,'OPEN','MISSION',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028143','COM reports that a couple times last week their have been a couple of fires on the property. COM reports the fire department was told by the home owner the fire was for ceremonial purposes, but notes the owner is not on FN land. COM reports they will only extinguish fires if there is immediate threat to safety and are highly sensitive to the claim of ceremonial use. COM reports the home owner was also very abusive to fire crews. -Third party reports that fire is currently burning. - -1143 briefed CO Connatty',null,null,null,null,null,null,'2693 Squilax-Anglemont Rd, Lee Creek, BC',null,'2023-07-15 11:35:46','2023-07-15 11:35:46',null,'SMCCREAD@idir','2023-08-01 23:17:43',null,null,null,null,'CLOSED','SCTCHCRK',ST_GeomFromText('POINT(-119.5408424 50.9089178)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028110','COM reported a neighbour that has chased their bison through fences onto the COM''s property.',null,null,null,null,null,null,'16569 Quick East Rd, Telkwa, BC',null,'2023-07-15 09:43:22','2023-07-15 09:43:22',null,'TARWILLI@idir','2023-07-18 14:23:01',null,null,null,null,'CLOSED','TELKWA',ST_GeomFromText('POINT(-126.8845675 54.6184182)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028097','COM reported a person having an open fire on their property at the noted address next to a provincial park. ',null,null,null,null,null,null,'6247 Lions Creek Rd',null,'2023-07-15 08:41:22','2023-07-15 08:41:22',null,'CEDGE@idir','2023-07-18 13:57:40',null,null,null,null,'CLOSED','WILLMSLK',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028096','AIS blow by. ',null,null,null,null,null,null,'Hwy 15, Surrey, BC',null,'2023-07-15 08:37:03','2023-07-15 08:37:03',null,'PBRACKEN@idir','2023-07-15 08:42:57',null,null,null,null,'OPEN','SURRY',ST_GeomFromText('POINT(-122.7352024 49.0925369)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028072','COM reported a BB that comes to the neighbour''s house everyday and gets into the garbage bins spreading the garbage they leave out at the front of the house. ',null,null,null,null,null,null,'16 Buckhorn Pl, Port Moody, BC',null,'2023-07-15 06:33:01','2023-07-15 06:33:01',null,'DTALEVSK@idir','2023-07-15 06:36:53',null,null,null,null,'OPEN','PORTMDY',ST_GeomFromText('POINT(-122.8302214 49.2943985)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028056','https://www.facebook.com/groups/1790208421200099/permalink/3748021822085406/?mibextid=W9rl1R -',null,null,null,null,null,null,'Hope, BC',null,'2023-07-14 21:52:45','2023-07-14 21:52:45',null,'EFITCH@IDIR','2023-07-14 21:59:47',null,null,null,null,'OPEN','HOPE',ST_GeomFromText('POINT(-121.4413889 49.3797222)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028048','Campfire report Hwy 99 just north of Squamish. Cheakamus Canyon Climbing Site in parking lot by a trailer. - -RP: Julie 541-517-8924',null,null,null,null,null,null,null,'49 54.394, -123 09.733','2023-07-14 21:09:57','2023-07-14 21:09:57',null,'COMILLER@idir','2023-07-14 21:18:43',null,null,null,null,'OPEN','SQUMISH',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028027','Details of the violation - 61954 Estell Rd, Hope BC -July 14 2023-ALL DAY -Fugitive dust & Noise -Front end loader & dump trucks -Description of the Suspect - Driver of front end loader & drivers of many dump trucks -Witnesses - The whole of Windmill Seniors Community at 62010 Flood Hope Rd, Hope BC -Additional Comments - DENT Construction removed more trees between our community & the lot they are leasing at 61954 Estell Rd. Whatever dust control system they are using is NOT adequate. Not only does the dirt & GRAVEL DUST come into our house, the sounds of tail gates closing, back up beepers & loads dumping is disturbing. There is NO barrier between us & them, they removed all the trees. Gravel dust containing silica is a health hazard especially to elders. They are located only 68 meters away and the dust can easily travel 750 meters. -I have video of what we are dealing with all day long. Please contact me for a copy. To get an idea without the video, pick up a hand full of dirt & throw it in your face. -Thank you -To confirm that you are human, please enter the word ‘report’ in this text box: - report -',null,null,null,null,null,null,'61954 Estell Rd, Hope, BC',null,'2023-07-14 18:29:04','2023-07-14 18:29:04',null,'DDAVIS@idir','2023-07-14 18:32:03',null,null,null,null,'CLOSED','HOPE',ST_GeomFromText('POINT(-121.5151074 49.3632096)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028025','Vehicle came off of Hwy 1 onto Hwy 95 so final direction of travel unknown.',null,null,null,null,null,null,'Hwy 95','heading ?','2023-07-14 18:16:29','2023-07-14 18:16:29',null,'GPKRUGER@idir','2023-07-15 10:26:06',null,null,null,null,'CLOSED','GOLDEN',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028010','a lady throwing a seagull around the field',null,null,null,null,null,null,'1982 Renwick Cres, Prince George, BC','Duchies Park Playground','2023-07-14 17:17:28','2023-07-14 17:17:28',null,'JOCHARTR@idir','2023-07-27 11:06:19',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.75901 53.917843)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027997','Our Band namely Lake Babine dug a huge hole and dumping ripped down houses in there. Some homes contained esbestos. There are other items such as pipes and propane bottles in there. Housing materials not separated just dumped and buried. ',null,null,null,null,null,null,null,null,'2023-07-14 16:23:00','2023-07-14 16:23:00',null,'TARWILLI@idir','2023-07-18 15:02:40',null,null,null,null,'CLOSED','FTBABINE',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027978','Hwy 3 Fernie Olsen Station -BLOW BY: WB Older white RV towing miniature pontoon boat -BLOW BY: WB White GMC towing white black and orange wake boat',null,null,null,null,null,null,'Hwy 3, Fernie, BC','Fernie Olsen Station','2023-07-14 15:10:13','2023-07-14 15:10:13',null,'LMOSS@idir','2023-07-14 15:11:09',null,null,null,null,'OPEN','FERNIE',ST_GeomFromText('POINT(-115.063804 49.5086679)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027965','Blowby: White Dodge panel van, partial BC Plate starting LM, towing an aluminum Hughes Craft fishing boat',null,null,null,null,null,null,null,'Heading north on Hwy 15','2023-07-14 14:31:43','2023-07-14 14:31:43',null,'RBACALL@idir','2023-07-14 14:35:03',null,null,null,null,'OPEN','SURRY',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027963','AIS Blow-by: Black Dodge - pulling a black Jet Boat that says Bratt on the side of it. -Plate: AB: CMC 5179 -Vehicle was heading NB towards Dawson Creek on HWY 2 ',null,null,null,null,null,null,'Hwy 2, Dawson Creek, BC',null,'2023-07-14 14:28:27','2023-07-14 14:28:27',null,'JDAMERT@idir','2023-07-14 16:10:42',null,null,null,null,'CLOSED','DAWSONCR',ST_GeomFromText('POINT(-120.2002475 55.7377055)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027959','Yesterday I head a lound machine very near my north fence about the middle of my property. I hopped on my tractor and drove to the sound. There, I found my neighbour standing on my side of the fence directing a man who was operating a large terra forming excavator. I took a video and it shows about a 100 yards of dirt being picked up from his side of the fence and dumped on my side of the fence. The fence is also damaged. I asked the operator what he was doing and he said he was taking orders from the man standing on my side of the fence. I asked him to stop and that I was going to report it to the city and I wanted him to remove his excavator which he did early this am. There is a salmon stream just north of where they were digging and he seemed to know about that. My new neighbour has created a large lake on his property which now floods onto my property. - -I need the city to come out and see what is going on. I want my neighbour to stay on his side of the fence. Last year his German Shepard and his Doberman Pincher attacked us on the street causing my little miniature pomeranian to get bitten on the shoulder. There was a 100''s yard long traffice jam as his dogs kept attacking us for about 100 yards. The city showed up and the dogs went away. Now i have this new problem. I have lots of photos and video which I''ll try to put in this e-mail. The video was shot from me sitting on my tractor on my side of the fence. - -The owner of 430 does not speak any English. He is an old man and you can see him in the video. His son is fluent in English and is known to be arrogant. There are only 2 of them on the property. - -The excavator operator said they were going to build a fence and I suspect he''ll move the poles only my property. I''ll be watching for that. I talked to the excavator person and he said it was all taken care of. I don''t believe there is any permit in place for what was done or for the huge lake they built which I can only think is for stocking some kind of fish. - -I have videod all that I saw and can send it if you want. - -',null,null,null,null,null,null,null,null,'2023-07-14 14:24:25','2023-07-14 14:24:25',null,'IPAVLOVI@IDIR','2023-07-14 14:26:21',null,null,null,null,'OPEN','LANGLEY',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027956','BLOW BY: SB - Grey Ford Pick up DS1476 towing a white ski boat with red cover',null,null,null,null,null,null,'Hwy 3A, Keremeos, BC',null,'2023-07-14 14:22:04','2023-07-14 14:22:04',null,'BRANBECK@idir','2023-07-19 15:35:36',null,null,null,null,'CLOSED','KEREMEOS',ST_GeomFromText('POINT(-119.8220977 49.2261612)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027955','2600 Quinsam Rd., Campbell River. A travel trailer has been parked (and in use) since Wednesday July 5 at the West end of the Campbell River Gun Club building (crown land). The RCMP attended on Wed. morning and I showed up just before noon on the 5th. I spoke to the woman who came out of the trailer and told her that this was the CR Gun Club and was located on Crown Land. She wanted permission to stay and I said no. I also informed her that when the Range was in use that high speed fans would be blowing dust/debris from inside the Range. -The trailer has no power, no water and the question begs to be answered as to what are they doing with sewage, waste water and garbage. I have left a phone call with the RAPP line but have not yet received a call. -',null,null,null,null,null,null,null,null,'2023-07-14 14:21:52','2023-07-14 14:21:52',null,'MAWILSON@idir','2023-07-31 14:40:33',null,null,null,null,'CLOSED','CMBLRV',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027946','Caller reporting a homeless person burning, dumping and using creek for septic. Fire on site last night. Fire Department attended and said it was a cooking fire. The caller states the fires are affecting her respiratory system. -The caller has contacted the following without the desired results: -Mike Hurly Burnaby Councilor -Burnaby RCMP, Burnaby Fire Department -BC Hydro CEO -Fraser Health - Doug Cloudenr 604-613-4546 -Leanne Appleton CEO Burnaby Hospital 236-332-4739 -Mandeet Nijjar Bylaw 604-294-7321 -** caller requesting a callback.',null,null,null,null,null,null,'3710 Kalyk Ave, Burnaby, BC','Discovery Park, next to the hospital, by the BC Hydro ROW entrance.','2023-07-14 13:49:58','2023-07-14 13:49:58',null,'DLEWERS@idir','2023-07-19 21:08:20',null,null,null,null,'OPEN','BURNBY',ST_GeomFromText('POINT(-123.0127568 49.2513657)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027945','COM is reporting that the owner of the noted bike track is watering the lawn and grass there but is siphoning water from a nearby creek that has salmon fry in it. COM is concerned that the creek is getting drained and that salmon fry might be getting sucked into the pump as a result. The track is owned by a Jack Oviatt who is also the person siphoning the water. ',null,null,null,null,null,null,'Loganberry Ave, Kitimat, BC','Oviatt Bike Track ','2023-07-14 13:49:37','2023-07-14 13:49:37',null,'IPAVLOVI@IDIR','2023-07-14 14:02:22',null,null,null,null,'OPEN','KITIMAT',ST_GeomFromText('POINT(-128.6424795 54.0389056)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027938','Blow-by Fernie Olsen station, West on Hwy 3, Black Cadillac towing a tan and black Malibu with an inboard/out board motor with black cover.',null,null,null,null,null,null,null,null,'2023-07-14 13:32:48','2023-07-14 13:32:48',null,'COMILLER@idir','2023-07-14 13:36:56',null,null,null,null,'OPEN','FERNIE',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027927','AIS reported a blow by at the Fernie station. -White Chevy towing a turquoise and white wake boat with a white cover -headed west on Hwy 3 ',null,null,null,null,null,null,null,null,'2023-07-14 13:09:28','2023-07-14 13:09:28',null,'DTALEVSK@idir','2023-07-14 13:14:08',null,null,null,null,'OPEN','FERNIE',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027922','AIS reported a blow by. Black Ram truck towing a green and black jet ski with cover on the jet ski. Alberta license plates. -Headed on Hwy 3 to Cranbrook coming from Hwy 95. ',null,null,null,null,null,null,null,null,'2023-07-14 13:02:23','2023-07-14 13:02:23',null,'MELOUTIT@idir','2023-07-14 16:49:39',null,null,null,null,'CLOSED','YAHK',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027918','COM noticed that dumping occurred between 0900 and 1200 today. There are 2 love seats, a deep freeze, camp chair and other assorted items. - -54 43 16.2N 122 47 46.4W',null,null,null,null,null,null,null,'Kerry Rd','2023-07-14 12:50:17','2023-07-14 12:50:17',null,'LMOSS@idir','2023-07-14 12:58:53',null,null,null,null,'OPEN','MCLEODLK',ST_GeomFromText('POINT( -122.79695291601166 54.72282462859111)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027917','Jiffy lube employees of aldergrove, were washing floor full of oil straight into sewerage. Go check there sewage probably full of oil ',null,null,null,null,null,null,null,null,'2023-07-14 12:47:02','2023-07-14 12:47:02',null,'LMOSS@idir','2023-07-14 12:48:22',null,null,null,null,'OPEN','ALDRGRV',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027907','COM reporting a blow-by heading north towards Dawson Creek - -1230 LM CO Mayowski -1231 LM CO Groeger -1232 briefed CO Lacey - -',null,null,null,null,null,null,'Hwy 43, Dawson Creek','Dawson Creek AIS','2023-07-14 12:26:48','2023-07-14 12:26:48',null,'JDAMERT@idir','2023-07-14 15:46:02',null,null,null,null,'CLOSED','DAWSONCR',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027884','COM reports she saw kids at the location below having a fire in a fire pit. COM told them there was fire ban on - -1116 LM CO Chretien',null,null,null,null,null,null,'33rd St S and 42nd Ave S, Cranbrook, BC',null,'2023-07-14 10:55:00','2023-07-14 11:14:06',null,'DLEWERS@idir','2023-07-14 11:17:09',null,null,null,null,'OPEN','CRANBRK',ST_GeomFromText('POINT(-115.7223863 49.4782839)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027881','RAPP Report: -August 2, 2022 (and repeated throughout the years) -Removal of trees with eagles'' and owls'' nests -When attempting to photograph, the arborists get hostile and defensive -Malicious negligence towards protected eagle and owl nests (even cheering and celebrating the destruction of dens in a family neighborhood), encouraging old growth tree removal over treating damage or disease, and prowling for removal opportunities in our beautiful Beach Grove (Delta, BC, Canada) - -Emailed due to delayed reporting -',null,null,null,null,null,null,'5884 Whitcomb Pl, Delta, BC',null,'2023-07-14 11:03:56','2023-07-14 11:03:56',null,'PBRACKEN@idir','2023-07-14 11:08:21',null,null,null,null,'OPEN','DELTA',ST_GeomFromText('POINT(-123.0607909 49.0283696)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027879','Yesterday a woman hit a black bear cub with her vehicle. Cub''s back and hips were broken and cub was struggling. Caller cut the cub''s throat with a sharp fishing knife. Cub crawled into the bush and died. Other people who were there said some ""Environment"" people were going to attend. Caller thought it was weird and thought they were going to take the cub. Caller felt strange about the whole incident and was unsure if he did the right thing. -Cub''s relatives have bothered caller alot. Mother was in caller''s back yard a month ago. - -',null,null,null,null,null,null,null,'South of Ward Road on Sumas Mountain Road','2023-07-13 13:00:00','2023-07-14 11:00:01',null,'RBACALL@idir','2023-07-14 11:12:34',null,null,null,null,'OPEN','ABTFRD',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027878','COM reporting blow-by heading west on hwy 3 - -1059 briefed CO Chretien',null,null,null,null,null,null,'Hwy 3, Fernie, BC','Fernie AIS','2023-07-14 10:57:51','2023-07-14 10:57:51',null,'DLEWERS@idir','2023-07-14 11:03:28',null,null,null,null,'OPEN','FERNIE',ST_GeomFromText('POINT(-115.063804 49.5086679)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027873','Blow-by: Blue Ford F150 towing a brown and white inboard/outboard boat, with black decals and black cover -',null,null,null,null,null,null,null,'Heading west towards Fernie','2023-07-14 10:45:59','2023-07-14 10:45:59',null,'RBACALL@idir','2023-07-14 10:51:35',null,null,null,null,'OPEN','FERNIE',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027870','RAPP Report: -#### owns a sailboat that was illegally left on the water of slocan Lake, near the beach in the village. It was left unattended all winter, and early spring it capsized. It''s been left in the water which is a hazard and a pollutant. With admittance from this individual and a promise he''d remove it ""when the water rises"" - -He''s now trying to sell the boat for 1$ with the cavitate that they remove it from the water... -Kirby 25 sailboat -X-ref DGIR 232595 - - -',null,null,null,null,null,null,null,null,'2023-07-14 10:43:52','2023-07-14 10:43:52',null,'MELOUTIT@idir','2023-07-14 11:58:47',null,null,null,null,'CLOSED','SLOCAN',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027865','COM is reporting people that are falling trees at the noted location and harvesting lumber. Advises that the suspects dragged a tree they fell to 1909 Spring Place. COM also advises that they are operating off-road vehicles in the park as well. - -',null,null,null,null,null,null,'Steelhead Pl, Errington, BC','Parksville Qualicum Wildlife Management Area ','2023-07-14 10:25:54','2023-07-14 10:25:54',null,'DSEXTON@idir','2023-07-20 13:08:28',null,null,null,null,'CLOSED','ERRINGTN',ST_GeomFromText('POINT(-124.3371909 49.2660927)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027863','CO reported people fishing above the Jordan River Bridge, visible from West Side Road, and got there from the rock quarry. ',null,null,null,null,null,null,null,null,'2023-07-14 10:15:47','2023-07-14 10:15:47',null,'DTALEVSK@idir','2023-07-14 10:24:01',null,null,null,null,'OPEN','REVELSTO',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027861','Caller reporting that someone has been removing or brooming out bird nests in the mall area. Baby birds running around the parking lot. This occurred yesterday. - -emailed only due to delay in reporting.',null,null,null,null,null,null,'1600 15th Ave, Prince George, BC','Parkwood Mall between london drugs and workbc ','2023-07-14 10:12:26','2023-07-14 10:12:26',null,'JOCHARTR@idir','2023-07-27 10:52:56',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7586933 53.9099592)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027849','COM is reporting a person that has been dumping fish next door to COM. Advised that the dumped fish are now attracting bears ',null,null,null,null,null,null,'48632 1st Ave, North Vancouver ',null,'2023-07-14 09:33:16','2023-07-14 09:33:16',null,'IPAVLOVI@IDIR','2023-07-14 09:45:49',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027832','COM reporting that address below is processing manure onsite and its smelling up the neighbourhood. ',null,null,null,null,null,null,'1119 Finney Rd, Langford, BC',null,'2023-07-14 08:51:14','2023-07-14 08:51:14',null,'LMOSS@idir','2023-07-28 11:38:32',null,null,null,null,'CLOSED','LANGFORD',ST_GeomFromText('POINT(-123.540378 48.4233068)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027825','Pile of deer head and guts on the roadway. Neighbor saw a van driving away at 2000 last night and there is registration papers for a van matching the description at site.',null,null,null,null,null,null,'41704 Telegraph Rd, Engen, BC',null,'2023-07-14 08:38:13','2023-07-14 08:38:13',null,'JPALM@idir','2023-07-16 13:20:52',null,null,null,null,'CLOSED','VANDERHF',ST_GeomFromText('POINT(-124.2898876 53.9555329)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027821','There is a group of people camping at the day use area at Big Bend where there are no toilet facilities. The set up is preventing others from utilizing the day use area.',null,null,null,null,null,null,'Gold River Rd, Gold River, BC','Big Bend day use','2023-07-14 08:23:20','2023-07-14 08:23:20',null,'DSEXTON@idir','2023-07-17 16:23:54',null,null,null,null,'CLOSED','GOLDRIVR',ST_GeomFromText('POINT(-126.0600881 49.7885668)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027817','AIS Blow By: Red SUV hauling a wake boat, black and white in colour. No plates seen. Vehicle is heading westbound towards Salmon Arm. - -',null,null,null,null,null,null,null,null,'2023-07-14 07:55:42','2023-07-14 07:55:42',null,'GPKRUGER@idir','2023-07-25 15:25:18',null,null,null,null,'CLOSED','GOLDEN',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027816','Caller reporting dumping in the area, plastics, wood debris, recently tree trimming remnants. Caller states the problem is getting worse as more people are finding this spot to dump in. - -emailed only due to delay in reporting. ',null,null,null,null,null,null,'Vance Rd, Cultus Lake, BC','Lunchun East FSR, Water tower on the left hand side. by the access to the park on the right. ','2023-07-14 07:53:01','2023-07-14 07:53:01',null,'PBRACKEN@idir','2023-07-14 08:02:08',null,null,null,null,'OPEN','CULTSLKE',ST_GeomFromText('POINT(-121.9579888 49.0700347)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027807','Coast Fire Centre passing on a report of a campfire was seen at 0100hrs at Third Beach on Nootka Island.',null,null,null,null,null,null,'Nootka Island, BC',null,'2023-07-14 06:08:19','2023-07-14 06:08:19',null,'MAWILSON@idir','2023-07-17 14:00:47',null,null,null,null,'CLOSED','NOOTISL',ST_GeomFromText('POINT(-126.8693791 49.6936982)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027799','COM reporting a Campfire -',null,null,null,null,null,null,'Sear Island','East off of Gabriola Island side ','2023-07-13 23:11:46','2023-07-13 23:11:46',null,'MAWILSON@idir','2023-07-14 13:59:35',null,null,null,null,'CLOSED','GABRIOLAI',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027789','Calling to report a campfire',null,null,null,null,null,null,'Lac Le Jeune Rd and Inks Lake Rd','Just past the free campground','2023-07-13 22:11:03','2023-07-13 22:11:03',null,'CCRERAR@idir','2023-07-18 12:36:21',null,null,null,null,'CLOSED','KAMLOOPS',ST_GeomFromText('POINT(-120.4969444 50.4775)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027784','Reporting that he heard a shot fired near the back of his property. Caller thinks someone is possibly poaching a bb nearby.',null,null,null,null,null,null,'York Rd, Campbell River, BC',null,'2023-07-13 21:47:28','2023-07-13 21:47:28',null,'MAWILSON@idir','2023-07-14 13:10:38',null,null,null,null,'CLOSED','CMBLRV',ST_GeomFromText('POINT(-125.2173986 49.9044767)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027783','Reporting that while in the below noted location, caller came across a large pile of misc household garbage that was dumped. Caller states that she found a Pharmasave receipt and a Telus bill with the below mentioned name on it. - -',null,null,null,null,null,null,'Melrose Rd, Qualicum Beach, BC','just passed the gravel pit ','2023-07-13 21:45:52','2023-07-13 21:45:52',null,'MAWILSON@idir','2023-07-14 14:38:40',null,null,null,null,'CLOSED','QLICMBCH',ST_GeomFromText('POINT(-124.5237438 49.3114686)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027780','Coastal fire centre requesting enforcement support for a campfire (not spreading) -RP: Kirsten 604-226-9484 -Unknown subjects - -LVM Sgt Hunter -LVM CO Robertson',null,null,null,null,null,null,null,'south west beach - alouette lake','2023-07-13 21:33:32','2023-07-13 21:33:32',null,'TBIRNEY@idir','2023-07-13 21:37:32',null,null,null,null,'OPEN','MAPLERID',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027770','BCWS requesting COS assistance with a campfire. -Initial RP had spoken with locals who have an active campfire now, and intend to have another this weekend -RP: Christine 250-449-5099 -No subject description(s) - -Briefed CO Plamondon -',null,null,null,null,null,null,null,'6km on deadwood road','2023-07-13 20:55:18','2023-07-13 20:55:18',null,'SUBOAKE@idir','2023-08-14 11:28:57',null,null,null,null,'CLOSED','GREENWOD',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027758','Details of the violation - Garbage dumped on Grafton Abe. Near Memorial Rd. where the old elementary school used to be. -There needs to be a sign posted stating dumping is illegal to let people know that they could be fined. -Can someone from the R D N please clean up the mess. -To confirm that you are human, please enter the word ‘report’ in this text box: - Report -',null,null,null,null,null,null,'Grafton Ave, Errington, BC',null,'2023-07-13 20:07:24','2023-07-13 20:07:24',null,'MAWILSON@idir','2023-07-14 14:32:08',null,null,null,null,'CLOSED','PARKSVLE',ST_GeomFromText('POINT(-124.3708463 49.289456)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027757','Details of the violation - Individual having a campfire at 2-2.5 km Carmi FSR (Beaverdell Road) East of Penticton and just before Stuart Creek. Reported to BC Wildfire Service reporting line. -Description of the Suspect - No description given by caller. -Transport Involved - No description given by caller. -Witnesses - Initial Phone Report through BC Wildfire Service reporting line - Original Caller is Jessica 250-328-3673. -To confirm that you are human, please enter the word ‘report’ in this text box: -',null,null,null,null,null,null,'Beaverdell Rd, Penticton, BC','2-2.5 km Carmi FSR (Beaverdell Road) East of Penticton and just before Stuart Creek','2023-07-13 19:50:59','2023-07-13 19:50:59',null,'SUBOAKE@idir','2023-07-14 14:11:24',null,null,null,null,'CLOSED','PENTICTN',ST_GeomFromText('POINT(-119.4345255 49.4682376)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027755','Reporting that while camping at the noted location the person next to caller''s site was sanding his trailer and the particles were going into their food. Caller''s husband approached him and asked him to stop and he got very angry. Today he was taping the trailer, getting ready to paint. He started painting with a paint brush. Caller approached him and asked him to please not spray paint and he became very upset again. Caller has photos. Caller thinks he will be there for a while.',null,null,null,null,null,null,null,'NAKA CREEK BEFORE ROBSON BYTE ECOLOGICAL RESERVE','2023-07-12 12:00:00','2023-07-13 19:42:41',null,'MAWILSON@idir','2023-07-17 11:26:35',null,null,null,null,'CLOSED','SAYWARD',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027750','COM Ross (no last name taken) is passing along a campfire spotted at a camp site. ',null,null,null,null,null,null,'Horseshoe Lake Rd, Fort Steele, BC','South East side entrance of Horsehoe Lake ','2023-07-13 19:29:15','2023-07-13 19:29:15',null,'EFITCH@IDIR','2023-07-13 20:03:33',null,null,null,null,'OPEN','CRANBRK',ST_GeomFromText('POINT(-115.5168496 49.5664407)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027747','Details of the violation - The Trails development - -Ongoing for four years - -Noxious odor from waste treatment facility. -Additional Comments - This waste treatment facility releases extremely noxious orders many days of the week. -To confirm that you are human, please enter the word ‘report’ in this text box: - Report -',null,null,null,null,null,null,'Windermere, BC',null,'2023-07-13 19:13:54','2023-07-13 19:13:54',null,'DDAVIS@idir','2023-07-13 19:15:11',null,null,null,null,'CLOSED','WINDRMER',ST_GeomFromText('POINT(-115.9888889 50.4633333)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027745','Details of the violation - I know this probably isn''t enough to go on but I thought I would report this anyway. Earlier this morning on July 13th I was in my garden at 3880 Canyon-Lister Rd. I observed a doe in front of my house. A little while later I heard a single gun shot. I don''t know the time. Maybe between 11am and 12pm. Later in the afternoon we observed a fawn in our yard alone. He seems frantic and has been alone for hours. He seems like he''s almost stuck in our yard because he doesn''t know where to go to get around our fences and is too small to jump over. We have mom and baby deer go through our property every year. It doesn''t seem normal for the mother to leave the baby for so long. - -I know there''s probably little you can do with the limited information that I have. All I can say is that it sounded like the gun shot came from the east of my property. Maybe south east. It didn''t sound like a large calibre. -Additional Comments - My neighbor''s property to the south of us on Canyon-Lister rd runs a long side our property and wraps around the rear of our property. I believe the 2 properties used to be one 20 acre chunk before our 4 acres was subdivided out. He has trees and the eastern side of the property where I think deer often hide out. I don''t believe he would have shot the deer. He''s had deer going through his property for years, but, the shot sounded like it may have come from the south or eastern side of his property. I''m sorry I don''t have better information. It wasn''t until we saw that the baby was alone for a long time that we started to think maybe the gunshot was momma being shot. -To confirm that you are human, please enter the word ‘report’ in this text box: - Report -',null,null,null,null,null,null,'3880 Canyon-Lister Rd, Erickson, BC',null,'2023-07-13 19:06:42','2023-07-13 19:06:42',null,'DDAVIS@idir','2023-07-13 19:09:11',null,null,null,null,'OPEN','CYN',ST_GeomFromText('POINT(-116.4473684 49.0699756)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027731','There is a gravel transfer station next door dumping and loading. Creating big clouds of gravel and soil dust. Air pollution and noise pollution happening as late as 0100 in the morning. ',null,null,null,null,null,null,'61954 Estell Rd, Hope, BC',null,'2023-07-13 18:00:13','2023-07-13 18:00:13',null,'COMILLER@idir','2023-07-13 18:04:30',null,null,null,null,'CLOSED','HOPE',ST_GeomFromText('POINT(-121.5151074 49.3632096)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027727','Campfire report. Westside of Alice lake. Large campfire near the parking lot, not sure coal or wood burning. - -RP Parisa 604-726-3231',null,null,null,null,null,null,null,'49 46.591, -123 07.231','2023-07-13 17:48:48','2023-07-13 17:48:48',null,'MAWILSON@idir','2023-08-02 15:14:01',null,null,null,null,'CLOSED','SQUMISH',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027707','COM reporting blow-by heading westbound towards Fernie - -1613 briefed CO Chretien',null,null,null,null,null,null,'Hwy 3, Fernie, BC','Olsen Station ','2023-07-13 16:10:34','2023-07-13 16:10:34',null,'DLEWERS@idir','2023-07-13 16:13:30',null,null,null,null,'OPEN','FERNIE',ST_GeomFromText('POINT(-115.063804 49.5086679)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027705','RAPP Report: -Cherryville Recreation Site, July 12, 1040. Over 14 day limit, FRR 13 (1) -Food was left unattended in site, including a box of bread that was going mouldy. Same trailer was in the exact same location on May 19. Order to Vacate was issued and was put under the windshield wiper on the Dodge. Photos were taken. ',null,null,null,null,null,null,null,'Cherryville Recreation Site ','2023-07-13 16:02:32','2023-07-13 16:02:32',null,'JEANDREW@idir','2023-07-19 15:00:06',null,null,null,null,'CLOSED','CHRYVLLE',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027648','Caller reporting a neighbour is burning brush. Caller has a video. - -',null,null,null,null,null,null,null,'To the left when looking at the callers cabin. ','2023-07-13 13:08:43','2023-07-13 13:08:43',null,'CCRERAR@idir','2023-07-18 09:56:37',null,null,null,null,'CLOSED','KAMLOOPS',ST_GeomFromText('POINT(-120.6423599 50.7469043)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027645','BLOW BY: White Ram 3500 4 door long box with Alberta plates - towing large blue wakeboat, blue hull and black cover',null,null,null,null,null,null,'Hwy 1, Golden, BC','AIS STATION','2023-07-13 12:58:15','2023-07-13 12:58:15',null,'GPKRUGER@idir','2023-07-13 13:37:16',null,null,null,null,'CLOSED','GOLDEN',ST_GeomFromText('POINT(-116.9802034 51.3254533)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027636','Blow-by: a dark green or black Dodge Ram with a silver rack on the back pulling a larger pontoon boat -Heading westbound towards Fernie',null,null,null,null,null,null,null,'Heading westbound towards Fernie','2023-07-13 12:27:22','2023-07-13 12:27:22',null,'RBACALL@idir','2023-07-13 12:30:16',null,null,null,null,'OPEN','FERNIE',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027633','Property that backs onto given address is burning garbage. The garbage fire smolders all day. COM has asked the neighbor not to burn garbage but they continue to do so.',null,null,null,null,null,null,'McNeil St, Thornhill, BC',null,'2023-07-13 12:04:51','2023-07-13 12:04:51',null,'ISCHMIDT@idir','2023-07-13 22:08:43',null,null,null,null,'OPEN','TERRACE',ST_GeomFromText('POINT(-128.5111627 54.5299771)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027627','At the address above -Unknown between July 1 -13, 2023 -Potential hunting or other wildlife -Found carcass of 4 point buck -unsure of method of death -Carcass appears to be mostly bone now. Attract a lot of crows and very close to the houses proxitmity. Did not touch or move carcass would appreciate to know if there is a wild aggressive animal in the neighbour hood -',null,null,null,null,null,null,'7035 Blackwell Rd, Kamloops, BC',null,'2023-07-13 11:48:07','2023-07-13 11:48:07',null,'CCRERAR@idir','2023-07-18 10:17:29',null,null,null,null,'CLOSED','KAMLOOPS',ST_GeomFromText('POINT(-120.1246116 50.6390404)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027606','RAPP Report: -Many times a year. Usually at night and at high tide. -Dumping yard waste including recently fertilized grass clippings, compostable, flower arrangements, and large hedge clippings. -When my wife was videotaping him his actions including chasing her to try and get her phone while she ran from him and called 911. -Tarps dragged to a dumping platform. -He has the landscapers that do his hedge pruning several times a year leave the debris in the back yard which is oceanfront property so he can dump it into the ocean when it is dark and at high tide or one expected in the coming week. He fertilizes his grass and cuts it 3 days after then throws it over the wall at night from the platform he has on the sea wall. We now have grass growing at the high tide mark. -The neighbours that have reported home over the years say comp - -',null,null,null,null,null,null,'1456 Seaway Dr, Parksville, BC','in the back of his waterfront home. ','2023-07-13 11:00:44','2023-07-13 11:00:44',null,'MAWILSON@idir','2023-08-09 15:22:03',null,null,null,null,'CLOSED','PARKSVLE',ST_GeomFromText('POINT(-124.2583181 49.3088011)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027604','***RAPP EMAIL*** -I have watched two fishers on Green Lake, 70 Mile House, fish for a week. They fish near the south side and around Ant Island. Using 2 down riggers and 4 rods from their cabin style boat. They appear to be harvesting numerous fish every day when the possession limit is 1 over 50cm and 4 under that size. Haven’t seen a patrol boat on the lake checking ',null,null,null,null,null,null,null,'Green Lake, 70 Mile House','2023-07-13 10:59:01','2023-07-13 10:59:01',null,'CEDGE@idir','2023-07-18 15:04:34',null,null,null,null,'CLOSED','70MLHS',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027601','COM witnessed a company pressure washing paint off of the sea wall and COM is concerned that paint chips mixed with water are going into the environment.',null,null,null,null,null,null,'Killarney Rd, Saanich, BC','End of the road on the right','2023-07-13 10:47:02','2023-07-13 10:47:02',null,'MAWILSON@idir','2023-08-09 15:11:09',null,null,null,null,'CLOSED','OAKBAY',ST_GeomFromText('POINT(-123.2981786 48.4595462)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027597','COM reporting a dead BB he discovered that appears to be burnt and full of maggots',null,null,null,null,null,null,'Beam Station Rd, Terrace, BC','just past Old Remo Rd on the right a small branch road ','2023-07-13 10:39:49','2023-07-13 10:39:49',null,'DLEWERS@idir','2023-07-13 10:43:01',null,null,null,null,'OPEN','TERRACE',ST_GeomFromText('POINT(-128.5904273 54.4529385)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027577','COM reporting they had an employee that they believe took a moose calf without knowledge of the COS and he or someone he knows now has possession of said moose calf. COM reports there are comments on social media around this calf and the COM has video footage of the moose calf in the suspects truck and can provide that video to COS if needed. COM reports he is getting media inquiries on this matter and social media post has 1.7m views. -COM reports the subject is now an ex-employee of the company',null,null,null,null,null,null,'Hwy 97, Coal River, BC',null,'2023-06-07 15:30:00','2023-07-13 09:58:19',null,'DLEWERS@idir','2023-07-13 10:09:06',null,null,null,null,'OPEN','COALRIVR',ST_GeomFromText('POINT(-126.79743 59.6153045)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027571','End of a rural road across from them is a property that has numerous large dogs. There is a pond with water fowl in it. Dogs have a habit of swimming through and killing the water fowl. They have reported it numerous times to bylaw. A neighbour just apprehended the neighbours dogs and owners are agitated. Going to surrender dogs to the owner it sounds like and thinks the police have been called.',null,null,null,null,null,null,'9845 Eastside Rd, Vernon, BC',null,'2023-07-13 09:44:07','2023-07-13 09:44:07',null,'JEANDREW@idir','2023-07-19 14:52:29',null,null,null,null,'CLOSED','VERNON',ST_GeomFromText('POINT(-119.443084 50.1730195)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027565','***RAPP EMAIL*** -We live adjacent to Frolek rangeland. One of their cows died 80m from our property (140m from our house). They have decided not to remove the carcass or otherwise dispose of it appropriately. The odour is intense, and it is drawing coyotes. We have a 3-year-old, dog, and four chickens in our yard, so this poses a safety issue. There are other residences nearby who are also affected. I called him on July 2 when I discovered it, and when my husband called yesterday (July 12) he was told that they will not be removing it because it is too difficult. It is approximately 50m from the terminus of Planet Mine Road. ',null,null,null,null,null,null,'9017 Planet Mine Road, Stump Lake ','Ray Frolek Cattle Company ','2023-07-13 09:22:25','2023-07-13 09:22:25',null,'CCRERAR@idir','2023-07-13 12:42:07',null,null,null,null,'CLOSED','STUMPLAK',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027562','COM reporting bear remains (hide, paws and head) 100 ft off of the logging rd. Approximately .5KM from Hwy 3 up 8 Mile FSR.',null,null,null,null,null,null,'Hope, BC','8 Mile FSR','2023-07-13 09:07:53','2023-07-13 09:07:53',null,'LMOSS@idir','2023-07-13 09:11:36',null,null,null,null,'OPEN','HOPE',ST_GeomFromText('POINT(-121.4413889 49.3797222)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027549','Caller reporting person or persons living in a motorhome, dumping their garbage in the area. - -50.874548 -119.961204',null,null,null,null,null,null,'Sun Peaks, BC',null,'2023-07-13 08:18:06','2023-07-13 08:18:06',null,'PBRACKEN@idir','2023-07-13 08:27:38',null,null,null,null,'OPEN','SNPEAKS',ST_GeomFromText('POINT(-119.8791667 50.8841667)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027544','Caller reporting 6 bags of garbage left and the animals are getting into it. Unknown/ unseen suspects.',null,null,null,null,null,null,'Baker Mountain Rd, Cranbrook, BC','1st left up the road. go the power line ','2023-07-13 08:04:10','2023-07-13 08:04:10',null,'PBRACKEN@idir','2023-07-19 10:30:23',null,null,null,null,'OPEN','CRANBRK',ST_GeomFromText('POINT(-115.6308518 49.4600929)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027543','***AIS*** -Washington Plates: D37021V -Black GMC Truck with a big white fishing boat heading north on Hwy 15. -',null,null,null,null,null,null,null,null,'2023-07-13 08:01:11','2023-07-13 08:01:11',null,'BJETTE@idir','2023-07-13 08:07:09',null,null,null,null,'OPEN','SURRY',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027511','Details of the violation - Lillooet Road at Old Lillooet Road, North Vancouver. 3:30pm July 12. The driver of the following vehicle BC EA716G, a Black was observed dropping a lit cigarette from his vehicle as he was turning left from Lillooet Rd northbound, turning left onto Old Lillooet road. I have the incident on video, although you can not make out the detail of the cigarette, but you can hear me talking to my camera about it. The time/date was not correct on the video, but I can attest that I saw the whole incident. - -Description of the Suspect - Male driver, unknown other info as I was behind the vehicle. - -Transport Involved - Black SUV EA7 16G BC Licence plate - -Witnesses - David Cameron (info above) - -Additional Comments - The video is posted at: -https://www.youtube.com/watch?v=ImwtelnzyPU - -I was so sure he was going to drop it I recited his license plate so the camera would catch it. - -The incident starts at 45 sec, and the drop is at 1:06 just before he turns left. I saw something thrown from the drivers window, and then saw the smoldering cigarette on the ground as I drove past. -',null,null,null,null,null,null,null,null,'2023-07-12 23:00:37','2023-07-12 23:00:37',null,'ASDUNCAN@idir','2023-07-12 23:02:20',null,null,null,null,'OPEN','NORVAN',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027491','Blow by: a black Ford, towing a black & red wake boat, no cover. It turned off on Hwy 95 exit just before the AIS station. No plated noted.',null,null,null,null,null,null,null,'GOLDEN AIS STATION','2023-07-12 19:13:40','2023-07-12 19:13:40',null,'GPKRUGER@idir','2023-07-13 10:00:45',null,null,null,null,'CLOSED','GOLDEN',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027489','Reporting an attended campfire at the noted location. - -COM: Pierre 250-509-1074 - -49 26.868 -117 16.162',null,null,null,null,null,null,null,'COTTONWOOD CREEK @ HWY 6','2023-07-12 19:05:01','2023-07-12 19:05:01',null,'KWINTERS@idir','2023-07-12 19:09:50',null,null,null,null,'OPEN','NELSON',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027488','COM reporting their neighbour for having an unattended burn barrel. Fire is presently burning. ',null,null,null,null,null,null,'130 Station Rd, Kamloops, BC','unit 20','2023-07-12 19:02:57','2023-07-12 19:02:57',null,'CCRERAR@idir','2023-07-18 10:59:00',null,null,null,null,'CLOSED','KAMLOOPS',ST_GeomFromText('POINT(-120.2882986 50.8520677)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027485','Submitted via RAPP email: -Details of the violation - Alice Lake - beach at far end -July 12 - 6pm -Drive their truck directly on the beach - Are they allowed? Is there any way I can provide a picture? -',null,null,null,null,null,null,null,'Alice Lake','2023-07-12 18:51:04','2023-07-12 18:51:04',null,'ISCHMIDT@idir','2023-07-12 18:52:56',null,null,null,null,'OPEN','SQUMISH',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027475','AIS reporting a blowby heading West out of Golden on Hwy 1. ',null,null,null,null,null,null,'Hwy 1, Golden, BC',null,'2023-07-12 17:56:04','2023-07-12 17:56:04',null,'GPKRUGER@idir','2023-07-13 10:00:17',null,null,null,null,'CLOSED','GOLDEN',ST_GeomFromText('POINT(-116.9802034 51.3254533)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027474','Reporting that she has a fawn in her car, en route to Wildlife Recovery. Her ex found it under his truck and dragged it out, took it in the house, fed it milk and something else, put it back on the driveway. The fawn is extremely bloated and screaming. - -',null,null,null,null,null,null,'1448 Pilot Way, Nanoose Bay, BC',null,'2023-07-12 17:55:01','2023-07-12 17:55:01',null,'MAWILSON@idir','2023-07-13 09:34:05',null,null,null,null,'CLOSED','NANOBAY',ST_GeomFromText('POINT(-124.2037002 49.3087712)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027466','Calling to report that there are crawfish traps and gill nets across the the ditches near his property, the caller noticed them when he went for a walk today. He is not sure if it is a violation or not or if this kind of fishing is allowed. ',null,null,null,null,null,null,'4690 160 St, Surrey, BC',null,'2023-07-12 17:06:56','2023-07-12 17:06:56',null,'ISCHMIDT@idir','2023-07-12 17:10:24',null,null,null,null,'OPEN','SURRY',ST_GeomFromText('POINT(-122.7787298 49.0882067)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027455','COM is reporting a problem with deer continually coming into her yard. COM advises that her neighbours are continually feeding them which is attracting them into the area. COM is requesting a call back from CO''s. ',null,null,null,null,null,null,'6370 Como St, Grand Forks, BC',null,'2023-07-12 16:22:47','2023-07-12 16:22:47',null,'SUBOAKE@idir','2023-08-14 11:00:13',null,null,null,null,'CLOSED','GRANDFOR',ST_GeomFromText('POINT(-118.441555 49.0221016)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027447','BLOW BY: NB - Dark colored SUV pulling a jet boat, Alberta plates / Black Pickup pulling a jet boat, Alberta plates',null,null,null,null,null,null,'55.53890949419208, -120.06663477754914','NEAR SWAN LAKE','2023-07-12 16:08:10','2023-07-12 16:08:10',null,'JDAMERT@idir','2023-07-14 12:07:09',null,null,null,null,'CLOSED','DAWSONCR',ST_GeomFromText('POINT( -120.06663477754914 55.53890949419208)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027444','Coastal Fire passing on report of a wood burning fire with no one in attendance next to a camp trailer at Naka Creek Rec Site.',null,null,null,null,null,null,'50.489434157623855, -126.34312181719174','NAKA CREEK REC SITE','2023-07-12 15:58:33','2023-07-12 15:58:33',null,'MAWILSON@idir','2023-07-13 09:17:04',null,null,null,null,'CLOSED','SAYWARD',ST_GeomFromText('POINT(-126.34312181719174 50.489434157623855)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027440','COM advises that they are with the BC Forestry Service and a service patrol member heard 4 gun shots, specifically, 4 shotgun blasts under 1 minute at the noted location. - - -',null,null,null,null,null,null,'Cook Creek Rd and Inland Island Hwy, Fanny Bay, BC','Chef Creek','2023-07-12 15:51:35','2023-07-12 15:51:35',null,'MAWILSON@idir','2023-07-13 16:04:43',null,null,null,null,'CLOSED','DEEPBAY',ST_GeomFromText('POINT(-124.7467301 49.4339407)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027423','ARS Blow-by: -Washington license Plate: B24 K33P -Black pick-up truck pulling an aluminum Huws craft with a blue strip. ',null,null,null,null,null,null,'North Hwy 15 past boarder crosing. ',null,'2023-07-12 14:12:39','2023-07-12 14:12:39',null,'BJETTE@idir','2023-07-12 14:19:42',null,null,null,null,'OPEN','SURRY',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027414','COM reporting dumping at the noted location. Contents of the dumping for tree debris. COM has more details and would like a callback. ',null,null,null,null,null,null,null,'Sheridan Lake W Rd and 2100 Road FSR, Roe Lake, BC','2023-07-12 13:55:44','2023-07-12 13:55:44',null,'CEDGE@idir','2023-07-13 08:52:17',null,null,null,null,'CLOSED','100MHHS',ST_GeomFromText('POINT(-120.9582505 51.5079618)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027409','**RAPP REPORT** - -Along railroad tracks, upstream of Owl Creek Recreation Site. -July 10, 2023 -Two sites - illegal dumping. One with used tires - the second with large quantities of burnt motors etc.? - -Over the years, we''ve cleaned up numerous illegal dumping sites around Pemberton. -This is the first time I noticed this one. -',null,null,null,null,null,null,null,'Owl Creek Recreation Site','2023-07-12 13:35:37','2023-07-12 13:35:37',null,'DAGRAY@idir','2023-07-12 13:37:34',null,null,null,null,'OPEN','PEMBERTN',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027388','Group of people harvesting bucket fulls of shellfish. COM identifies this group as being routinely in violation at this location.',null,null,null,null,null,null,'4850 Francis Peninsula Rd, Madeira Park, BC',null,'2023-07-12 12:35:01','2023-07-12 12:35:01',null,'LMOSS@idir','2023-07-12 12:47:03',null,null,null,null,'OPEN','MADEIRAP',ST_GeomFromText('POINT(-124.0335076 49.6169819)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027383','*RAPP* - -This situation is ongoing. It involves the property at 8989 Beach St. Balfour B.C. The property is 13.41 acres in size. with waterfront on Kootenay Lake. The owner has a motor home park on the lakefront with approx.8-10 units parked there for the entire summer. There is also a double wide mobile home which is rented out. Behind the motor homes is a wetland. A habitat for Great Blue Heron, ducks, frogs, coyote, etc. This spring the owner used heavy machinery in the area to disturb the perimeter of the water channel, squashing who knows how many eggs and nests. Since the summer heat has arrived we can smell sewage. We wonder where the sewage from all those homes is going, and suspect it is contaminating the wetland. We have 6 breeding heron pairs feeding there. - -It is not right that one person, through the right of ownership, can destroy critical habitat at a whim. This man has a long history of this type of activity. He has parked numerous pieces of old equipment in the wetland. Who knows if the oil and fuel were ever drained? Neighbors are intimidated and the wildlife habitat keeps being damaged. We hope there is something you can do. Thank You ',null,null,null,null,null,null,'8989 Beach St, Balfour, BC',null,'2023-07-12 12:30:47','2023-07-12 12:30:47',null,'DAGRAY@idir','2023-07-12 12:33:16',null,null,null,null,'CLOSED','BALFOUR',ST_GeomFromText('POINT(-116.9473892 49.6269237)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027381','Blow By : NB - White GMC Washington plates 3LB S205 towing white Bayliner',null,null,null,null,null,null,'Hwy 15, Surrey, BC','Pacific Border Crossing','2023-07-12 12:19:53','2023-07-12 12:19:53',null,'LMOSS@idir','2023-07-12 12:28:55',null,null,null,null,'OPEN','SURRY',ST_GeomFromText('POINT(-122.7352024 49.0925369)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027379','** RAPP REPORT ** - -Fishing at 10:45 am in the Slocan River just south of Winlaw bridge. Observed all 3 with fishing rods. -I told them. They said I was wrong. I said it''s the law and clearly stated. They said no it''s not. They clearly did not read the synopsis or were lying. -Slocan River: NO FISHING FROM MIDNIGHT TO NOON. I have photos and video. ',null,null,null,null,null,null,'Winlaw Bridge Rd, Winlaw, BC',null,'2023-07-12 10:45:00','2023-07-12 12:16:43',null,'MELOUTIT@idir','2023-07-13 15:32:45',null,null,null,null,'CLOSED','WINLAW',ST_GeomFromText('POINT(-117.5663776 49.614144)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027377','Caller is reporting the owners of Woodland Trailer Park. Last year and this year they have done nothing to mitigate bears getting into the garbage. The caller said when the city replaces their bins the bears come back and break them. No one picks up their garbage and there are ripped mattresses and garbage now getting into the bird sanctuary beside the trailer park. Caller is hoping COs can talk to the owners of the park.',null,null,null,null,null,null,'60 Chichouyenily Dr, Mackenzie, BC',null,'2023-07-12 12:07:06','2023-07-12 12:07:06',null,'HIDESMAR@idir','2023-07-17 12:59:56',null,null,null,null,'CLOSED','MACKENZI',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027370','COM is reporting that she paid a friend of her son to take her garbage to the dump but her son''s friend instead dumped it in the bush. Advised that there was personal information in the garbage and now people are posting on Facebook about COM and threatening her. COM says she has paid her son to collect the garbage and properly dispose of it. -',null,null,null,null,null,null,'Thatcher Rd, Nanaimo, BC',null,'2023-07-12 11:48:52','2023-07-12 11:48:52',null,'MAWILSON@idir','2023-07-13 08:54:29',null,null,null,null,'CLOSED','NANAIMO',ST_GeomFromText('POINT(-123.8786221 49.0864873)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027368','Saturday July 8th - 4:30 PM PST -Location: 300 meters south of the Ashlu forest service road bridge on the dyke between the Ashlu and the spawning channel. - -Two people having an open camp fire during the fire ban. When confronted they acknowledged they did know there was a ban and they were in the midst of walking away from the fire to their car to get supplies. They had many bundles of store bought fire wood, so they obviously intended to continue having a fire. - -I have photos of camp site with fire & vehicle ',null,null,null,null,null,null,'Ashlu FSR, Squamish, BC',null,'2023-07-12 11:42:32','2023-07-12 11:42:32',null,'LMOSS@idir','2023-07-12 11:44:31',null,null,null,null,'OPEN','SQUMISH',ST_GeomFromText('POINT(-123.3103861 49.9131358)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027366','Pile of garbage including food waste has been dumped on the dead end road.',null,null,null,null,null,null,'1698 Thatcher Rd, Nanaimo, BC',null,'2023-07-12 11:37:45','2023-07-12 11:37:45',null,'MAWILSON@idir','2023-07-13 08:56:26',null,null,null,null,'CLOSED','NANAIMO',ST_GeomFromText('POINT(-123.8817063 49.0867937)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027365','Advises that there are some people camping on crown land with a campfire. -1230 CO Stern attended, fire out, SOC not at campsite, CO Stern familiar with SOC, will follow-up. ',null,null,null,null,null,null,null,'summerland princeton road, past Falder, 2 km','2023-07-12 11:34:41','2023-07-12 11:34:41',null,'MSTERN@idir','2023-07-23 08:45:18',null,null,null,null,'OPEN','SMRLAND',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027363','COM reporting that GT Excavating has a yard at the given address where they are dumping a variety of material such as concrete, rebar, pallets etc. There are multiple piles of this mixed material and the company claims it is ''fill''. COM believes they are burning these piles and that all chemicals are leaching into the ground which contaminates his adjacent property.',null,null,null,null,null,null,'11173 85th Ave',null,'2023-07-12 11:32:46','2023-07-12 11:32:46',null,'LMOSS@idir','2023-07-12 11:36:53',null,null,null,null,'OPEN','FTSTJOHN',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027361','COM was kayaking on Trout Lake and on the opposite side of the lake COM saw a hand made net running across the edge of the lake where the turtles are. COM is concerned for the turtles. ',null,null,null,null,null,null,null,'Trout Lake ','2023-07-12 11:30:54','2023-07-12 11:30:54',null,'MAWILSON@idir','2023-08-03 11:39:26',null,null,null,null,'CLOSED','SECHELT',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027354','AIS reporting a blowby. ',null,null,null,null,null,null,'Pacific Border Crossing - AIS Station',null,'2023-07-12 11:12:42','2023-07-12 11:12:42',null,'DAGRAY@idir','2023-07-12 11:21:36',null,null,null,null,'OPEN','SURRY',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027350','Advised of a campfire burning at the following coordinates: 49.076600, -121.722017 - -',null,null,null,null,null,null,'Chilliwack Lake Rd, Chilliwack, BC',null,'2023-07-12 11:06:25','2023-07-12 11:06:25',null,'BJETTE@idir','2023-07-12 11:16:10',null,null,null,null,'OPEN','CHILLIWK',ST_GeomFromText('POINT(-121.9574581 49.0945758)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027343','COM is reporting that squatters at the noted location were burning material yesterday in their camp. The squatter camp is described as fairly large in size. COM believes they are also dumping human waste in the area. COM is requesting a call back. ',null,null,null,null,null,null,'McKinney Road and Mica Rd',null,'2023-07-12 10:45:43','2023-07-12 10:45:43',null,'IPAVLOVI@IDIR','2023-07-12 10:55:50',null,null,null,null,'OPEN','OLIVER',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027342','Today the caller was looking to recycle his old car and pull into the address below as it looked like a car recycle depo. It has multiple cars piled on one another and cans of liquids (coolant and gas) sitting on the ground. Caller went is and was met by rude individual that advised him that it was private property and that he needed to leave. Caller is concerned and does not think they are disposing of material properly and that material is leeching into the ground. - -',null,null,null,null,null,null,'3354 Oxbow Frontage Rd, Malakwa, BC',null,'2023-07-12 10:41:55','2023-07-12 10:41:55',null,'BJETTE@idir','2023-07-12 11:23:26',null,null,null,null,'OPEN','MALAKWA',ST_GeomFromText('POINT(-118.8353185 50.8890416)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027340','COM is concerned about potential pollution to ground at a private property where they seem to be crushing and recycling vehicles. COM thought they had an auto recycling business but was run off the property when he went to inquire.',null,null,null,null,null,null,'3354 Oxbow Frontage Rd, Malakwa, BC',null,'2023-07-12 10:36:34','2023-07-12 10:36:34',null,'LMOSS@idir','2023-07-12 10:40:18',null,null,null,null,'OPEN','MALAKWA',ST_GeomFromText('POINT(-118.8353185 50.8890416)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027339','Ladysmith Marina 910 Gladden Rd Ladysmith Marina V9G 1K4 -6:30 am July 12, 2923 -Suspicious activity involving a man loading numerous deer, elf, and moose antlers into the bed of his truck reported by marina customer and caught on security camera. -At 6:30 a man brought a dock cart covered in a green tarp to his truck and unloaded many deer, elk, and moose antlers into it. He acted suspiciously and tried to hide his actions when other customers walked past. - -Witnesses: -Jeff Fehr 403-483-3288 -Kami Fehr 403-483-2085 -',null,null,null,null,null,null,null,null,'2023-07-12 10:36:07','2023-07-12 10:36:07',null,'MAWILSON@idir','2023-07-13 09:46:39',null,null,null,null,'CLOSED','LADYSMTH',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027337','COM is reporting that his neighbour at his place in Johnsons Landing fires marbles with a slingshot at wildlife including geese, other water fowl and bears. Recently COM has observed his neighbour firing a pellet pistol at the animals. -',null,null,null,null,null,null,'1861 Argenta-Johnsons Landing Rd, Argenta, BC',null,'2023-07-12 10:29:11','2023-07-12 10:29:11',null,'MELOUTIT@idir','2023-07-13 15:35:23',null,null,null,null,'CLOSED','JOHNSNLG',ST_GeomFromText('POINT(-116.8857279 50.0895774)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027330','COM is reporting seeing a hose running at the noted location and COM could smell an acetone like material. COM saw a jug nearby labelled Woods Kerosene. Advised that there is a greenspace behind the location where it was discovered. ',null,null,null,null,null,null,'UNIT 91 -- 6383 140 St, Surrey, BC',null,'2023-07-12 09:53:47','2023-07-12 09:53:47',null,'IPAVLOVI@IDIR','2023-07-12 10:00:03',null,null,null,null,'OPEN','SURRY',ST_GeomFromText('POINT(-122.8353501 49.1183642)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027329','Advises of a vehicle with Washington plates 0A0280, Red pickup newer towing a white fishing boat. ',null,null,null,null,null,null,null,'Surrey Inspection Station','2023-07-12 09:52:04','2023-07-12 09:52:04',null,'CDOYLEWA@idir','2023-07-12 09:55:03',null,null,null,null,'OPEN','SURRY',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027327','Advises of a vehicle with Washington plates -3875 (partial plates), white Chevy towing a white fishing boat. -',null,null,null,null,null,null,null,'Surrey Inspection Station','2023-07-12 09:49:54','2023-07-12 09:49:54',null,'CDOYLEWA@idir','2023-07-12 09:56:19',null,null,null,null,'OPEN','SURRY',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027324','Advises that there is brown fluid flowing through Goose Creek which goes through the COM''s property. The COM thinks that someone has dumped something. -someone is dumping the material into the - -COM: Mary 250-359-7449 -',null,null,null,null,null,null,null,null,'2023-07-12 09:45:00','2023-07-12 09:45:29',null,'MELOUTIT@idir','2023-07-13 15:33:51',null,null,null,null,'CLOSED','NELSON',ST_GeomFromText('POINT(-117.613819 49.4269819)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027314','COM reporting the resident at the noted address for having camp fires each night despite the fire ban. ',null,null,null,null,null,null,'55 Yukon Pl, McLeod Lake Reserve, BC',null,'2023-07-12 09:14:52','2023-07-12 09:14:51',null,'JOCHARTR@idir','2023-07-24 14:47:07',null,null,null,null,'CLOSED','MCLEODLK',ST_GeomFromText('POINT(-123.04443 54.9838531)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027297','Illegal dumping incident, Saturday July 8 at 1500 on Postill FSR at kilometer 2, caught on camera. Truck full going in and empty coming out with a load of landscaping waste. Grey Nissan Frontier, BC LP KW6779.',null,null,null,null,null,null,null,'Postill FSR at kilometer 2','2023-07-12 08:08:44','2023-07-12 08:08:44',null,'COMILLER@idir','2023-07-12 08:20:16',null,null,null,null,'OPEN','KELOWNA',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027288','Group of 5 people harvesting shellfish illegally. This is a regular occurrence from nearby AirBNB rentals. COM''s husband went to advise of regulations and the group dumped their haul and left the area but COM feels this is happening frequently despite signage at the beach and should be addressed.',null,null,null,null,null,null,'Billings Rd, Sooke, BC','Billings Spit','2023-07-12 07:02:32','2023-07-12 07:02:32',null,'MAWILSON@idir','2023-07-12 13:44:31',null,null,null,null,'CLOSED','SOOKE',ST_GeomFromText('POINT(-123.6921383 48.3792389)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027287','Fawn found shot, COM believes by an arrow. Fawn is still warm. -Swallowfield Rd right before Chemainus Bridge on the right hand side of the road.',null,null,null,null,null,null,'Swallowfield Rd, Chemainus, BC','Just before Chemainus Bridge','2023-07-12 06:37:37','2023-07-12 06:37:37',null,'MAWILSON@idir','2023-07-12 13:35:41',null,null,null,null,'CLOSED','CHMNUS',ST_GeomFromText('POINT(-123.6822825 48.8845805)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027283','Sherry Louise Langevin hughes has done it once again. On the night of july 10th at 10:52 pm she dumped her saved up A and W and Dairy queen fast food containers along 660 feet of our road with the last cup dropped right in the middle of our driveway. My neighbor has a video of her going by her house which is right across from on spot she dumped. I just happened to be on my deck at the time and heard her vehicle which is unmistakable as she still is driving around with studded tires on. -We the neighbors of this demented sick woman would like someone to put an end to this once and for all. We have tried and tried with no success . Any suggestions? ',null,null,null,null,null,null,'8355 Outlook Rd, Grand Forks, BC',null,'2023-07-12 06:16:09','2023-07-12 06:16:09',null,'SUBOAKE@idir','2023-08-14 10:32:52',null,null,null,null,'CLOSED','GRANDFOR',ST_GeomFromText('POINT(-118.48981 49.0413991)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027282','RAPP Line email - No details provided.',null,null,null,null,null,null,'Unit 91, 6383- 140st ',null,'2023-07-12 06:14:14','2023-07-12 06:14:14',null,'LMOSS@idir','2023-07-12 06:15:22',null,null,null,null,'CLOSED','SURRY',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027275','***RAPP REPORT*** -The possible violation happened in and around our Townhome complex at 10433 158th Street. -There is a fence line between us and a green area that leads to a gully with a creek. - -Usually every day in the morning, but also saw her do it other times of the day. - -The person has been dumping food waste for quite some time, it''s almost a daily occurrence. -The most recent was a greasy oil collection of onions and peppers. - -The reason we are reporting now is that we have noticed an uptick in Coyote activity in the area, we have seen them along the fence line on a regular basis now and the waste is being cleaned up by some animals within 24 hours of the dumping. - -As well, they also wash mop buckets and pots and pans into the storm sewers behind our townhomes. - -Additional Comments - I apologize if this is too small and I am wasting your time, I don''t mean to. We have seen this happen for much too long, we finally said something as we have 2 Black Labs and they go crazy when they smell what she has dumped as well we had a Coyote pack move in next door this year. And I have never seen so many Coyote sightings as we see now. - -We see the Coyotoes way more than we should and hear them all whenever a siren goes by. - -We asked her to stop, we talked to her daughter and they seemed confused that it was an issue. They said they didn''t want to dump this stuff into the sink, which I don''t blame them but we have organics pick up and other solutions for this type of waste. - -They told us they would stop, but they have not. I worry about our pets and my kid''s safety as well as others with smaller animals and kids around here. I have tried reporting to Surrey with no luck and I contacted: -Dezirae Barreto -Urban Wildlife Programs Coordinator -Stanley Park Ecology Society - -She was very helpful and suggested contacting you. - -Again I hope this isn''t a waste of your valuable time, and appreciate any info or help that can be given on this issue. -Thanks -Norm Loewen - -',null,null,null,null,null,null,'10433 158 St, Surrey, BC','Unit 13','2023-07-11 23:48:38','2023-07-11 23:48:38',null,'DDUFFY@idir','2023-07-11 23:59:16',null,null,null,null,'OPEN','SURRY',ST_GeomFromText('POINT(-122.7844662 49.1922743)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027251','Caller reporting a boat with barnacles and mussels with a California decal. Caller advised the trailer has a repairman''s plate on it. Caller is concerned the mussels are an invasive species. ',null,null,null,null,null,null,'9230 Marble Bay Rd, Lake Cowichan, BC','Bayview Village - Heron Lane ','2023-07-11 20:36:00','2023-07-11 20:36:00',null,'MAWILSON@idir','2023-07-13 10:07:19',null,null,null,null,'CLOSED','LKECOWCH',ST_GeomFromText('POINT(-124.1199236 48.835606)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027237','Caller reports a slash fire at the location below. Burning natural material, not contained. - -burner''s name Warren Flick -',null,null,null,null,null,null,'803 Lower Inonoaklin Rd, Needles, BC',null,'2023-07-11 19:32:39','2023-07-11 19:32:39',null,'MELOUTIT@idir','2023-07-13 15:33:19',null,null,null,null,'CLOSED','NEEDL',ST_GeomFromText('POINT(-118.1168573 49.8319857)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027232','Reporting an attended campfire near the noted location. They are driving a white Ford with a white camper. ',null,null,null,null,null,null,null,'CAMPBELL LAKE BY THE BIG BAY REC SITE - BIG BAY FSR','2023-07-11 19:08:45','2023-07-11 19:08:45',null,'MAWILSON@idir','2023-07-12 10:46:07',null,null,null,null,'CLOSED','CMBLRV',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027212','Details of the violation - 2481 Highland Rd, View Royal, BC -Bear attractants (garbage) left out and unsecured -July 11, 2023 @1600 -Description of the Suspect - Not observed -Transport Involved - Not applicable -Additional Comments - Bears are active in the area. This violation took place less than 100m from where bears have been consistently observed this Spring and Summer including the sow with 3 cubs that was killed a few weeks ago. -',null,null,null,null,null,null,null,null,'2023-07-11 17:21:38','2023-07-11 17:21:38',null,'MAWILSON@idir','2023-08-09 15:05:40',null,null,null,null,'CLOSED','VIEWROYL',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027178','RCMP relaying COM report that a BB accessed their garbage can, and is eating bread in their back yard - NO ATB.',null,null,null,null,null,null,null,null,'2023-07-11 14:33:54','2023-07-11 14:33:54',null,'DSEXTON@idir','2023-07-12 16:17:53',null,null,null,null,'CLOSED','LANGFORD',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027175','Caller reported seeing a man dump a lot of garbage at the empty lot beside the rail corridor this morning at 10:30. The person backed up to the bush line and dump garbage bags past the tree time. Caller look pictures of the vehicle and got a license place. Caller also went to investigate and found receipts that he now has in a plastic bag. - -',null,null,null,null,null,null,'Horne Lake Rd, Qualicum Beach, BC','Empty lot beside the rail line ','2023-07-11 14:24:49','2023-07-11 14:24:49',null,'MAWILSON@idir','2023-07-14 10:18:32',null,null,null,null,'CLOSED','QLICMBAY',ST_GeomFromText('POINT(-124.6260555 49.3660529)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027169','Caller observed SUB putting multiple fish under 6” in a bucket -Asian male ~50s -Briefed CO Buchanan -',null,null,null,null,null,null,null,'Barnston ferry dock','2023-07-11 14:01:43','2023-07-11 14:01:43',null,'TBIRNEY@idir','2023-07-11 14:06:44',null,null,null,null,'OPEN','SURRY',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027168','Details of the violation - July 10. 2023, 08:21 AM - -Eastbound on Braid Street at the intersection of Braid and Brunette. Left turning lane to go onto Brunette Northbound. - -Grey Honda Civic Plate: JB9 40W. - -Driver threw out lit cigarette onto the street. Cigarette was still burning while on the ground. Incident was recorded on dash cam. -Description of the Suspect - Woman in Grey Honda Civic -late: JB9 40W. Could not make out any other details -Transport Involved - Grey Honda Civic -Plate: JB9 40W. -Witnesses - I am the witness, I also have this captured on dashcam and can provide the video as needed. -To confirm that you are human, please enter the word ‘report’ in this text box: - report -',null,null,null,null,null,null,'Braid St, Coquitlam, BC',null,'2023-07-11 13:55:02','2023-07-11 13:55:02',null,'EVEROBER@idir','2023-07-30 13:13:59',null,null,null,null,'CLOSED','COQUITLM',ST_GeomFromText('POINT(-122.8764117 49.2274211)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027159','Details of the violation - 50°44''49""N 120°23''02""W 682 m -Porta potty was stolen and dumped in this location -I have contacted Leah Caldow from Transmountain, Community Liaison 250 574 8128, who confirmed it was not TM’s. It was new, has already been shot with a shotgun and will be further vandalized and the sewage spilled if it is not removed soon. - -X -Description of the Suspect - Unknown -Transport Involved - Unknown -Witnesses - Unknown -Additional Comments - Please contact me for pictures or a better location if you need help to locate it and have it removed. -To confirm that you are human, please enter the word ‘report’ in this text box: - Report -',null,null,null,null,null,null,'2113 Saddleback Dr, Kamloops, BC',null,'2023-07-11 13:35:26','2023-07-11 13:35:26',null,'CCRERAR@idir','2023-07-12 12:54:48',null,null,null,null,'CLOSED','KAMLOOPS',ST_GeomFromText('POINT(-120.3690048 50.7299945)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027140','On 2023-07-11 at 1210 hours, I, Cody Slavik, employed as a Radio Room Operator with Fisheries and Oceans Canada in Langley BC received a call on the ORR phone line. The complainant identified themselves as Mike Lazare(250-337-8403), residing at 2357 Catherwood Rd, Black Creek, BC. The caller stated they have a neighbour residing one house next to them on the East side, at approximately 49.864804, -125.139259. The caller stated they neighbour has recently been spraying Round-Up weed killer on his property and into a ditch near the road. The caller stated that the vegetation in the ditch is dead and approximately 400ft of vegetation along the property is also dead, indicating where the neighbour has sprayed the week killer. The caller stated they are concerned of the impact of the weed killer getting into the ditch, which drains into a salmon and trout bearing stream and the Oyster River. Caller stated there is water in the creek currently. Caller stated their neighbour sprays the weed killer annually, and has been doing it for the past four years. - -No further details were provided. - - - -END OF REPORT',null,null,null,null,null,null,null,'Next to 2357 Catherwood Rd. 49.864804, -125.139259 ','2023-07-11 12:27:16','2023-07-11 12:27:16',null,'TBIRNEY@idir','2023-07-11 12:28:34',null,null,null,null,'CLOSED','BLKCRK',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027125','Advises that a person is working on his vehicle in the back of their yard. There was a bunch of oil stains on the road before he moved the vehicle into the backyard. Caller has no idea if the vehicle is leaking anything in the backyard.',null,null,null,null,null,null,'1540 Emerald Cres, Castlegar, BC',null,'2023-07-11 11:37:32','2023-07-11 11:37:32',null,'MELOUTIT@idir','2023-07-13 15:34:41',null,null,null,null,'CLOSED','CSTLGR',ST_GeomFromText('POINT(-117.6640118 49.2651004)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027116','Advises that he was complaining about the coyotes in Squamish and said he would shoot it if he gets a chance.',null,null,null,null,null,null,null,null,'2023-07-11 11:13:46','2023-07-11 11:13:46',null,'CDOYLEWA@idir','2023-07-11 11:17:53',null,null,null,null,'OPEN','SQUMISH',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027099','COM reporting that they have trapped a rattlesnake in a bucket. -Snake was transiting their back yard. -COM requesting advice for releasing the snake. - -Briefed CO Connatty',null,null,null,null,null,null,null,null,'2023-07-11 10:30:36','2023-07-11 10:30:36',null,'CCRERAR@idir','2023-07-12 12:46:12',null,null,null,null,'CLOSED','KAMLOOPS',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027088','BB taking garbage from the neighbourhood, through greenbelt into caller''s yard - -Caller had asked the people across the street to reclaim their garbage, but does not know who the remainder belongs too.',null,null,null,null,null,null,null,null,'2023-07-11 10:11:41','2023-07-11 10:11:41',null,'HIDESMAR@idir','2023-07-24 11:56:10',null,null,null,null,'CLOSED','MACKENZI',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027076','Caller advised his neighbour has recently put up a 12 ft fence around their 8 acre property. Deer have previously been using it as a coordinator. Deer are still coming in with their young but the fawns get stuck and the caller can has seen the property owners chase the fawns out. The fawns scream and a bunch of neighbours are very upset by this. ',null,null,null,null,null,null,null,'Address directly below the callers address. ','2023-07-11 09:31:32','2023-07-11 09:31:32',null,'CCRERAR@idir','2023-07-19 14:44:53',null,null,null,null,'CLOSED','KAMLOOPS',ST_GeomFromText('POINT(-120.3002118 50.6818194)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027074','**XRef DGIR 232549 ** - -Description of spill site and surrounding area -Langford Parkway on the morning of July 4th. -Description of spill source, circumstances, cause and adverse effects of the spill -60 gallons of a corrosive calcium mix that is used to balance tires was dumped onto Langford Parkway from the Fountain Tire. The person who spilt it is Matthew Smith, the owner of the Fountain Tire Location. Unknown if the material went into drains. The spill sight is clearly visible from staining and dead vegetation. - -Names of agencies on scene, names of agencies advised -CRD -Langford Bylaws',null,null,null,null,null,null,'2924 Jacklin Rd, Langford, BC','unit 105','2023-07-04 09:27:00','2023-07-11 09:27:38',null,'MAWILSON@idir','2023-08-09 14:58:18',null,null,null,null,'CLOSED','LANGFORD',ST_GeomFromText('POINT(-123.5123484 48.4434912)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027059','COM reporting their neighbour who is driving an offroad vehicle through the Bulkley river bed, and is fishing for salmon in the off season. COM has video. ',null,null,null,null,null,null,null,'Across from Riverside Municipal Park in Smithers','2023-07-11 08:30:48','2023-07-11 08:30:48',null,'TARWILLI@idir','2023-07-11 15:59:53',null,null,null,null,'CLOSED','SMITHERS',ST_GeomFromText('POINT(-127.146584 54.786061)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027034','***RAPP REPORT*** -Multiple Reports of fire from well known squatter site at 5 km on the 201 FSR, 4 kms West of OK Falls. -Significant smoke and flame visible from town. OK Falls Fire Department responded with RCMP and BCWS. BCWS determined low risk of fire spread due to recent rain, RCMP advised fire fighters to not approach site in the dark. RCMP, OK Falls FD and BCWS plan to reconvene on-site at 0800, July 11. All parties would appreciate if CO ''s could attend 08:00 meeting as well, as this squatter site is on crown land. No immediate response required, no resources currently onsite. -Additional Comments -Very long term squatters at this site. RV fire in this Area in 2021. -',null,null,null,null,null,null,null,'3547 Airport RD ','2023-07-11 00:53:07','2023-07-11 00:53:07',null,'SUBOAKE@idir','2023-07-14 12:06:18',null,null,null,null,'CLOSED','OKAFALLS',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027019','We have a guy who is building a huge fire, 176 Bayview Dr. It is way bigger than a campfire.',null,null,null,null,null,null,'176 Bayview Dr, Port Clements, BC',null,'2023-07-10 21:43:14','2023-07-10 21:43:14',null,'SMCCREAD@idir','2023-07-10 21:49:47',null,null,null,null,'OPEN','PORTCLEM',ST_GeomFromText('POINT(-132.1867646 53.6852888)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027016','Caller reports there is a camp fire in Pemberton Nairn Falls Park site 49',null,null,null,null,null,null,'Pemberton, BC',null,'2023-07-10 21:28:47','2023-07-10 21:28:47',null,'SMCCREAD@idir','2023-07-10 21:34:08',null,null,null,null,'OPEN','PEMBERTN',ST_GeomFromText('POINT(-122.8077778 50.3202778)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027012','Caller reporting 3-4 people around a wood burning campfire',null,null,null,null,null,null,null,'TIE LAKE - CAMPSITE # 2','2023-07-10 21:13:34','2023-07-10 21:13:34',null,'ASDUNCAN@idir','2023-07-10 21:16:44',null,null,null,null,'OPEN','JAFFRAY',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026997','Something needs to be done about the situation in Parkwood with the Seagulls... I heard the construction workers there have destroyed their nests, and in turn there are baby seagulls everywhere in the parking lot, they cannot fly, they are dying.. injured and dead baby seagulls all over Parkwood There has to be something that can be done?! They need to be relocated or a rescue or Conservation needs to do something? It is really depressing down there; they cannot fend for themselves At minimum the bodies need to be cleaned up.... It''s heartbreaking. Disgusting behavior on the workers and owners'' part. They could''ve been left alone a short bit longer until they could fly. There are probably hundreds. I personally seen the seagulls all over Parkwood Place (PG) Saturday July 8th. It was going on before that and it continues now. I read on facebook the company(s) working there pressure washed their nests away. The birds are now scattered all over Parkwood and area. ',null,null,null,null,null,null,'Prince George, BC',null,'2023-07-10 20:03:19','2023-07-10 20:03:19',null,'JOCHARTR@idir','2023-07-27 10:23:23',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7452778 53.9127778)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026996','Someone has dumped some sort of liquid into Hastings Creek causing massive amount of ""soap bubbles"" that go from Fromme Road down past Baird Road. This is a live creek, and will probably kill the fish, again. (I have photos of the incident available, but am not able to upload onto this report.) I did not observe anyone doing the action, but saw the results. - -I have photos of this incident, but am not able to upload.',null,null,null,null,null,null,'Fromme Rd, District of North Vancouver, BC',null,'2023-07-10 19:58:28','2023-07-10 19:58:28',null,'SMCCREAD@idir','2023-07-10 20:01:32',null,null,null,null,'OPEN','NORVAN',ST_GeomFromText('POINT(-123.0437034 49.3389817)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026989','Caller reporting multiple possible violations, of a continuous nature, at a west coast fishing lodge operation: -*dumping raw sewage directly into the ocean, -*Rinsing and cleaning fish in raw contaminated salt water. -*the salt water rinse pipe is 30'' from the raw sewage outfall. -*poaching, undersized/ oversized fish -*Stealing fish from clients to feed staff. -*The purchase salmon and lingcod as a cover. Staff are poaching food for staff. -*They are transporting fish illegally, not identifiable Halibut , lingcod , samon. -*Not properly certified in many aspects of the business. -*Lots of photos and videos available. -emailed only due to delayed reporting. -',null,null,null,null,null,null,'Toquart Bay Rd, Kennedy Lake, BC','Barkley Sound Lodge','2023-07-10 18:31:47','2023-07-10 18:31:47',null,'PBRACKEN@idir','2023-07-13 16:13:01',null,null,null,null,'CLOSED','PORTALBR',ST_GeomFromText('POINT(-125.29194 49.00819)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026985','Details of the violation - My wife observed two men placing crayfish traps into Thacker Marsh (Thacker Regional Park) -Illegal fishing. Men had traps they were placing in the wetland area. -Description of the Suspect - 2 Caucasian men -Age late 40s-early 50s -Approx. 5''11"" -One was approx. 170lbs the other was bigger -One had brown hair, no facial hair -Red/orange shirt -Transport Involved - Plate number: PY 0948 -WHITE TOYOTA TUNDRA -Witnesses - Rebecca Cameron -Additional Comments - I''m reporting on her behalf. -',null,null,null,null,null,null,null,'Thacker Marsh (Thacker Regional Park) ','2023-07-10 18:01:29','2023-07-10 18:01:29',null,'MAWILSON@idir','2023-08-03 11:57:34',null,null,null,null,'CLOSED','HOPE',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026982','Caller fishing in Anzac River near Prince George. Saw a number of SA Power project employees illegally fishing and using non-regulated gear. - -Fishing 1.5 km Anzac East Road ',null,null,null,null,null,null,'Prince George, BC','Anzac River North of Prince George','2023-07-10 17:51:30','2023-07-10 17:51:30',null,'JOCHARTR@idir','2023-07-26 09:04:26',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7452778 53.9127778)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026981','Critter Care advised of someone likely in possession of a raccoon. -Information and location is incredibly unclear. Unknown if currently in process. -Call Critter Care to discuss.',null,null,null,null,null,null,'Kitsilano in Vancouver, BC','Kitsilano Area','2023-07-10 17:44:16','2023-07-10 17:44:16',null,'LEARCHIB@idir','2023-07-10 17:49:18',null,null,null,null,'OPEN','VANCOUVR',ST_GeomFromText('POINT(-123.1677778 49.2663889)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026972','Caller reporting water contamination in the stream in his back yard from a mill upriver from his location. Any place where the water is stagnant, an oily sheen develops. - -Call cut off in middle of call.',null,null,null,null,null,null,'2831 Glenmount Crt, West Kelowna, BC',null,'2023-07-10 16:30:41','2023-07-10 16:30:41',null,'SMCCREAD@idir','2023-07-10 16:37:57',null,null,null,null,'OPEN','WSTKELOW',ST_GeomFromText('POINT(-119.6510626 49.8230984)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026966','Caller reporting that his neighbor is catching rattlesnakes and dropping them off in his sawmill. Caller advised someone who works for his neighbor told him on Saturday that the neighbor has bragged about dropping rattle snakes into his woodpile. Caller is very concerned for the safety of his wife and child on his property. -***Caller is requesting a callback from a CO.***',null,null,null,null,null,null,'740 McNulty Rd, Pritchard, BC',null,'2023-07-10 16:15:00','2023-07-10 16:15:35',null,'CCRERAR@idir','2023-07-18 10:43:18',null,null,null,null,'CLOSED','PRITCHRD',ST_GeomFromText('POINT(-119.9394699 50.6819469)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026953','44565 Yale road, Chilliwack. There is a lumber mill at the address that is polluting everywhere around it. I live at 8071 Atchelitz rd and the wood dust (and particles bugger than dust) are getting completely out of hand and have me worried about the air quality me and my family (including 2 young children) are breathing. Plus it is a very big nuisance. I cleaned stuff on my deck on Wednesday, by Monday it looked as if I had been doing carpentry work and hadn''t swept up (that''s only 3 work days). - -Reporting Party would like to speak to a CO. They also have photos of the situation.',null,null,null,null,null,null,'8071 Atchelitz Rd, Chilliwack, BC',null,'2023-07-10 15:35:19','2023-07-10 15:35:19',null,'SMCCREAD@idir','2023-07-10 15:42:52',null,null,null,null,'CLOSED','CHILLIWK',ST_GeomFromText('POINT(-121.9890551 49.1473861)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026952','** RAPP REPORT ** - -Moose Lake Campground near Tumbler Ridge. There are 2 campsites left with a truckload of junk. Mattresses, smashed BBQ, chairs, broken glass, bottles, trash everywhere. I contacted Tumbler Ridge RCMP and they told me to report it here. ',null,null,null,null,null,null,null,'Tumbler Ridge - Moose Lake Campground ','2023-07-10 15:31:52','2023-07-10 15:31:52',null,'DAGRAY@idir','2023-07-10 15:35:41',null,null,null,null,'OPEN','TUMBLER',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026948','Caller reporting a black pick truck with a brown canoe halling three ski dues all with different colours blow by last seen at the location noted below. ',null,null,null,null,null,null,null,'Ferine Olson Station heading west on hwy3 ','2023-07-10 15:18:35','2023-07-10 15:18:35',null,'DDUFFY@idir','2023-07-10 15:22:59',null,null,null,null,'OPEN','FERNIE',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026947','Just drove out to Moose Lake campground, near Tumbler Ridge, in the last campgrounds past the boat launch there is all sorts of various junk (mattresses, camp furniture, glass, bbq, etc). - -Campground is about half way between Chetwynd and Tumbler Ridge. -',null,null,null,null,null,null,'Hwy 29, Tumbler Ridge, BC',null,'2023-07-10 15:18:18','2023-07-10 15:18:18',null,'SMCCREAD@idir','2023-07-10 15:22:52',null,null,null,null,'OPEN','TUMBLER',ST_GeomFromText('POINT(-121.2746047 55.2252933)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026929','Caller was out fishing and noticed a pond with minnows in it on the Vedder river by Cultus lake. They will be dried up soon and this will cause them to die. ',null,null,null,null,null,null,'Yarrow in Chilliwack, BC',null,'2023-07-10 14:02:20','2023-07-10 14:02:20',null,'SMCCREAD@idir','2023-07-10 14:08:04',null,null,null,null,'OPEN','CHILLIWK',ST_GeomFromText('POINT(-122.0511111 49.0830556)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026923','Caller reporting a wildlife violation near the below noted location. Caller advised her neighbor killed a racoon and tried to kill their babies. Caller noted the suspect tried to separate 2 babies from their mother with a leaf blower and then tried hitting them with sticks. Caller advised she heard the neighbor say that it was dead after hearing an air gun off. -',null,null,null,null,null,null,'Horne Lake Caves Rd, Qualicum Beach, BC','Lot 70 ','2023-07-09 14:00:00','2023-07-10 13:49:30',null,'MAWILSON@idir','2023-08-09 15:16:39',null,null,null,null,'CLOSED','QLICMBCH',ST_GeomFromText('POINT(-124.6991601 49.3476697)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026917','**RAPP** - -We were following an ATT Stoneworks work van, lic plate RS 1232, around 2:15pm on July 9th 2023 when the driver tossed a cigarette out of the open drivers window. It appeared to be lit. ',null,null,null,null,null,null,'16 Ave and 168 St, Surrey, BC',null,'2023-07-10 13:37:10','2023-07-10 13:37:10',null,'DAGRAY@idir','2023-07-10 13:41:13',null,null,null,null,'OPEN','SURRY',ST_GeomFromText('POINT(-122.7571337 49.0310597)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026911','Advises that there was a white truck no make towing a white boat with brown stripe heading east.',null,null,null,null,null,null,null,'Keremeos Inspection Station','2023-07-10 13:18:19','2023-07-10 13:18:19',null,'MSTERN@idir','2023-07-12 09:49:10',null,null,null,null,'CLOSED','KEREMEOS',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026909','COM reporting squatters at the noted location who have been living out of a trailer for the last three months, and with no indoor plumbing they have been defecating in improvised latrines. These deposits are starting to smell with the increasing summer heat. COM notes that these squatters have been otherwise well behaved. ',null,null,null,null,null,null,null,'Area near Lost Dog FSR','2023-07-10 13:13:28','2023-07-10 13:13:28',null,'DAGRAY@idir','2023-07-10 13:23:01',null,null,null,null,'CLOSED','TATACRK',ST_GeomFromText('POINT(-115.792707 49.776131)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026897','Advises that the staff are power washing the nests and the fledging are running around unable to fly away.',null,null,null,null,null,null,'15th Ave and Patricia Blvd and Victoria St, Prince George, BC','Parkwood Place','2023-07-10 12:36:15','2023-07-10 12:36:15',null,'CDOYLEWA@idir','2023-07-10 12:43:12',null,null,null,null,'OPEN','PRINGEOR',ST_GeomFromText('POINT(-122.7550046 53.9104294)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026888','A family has a couple of dogs that are not tied up. Dogs came along and chased away a bear that was minding its own business eating grass. Deer have also been chased in the past couple of days by the dogs.',null,null,null,null,null,null,'5889 Green Lake North Rd, 70 Mile House, BC','2 houses to the West of them','2023-07-10 12:22:35','2023-07-10 12:22:35',null,'CEDGE@idir','2023-07-13 10:39:15',null,null,null,null,'CLOSED','70MLHS',ST_GeomFromText('POINT(-121.2279957 51.4190924)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026885','COM reporting an individual who was walking with her dog off leash, allowing her dogs to chase and harass wildlife. Dogs were aggressive, two of them were chasing a black bear into the bush. COM has photos.',null,null,null,null,null,null,'Ninatti Rd, Nanaimo, BC','Mt Hayes Gasline','2023-07-04 11:57:00','2023-07-10 12:17:49',null,'MAWILSON@idir','2023-08-03 09:14:58',null,null,null,null,'CLOSED','LADYSMTH',ST_GeomFromText('POINT(-123.9025682 49.0377704)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026882','Cherryville Rec Site - The Meadows. - Sugar Lake Road -Community members complaining about squatters living in the rec site and dumping sewage from RV''s into the Shuswap River. -Multiple camps - some have been there for four or more months. -',null,null,null,null,null,null,null,null,'2023-07-10 12:02:15','2023-07-10 12:02:15',null,'CDOYLEWA@idir','2023-07-10 12:03:01',null,null,null,null,'OPEN','CHRYVLLE',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026879','July 6 or thereabouts in the late afternoon. Three Oriental-looking people, apparently a mother and two sons, one a high school aged teenager tall and slim, observed walking back through Willow Creek Conservation area carrying buckets and a mesh net. When asked what they had been catching, elder son said "frogs and axolotylls". I asked if they would let them go - this is a conservation area. They did not, but left with them.',null,null,null,null,null,null,null,null,'2023-07-10 11:48:42','2023-07-10 11:48:42',null,'MAWILSON@idir','2023-07-12 10:20:43',null,null,null,null,'CLOSED','CMBLRV',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026869','All weekend a male has been chartering people to fish spawning trout. SUB is driving their vessel through swimming areas as well. -Caller has heard of confrontations with the SUB – believe he is unpleasant when spoken with. Believe from Bonnington. -vessel has bow and stern seats which overhang the water. -Caller has a video of the SUB.',null,null,null,null,null,null,null,'Mouth of Slocan River - generally between the two bridges','2023-07-10 11:09:46','2023-07-10 11:09:46',null,'JBUECKER@idir','2023-07-11 13:51:32',null,null,null,null,'CLOSED','SLOCAN',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026864','A few years ago, someone cut a path through the bushes at the end of the Deep Bay spit. A photo of that path was posted on a FB group - https://www.facebook.com/groups/350292388379988/permalink/6284034801672354/ - -In a couple of comments, a person named Wayne Whitbread admitted to cutting that path and maintaining it over the years. -',null,null,null,null,null,null,null,null,'2023-07-10 10:52:27','2023-07-10 10:52:27',null,'MAWILSON@idir','2023-07-14 09:25:32',null,null,null,null,'CLOSED','DEEPBAY',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026863','COM advised of a motor boat speeding down Kettle River (heritage river, no motorized boating). he notes the closest boat access it likely the Ingram Bridge. - -1053 CO Brock Van Damme - LM -1054 CO Marc Plamondon - LM',null,null,null,null,null,null,'3950 Kettle Valley South Rd, Rock Creek, BC',null,'2023-07-10 10:49:26','2023-07-10 10:49:26',null,'MSTERN@idir','2023-07-12 09:47:46',null,null,null,null,'CLOSED','ROCKCRK',ST_GeomFromText('POINT(-118.9793068 49.0501296)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026860','AIS reporting a blowby at the noted location.',null,null,null,null,null,null,'Fernie Olson AIS ','West on hwy 3 ','2023-07-10 10:44:47','2023-07-10 10:44:47',null,'DAGRAY@idir','2023-07-10 10:50:02',null,null,null,null,'OPEN','FERNIE',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026858','Caller reporting a fisheries violation near the below noted location. Caller advised there is restricted covenant on the creek and developers have built a wharf and are damaging the fish habitats. OO advised to call NRO as well. -',null,null,null,null,null,null,null,'North shore of Trout Creek ','2023-07-10 10:37:18','2023-07-10 10:37:18',null,'MSTERN@idir','2023-07-12 09:45:01',null,null,null,null,'CLOSED','SMRLAND',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026842','June 8th, tie lake jaffray bc. Rowdy campers, blocking in vehichles. Need COS asap as site 11 -Site 11 multi persons ',null,null,null,null,null,null,null,null,'2023-07-10 09:50:01','2023-07-10 09:50:01',null,'RYGORDON@idir','2023-07-27 08:31:52',null,null,null,null,'CLOSED','JAFFRAY',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026835','Caller reporting cow waste next to Blackwater River. Caller advised there is close to 80 pounds of cow waste right next to the river and is concerned it is leaching into the river. ',null,null,null,null,null,null,'Blackwater Rd, Quesnel, BC','Just south of Blackwater River Bridge ','2023-07-10 09:36:03','2023-07-10 09:36:03',null,'KSORENSE@idir','2023-07-10 09:44:58',null,null,null,null,'CLOSED','QUESNEL',ST_GeomFromText('POINT(-122.5358727 53.0026996)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026833','Reporting an MVI at Red Lake on Saturday night at 11, vehicle partly submerged. Has contacted RCMP about the removal of the vehicle and got nowhere. It is laying on the left hand side, cannot tell if anything is leaking.',null,null,null,null,null,null,'3396 Copper Creek Rd, Red Lake, BC','39.5Km mark on the road.','2023-07-10 09:32:03','2023-07-10 09:32:03',null,'CCRERAR@idir','2023-07-11 15:59:59',null,null,null,null,'CLOSED','REDLAKE',ST_GeomFromText('POINT(-120.7734174 50.8784553)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026815','The have responded to this property multiple times regarding fires. Last time they found that the residents were burning their deck. The resident just called the Fire Department and said that they are going to sue the FD for bothering them about fires and was very rude. -',null,null,null,null,null,null,'970 Isabella Point Rd, Salt Spring Island, BC',null,'2023-07-10 09:08:26','2023-07-10 09:08:26',null,'MAWILSON@idir','2023-07-19 16:01:35',null,null,null,null,'CLOSED','SALTSPR',ST_GeomFromText('POINT(-123.4386486 48.7385137)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026812','***RAPP EMAIL*** -BC HYDRO -Squamish District Office -Address: 39020 DISCOVERY WAY, SQUAMISH - along the North Fence line (city property) -BC Hydro security found encampment built of wooden pallets and vegetation off property along the North fence line. Security also noticed illegal dumping of A/C unit, shopping cart with drug paraphernalia along the North fence line. -',null,null,null,null,null,null,'39020 Discovery Way, Squamish, BC',null,'2023-07-08 11:46:00','2023-07-10 08:59:44',null,'KSORENSE@idir','2023-07-10 09:02:04',null,null,null,null,'OPEN','SQUMISH',ST_GeomFromText('POINT(-123.1494412 49.7200521)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026807','COM passing on concerns that a coyote is being regularly fed by unhoused people at the noted location. COM is concerned that the coyote is getting habituated and is now running around the intersection, will eventually get hit by a car. ',null,null,null,null,null,null,'3rd Ave and Quebec St, Prince George, BC','St Vincent Du Paul''s ','2023-07-10 08:49:35','2023-07-10 08:49:35',null,'JOCHARTR@idir','2023-07-24 13:47:45',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7460207 53.916996)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026805','Reporting last night at 1am they received reports of 2 river otter kids running around. Got one of them last night, it was really sick and passed at 2am. They are looking for the 2nd one still. The mother disappeared 7 days ago. Dean had been there 2 weeks ago picking up a dead racoon due to possible glycol poisonings. This was two doors down from there. Going to freeze the otter for now and going to call Tim.',null,null,null,null,null,null,'8547 Redrooffs Rd, Halfmoon Bay, BC',null,'2023-07-10 08:42:26','2023-07-10 08:42:26',null,'KSORENSE@idir','2023-07-10 16:12:51',null,null,null,null,'OPEN','HALFMNB',ST_GeomFromText('POINT(-123.9081529 49.4918665)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026802','Hi I was sleeping overnight at the Redwillow recreation site on Sat night July 8th and there is a huge mess of garbage and food, clothes, electronics etc. by the river on the non maintained side. Definitely a bear attractant. ',null,null,null,null,null,null,null,'red willow recreation site ','2023-07-10 08:31:54','2023-07-10 08:31:54',null,'CDOYLEWA@idir','2023-07-10 08:37:35',null,null,null,null,'OPEN','TUMBLER',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026798','seen July 10, 2023 online Facebook -https://www.facebook.com/marketplace/item/1481344742641857?rid=6137782329682404&ad_id&rt=1&refID=0&refType=0&referral_code=commerce_attachment -seller: -https://www.facebook.com/profile.php?id=100027137782906 - -i have screen grabs if these links go down -selling one native alligator lizard on FB ',null,null,null,null,null,null,null,null,'2023-07-10 08:24:15','2023-07-10 08:24:15',null,'CDOYLEWA@idir','2023-07-10 08:24:55',null,null,null,null,'OPEN','LANGLEY',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026795','Advises that there are some willow trees with owl nests on the edge of his property that are going to be cut down by a contractor for the ministry of highways. Caller is very upset. ',null,null,null,null,null,null,'49 Sunset Pl, Okanagan Falls, BC',null,'2023-07-10 08:15:21','2023-07-10 08:15:21',null,'MSTERN@idir','2023-07-12 09:42:16',null,null,null,null,'CLOSED','OKAFALLS',ST_GeomFromText('POINT(-119.5615524 49.3818737)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026786',' Caller reporting illegal dumping near the below noted location. Caller advised the suspect dumped multiple black bags filled with garbage and 2 yellow bags labelled asbestos. ',null,null,null,null,null,null,'Indian Rd, Duncan, BC','Near the trail across from the cemetary ','2023-07-09 16:30:00','2023-07-10 07:49:17',null,'MAWILSON@idir','2023-08-09 14:50:22',null,null,null,null,'CLOSED','DUNCAN',ST_GeomFromText('POINT(-123.7147338 48.7727762)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026779','AIS reporting a blow by. ',null,null,null,null,null,null,'Hwy 95, Golden, BC','Hwy 1 onto Hwy 95 - Golden AIS ','2023-07-10 07:26:10','2023-07-10 07:26:10',null,'DBARTOL@idir','2023-07-10 12:48:45',null,null,null,null,'CLOSED','GOLDEN',ST_GeomFromText('POINT(-116.8573727 51.1861394)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026743','Caller reporting a man keeping a baby deer as a pet. Advised saw him walking with the deer when she was out walking with her dog and asked him is he had called conservation and he replied with dont worry about it. Advised she saw him go into the house with the deer.',null,null,null,null,null,null,'32 Rupert Ave, Port Alice, BC','Starta 2','2023-07-09 21:24:40','2023-07-09 21:24:40',null,'MAWILSON@idir','2023-07-12 10:15:42',null,null,null,null,'CLOSED','PORTALIC',ST_GeomFromText('POINT(-127.4830565 50.4290903)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026727','***RAPP REPORT*** - -In castlegar at millennium ponds there is a western Painted turtle in the lowest public swimming pond. I am hoping that someone can remove the turtle to a safer place. It''s being surrounded by people mostly kids on this day July 9th. I would have removed it to the river but I didn''t know if that would be better for the animal. Thank you for your consideration of what best to do. ',null,null,null,null,null,null,null,null,'2023-07-09 19:41:49','2023-07-09 19:41:49',null,'JBUECKER@idir','2023-07-11 13:34:09',null,null,null,null,'CLOSED','CSTLGR',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026722','***RAPP REPORT*** - -Just look up his Facebook . He also been selling sockeye and Chinook and other species blatantly - - -He’s been gillnetting salmon and selling them ',null,null,null,null,null,null,null,null,'2023-07-09 19:25:16','2023-07-09 19:25:16',null,'DDUFFY@idir','2023-07-09 19:28:06',null,null,null,null,'OPEN','LILLOOET',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026715','Reporting a boat that was seen with about 10+ people on in was leaking gasoline in the water near the dock at the below noted location. Caller could not confim how much gas has been released to waterway. ',null,null,null,null,null,null,'Dinosaur Lake Rd, Hudson''s Hope, BC','Dinosaur Lake ','2023-07-09 19:07:27','2023-07-09 19:07:27',null,'DDAVIS@idir','2023-07-09 19:19:08',null,null,null,null,'OPEN','HUDSONSH',ST_GeomFromText('POINT(-122.0030238 55.9837767)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026712','Caller observed a dog approach a sitting heron. Interaction occurred – Caller did not witness the dog injure the heron. -Owner eventually retrieved their dog. -Caller could tell that heron was injured, but hindsight suggested bird may have been injured before the interaction. - -Briefed CO Zukewich',null,null,null,null,null,null,null,'Mamquam river - near magnolia cres.','2023-07-09 18:55:16','2023-07-09 18:55:16',null,'TBIRNEY@idir','2023-07-09 19:01:29',null,null,null,null,'OPEN','SQUMISH',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026704','vehicle went past inspection without stopping',null,null,null,null,null,null,'Hwy 3',null,'2023-07-09 17:11:58','2023-07-09 17:11:58',null,'PROEMER@idir','2023-07-09 17:14:49',null,null,null,null,'OPEN','FERNIE',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026694','Advises that a guy was burning a mattress in his driveway. Fire responded and tried to get the guy to put it out. The guy was belligerent and extremely rude. Fire has photos. -',null,null,null,null,null,null,'1654 Dorcas Point Rd, Nanoose Bay, BC',null,'2023-07-09 16:14:42','2023-07-09 16:14:42',null,'DSEXTON@idir','2023-07-13 16:28:24',null,null,null,null,'CLOSED','NANOBAY',ST_GeomFromText('POINT(-124.1949031 49.3019279)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026692','Advises that there are people hanging out on crown land and ignoring the do no enter bear in the area sign.',null,null,null,null,null,null,null,'Levitt lake; block f','2023-07-09 16:07:29','2023-07-09 16:07:29',null,'CDOYLEWA@idir','2023-07-09 16:10:34',null,null,null,null,'OPEN','BRCKNDL',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026687','Top of Hwy 4 summit -July 9 2023 3pm -Abandoned 5th wheel RV unit parked on side road -Citation Supreme by General Coach -Vin: 26LBC53J5L7006749 ',null,null,null,null,null,null,null,'Top of Hwy 4 summit','2023-07-09 15:47:29','2023-07-09 15:47:29',null,'MAWILSON@idir','2023-07-14 14:20:28',null,null,null,null,'CLOSED','PORTALBR',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026674','Advises that she could smell campfire smoke. -',null,null,null,null,null,null,null,'cowichan valley trail; enter at key stone drive then half a km up the trail to the left','2023-07-09 14:24:24','2023-07-09 14:24:24',null,'MAWILSON@idir','2023-08-09 14:42:59',null,null,null,null,'CLOSED','DUNCAN',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026670','Advises of a black dodge (suspecting that the vehicle is a dodge) towing a white wake boat with Washington plates. partial plates were visible - C80. The vehicle didn''t turn west on 4th.',null,null,null,null,null,null,null,'Pacific Boarder Crossing ','2023-07-09 14:15:03','2023-07-09 14:15:03',null,'CDOYLEWA@idir','2023-07-09 14:18:39',null,null,null,null,'OPEN','SURRY',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026668','Newer mod3el White Ford Pick-up (4 door) with white & black wake board heading SB on hwy 3. Unable to make LP#. ',null,null,null,null,null,null,null,null,'2023-07-09 14:10:49','2023-07-09 14:10:49',null,'JEANDREW@idir','2023-07-19 11:21:47',null,null,null,null,'CLOSED','WSTKELOW',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026658','Red Ford pick-up truck (older model) towing red & white outboard (trolly motor) heading WB on Hwy 3 Fernie. Unable to make out LP#. ',null,null,null,null,null,null,'Fernie, BC',null,'2023-07-09 13:50:45','2023-07-09 13:50:45',null,'DDAVIS@idir','2023-07-09 13:54:06',null,null,null,null,'OPEN','FERNIE',ST_GeomFromText('POINT(-115.0627778 49.5038889)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026646','Advises of a white long box truck towing a white wake board with tower and badge cover that turned south into Golden.',null,null,null,null,null,null,null,'Golden AIS Inspection Station','2023-07-09 12:49:51','2023-07-09 12:49:51',null,'DBARTOL@idir','2023-07-10 12:49:14',null,null,null,null,'CLOSED','GOLDEN',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026645','RAPP Report from BCWFS KFC Vernon -**2nd hand report -reporting campfire at km 6 on postill lake rd -large campfire going -near kelowna -fuel - mixed wood -saw smoke and open flames -saw tents but unk if people around or if fire contained -wx - no wind -val - no -',null,null,null,null,null,null,'Postill Lake Rd, Kelowna, BC','East of hwy 97; 6km along postill lake rd / E hwy 97 ','2023-07-09 12:40:45','2023-07-09 12:40:45',null,'JEANDREW@idir','2023-07-18 08:36:00',null,null,null,null,'CLOSED','KELOWNA',ST_GeomFromText('POINT(-119.2909321 49.9973134)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026640','Caller reporting a camper parked on the boat ramp so no one can use the boat ramp. The caller indicated no one was around, empty beer cans, fishing rods with barbed treble hooks. -',null,null,null,null,null,null,'Line Creek Mine Rd, Sparwood, BC','line Creek sparkwood','2023-07-09 12:09:35','2023-07-09 12:09:35',null,'JBUECKER@idir','2023-07-12 11:22:36',null,null,null,null,'CLOSED','SPRWOOD',ST_GeomFromText('POINT(-114.8707833 49.8867146)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026639','Advises that they had a report of a campfire last night at upper camber river. - - -COM : Scott 250-661-7597 -Upper camber river',null,null,null,null,null,null,null,'Upper camber river','2023-07-09 11:56:46','2023-07-09 11:56:46',null,'MAWILSON@idir','2023-07-12 10:32:55',null,null,null,null,'CLOSED','CMBLRV',ST_GeomFromText('POINT( -125.599867 49.944267)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026634','Details of the violation - In Unit 10 at 2556 West 4th Ave, on the morning of July 8th 2023, a worker was performing demolition work in an area with obvious concentration of asbestos. The worker left the rotted drywall debris all over the place. -Description of the Suspect - The worker responds to the name of Rob, he is Caucasian, tall and close to 60 years old. The responsible for the demolition work is Grace Troje, the owner of the building. She is Caucasian, short and close to 50 years old. -',null,null,null,null,null,null,null,'Unit 10 at 2556 West 4th Ave, ','2023-07-09 11:23:43','2023-07-09 11:23:43',null,'TBIRNEY@idir','2023-07-09 11:25:47',null,null,null,null,'OPEN','VANCOUVR',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026620','Advises that he noticed about 50-100 dead fish in the water yesterday afternoon. There was no sheen or anything noticeable in the water that killed the fish.',null,null,null,null,null,null,null,'Kootenay lake west arm; between the first dam and Taghum bridge','2023-07-09 10:12:45','2023-07-09 10:12:45',null,'JBUECKER@idir','2023-07-11 13:39:43',null,null,null,null,'CLOSED','TAGHUM',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026614','Caller reporting that someone threw a lit cigarette out of their window while driving this morning. Caller advised he has pictures. ',null,null,null,null,null,null,'272 St and Dewdney Trunk Rd, Maple Ridge, BC',null,'2023-07-09 09:52:00','2023-07-09 09:56:41',null,'KSORENSE@idir','2023-07-09 10:00:58',null,null,null,null,'OPEN','MAPLERID',ST_GeomFromText('POINT(-122.457784 49.2200091)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026609',' AIS reporting a blow by. ',null,null,null,null,null,null,'Hwy 95, Yahk, BC','Yahk AIS station - Headed eastbound towards Cranbrook ','2023-07-09 09:37:45','2023-07-09 09:37:45',null,'KSORENSE@idir','2023-07-09 09:44:11',null,null,null,null,'OPEN','YAHK',ST_GeomFromText('POINT(-116.0701383 49.1002441)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026595','Caller from BCWFS advising of a campfire that was burning all night and is now extinguished in the Jordon River area. -Sooke RCMP File # 232683 -48 25.685 -124 02.222 - -',null,null,null,null,null,null,'Forebay Rd, Jordan River, BC','Off Highway 14','2023-07-09 08:33:49','2023-07-09 08:33:49',null,'MAWILSON@idir','2023-08-09 14:36:24',null,null,null,null,'CLOSED','JORDNRVR',ST_GeomFromText('POINT(-124.037033 48.428083)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026579','The Coastal Fire centre received six reports last night of people having camp fires at the Jones Lake Campground. The campers are likely still there with smoldering fires. Coastal Fire asked if COs could do a check. -IPR # 008201',null,null,null,null,null,null,null,'Jones Lake Campground/Wahleach Lake , 49 14.969, -121 36.197','2023-07-09 06:48:13','2023-07-09 06:48:13',null,'DTALEVSK@idir','2023-07-09 06:57:40',null,null,null,null,'OPEN','HOPE',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026572','Caller reported a bear was trying to eat her chickens. When she went out her dog also got out and started going after the bear. Caller shot and killed the bear. -',null,null,null,null,null,null,'28793A Hwy 16, Tlell, BC',null,'2023-07-08 23:06:38','2023-07-08 23:06:38',null,'CDOYLEWA@idir','2023-07-09 12:02:47',null,null,null,null,'OPEN','TLELL',ST_GeomFromText('POINT(-131.933702 53.4743933)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026565','***RAPP EMAIL*** -Initially reported to BC Wildfire at 21:51 -ZWCO determined Limited risk of spread, but in contravention of current Cat 1 burn restriction. -Penticton Fire Zone ZWCO forwarding report of fire (Report of Fire Id: 008184) -Caller (Stephan 778-581-7679) is in south okanagan campground near Summerland -south end of campground, near shoreline and tree line E of hwy 97. -Reported attended Campfire on beach, adjacent to site 85/86. Campground host alerted. -Confirmed that fire was still on going at 22:06 ',null,null,null,null,null,null,'3547 Airport Rd, Penticton, BC','Okanagan Lake Park ','2023-07-08 22:40:09','2023-07-08 22:40:09',null,'BJETTE@idir','2023-07-08 22:49:10',null,null,null,null,'OPEN','PENTICTN',ST_GeomFromText('POINT(-119.6068829 49.4556612)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026563','Caller reported a camp fire at the Pass Lake Rec site. It appears to be a party with 15-20 young people there. - - -',null,null,null,null,null,null,'Pass lake Recreation Site ',null,'2023-07-08 22:29:37','2023-07-08 22:29:37',null,'CCRERAR@idir','2023-07-11 15:49:05',null,null,null,null,'CLOSED','KAMLOOPS',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026557','Caller reporting 2 campfires at the coordinates given that are 4 feet tall. Advised they were encouraged to call the fire department. Advised call dropped before Coastal Fire could get COM''s name or number -Coordinates 49° 04.498 -121° 50.823',null,null,null,null,null,null,null,'North of Chilliwack River ','2023-07-08 21:43:21','2023-07-08 21:43:21',null,'DDUFFY@idir','2023-07-08 21:52:36',null,null,null,null,'OPEN','CHILLIWK',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026555','Caller reporting campfire at the coordinates listed below. COM noted they were actively putting it out the fire during the call. -COM''s name is Andrea and her number is the primary number listed below. -Coordinates 49°04.695 -121°52.436',null,null,null,null,null,null,null,'North across the river from Tamini Camp ground ','2023-07-08 21:40:00','2023-07-08 21:40:00',null,'DDUFFY@idir','2023-07-08 21:50:15',null,null,null,null,'OPEN','CHILLIWK',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026551','Fire Centre received a report of a fire burning at the provided location.',null,null,null,null,null,null,'Slesse Park in Chilliwack River Valley, BC',null,'2023-07-08 21:31:08','2023-07-08 21:31:08',null,'MAWILSON@idir','2023-07-13 15:35:13',null,null,null,null,'CLOSED','CHILLIWK',ST_GeomFromText('POINT(-121.8177778 49.0830556)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026548','Caller reporting multiple campfires at the location noted below. COM was not sure of location but advised the fires have been going on all day. -COM is Shary and her number is the primary number listed below. ',null,null,null,null,null,null,null,'wahleach Lake east of hwy 1 and east Agassiz ','2023-07-08 21:14:51','2023-07-08 21:14:51',null,'MAWILSON@idir','2023-07-13 15:25:57',null,null,null,null,'CLOSED','POPKUM',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026543','Details of the violation - Tie lake rec site, jaffray bc. Rowdy campers with atv, no helmet, being aggressive at campground and blocking traffic. Please assist -Description of the Suspect - Tie lake spot 12, multiple suspects ',null,null,null,null,null,null,'Tie Lake Loop Rd, Jaffray, BC',null,'2023-07-08 21:01:21','2023-07-08 21:01:21',null,'JBUECKER@idir','2023-07-11 13:25:58',null,null,null,null,'CLOSED','JAFFRAY',ST_GeomFromText('POINT(-115.31966 49.4219625)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026542','Coastal Fire Centre calling in to report a campfire at the below noted location: -Initial call to Coastal Fire stated: -Calling to report a campfire. Can''t see if it''s attended or not. -Directions to the fire location: Not the immediate parking lot, but up the FSR (Chance Creek FSR?) and at the first set of vehicles. -Initial COM Kaylee 705-499-4743',null,null,null,null,null,null,'Located just South of Lake Lucille West of Hwy 99',null,'2023-07-08 20:59:59','2023-07-08 20:59:59',null,'JDSCOTT@idir','2023-07-08 21:09:27',null,null,null,null,'OPEN','WHISTLER',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026518','IPR 008084 -Fire Centre received a call of an open campfire at the Rec Site.',null,null,null,null,null,null,'Cat lake Rec Site',null,'2023-07-08 18:55:38','2023-07-08 18:55:38',null,'PROEMER@idir','2023-07-08 18:59:38',null,null,null,null,'OPEN','SQUMISH',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026515','Blow By -A truck just drove past the inspection station.',null,null,null,null,null,null,'Hwy 3, Fernie BC','heading west','2023-07-08 18:44:56','2023-07-08 18:44:56',null,'PROEMER@idir','2023-07-08 18:49:06',null,null,null,null,'OPEN','FERNIE',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026506','Been ongoing for about 3 years. The first 10 km of the Skagit FSR in Hope BC. There is way too much to remember or explain. - -There are about 10 squatter camps. With a combined 15+ broke down RVs that have been there for over a year. They build a cabin out of scrap plywood and garbage windows. The whole area is a huge dump, from batteries to sewage, paint cans , Ac units, torn apart RVs lit on fire. Raw sewage lines dumped into the silver Creek. Gas spills. Dumped engine oil on the ground within 20 feet of the river. - -This has been reported by countless people for more than a year and no one has done anything about this. The media is about to get involved if a government does nothing. -',null,null,null,null,null,null,'Hope, BC',null,'2023-07-08 17:41:09','2023-07-08 17:41:09',null,'SMCCREAD@idir','2023-07-08 17:44:19',null,null,null,null,'OPEN','HOPE',ST_GeomFromText('POINT(-121.4413889 49.3797222)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026503','COM reporting someone using a gas motor on a lake that is only for electric motors - -1723 briefed CO Booth - -',null,null,null,null,null,null,'6206 Little Fort Hwy 24, Lone Butte, BC',null,'2023-07-08 17:20:24','2023-07-08 17:20:24',null,'CEDGE@idir','2023-07-13 08:59:53',null,null,null,null,'CLOSED','LONEBTTE',ST_GeomFromText('POINT(-121.1717095 51.5461585)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026489','Valemount AIS -Blow By -White F150 with wrapped canoe on a Thule Rack BC DY4568 -Vehicle did stop but refused to answer any question and referred them to his lawyer Midwood 250-388-7881 -headed to the junction between hwy 5 and 17 out of Mount Robson westbound',null,null,null,null,null,null,'Valemount, BC',null,'2023-07-08 16:40:06','2023-07-08 16:40:06',null,'CEDGE@idir','2023-07-13 10:34:31',null,null,null,null,'CLOSED','VALEMONT',ST_GeomFromText('POINT(-119.28 52.8291667)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026439','AIS reported a blow by. -Black GMC Sierra towing a blue and yellow wake boat with a black cover. ',null,null,null,null,null,null,null,'Heading west on Hwy 3','2023-07-08 13:25:41','2023-07-08 13:25:41',null,'DTALEVSK@idir','2023-07-08 13:28:56',null,null,null,null,'OPEN','FERNIE',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026432','Caller reporting illegal camping near the below noted location. Caller advised public access to the lake was closed because of bear activity in the area and some people have come up and torn down the signage and caution tape and are camping at the public access and campsite.',null,null,null,null,null,null,'Levette Lake FSR, Squamish, BC','Levette Lake public access and campsite. ','2023-07-08 13:14:36','2023-07-08 13:14:36',null,'DSEXTON@idir','2023-07-13 13:02:48',null,null,null,null,'CLOSED','SQUMISH',ST_GeomFromText('POINT(-123.1823072 49.8316142)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026426','To whom it may concern... - -I am a long time resident of Brentwood Bay/Penninsula. I''m currently residing outside of the area. But, I doggy sit several times a year off Hagen. - -I have a query/concern! - -As I was walking the dog down Hagen St. towards the 7000 block. The house is at 7042 and is to the L of the creek (Possibly Hagen Creek). I noticed a green hose going into the creek w an extension cord attached to it. Hmm...suspicious I thought. Weird and frustrating as well. Because our creeks are in dire need of restoration. - -Not to make assumptions or be accusatory. But, it appeared he is possibly siphoning out the water. I understand some people can obtain a permit in case of a fire. But, I''m unsure of this situation. -If I''m wrong, please ignore this email. - -Thank you for your immediate attention into this matter. - -Regards, Corinne Desjarlais - -250-888-9266 - -END OF REPORT',null,null,null,null,null,null,'7042 Hagan St',null,'2023-07-08 12:42:34','2023-07-08 12:42:34',null,'MAWILSON@idir','2023-08-02 10:41:47',null,null,null,null,'CLOSED','CNTLSNSH',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026423','Caller reporting that they are trying to evict a camper that has overstayed. Caller advised they have had CO''s there before and are going back today and are looking to get a CO to accompany them. ',null,null,null,null,null,null,'Cal-Cheak Trail, Whistler, BC','Cal -Cheak Rec Site','2023-07-08 12:28:59','2023-07-08 12:28:59',null,'KSORENSE@idir','2023-07-08 12:41:42',null,null,null,null,'OPEN','WHISTLER',ST_GeomFromText('POINT(-123.1073188 50.0482275)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026401','SECTION 1: PERSONAL INFORMATION -Name Cleo Martini -Phone (647) 526-5272 -Email cleomartini28@gmail.com -Address 9378 Broadway, Chilliwack -SECTION 2: VIOLATION REPORT -City where the violation occurred Popkum -Did you observe the violation? Yes - • Fisheries -Details of the violation Cheam Lake Wetlands -Friday July 07, 2023 around 7pm -Illegal fishing in protected wetlands, killed fish after catching them and kept caught fishes -Fishing rods, tackle box, backpacks -Description of the Suspect 1st suspect: -Male, late teens, white, about 5''7"", about 120lbs? (skinny), long curly red hair, dark red tshirt, shorts, sneakers -2nd suspect (driver): -Male, late teens, white, about 5''8"", about 120lbs? (also very skinny), brown hair, baseball cap, tshirt, blue jeans and sneakers -Transport Involved Toyota Tacoma (late 90s, early 2000s) BC plates # RL 3633 -Grey colour ""offroad"" bumpers, lifted, bigger tires, black rims, paint damage on hood of car. Whitish/blue decal on truck doors both sides ',null,null,null,null,null,null,'Popkum, BC',null,'2023-07-07 19:00:00','2023-07-08 11:22:42',null,'doweber@idir','2023-07-08 11:25:01',null,null,null,null,'OPEN','POPKUM',ST_GeomFromText('POINT(-121.7344444 49.1997222)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026400','Caller reporting an open burning near the below noted location. Caller advised her husband confronted the suspect that there was a fire ban going on and the suspect said they were in an exemption area. ',null,null,null,null,null,null,'Mahood Lake Rd, Mahood Falls, BC','Far end of lake from Mahood Lake Prov. campsite','2023-07-08 10:30:00','2023-07-08 11:22:27',null,'CEDGE@idir','2023-07-13 10:28:57',null,null,null,null,'CLOSED','MAHOODFA',ST_GeomFromText('POINT(-120.6172255 51.8491556)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026398','COM lives on the shores of Sproat Lake and is reporting that seasonal neighbours four houses down continually shoot golf balls off their dock and into the lake. This has been an ongoing issue. COM has spoken to them before but they were extremely confrontational with her. ',null,null,null,null,null,null,null,'Sproat Lake ','2023-07-08 11:12:27','2023-07-08 11:12:27',null,'MAWILSON@idir','2023-07-14 11:54:00',null,null,null,null,'CLOSED','PORTALBR',ST_GeomFromText('POINT(-124.9202115 49.2576495)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026396','Caller reporting an open burning at the below noted location. Caller advised the COM witnessed her neighbor having an open fire and when she confronted him about it he threatened her with his two large dogs. ',null,null,null,null,null,null,'4054 Padgett Rd, Powell River, BC',null,'2023-07-08 10:50:00','2023-07-08 10:58:49',null,'MAWILSON@idir','2023-08-02 15:06:48',null,null,null,null,'CLOSED','POWELLRV',ST_GeomFromText('POINT(-124.4785264 49.8258645)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026393','Caller reporting an open burning near the below noted location. Caller advised the suspect had a fire going and did not extinguish it fully. Caller noted it is in a pullout on the left side of the road where the pavement turns to gravel. ',null,null,null,null,null,null,'Mount Hope FSR, Hope, BC','1 min after turning off Hwy 3 ','2023-07-08 10:23:43','2023-07-08 10:23:43',null,'MAWILSON@idir','2023-07-13 15:16:52',null,null,null,null,'CLOSED','HOPE',ST_GeomFromText('POINT(-121.363286 49.3482988)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026392','SECTION 1: PERSONAL INFORMATION -Name David -Phone (403) 836-0630 -Address Sunnybrae Canoe Point Road -SECTION 2: VIOLATION REPORT -City where the violation occurred Sunnybrae - up the Bastion Mountain Forest Service Road -Did you observe the violation? Yes - • Wildlife -Details of the violation Can''t say for sure it''s a violation, but there are two mature whitetail doe carcasses - fully intact - in a pile on a turnout 3.0km up the Bastion Mountain FSR. It is an area where locals frequently dump organics, but I can''t think of why there would be two fresh doe kills in a pile. Obviously no tags and out of season. -My kids saw the decayed carcass of another whitetail up there earlier this week, but these two have been there for less than 48 hours. -Didn''t look to have external injuries on either from a car hit or anything. -Description of the Suspect None identified -Transport Involved None seen -Additional Comments If you Google this, it will drop a pin in the exact location: QQR8+9Q7 Salmon Arm, British Columbia ',null,null,null,null,null,null,'Sunnybrae in Tappen, BC','Sunnybrae - up the Bastion Mountain Forest Service Road ','2023-07-08 10:22:23','2023-07-08 10:22:23',null,'doweber@idir','2023-07-08 10:26:47',null,null,null,null,'OPEN','TAPPEN',ST_GeomFromText('POINT(-119.2677778 50.7663889)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026390','COM is reporting active camp fires (at least 2) at the noted campsite. Advised that the camp fires are in the metal rings found in campsites. Advised that COM spoke to campsite attendants but is unsure if anything is going to be done. ',null,null,null,null,null,null,'Lakeview Park Campsite ',null,'2023-07-08 10:11:47','2023-07-08 10:11:47',null,'MAWILSON@idir','2023-07-11 11:52:30',null,null,null,null,'CLOSED','LKECOWCH',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026389','On Sandy Beach (Moyie Lake) there is some sort of oily, smelly and rusty colored ground water that is coming to the surface at the beach. Moyie Lake south of Cranbrook.',null,null,null,null,null,null,'8191 Yahk Settlement Rd, Yahk, BC',null,'2023-07-08 10:10:33','2023-07-08 10:10:33',null,'SMCCREAD@idir','2023-07-08 10:14:23',null,null,null,null,'OPEN','YAHK',ST_GeomFromText('POINT(-116.1054377 49.0830891)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026387','AIS reporting a blow by. ',null,null,null,null,null,null,'Hwy 15, Surrey, BC','Cloverdale AIS station - heading northbound on Hwy 15','2023-07-08 10:04:00','2023-07-08 10:04:00',null,'MAISMITH@idir','2023-07-08 10:20:25',null,null,null,null,'CLOSED','CLOVRDLE',ST_GeomFromText('POINT(-122.7352024 49.0925369)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026386','SECTION 1: PERSONAL INFORMATION -Name Patti O''Hara -Phone (250) 470-2405 -Email pattiohara0@gmail.com -Address 490 Anderton Road -SECTION 2: VIOLATION REPORT -City where the violation occurred Comox -Did you observe the violation? Yes - • Wildlife -Details of the violation July 8, 2023 1990 Robb ave Comox bc -Feeding wildlife/deer -has food and water trough -When you walk by deer are startled and dart onto busy road -Description of the Suspect Gave address above -Transport Involved N/a -Additional Comments Not sure if this is the correct form but I walk this daily and have seen deer get hit on road I assume on on their way to feed and water here. Very busy corner ',null,null,null,null,null,null,'1990 Robb Ave, Comox, BC','Feeding wildlife/deer - has food and water trough','2023-07-08 10:00:05','2023-07-08 10:00:05',null,'MAWILSON@idir','2023-07-12 09:41:18',null,null,null,null,'CLOSED','COMOX',ST_GeomFromText('POINT(-124.9349721 49.6808645)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026382','caller reports that there is three businesses (Barry Becoft, Iron Bull trucking and OK Truck centre) that have no dust abatement, and are making the air quality in the area terrible. Cant open their windows as everything is covered in a fine yellow/grey dust. - -business addresses is 9450 115 St, Osoyoos.',null,null,null,null,null,null,'9440 115th St, Osoyoos, BC',null,'2023-07-08 09:41:18','2023-07-08 09:41:18',null,'BJETTE@idir','2023-07-27 11:30:24',null,null,null,null,'CLOSED','OSOYOOS',ST_GeomFromText('POINT(-119.4914459 49.0337579)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026368','Spoke to the CO last year about a neighbour''s dog chasing deer and he said to report to RAPP. So he''s doing that but its no longer in progress. -The owner of the dog does not take it seriously. Dog owner: Thomas (sur name unknown), dog is an African hunting breed (medium, tawny, white & ginger). Caller recently in the hospital and his wife witnessed the activity a number of times. -Just frustrating to watch and stressful for the deer. ',null,null,null,null,null,null,'16335 Cedar Rd, Crawford Bay, BC','Crawford Bay, BC','2023-07-08 08:02:00','2023-07-08 09:02:41',null,'JBUECKER@idir','2023-07-11 13:53:46',null,null,null,null,'CLOSED','CRWFRDBY',ST_GeomFromText('POINT(-116.8231703 49.6940307)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026366',' Caller reporting illegal camping near the below noted location. Caller advised there are 11 vehicles and a mass of people camping where there are signs up that explicitly state no camping allowed. ',null,null,null,null,null,null,'Pemberton, BC','Green River FSR off Airport Rd - Pemberton Wetland and wildlife area ','2023-07-08 08:56:46','2023-07-08 08:56:46',null,'KSORENSE@idir','2023-07-08 09:03:10',null,null,null,null,'OPEN','PEMBERTN',ST_GeomFromText('POINT(-122.8077778 50.3202778)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026364','COM is reporting an overstay at the noted recreation site. Advised that for 6 weeks there has been a fifth wheel parked there. No licence plates. Vehicle is possibly abandoned as COM has not seen any people at the rec site that would own it. ',null,null,null,null,null,null,null,'Khartoum Lake Recreation Site ','2023-07-08 08:34:23','2023-07-08 08:34:23',null,'IPAVLOVI@IDIR','2023-07-08 08:41:18',null,null,null,null,'OPEN','POWELLRV',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026337','***RAPP EMAIL*** -Mouth of Williams Creek at Gruchies -10:00pm -Poaching sockeye salmon and littering -Using large salmon jigs and rods with large jerking action in attempt to snag salmon -They told me they were out there all day “saying fish.” When returning home for the night I saw that they were camping at Waterlily Bay Resort and I overheard them talking about it. After they left their spot I found a small pile of garbage that included pop cans, water bottles, and old fishing line. I have a video of the trio and photo of the garbage they left behind after I cleaned it up. They explicitly said to each other that they were snagging and we’re showing each other how to snag. They caught one sockeye whilst I was there and they dragged it up the beach, in hooked it’s back, and kicked it back into the water. ',null,null,null,null,null,null,null,'Williams Creek at Gruchies','2023-07-07 23:02:25','2023-07-07 23:02:25',null,'BJETTE@idir','2023-07-07 23:05:42',null,null,null,null,'OPEN','TERRACE',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026327','Kim at Coastal Fire Centre passed on a second hand report COM received via text about a group using dirt bikes, firearms and having a large bonfire. 49 48.368 124 17.798',null,null,null,null,null,null,'Canoe Mainline, Powell River, BC','Lois Lake Campsite','2023-07-07 21:53:18','2023-07-07 21:53:18',null,'LMOSS@idir','2023-07-07 22:04:21',null,null,null,null,'OPEN','POWELLRV',ST_GeomFromText('POINT(-124.3135157 49.7763652)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026324','Caller reported an open burning this is his 5th call neighbour across the street is having a campfire underneath Douglas fur trees. Visible from the road. Caller advised that is sounds like they are axe throwing as well. ',null,null,null,null,null,null,'1351 Carlton Dr, Cobble Hill, BC',null,'2023-07-07 21:42:45','2023-07-07 21:42:45',null,'MAWILSON@idir','2023-08-02 10:48:56',null,null,null,null,'CLOSED','COBBLHIL',ST_GeomFromText('POINT(-123.5942029 48.6529966)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026323','Caller reporting a on behalf of COM Stephanie number is the primary number listed below. COM advised the neighbour is burning a big pill garbage in their backyard at the location noted below. ',null,null,null,null,null,null,'12919 Stave Lake Rd, Hatzic, BC',null,'2023-07-07 21:41:47','2023-07-07 21:41:47',null,'EVEROBER@idir','2023-07-10 11:33:08',null,null,null,null,'CLOSED','MISSION',ST_GeomFromText('POINT(-122.2476007 49.237373)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026312','Earlier this evening COM witnessed a large dark grey and white husky attack a deer at the lagoon. The owner eventually called their dog back and three men pulled the deer out of the water while the do owners stood by. The deer had minor injuries to its abdomen and neck but looked otherwise like it would be ok. COM has photos of the injured deer. - - -',null,null,null,null,null,null,'3600 Place Rd, Nanaimo, BC','Pipers Lagoon - Wheatcroft Park','2023-07-07 20:44:29','2023-07-07 20:44:29',null,'MAWILSON@idir','2023-08-03 09:04:50',null,null,null,null,'CLOSED','NANAIMO',ST_GeomFromText('POINT(-123.9487668 49.2228838)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026306','Caller advises that there is a fire burning at the location and if speaking to a local can possibly give better directions.',null,null,null,null,null,null,'North Fraser Dr, Quesnel, BC','house on left side heading out of town, has lots of junk and trailers on property','2023-07-07 20:07:41','2023-07-07 20:07:41',null,'CEDGE@idir','2023-07-10 15:59:20',null,null,null,null,'CLOSED','QUESNEL',ST_GeomFromText('POINT(-122.5097589 52.986152)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026305','Not sure if anything can be done, but this is regarding someone throwing a cigarette out the car window. -July 7 approx 4:00pm - -Just hoping that the license plate is enough to get his info and send a very large fireman knocking on his door!!! -',null,null,null,null,null,null,'Nanaimo, BC',null,'2023-07-07 20:00:57','2023-07-07 20:00:57',null,'MAWILSON@idir','2023-07-13 09:10:26',null,null,null,null,'CLOSED','NANAIMO',ST_GeomFromText('POINT(-123.9380556 49.1636111)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026302','Blow by WB on Hwy 3 - Black pickup truck pulling black and yellow sea do with a black cover.',null,null,null,null,null,null,'Hwy 3, Fernie, BC','Fernie Olsen AIS Station','2023-07-07 19:52:58','2023-07-07 19:52:58',null,'LMOSS@idir','2023-07-07 19:55:59',null,null,null,null,'OPEN','FERNIE',ST_GeomFromText('POINT(-115.063804 49.5086679)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026300','Caller reporting a dog ran out and attacked a deer at pipers lagoon. Advised the deer is still alive but has been injured by the dog. Advised the deer is in the middle of the lagoon mobile but injured. ',null,null,null,null,null,null,'Pipers Lagoon Park Trail, Nanaimo, BC','On the beach of the above location.','2023-07-07 19:39:44','2023-07-07 19:39:44',null,'MAWILSON@idir','2023-08-03 08:57:21',null,null,null,null,'CLOSED','NANAIMO',ST_GeomFromText('POINT(-123.9481319 49.2250962)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026298','Group of people harvesting clams and oysters. COM believes shellfish harvesting is currently closed. Large group of people have been there for about an hour and taking multiple bucket fulls back to vehicles and then returning',null,null,null,null,null,null,'Klahanie Dr, Sechelt, BC','Beach access at the end of Klahanie','2023-07-07 19:38:21','2023-07-07 19:38:21',null,'LMOSS@idir','2023-07-07 19:42:42',null,null,null,null,'OPEN','SECHELT',ST_GeomFromText('POINT(-123.7672683 49.5261842)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026295','***RAPP REPORT*** - -https://www.facebook.com/groups/hopebulletinboard/permalink/6299273276823000/?mibextid=S66gvF -https://www.facebook.com/groups/hopebulletinboard/permalink/6299273276823000/?mibextid=S66gvF -https://www.facebook.com/groups/hopebulletinboard/permalink/6299273276823000/?mibextid=S66gvF -https://www.facebook.com/Bergheisen?mibextid=LQQJ4d - -Additional Comments: -This was posted on Hope bc bulletin board on Facebook -',null,null,null,null,null,null,null,null,'2023-07-07 19:18:09','2023-07-07 19:18:09',null,'DDUFFY@idir','2023-07-07 19:22:36',null,null,null,null,'OPEN','HOPE',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026291','***RAPP REPORT*** - -3730 James crescent, black creek has a business named red-hot iron and woodwork. July 7,2023. This property has attempted to limit foreshore access to the popular James crescent swimming hole. Has put up plastic snow fencing on the oyster River foreshore that limit access along the forshore as well as having a raised platform to elevate a pump to draw water from the river. Has signs stating that the area is protected by a German Shepard some of these signs appear to be hung on the rivers foreshore. Piles of feces appear to have been flung into the river and onto the river foreshore from the property. - -Additional Comments: - Feces in the river and on the foreshore cause concern for human health as well as fish and wildlife. -',null,null,null,null,null,null,'3730 James Cres, Black Creek, BC',null,'2023-07-07 18:41:39','2023-07-07 18:41:39',null,'MAWILSON@idir','2023-07-11 13:30:56',null,null,null,null,'CLOSED','BLKCRK',ST_GeomFromText('POINT(-125.2280315 49.8934423)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026288','Kamloops. Lac Du Bois Grassland Mara Mountain North Side Trail -July 3 ,2023. Approx time was 630pm -driving a quad on protected lands with out a helmet. Poses a risk to hikers and no motor vehicles are supposed to be on the trail. - -This individual has done this numerous time caught him today with the quad but has also driven his truck up this trail in the past. ',null,null,null,null,null,null,'Mara Mountain',null,'2023-07-07 18:12:11','2023-07-07 18:12:11',null,'CCRERAR@idir','2023-07-11 15:38:45',null,null,null,null,'CLOSED','KAMLOOPS',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026270','Davis Bay pier, Sunshine Coast, Sechelt. -July 6th at 11:30AM - -Poaching crab from other fisherman. Poaching small crab not full size. Poaching female crab. 3 crab fisherman had 10 crab traps out. Stealing crab traps to use as their own. Buckets full of crab. - -I placed 2 crab traps at the end of Davis Bay pier Mon-Thurs. Traps were consistently moved and empty 2 out of 3 days with over a 12 hour soak. Thurs one was brought up and left on the pier, the other was moved to their area. I took my crab trap back. No exchange or interaction, just sheepish eyes. -Small crab traps were consistently brought up by the poachers. - -The feeling/vibe I got there is ""Thier pier"" like they owned it. They''ve been doing this a long time and don''t like anybody else crabbing. They seem to have scouts walk back and forth on the pier looking for officers to alert their family or friends. ',null,null,null,null,null,null,'Davis Bay in Sechelt, BC','Pier','2023-07-07 16:44:22','2023-07-07 16:44:22',null,'LMOSS@idir','2023-07-07 16:46:01',null,null,null,null,'OPEN','SECHELT',ST_GeomFromText('POINT(-123.7247222 49.4427778)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026269','A woman posted on the "Rehoming Posts Vancouver Island" Facebook group about selling an axalotl. Not two hours later, I learned owning them is not allowed in BC on a visit to the wildlife centre in Coombs. Everybody who commented on the post wanting the axalotl.',null,null,null,null,null,null,'Victoria, BC',null,'2023-07-07 16:41:56','2023-07-07 16:41:56',null,'MAWILSON@idir','2023-08-03 08:48:29',null,null,null,null,'CLOSED','VICTORIA',ST_GeomFromText('POINT(-123.3644444 48.4280556)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026268','Caller reporting someone dumped about 10-12 dead fish and fish heads into Thornyhill Creek going into the Skeena River. ',null,null,null,null,null,null,null,'Thornyhill creek that flows into the Skeena River ','2023-07-07 16:34:08','2023-07-07 16:34:08',null,'RYCALDWE@idir','2023-07-18 10:07:03',null,null,null,null,'CLOSED','TERRACE',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026253','Caller reporting an abandoned horse trailer on hwy ROW. There is household garbage inside the trailer. It has been noted on site for at least 2 weeks.',null,null,null,null,null,null,'Eagle Island Rd and Hwy 24, Little Fort, BC',' 20 meters off hwy 24 east of the intersection.','2023-07-07 15:21:55','2023-07-07 15:21:55',null,'CEDGE@idir','2023-07-13 10:22:18',null,null,null,null,'CLOSED','KAMLOOPS',ST_GeomFromText('POINT(-120.53484 51.4704301)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026242','COM reported a old, crushed car sitting by the Mission Creek in Kelowna. ',null,null,null,null,null,null,null,'100 meters to the left of the Environmental Education Centre in Mission Creek Regional Park, by the creek. ','2023-07-07 14:31:00','2023-07-07 14:31:00',null,'JEANDREW@idir','2023-08-03 12:44:56',null,null,null,null,'CLOSED','WSTKELOW',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026235','AIS reported a blow by headed west on Hwy 3 to Fernie. - - -',null,null,null,null,null,null,null,null,'2023-07-07 14:01:23','2023-07-07 14:01:23',null,'EFITCH@IDIR','2023-07-07 15:43:34',null,null,null,null,'OPEN','FERNIE',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026222','Caller reporting 8 individuals in the area today, with dogs. The area has been signed as a no go area due to bb activity. The caller can see movement in the area where tenting would occur, but cannot see tents. No descriptors of suspects available',null,null,null,null,null,null,'Levette Lake FSR, Squamish, BC',null,'2023-07-07 13:38:53','2023-07-07 13:38:53',null,'LMOSS@idir','2023-07-28 15:57:31',null,null,null,null,'CLOSED','SQUMISH',ST_GeomFromText('POINT(-123.1823072 49.8316142)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026218','COM is reporting marmots disappearing in her neighbourhood. COM is concerned and is thinking that someone is trapping and removing them. ',null,null,null,null,null,null,'1510 Trans-Canada Hwy, Sorrento, BC','Deer Ridge Estates Modular Home Park ','2023-07-07 13:32:17','2023-07-07 13:32:17',null,'JEANDREW@idir','2023-08-01 15:53:06',null,null,null,null,'CLOSED','SORRENTO',ST_GeomFromText('POINT(-119.4491028 50.8755877)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026213','Advised on scene and extinguishing a dirty fire at the below address. -Fire is 50 x 50. Full of plastics ',null,null,null,null,null,null,'Deroche, BC','#40 800 Taylor Road, Deroche ','2023-07-07 13:09:52','2023-07-07 13:09:52',null,'MAWILSON@idir','2023-08-02 08:39:25',null,null,null,null,'CLOSED','DEROCHE',ST_GeomFromText('POINT(-122.0677778 49.1830556)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026198','COM is reporting an incident between a dog and a skunk at the noted campground. Dog owners were warned there were skunks in the area. Advised the dog mauled and badly injured a mother skunk which had to be put down and the babies are now without a mother. ',null,null,null,null,null,null,'White Swan Lake ','Home Basin Campground ','2023-07-07 12:04:00','2023-07-07 12:04:00',null,'MATTHEWH@idir','2023-07-10 09:39:03',null,null,null,null,'CLOSED','CNLFLTS',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026187','Caller reporting people with ATV''s accessing an area that was fenced. They have cut the fence and entered from McMillan Road to the north of Hwy 24, and is now a thoroughfare for many ATV''s. It is apparently a government installed fence that was snipped open. - -Last night there was a party and bonfire in the area and they have left their garbage behind. -Several concerns: damage to fence, dumping, fire during ban ++',null,null,null,null,null,null,'6187 Little Fort Hwy 24, Lone Butte, BC','in the area of above address','2023-07-07 11:21:26','2023-07-07 11:21:26',null,'CEDGE@idir','2023-07-13 08:43:24',null,null,null,null,'CLOSED','LONEBTTE',ST_GeomFromText('POINT(-121.1617559 51.5509977)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026182','COM reporting blow-by at Fernie AIS heading west on Hwy 3 - -1109 briefed CO Chretien',null,null,null,null,null,null,'Hwy 3, Fernie, BC','Olson Rest station','2023-07-07 11:06:10','2023-07-07 11:06:10',null,'DLEWERS@idir','2023-07-07 11:10:01',null,null,null,null,'OPEN','FERNIE',ST_GeomFromText('POINT(-115.063804 49.5086679)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026179','Blow-by: -Hwy1 West towards Revelstoke -White F150 newer model - white fender flares pulling teale seadoo with a black cover -AB plates -',null,null,null,null,null,null,'Hwy 1, Golden, BC',null,'2023-07-07 10:54:51','2023-07-07 10:54:51',null,'GPKRUGER@idir','2023-07-11 12:40:02',null,null,null,null,'CLOSED','GOLDEN',ST_GeomFromText('POINT(-116.9802034 51.3254533)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026174','SECTION 2: VIOLATION REPORT -City where the violation occurred Kamloops -Did you observe the violation? Yes - • Forest Practices - • Off-Road Vehicles [ATVs, motorbikes, snowmobiles] -Details of the violation Kamloops. Lac Du Bois Grassland Mara Mountain North Side Trail -July 3 ,2023. Approx time was 630pm -driving a quad on protected lands with out a helmet. Poses a risk to hikers and no motor vehicles are supposed to be on the trail. -Description of the Suspect make on a quad on an protected no vehicles allowed restricted area -First name is George -Caucasian -Around 50 -Was wearing blue jeans and Tshirt no helmet -Transport Involved Pickup truck SL1204 Blue GMC with Bkack Tailgate BC Plates -Couple of stickers on back window -Witnesses Rob Fryer 755 crestline Street Kamloops -250-572-7226 -Additional Cmments This individual has done this numerous time caught him today with the quad but has also driven his truck up this trail in the past.',null,null,null,null,null,null,'Lac Du Bois, BC','Lac Du Bois Grassland Mara Mountain North Side Trail ','2023-07-03 18:30:00','2023-07-07 10:41:24',null,'CCRERAR@idir','2023-07-10 16:10:34',null,null,null,null,'CLOSED','KAMLOOPS',ST_GeomFromText('POINT(-120.4129495 50.8452254)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026169','COM reported garbage is not being properly kept at an RV site. The garbage is piled outside dumpsters and a BB has been through the garbage bins. The garbage is currently being kept in an open transfer bin. COM noted there have been problems with garbage in the past. -COM is anonymous because they are a member and do not want to lose their membership. ',null,null,null,null,null,null,null,'Camperland RV Park, near the Rosedale overpass crossing ','2023-07-07 10:29:32','2023-07-07 10:29:32',null,'MAWILSON@idir','2023-08-02 15:47:48',null,null,null,null,'CLOSED','AGSSZHS',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026166','COM is reporting that their property overlooks an estuary which is part of the Cowichan River. Across the estuary there are landfills and people dumping hazardous material into the estuary. COM is concerned regarding the negative impacts this will have on the environment. -',null,null,null,null,null,null,'1501 Khenipsen Rd, Duncan, BC',null,'2023-07-07 10:18:09','2023-07-07 10:18:09',null,'DSEXTON@idir','2023-07-10 16:08:00',null,null,null,null,'CLOSED','DUNCAN',ST_GeomFromText('POINT(-123.6347299 48.7790283)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026163',' Cadboro Beach deer on property, went on to beach three dogs chased deer, dogs are supposed to be on leash on dogs, three separate owners did not stop dogs but did record the chase with their phones, has contacted Environment Canada. On going issue with off leash -',null,null,null,null,null,null,'Cadboro Bay Rd, Saanich, BC',null,'2023-07-07 10:16:32','2023-07-07 10:16:32',null,'MAWILSON@idir','2023-07-07 10:18:00',null,null,null,null,'OPEN','SAANICH',ST_GeomFromText('POINT(-123.2919276 48.461083)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026156','COM reported dumping of yard/landscaping waste compost at the noted location. Footage was caught of a vehicle vehicle going in with a full cab and coming out empty on July 4th. ',null,null,null,null,null,null,null,'Postill FSR ','2023-07-07 09:55:52','2023-07-07 09:55:52',null,'JEANDREW@idir','2023-08-03 12:56:01',null,null,null,null,'CLOSED','KELOWNA',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026138','COM is a trapper and reports that it appears a family of beavers is gone that is on his trap line. COM reports the dam has been destroyed and beavers are gone which is not allowed as the trapline belongs to the COM. COM believes Mainroad took the dam down but doesn''t know what happened to the beavers. ',null,null,null,null,null,null,'hwy 95a, Cherry Creek',null,'2023-07-07 09:19:36','2023-07-07 09:19:36',null,'DLEWERS@idir','2023-07-07 09:22:17',null,null,null,null,'OPEN','CHRYCRK',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026135','COM reported a contractor who may be dumping asbestos dry wall. COM was contracted to tear it down and bag it from a residence. They were going to do the disposal but the person who hired them pushed them to move faster and did not provide them with a permit. The COM stopped progress on the demo under the conditions. The COM''s team was fired when they did finish with the demo and were going to dispose of the material. The COM offered to have samples tested, but were refused and the person who hired their team had samples that did not match the insulation taken out. The COM went back to the property to get tools and found the material rebagged into black bags, not transparent bags. COM took two handfuls for samples. COM does not know where they have dumped anything. There were 744 bags on the deck, now there are 100. -**COM asked for a call from a CO for follow up. -',null,null,null,null,null,null,'4994 Geer Rd, Sechelt, BC',null,'2023-07-07 09:13:56','2023-07-07 09:13:56',null,'doweber@idir','2023-07-24 10:09:38',null,null,null,null,'OPEN','SECHELT',ST_GeomFromText('POINT(-123.7304603 49.4538364)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026131','COM reported fish dumped in a ditch that borders their property. COM has been having a dispute with their neighbour and suspects it was them. ',null,null,null,null,null,null,'9575 Pilot Mountain Rd, Chief Lake, BC',null,'2023-07-07 08:54:09','2023-07-07 08:54:09',null,'JOCHARTR@idir','2023-07-24 13:32:47',null,null,null,null,'CLOSED','CHFLAKE',ST_GeomFromText('POINT(-122.8512565 54.0158709)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026127','Blow By - North bound Hwy 15 - ',null,null,null,null,null,null,'Pacific CVSE Inspection Station ',null,'2023-07-07 08:40:00','2023-07-07 08:40:09',null,'MAISMITH@idir','2023-07-07 13:32:07',null,null,null,null,'CLOSED','SURRY',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026104','Coastal Fire dispatch is advising that they received a report of smoke in Rosewall Creek Provincial Park. Original COM was driving by and saw the smoke coming from the park. The amount of smoke is described as camp fire sized. No actual camp fire seen. - - -',null,null,null,null,null,null,'BC-19, Fanny Bay','Rosewall Creek Provincial Park ','2023-07-07 06:34:21','2023-07-07 06:34:21',null,'DSEXTON@idir','2023-07-14 13:20:44',null,null,null,null,'CLOSED','FANNYBAY',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026085','Coastal Fire Centre received the following report: -Husemans Hide Away at front of house. -A fire is going at the location listed. Caller heard chopping and the the crackling of the fire. - -IPR 007542',null,null,null,null,null,null,'3692 Horne Lake Caves Rd, Qualicum Beach, BC','2 houses down from above address','2023-07-06 22:10:16','2023-07-06 22:10:16',null,'MAWILSON@idir','2023-07-11 15:50:01',null,null,null,null,'CLOSED','HORNELAK',ST_GeomFromText('POINT(-124.7104381 49.3531326)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026069','Calling to report a large trailer load of garbage being dumped, the caller is trying to take a photo. Threatening to harm the people dumping if something isn''t done',null,null,null,null,null,null,'Hinge Creek North Rd',null,'2023-07-06 20:28:02','2023-07-06 20:28:02',null,'ISCHMIDT@idir','2023-07-06 20:41:46',null,null,null,null,'OPEN','DEWDNEY',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026054','Coastal Fire Centre passing on report of a beach fire at the river. 3 people at scene. ',null,null,null,null,null,null,'Englishman River Rd, Errington, BC','End of the road','2023-07-06 19:35:52','2023-07-06 19:35:52',null,'MAWILSON@idir','2023-08-03 08:38:42',null,null,null,null,'CLOSED','ERRINGTN',ST_GeomFromText('POINT(-124.3358732 49.2688019)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026052','South end of dogwood dr ladysmith. Date july 6th potentially the 7th. Unsecured attractants. Most of south dogwood dr ladysmith had their compost out over night and appears to be doing it again tonight. Municipal is not enforcing this part of the wildlife act well. ',null,null,null,null,null,null,'391 Dogwood Dr, Ladysmith, BC',null,'2023-07-06 19:03:31','2023-07-06 19:03:31',null,'MAWILSON@idir','2023-08-03 08:32:59',null,null,null,null,'CLOSED','LADYSMTH',ST_GeomFromText('POINT(-123.8081351 48.9767879)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026051','Dumping of yard waste and bark mulch. This has been occurring for approximately for 1 year and was most recently witnessed 30 minutes ago.',null,null,null,null,null,null,'12053 Hodgkin Rd, Lake Errock, BC',null,'2023-07-06 18:59:50','2023-07-06 18:59:50',null,'LMOSS@idir','2023-07-06 19:03:14',null,null,null,null,'OPEN','MISSION',ST_GeomFromText('POINT(-122.0093966 49.2213086)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026046','North side of toby creek in invermere on crown land. As far as I know there is no camping allowed there. It’s across from the dog park. ',null,null,null,null,null,null,'9152 Mays Ave ',null,'2023-07-06 18:43:47','2023-07-06 18:43:47',null,'MATTHEWH@idir','2023-07-10 09:40:03',null,null,null,null,'CLOSED','INVERMER',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026042','COM saw someone throw a cigarette butt out of their vehicle on Monday at 1645.',null,null,null,null,null,null,'Trans-Canada Hwy and West Shore Pky, Langford, BC',null,'2023-07-06 18:32:08','2023-07-06 18:32:08',null,'MAWILSON@idir','2023-07-11 16:01:45',null,null,null,null,'CLOSED','LANGFORD',ST_GeomFromText('POINT(-123.5376466 48.4577631)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026024','Small pile of debris, clothing etc. just off the side of the road on Downes Rd east of Clearbrook Rd.',null,null,null,null,null,null,'Clearbrook Rd and Downes Rd, Abbotsford, BC','East of Clearbrook Rd','2023-07-06 16:51:17','2023-07-06 16:51:17',null,'LMOSS@idir','2023-07-06 16:54:26',null,null,null,null,'OPEN','ABTFRD',ST_GeomFromText('POINT(-122.3453468 49.0745074)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026003','Caller reported a blow by at the noted location. ',null,null,null,null,null,null,null,'Towards Dawson Creek on Hwy 43.','2023-07-06 15:33:54','2023-07-06 15:33:54',null,'JDAMERT@idir','2023-07-14 12:03:34',null,null,null,null,'CLOSED','DAWSONCR',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026000','Caller advised this is the 2nd turkey with an arrow sticking out of it in the last few weeks. -This is a different turkey because the arrow is sticking out a lot further than the other. Sighting 30 min ago at the below address. - -CO told someone they were aware of it. ',null,null,null,null,null,null,'656 Parkview Rd, Nelson, BC',null,'2023-07-06 15:25:53','2023-07-06 15:25:53',null,'JBUECKER@idir','2023-07-11 11:52:46',null,null,null,null,'CLOSED','NELSON',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025991','Caller phoned this morning re: resident at the below address that trapped a skunk, skunk is in a cage in the sun and person that trapped it said they were just going to let it die. - -ECC provided the caller with BC SPCA Provincial Call Centre at 1-855-622-7722, web site states to report animals in distress (companion, wildlife, and farm animals), the public should call this number. - -Cst. Syer from the SPCA followed up with the caller and said ''It was not their deal'' it was COS. - -Caller sprayed it down, wet towels on it. ',null,null,null,null,null,null,'1666 Hope Rd, District of North Vancouver, BC',null,'2023-07-06 15:07:24','2023-07-06 15:07:24',null,'doweber@idir','2023-07-06 15:16:10',null,null,null,null,'OPEN','NORVAN',ST_GeomFromText('POINT(-123.1168414 49.3262359)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025985','I reported a few incidents that relate to raccoons being poisoned. In April of 2023, two dead raccoons were found on our property. The pest management company determined they were poisoned. In May of 2023, I placed a second report relating to a report from a neighbour that a building a block down the road from my building had rodent bait stations that raccoons were accessing and eating the poison within. My friend provided me with a video of the incident. Both buildings (theirs and mine) use the same pest management company and are using poisons that are legal to use for rodents. However, they didn''t anticipate that raccoons would also be able to access the bait. As it is illegal to set poison out for raccoons and since we know they can access these stations, what can be done to prevent harm to these animals? -I would appreciate someone following up with me on this. Thank you. -emailed only',null,null,null,null,null,null,null,null,'2023-07-06 14:59:15','2023-07-06 14:59:15',null,'PBRACKEN@idir','2023-07-06 15:02:18',null,null,null,null,'OPEN','BURNBY',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025982','Workers doing fish salvage work discovered a 40 cm long garter snake in a minnow trap. The snake is bagged in a freezer. Required to report deceased wildlife on mine property.',null,null,null,null,null,null,null,'Milligan Pond - Teck Elkview Mine','2023-07-06 14:46:57','2023-07-06 14:46:57',null,'RYGORDON@idir','2023-07-11 08:58:04',null,null,null,null,'CLOSED','SPRWOOD',ST_GeomFromText('POINT(-114.87738835807866 49.75259340753636)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025971','AIS reporting a blowby heading South on Hwy 3 towards Keremeos. ',null,null,null,null,null,null,'Hwy 3 headed South',null,'2023-07-06 14:14:02','2023-07-06 14:14:02',null,'MSTERN@idir','2023-07-12 09:36:54',null,null,null,null,'CLOSED','KEREMEOS',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025963','Reporting a blowby heading West out of Golden. ',null,null,null,null,null,null,'Hwy 1, Golden, BC','West on Hwy 1','2023-07-06 13:44:07','2023-07-06 13:44:07',null,'GPKRUGER@idir','2023-07-11 12:39:32',null,null,null,null,'CLOSED','GOLDEN',ST_GeomFromText('POINT(-116.9802034 51.3254533)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025962','Blow by. -Light grey Ram pick-up truck pulling a white wakeboard boat with a grey/green design on the side. -Headed west on Hwy 3 towards Fernie',null,null,null,null,null,null,'Hwy 3, Fernie, BC',null,'2023-07-06 13:43:48','2023-07-06 13:43:48',null,'doweber@idir','2023-07-06 13:49:54',null,null,null,null,'OPEN','FERNIE',ST_GeomFromText('POINT(-115.063804 49.5086679)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025949','COM reporting within the last 6 months, that their tenant killed and butchered a deer on their property. (She said her husband saw a deer hanging and animal parts on their property.) He also bragged to staff at their business, that he had shot deer on property. She is concerned for their neighbors that they are shooting guns around their properties. She would like to speak with a CO. ',null,null,null,null,null,null,'4251 Mikkelson Frtg, Tappen, BC',null,'2023-07-06 12:46:46','2023-07-06 12:46:46',null,'EFITCH@IDIR','2023-07-06 12:57:20',null,null,null,null,'OPEN','TAPPEN',ST_GeomFromText('POINT(-119.3194801 50.8115841)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025946','Caller reporting a young male abusing a duckling at city park. The male will not stop when told to do so. ',null,null,null,null,null,null,null,'City Park beside the splash park.','2023-07-06 12:40:44','2023-07-06 12:40:44',null,'JEANDREW@idir','2023-07-10 15:37:34',null,null,null,null,'CLOSED','KELOWNA',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025945','COM reported a camper that left food and a very messy campsite. They also started a fire that the fire department attended. The camper was presented with an eviction notice. The caller is looking to speak to a CO about possible enforcement action and what would happen if the camper refuses to leave. RCMP are also on scene if the camper causes any trouble. ',null,null,null,null,null,null,null,null,'2023-07-06 12:31:23','2023-07-06 12:31:23',null,'DTALEVSK@idir','2023-07-06 12:38:34',null,null,null,null,'OPEN','WHISTLER',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025939','COM reporting next door neighbor is feeding the coyotes and dumping garbage across the street to feed the bears. They have sent pictures to the local bylaw enforcement officer who apparently were ticketing them , he also said for them to contact the CO. ',null,null,null,null,null,null,'1 Raspberry Pl, Mackenzie, BC',null,'2023-07-06 12:22:44','2023-07-06 12:22:44',null,'EFITCH@IDIR','2023-07-06 12:29:26',null,null,null,null,'OPEN','MACKENZI',ST_GeomFromText('POINT(-123.0883123 55.3244892)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025924','COM reported their neighbour on the acreage to the west of their property has dumped a large amount of rotten meat near the COM''s property that has attracted coyotes. The coyotes took the COM''s cat. - -',null,null,null,null,null,null,null,'west from COM''s property on Salmon Valley Road ','2023-07-06 11:47:50','2023-07-06 11:47:50',null,'JOCHARTR@idir','2023-07-24 13:21:54',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025923','COM advised that she spotted an ad on ''Castanet'' -= Local news service about a Fennec Fox up for sale for $700. -Ad posters info: Kateryna SHCHYBORUK - 615-669-9719 -SHCHYBORUK.K@Gmail.com - -Ad ID # 4901731',null,null,null,null,null,null,'Vancouver, BC',null,'2023-07-06 11:40:47','2023-07-06 11:40:47',null,'JDSCOTT@idir','2023-07-06 11:49:47',null,null,null,null,'OPEN','VANCOUVR',ST_GeomFromText('POINT(-123.1138889 49.2608333)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025911','White GMC pick up truck pulling a black and silver pontoon boat -Hwy 3 West to Fernie.',null,null,null,null,null,null,'Hwy 3, Fernie, BC',null,'2023-07-06 11:16:17','2023-07-06 11:16:17',null,'JBUECKER@idir','2023-07-13 13:01:24',null,null,null,null,'CLOSED','FERNIE',ST_GeomFromText('POINT(-115.063804 49.5086679)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025899','blow by ',null,null,null,null,null,null,null,null,'2023-07-06 10:40:13','2023-07-06 10:40:13',null,'PBRACKEN@idir','2023-07-06 10:44:03',null,null,null,null,'OPEN','FERNIE',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025896','Caller reporting a blowby heading West towards Creston. ',null,null,null,null,null,null,null,'Headed West on Hwy 3 towards Creston','2023-07-06 10:38:55','2023-07-06 10:38:55',null,'JBUECKER@idir','2023-07-11 11:37:17',null,null,null,null,'CLOSED','CRESTON',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025884','Every 6 to 8 weeks for the last 5 years -Fish Bearing stream pollution- pesticides and grow chemicals -Large active marijuana grow- current odour- has been in operation for several years. Grow is approximately 50 meters (as per google earth) from Morrison Creek. Identified as fish bearing tributary to Englishman River. - -Two dilapidated residences on the property which includes a trailer. Several cars including a decommissioned police crown vic. and a boat. Property is fairly blocked by a gate and trees from view. - -This property has been operating for a few years. I have been driving by it daily over this time and can smell the marijuana being grown. There is a barn on the property that I observed being wired from the road shortly after the property was sold. - -The purpose of this report is to bring attention to the hazardous chemicals that are likely being deposited into Morrison Creek by this large marijuana grow operation. Furthermore, water to feed the grow is likely taken from Morrison Creek. As noted above, the barn is approximately 50 meters from the creek and a great source of fresh water and discharge. - -Reports will be made to Ministry of Environment, Canada Revenue, Oceanside RCMP, and BC Hydro. -',null,null,null,null,null,null,'1825 Errington Rd, Errington',null,'2023-07-06 10:26:15','2023-07-06 10:26:15',null,'DTALEVSK@idir','2023-07-06 10:27:47',null,null,null,null,'CLOSED','ERRINGTN',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025878','Neighbour just shot a BB. -',null,null,null,null,null,null,'3399 Kenville Rd, Blewett, BC',null,'2023-07-06 10:01:45','2023-07-06 10:01:45',null,'JBUECKER@idir','2023-07-11 11:47:23',null,null,null,null,'CLOSED','BLEWT',ST_GeomFromText('POINT(-117.3825792 49.4786591)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025876','*** RAPP REPORT *** - - Fort St.John BC and surrounding areas ,Baird line . Hunting act violation/Poaching . Hunting Bear without tags ,Shooting The sow and Cubs as well because they wouldn’t survive without their mother. Shooting bears for sake of doing it and leaving them in the bush . Shooting bears not for human consumption but to grind into Dog food. The owner of her pick up shot from her vehicle and broke her truck window. Violators comments bragging about her kills with regards to Bears ,Elk and Deer . Carrying open guns in her truck & shells . - -Self reporting due to others aren’t interested in being involved some have same mentality as Michelle. Saying bears are a new sense -Additional Comments -I feel People like Michelle should not be allowed Hunters rights or to have a firearm. My personal opinion she’s no better than a poacher . I would like my name to be anonymous due to fact I work for same Company Michelle does . -',null,null,null,null,null,null,null,null,'2023-07-06 10:00:45','2023-07-06 10:00:45',null,'DAGRAY@idir','2023-07-06 10:03:22',null,null,null,null,'OPEN','FTSTJOHN',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025869','Blow BY - NORTHBOUND HWY 15 from CVSE Station ',null,null,null,null,null,null,'CVSE Inspection Station ',null,'2023-07-06 09:45:20','2023-07-06 09:45:20',null,'EFITCH@IDIR','2023-07-06 09:55:32',null,null,null,null,'OPEN','WHITERCK',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025867','COM is concerned about her neighbour who has strung reflective tinsel around her garden to keep deer from eating her plants. COM spoke to a vet who told her this can be dangerous to the deer if they consume it. COM would like a CO to speak to her neighbour about this. ',null,null,null,null,null,null,'1620 Burtch Rd, Kelowna, BC',null,'2023-07-06 09:40:58','2023-07-06 09:40:58',null,'JEANDREW@idir','2023-08-10 11:35:15',null,null,null,null,'CLOSED','KELOWNA',ST_GeomFromText('POINT(-119.4629675 49.8850092)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025855','COM reporting neighbor has captured a skunk in trap. They advised her they were just going to keep skunk in trap until it died. They felt it is cruelty to animals and want it reported to the CO. Gave COM SPCA phone number as well. ',null,null,null,null,null,null,'1666 Hope Rd, District of North Vancouver, BC',null,'2023-07-06 09:13:53','2023-07-06 09:13:53',null,'EFITCH@IDIR','2023-07-06 09:21:49',null,null,null,null,'OPEN','NORVAN',ST_GeomFromText('POINT(-123.1168414 49.3262359)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025820','Calling to report that the amount of exhaust coming from the tractor across the street. It is running all day and continually being idling. The pollution in the exhaust is giving the caller migraines. Apparently it is a old time tractor and the amount of exhaust that comes from is insane. Particularly concerned because of the amount of heat in the area recently.',null,null,null,null,null,null,'6540 Reeves Rd, Sechelt, BC',null,'2023-07-05 23:19:33','2023-07-05 23:19:33',null,'ISCHMIDT@idir','2023-07-05 23:25:42',null,null,null,null,'OPEN','SECHELT',ST_GeomFromText('POINT(-123.8048025 49.4839829)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025818','Submitted via RAPP email: -Details of the violation - Location:Davis Bay Dock -Date:June 26,2023 -Date:July 01,2023 -Violation:Overfishing ,crab poaching,exceeding the limit of crabs,giving it as a gift,bringing their burner at the dock to cook their newly catch fish -Type of gear: Fishing rod and crab trap -Additional Comments - As a resident of the coast,I always do love to go for a walk in Davis Bay and everytime I go check the dock,those poachers are always there almost every sunset till dusk.The faces that stays until night time.We as residents should respect the law in only taking what is allowed.Sometimes they overfill the bucket,step on the crabs before they throw it back in the water.They treat the aquatic animals inhumanely not even show gratefulness to the water. ',null,null,null,null,null,null,'4757 Sunshine Coast Hwy, Sechelt, BC V0N 3A2','Davis Bay Dock','2023-07-05 22:59:06','2023-07-05 22:59:06',null,'ISCHMIDT@idir','2023-07-05 23:01:20',null,null,null,null,'OPEN','SECHELT',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025813','Reporting that someone in the area is burning what smells like burning plastic. This happens weekly in the late evenings. Unknown where the burning is coming from.',null,null,null,null,null,null,null,null,'2023-07-05 22:12:36','2023-07-05 22:12:36',null,'MAWILSON@idir','2023-07-07 13:55:25',null,null,null,null,'CLOSED','NANAIMO',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025795','Submitted via RAPP email: -Details of the violation - 2nd report made to me July 5, 2023 at 7:30 am -Caller indicated there are 2 motor homes/ campers that have been towed up into crown land up the Lieumchen Creek FSR which starts at the end of Vance Road, Cultus Lake -Campers returned from a weekend indicating the activities at the LC campsite were frightening - garbage, fires, vehicles that don’t run, drugs and drug paraphernalia, -Additional Comments - I have not observed this so cannot make a complete report. 2-3 years ago this area was used as a homeless camp and took thousands of dollars to clean up. These people are having fires and the worry is that they will cause a wildfire that we have no ability to put out. The site is somewhere up the FSR and I believe your officers are aware of the location. The forest is dry and these are not responsible campers. The garbage, fuel can and other items are entering our precious streams -',null,null,null,null,null,null,null,null,'2023-07-05 20:46:59','2023-07-05 20:46:59',null,'ISCHMIDT@idir','2023-07-05 20:48:29',null,null,null,null,'OPEN','CULTSLKE',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025791','Reporting that his neighbour are netting brook trout out of the lake from the dock right now.',null,null,null,null,null,null,'Nath Rd, Roe Lake, BC','NEXT DOOR NEIGHBOUR AT SHERIDAN LAKE','2023-07-05 20:35:49','2023-07-05 20:35:49',null,'CEDGE@idir','2023-07-13 10:09:23',null,null,null,null,'CLOSED','SHERIDN',ST_GeomFromText('POINT(-120.9502673 51.5301055)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025790','Calling to report a camp fire being attended to by teenagers who may be drinking',null,null,null,null,null,null,'End of Mackenzie Bright','Gowlland Tod Park','2023-07-05 20:32:16','2023-07-05 20:32:16',null,'MAWILSON@idir','2023-07-06 14:54:45',null,null,null,null,'CLOSED','HIGHLAND',ST_GeomFromText('POINT(-123 30.320 48 33.151)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025770','Caller reported a man by the name of Lance lighting fires at night and being weird at Big Bay. The person also leaves his generator on at all times and gets up in the middle of the night and checks out other people''s campsites with a flashlight. Caller believes he was on drugs. The man just has a trailer, no vehicle and has been up there for a month. Caller advised she was camping July 4th and 5th. -',null,null,null,null,null,null,null,'Big Bay Campsite (REC0156)','2023-07-05 19:17:11','2023-07-05 19:17:11',null,'MAWILSON@idir','2023-07-07 12:04:41',null,null,null,null,'CLOSED','CMBLRV',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025747','Vessel on shore being worked on. Photos available. -CCG-ROC not generating a report with ROC #. DGIR #232480. -Vessel on shore and being worked on at that location. Large hole in the hull. Reported by hikers in the area.',null,null,null,null,null,null,'Highlands, BC',' 48 33.16 N 123 30 19.36 W','2023-07-05 16:45:42','2023-07-05 16:45:42',null,'MAWILSON@idir','2023-07-12 10:00:02',null,null,null,null,'CLOSED','HIGHLAND',ST_GeomFromText('POINT(-123.5116667 48.4802778)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025746','Neighbors report that 2 men in a rubber raft were tossing nets into the lake. - -Caller would like a call from COs',null,null,null,null,null,null,'One Island Lake, BC','lot 43','2023-07-05 16:40:11','2023-07-05 16:40:11',null,'SMCCREAD@idir','2023-07-05 16:45:04',null,null,null,null,'OPEN','ONEISLLK',ST_GeomFromText('POINT(-120.5136866 55.235112)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025744','Piece of property across from COM. Has become a squatting ground. No sanitation facilities. Advised that COs did attend last year regarding open burning. ',null,null,null,null,null,null,'150 Sheloff Rd, Salmo, BC','North side of Sheloff Rd, right side will be the property involved','2023-07-05 16:34:04','2023-07-05 16:34:04',null,'JBUECKER@idir','2023-07-11 11:13:06',null,null,null,null,'CLOSED','SALMO',ST_GeomFromText('POINT(-117.2718371 49.2054979)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025735','Beach access on the north end of Nimpkish lake has been blocked by wood debris and someone had put oil all over the logs. There is also a very bad smell of rotting something. I cannot say for certain that the oil is petroleum based or not. Concerned when lake level rises again, it could harm fish. -50°31''4.52""N -127° 1''18.13""W -',null,null,null,null,null,null,'Nimkish Lake',null,'2023-07-05 15:07:04','2023-07-05 15:07:04',null,'MAWILSON@idir','2023-07-06 09:32:36',null,null,null,null,'CLOSED','PORTMCNL',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025723','Near the mouth of deighton creek(below myrtle creek golf course) Sunday july2 40+ filleted Ling cod carcasses we''re dumped. Eagles vultures and crows were feasting so I went to investigate. - -Carcasses were probably dumped from a boat and washed up on the beach. Saw the vultures on Sunday but did not investigate until July 5th ',null,null,null,null,null,null,null,null,'2023-07-05 14:26:10','2023-07-05 14:26:10',null,'IPAVLOVI@IDIR','2023-07-05 14:27:11',null,null,null,null,'OPEN','POWELLRV',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025722','A boat is moored illegally in front of the Dam on Kalamalka Lake. I do not believe the boat owner is resident on the lake. The mooring buoy does not conform to Fisheries and Oceans Regulations, since it is the incorrect size, the incorrect color, and is not marked correctly. - -The boat registration is 2H 84531. It is a Four Winns 170, red and white in color. ',null,null,null,null,null,null,null,null,'2023-07-05 14:23:58','2023-07-05 14:23:58',null,'JEANDREW@idir','2023-07-11 08:30:52',null,null,null,null,'CLOSED','CLDSTRM',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025714','SECTION 2: VIOLATION REPORT -City where the violation occurred Courtenay, BC -Did you observe the violation? Yes - • Wildlife -Details of the violation The Value Village in Courtenay B.C. is selling Taxidermy without any paperwork or license. They have a bear, lynx, owl, and other animals for sale.',null,null,null,null,null,null,'Courtenay, BC',null,'2023-07-05 13:56:52','2023-07-05 13:56:52',null,'MAWILSON@idir','2023-07-28 10:00:43',null,null,null,null,'CLOSED','COURTNY',ST_GeomFromText('POINT(-124.9955556 49.6891667)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025713','SECTION 1: PERSONAL INFORMATION -Name Marissa Boyde -Email marissa.boyde@gov.bc.ca -SECTION 2: VIOLATION REPORT -City where the violation occurred Fort St James -Did you observe the violation? No - • Wildlife -Details of the violation -About 200m on Necoslie Rd, small pullout on the right (first right past River Ln) --Found on Wednesday July 5 2023, around 12:45 --moose head and lower legs found recently dumped near houses and close to Nak''azdli reserve, nose was missing on the moose head (photos available if needed) ',null,null,null,null,null,null,'Fort St. James, BC',null,'2023-07-05 12:45:00','2023-07-05 13:54:46',null,'JPALM@idir','2023-07-06 11:49:52',null,null,null,null,'CLOSED','FTSTJAME',ST_GeomFromText('POINT(-124.2591667 54.4441667)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025706','Reporting a blowby at the noted location. ',null,null,null,null,null,null,'Cloverdale in Surrey, BC','North bound on Hwy 15','2023-07-05 13:41:37','2023-07-05 13:41:37',null,'DAGRAY@idir','2023-07-05 13:46:32',null,null,null,null,'OPEN','CLOVRDLE',ST_GeomFromText('POINT(-122.7261111 49.1080556)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025700','Waste piles along South Forks and Nanaimo river rd. (Drywall, glass, yard waste) several piles over a year old. ',null,null,null,null,null,null,'2540 Elk Trails Way, Nanaimo, BC',null,'2023-07-05 13:23:18','2023-07-05 13:23:18',null,'MAWILSON@idir','2023-08-03 08:21:51',null,null,null,null,'CLOSED','NANAIMO',ST_GeomFromText('POINT(-123.983251 49.0852883)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025696','COM reports that subject is burning wood and debris over the past 4 days and is currently burning. - -1321 briefed CO Geuze',null,null,null,null,null,null,'2384 Toynbee St, Thornhill, BC',null,'2023-07-05 13:17:20','2023-07-05 13:17:20',null,'DLEWERS@idir','2023-07-05 13:22:30',null,null,null,null,'OPEN','TERRACE',ST_GeomFromText('POINT(-128.5416192 54.5054909)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025686','Told to report to RAPP. MVI in Monte Lake and fuel is entering an unknown named creek. -Location: Monte Lake Road & Hwy 97. RCMP file #NR23-3995. -Generated DGIR #232474. -',null,null,null,null,null,null,'Monte Lake Rd, Monte Lake, BC','Hwy 97 & Monte Lake Road ','2023-07-05 12:56:05','2023-07-05 12:56:05',null,'CCRERAR@idir','2023-07-10 15:43:29',null,null,null,null,'CLOSED','MONTELAK',ST_GeomFromText('POINT(-119.840632 50.5264335)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025685',' -blow by -white GMC crew cab pulling white large fishing boat -Northbound on Highway 15',null,null,null,null,null,null,'Surrey, BC','Pacific CVSE','2023-07-05 12:54:49','2023-07-05 12:54:49',null,'SMCCREAD@idir','2023-07-05 13:02:23',null,null,null,null,'OPEN','SURRY',ST_GeomFromText('POINT(-122.8275 49.1113889)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025682','Cst Kinoshita, Tribal Police, received report from Roxanne 604-894-6115. -Only details provided: Poached bear at 87 Lillooet River Road, Mount Currie. ',null,null,null,null,null,null,'87 Lillooet River Rd, Mount Currie, BC',null,'2023-07-05 12:43:22','2023-07-05 12:43:22',null,'MAWILSON@idir','2023-07-13 14:55:17',null,null,null,null,'CLOSED','MOUNTCUR',ST_GeomFromText('POINT(-122.7123947 50.3046895)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025628','SECTION 1: PERSONAL INFORMATION -Name Jessica Huntington -Phone (604) 212-0371 -Email jessica.huntington@scrd.ca -Address 1975 Field Road Sechelt BC -SECTION 2: VIOLATION REPORT -City where the violation occurred Dann Bosch Park on Ruby Lake (Between Garden Bay and Egmont) -Did you observe the violation? No - • Wildfire Act -Details of the violation I received a phone call from Ruby Lake resident Randy Groves (604-883-9008) that there were people camping on the beach at Dann Bosch Park and that they had a ""very large campfire"" the night of July 4, 2023. Apparently the tent was still there this morning. -Description of the Suspect Unsure as the person who reported lives across Ruby lake from Dann Bosch Park. He was able to say it was a very large campfire and that he could still see a tent this morning. -Transport Involved None was reported -Witnesses Randy Groves 604-883-9008 ',null,null,null,null,null,null,'Garden Bay, BC','Dann Bosch Park on Ruby Lake (Between Garden Bay and Egmont)','2023-07-04 23:23:00','2023-07-05 10:23:33',null,'doweber@idir','2023-07-05 10:27:24',null,null,null,null,'OPEN','GARDENBY',ST_GeomFromText('POINT(-124.0277778 49.6325)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025617','Headed north on hwy 15 in Cloverdale. -Black crew cab with canopy pulling white fishing boat with a red canvas. -no plates',null,null,null,null,null,null,'Cloverdale in Surrey, BC',null,'2023-07-05 09:47:41','2023-07-05 09:47:41',null,'doweber@idir','2023-07-05 09:51:35',null,null,null,null,'OPEN','CLOVRDLE',ST_GeomFromText('POINT(-122.7261111 49.1080556)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025611','Details of the violation - The corner of outlook road and london road and 8360 outlook road property. -Description of the Suspect - We have an 18 acre farm between these two properties and are getting more and more frustrated with the people around here who have property infested with noxious weeds such as Hoary allysum and virginia creeper etc. etc. and do not control their weeds which go to seed and blow around our neighborhood infesting our fields which ends up costing us much time and money. I have approached both of these neighbors about this to no avail. -Additional Comments - I noticed that a company has sprayed the road ways this year but their yards and fields are totally infested. Someone other than a neighbor needs to educate them or at very least compel them take responsibility for the control of noxious weeds on their property. -To confirm that you are human, please enter the word ‘report’ in this text box: - report -',null,null,null,null,null,null,'8355 Outlook Rd, Grand Forks, BC',null,'2023-07-05 09:32:19','2023-07-05 09:32:19',null,'DDAVIS@idir','2023-07-05 09:37:19',null,null,null,null,'CLOSED','GRANDFOR',ST_GeomFromText('POINT(-118.48981 49.0413991)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025609','AIS Blow By: White truck towing a grey jet boat. Heading westbound on HWY 1 ',null,null,null,null,null,null,null,null,'2023-07-05 09:29:22','2023-07-05 09:29:22',null,'GPKRUGER@idir','2023-07-11 12:37:55',null,null,null,null,'CLOSED','GOLDEN',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025607','COM reporting concerns about the use of the Parksville Qualicum Wildlife Management Area by off road vehicle users. COM has observed quads used on walking trails and in the river, trails modified by removing trees, and two days ago a quad with no spark arrestor caused a small brush fire. ',null,null,null,null,null,null,'Sockeye Pl, Errington, BC ','Englishman River, Parksville Qualicum Wildlife Managment area','2023-07-05 09:17:05','2023-07-05 09:17:05',null,'MAWILSON@idir','2023-08-02 16:35:32',null,null,null,null,'CLOSED','ERRINGTN',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025573','COM reporting the residents at the noted property for regularly burning garbage. ',null,null,null,null,null,null,'4470 Sunshine Coast Hwy, Sechelt, BC','unit 4','2023-07-04 21:00:00','2023-07-05 07:31:28',null,'DAGRAY@idir','2023-07-05 07:34:28',null,null,null,null,'CLOSED','SECHELT',ST_GeomFromText('POINT(-123.7169912 49.4406445)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025569','Reporting that about 1 month ago, the caller noticed bait boxes (chlorophacinone flat line soft bait) boxes destroyed outside residential doors to caller’s unit (which is also located with commercial properties). The caller states he advised the strata council who did nothing and left the boxes outside in front of residence’s for almost 2 weeks. The strata did have the pest control company return to replace the boxes. A couple of nights ago, a BB came and accessed the poison boxes after opening them and accessing the contents. The caller states that there were 3-4 pkgs of poison ingested by the BB. The caller eventually cleaned up the mess last night. He has video / photos of the poison pkgs. Caller states the strata is "corrupt" and don''t seem to care about the safety and wellness of the residents / children & pets that live there. ',null,null,null,null,null,null,'UNIT 5 -- 350 Centre Rd, Lions Bay, BC',null,'2023-07-05 06:54:00','2023-07-05 06:54:00',null,'KSORENSE@idir','2023-07-17 12:11:34',null,null,null,null,'OPEN','LIONSBAY',ST_GeomFromText('POINT(-123.2361213 49.4596729)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025544','2 tannerite explosions at Philpott Road gravelpit. 852 and 856 pm Tuesday July 4. Also rapid fire gin shots. - -Fire ban that is on includes binary exploding targets. -This is happening a couple times a month in the gravel pit. ',null,null,null,null,null,null,'1495 Philpott Rd, Kelowna, BC',null,'2023-07-04 21:10:34','2023-07-04 21:10:34',null,'JEANDREW@idir','2023-07-26 12:54:48',null,null,null,null,'CLOSED','KELOWNA',ST_GeomFromText('POINT(-119.1418763 49.9027321)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025541','Reporting that someone was burning garbage near the noted location. Cst King would like to know what violation tickets could be issued. Caller has photos. -RCMP file 23-22378.',null,null,null,null,null,null,null,'NANAIMO RIVER ROAD','2023-07-02 09:00:00','2023-07-04 20:59:52',null,'MAWILSON@idir','2023-07-07 11:30:45',null,null,null,null,'CLOSED','NANAIMO',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025527','Reporting that her friend''s dogs attacked a fawn. The fawn is bleeding near the back end. ',null,null,null,null,null,null,null,'BRANNEN LAKE CAMPGROUND - ON ROAD TO LAKE','2023-07-04 19:50:42','2023-07-04 19:50:42',null,'MAWILSON@idir','2023-08-02 16:30:17',null,null,null,null,'CLOSED','NANAIMO',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025522','Reporting that his neighbour has a crow in a cage for at least a few hours. The crow is pacing back and forth inside the cage. Caller unsure if this is allowed.',null,null,null,null,null,null,'6630 Cedar Grove Lane, Whistler, BC',null,'2023-07-04 19:37:32','2023-07-04 19:37:32',null,'KWINTERS@idir','2023-07-04 19:40:04',null,null,null,null,'OPEN','WHISTLER',ST_GeomFromText('POINT(-122.967632 50.1252101)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025516','Reporting a blowby. A white Range Rover pulling 2 Yamaha Sea-doos headed west on TCH towards Revelstoke. AB plates.',null,null,null,null,null,null,null,null,'2023-07-04 19:17:44','2023-07-04 19:17:44',null,'GPKRUGER@idir','2023-07-11 12:37:30',null,null,null,null,'CLOSED','GOLDEN',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025493','Calling to report that he thinks people might be fishing for shellfish illegally, the sheer amount of shellfish were being taken was a tip off since they were filling ''bags and bags''. A passerby told the potential poacher that they were taking too much and they are now screaming at each other. ',null,null,null,null,null,null,'Sandpiper Rd, Sechelt, BC','The Shores','2023-07-04 17:08:27','2023-07-04 17:08:27',null,'ISCHMIDT@idir','2023-07-04 17:21:35',null,null,null,null,'OPEN','SECHELT',ST_GeomFromText('POINT(-123.7880016 49.5019901)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025474','COM reporting a blowby at the noted location. Subject was headed South on Hwy 95 at the noted location. ',null,null,null,null,null,null,'Golden, BC','Golden AIS Station, Hwy 95','2023-07-04 15:53:04','2023-07-04 15:53:04',null,'GPKRUGER@idir','2023-07-11 12:37:06',null,null,null,null,'CLOSED','GOLDEN',ST_GeomFromText('POINT(-116.9644444 51.2975)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025447','Advises that some people have built a building in a riparian zone.',null,null,null,null,null,null,'205 Sugar Lake Rd, Cherryville, BC',null,'2023-07-04 14:38:59','2023-07-04 14:38:59',null,'JEANDREW@idir','2023-07-19 13:56:35',null,null,null,null,'CLOSED','CHRYVLLE',ST_GeomFromText('POINT(-118.640044 50.2548677)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025443','Kamloops. Lac Du Bois Grassland Mara Mountain North Side Trail -July 3 ,2023. Approx time was 630pm -driving a quad on protected lands with out a helmet. Poses a risk to hikers and no motor vehicles are supposed to be on the trail. -This individual has done this numerous time caught him today with the quad but has also driven his truck up this trail in the past. - -Witnesses: Rob Fryer 755 crestline Street Kamloops 250-572-7226 -',null,null,null,null,null,null,null,'Lac Du Bois Grassland Mara Mountain North Side Trail ','2023-07-04 14:27:04','2023-07-04 14:27:04',null,'CCRERAR@idir','2023-07-10 15:34:52',null,null,null,null,'CLOSED','KAMLOOPS',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025442','***RAPP EMAIL*** -Kamloops. Lac Du Bois Grassland Mara Mountain North Side Trail -July 3 ,2023. Approx time was 630pm -driving a quad on protected lands with out a helmet. Poses a risk to hikers and no motor vehicles are supposed to be on the trail. -This individual has done this numerous time caught him today with the quad but has also driven his truck up this trail in the past. ',null,null,null,null,null,null,'Lac Du Bois Rd, Lac Du Bois, BC','Lac Du Bois Grassland Mara Mountain North Side Trail ','2023-07-03 18:30:00','2023-07-04 14:26:24',null,'CCRERAR@idir','2023-07-10 15:34:04',null,null,null,null,'CLOSED','KAMLOOPS',ST_GeomFromText('POINT(-120.4399822 50.7912514)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025440','***RAPP EMAIL*** -Swalwell Lake rec Site -July 2,2023 17:20 -Abandoned truck and camper, 2 boats, wood waste and garbage on beach next to lake access -I am a Fire Warden. I have photos if required. ',null,null,null,null,null,null,null,'Swawell Lake Rec Site ','2023-07-04 14:17:03','2023-07-04 14:17:03',null,'JEANDREW@idir','2023-08-10 11:44:19',null,null,null,null,'CLOSED','LAKECNRY',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025429','There is a growing encampment in the Cranbrook Community Interpretive Forest site - east of the College of the Rockies and the Cranbrook Golf Course maintenance yard (map included). This is an established interpretive forest site that has a long standing Section 58 recreation order in place that specifies no overnight use and no campfires permitted. This encampment began as one individual on May 30, 2023. RSTBC staff would like to request support to issue an Order to Vacate both for safety and security. We have received a number of calls from neighbours to this site concerned about the growing risk of unintended wildfires in the area as well as the potential of wildlife attractants and the consequences of that. - -One male when site was last attended - June 23, 2023. He refused to leave his tent. We have had reports since that the encampment is growing and now is 4-5 tents. - -white Specialized pedal bike with a red child carrier/trailer ',null,null,null,null,null,null,null,null,'2023-07-04 13:42:41','2023-07-04 13:42:41',null,'COMILLER@idir','2023-07-04 13:44:37',null,null,null,null,'OPEN','CRANBRK',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025427','Reporting that her residence is located above the construction area close to the slide. Caller states that there has been some blasting going on which normally isn’t a problem but today, the blasting has caused a plume of soot / dust to envelope the area and ultimately landing on her property and residence. Caller states that her residence & outside belongings are all covered in this soot. Caller is upset as she has livestock, 2 dogs she can’t walk and a vineyard that will be destroyed. Caller also states she is asthmatic and has a call into the local health authority. Caller is requesting a call back. ',null,null,null,null,null,null,'9407 Front Bench Rd, Summerland, BC',null,'2023-07-04 13:40:07','2023-07-04 13:40:07',null,'DDAVIS@idir','2023-07-04 14:13:35',null,null,null,null,'CLOSED','SMRLAND',ST_GeomFromText('POINT(-119.6476186 49.5868237)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025414','Caller passing on a report they received yesterday of a man catching crayfish to keep as pets. Caller didn''t know if crayfish fell into normal fishing regulations and would like a follow up',null,null,null,null,null,null,null,'ALOUETTE RIVER','2023-07-04 12:58:07','2023-07-04 12:58:07',null,'ASDUNCAN@idir','2023-07-04 13:00:52',null,null,null,null,'OPEN','MAPLERID',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025412','COM reporting the suspect noted below for having a camp fire at the noted location in violation of fire bans.',null,null,null,null,null,null,'390 Nanaimo River Rd, Nanaimo, BC','Nanaimo River - the property across the road from the noted address. ','2023-07-03 21:00:00','2023-07-04 12:53:45',null,'MAWILSON@idir','2023-08-02 16:22:53',null,null,null,null,'CLOSED','NANAIMO',ST_GeomFromText('POINT(-123.9148819 49.0834165)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025410','Knouff Lake Recreation Site from June 12th 2023 to current. Over 14 day stay at Recreation Site. Maintenance contractor has witnessed and reported to us. We would like the COS to contact the individual and get them out of the site. - -citation rv trailer -dark dodge pickup - -',null,null,null,null,null,null,null,'Knouff Lake Recreation Site','2023-07-04 12:50:11','2023-07-04 12:50:11',null,'CCRERAR@idir','2023-07-11 15:18:30',null,null,null,null,'CLOSED','KAMLOOPS',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025403','Found a bunch of rusted nails in Mamquam spawning channels. Concern about people walking along that area and of the spawning grounds. Caller has an email with map of location and photos.',null,null,null,null,null,null,'2543 Mamquam Rd, Squamish, BC','Mamquam spawning channels. On the other side of the river from this address.','2023-07-04 12:23:32','2023-07-04 12:23:32',null,'COMILLER@idir','2023-07-04 12:29:16',null,null,null,null,'OPEN','SQUMISH',ST_GeomFromText('POINT(-123.1154303 49.7340459)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025382','Caller found 2 dead bats and believes that the tenant killed them. The tenant was complaining about them the day before and now there are 2 dead ones. - -Requesting to speak with a CO.',null,null,null,null,null,null,'1370 Terravista Rd, Windermere, BC',null,'2023-07-04 12:00:11','2023-07-04 12:00:11',null,'MATTHEWH@idir','2023-07-10 09:40:43',null,null,null,null,'CLOSED','WINDRMER',ST_GeomFromText('POINT(-115.9913138 50.4771607)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025380','Live bear trap across from their house and a neighbour walked over to it and sprayed a can of bear spray into it. The smell came across the road and is starting to affect them. COM requests that COs call her as she wants to remain anonymous to her neighbours. ',null,null,null,null,null,null,'Dawson Rd and Greenforest Cres and Thee Crt, Prince George, BC','It is the house on the left side of Thee Crt.','2023-07-04 11:59:00','2023-07-04 11:59:00',null,'JOCHARTR@idir','2023-07-05 10:01:54',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.777447 53.9965685)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025377','Caller reporting that a lady let her dog chase a deer on the field near the below noted location. Caller advised the dog jumped the fence and chased the deer and then the deer ran across the road narrowly avoiding traffic. ',null,null,null,null,null,null,'Camas Cir and Dallas Rd, Victoria, BC',null,'2023-07-04 10:00:00','2023-07-04 11:44:25',null,'MAWILSON@idir','2023-07-11 14:56:50',null,null,null,null,'CLOSED','VICTORIA',ST_GeomFromText('POINT(-123.3620505 48.4085073)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025373','Advises that trans mountain pipe line is working and causing air pollution. The dust is constant. - -Requesting a call back.',null,null,null,null,null,null,'UNIT 5 -- 53480 Bridal Falls Rd, Popkum, BC',null,'2023-07-04 11:24:34','2023-07-04 11:24:34',null,'CDOYLEWA@idir','2023-07-04 11:30:18',null,null,null,null,'OPEN','ROSEDALE',ST_GeomFromText('POINT(-121.7473153 49.1838631)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025359','Land use violation, a man has a trailer backed into the bush past the lodge at below location. Behind the trailer is a 5 galloon drum of oil with a catch basin that is half filled with rain water. When it rains next it will spill oil to the ground,',null,null,null,null,null,null,'199 Langley Ave, Fraser Lake, BC',null,'2023-07-04 10:39:26','2023-07-04 10:39:26',null,'KSORENSE@idir','2023-07-10 09:18:38',null,null,null,null,'CLOSED','FRASERLK',ST_GeomFromText('POINT(-124.8538313 54.0538023)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025346','Bracken Dale Elementary School the clerical assistant saw a dog attack a raven. It was not on leash, no owner visible. Raven was on the property hoping around, but didn''t fly away when it was attacked.',null,null,null,null,null,null,'42000 Government Rd, Squamish, BC',null,'2023-07-04 10:00:00','2023-07-04 10:02:37',null,'COMILLER@idir','2023-07-04 10:11:48',null,null,null,null,'OPEN','SQUMISH',ST_GeomFromText('POINT(-123.151831 49.7707535)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025340','Details of the violation - Brown smoke coming from the Power Plant at Tolko Lakeside Sawmill, observed at approximately 11:47am. I took a video of the discharge that I can make available if requested (would be great to be able to upload pics/videos to this site). -Description of the Suspect - Tolko Industries Ltd., Lakeside sawmill on Hodgson Road, Williams Lake. -Transport Involved - N/A -Witnesses - Just myself. -To confirm that you are human, please enter the word ‘report’ in this text box: - report -',null,null,null,null,null,null,'1526 Juniper St, Williams Lake, BC',null,'2023-07-04 09:54:22','2023-07-04 09:54:22',null,'DDAVIS@idir','2023-07-04 09:55:26',null,null,null,null,'CLOSED','WILLMSLK',ST_GeomFromText('POINT(-122.1045606 52.1092795)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025328','COM reporting that the owners at the noted address leave waste from slaughtered animals on the property, and it has been attracting dogs and wild animals to the area. ',null,null,null,null,null,null,'5920 Baldonnel Rd, Baldonnel, BC',null,'2023-07-04 09:26:30','2023-07-04 09:26:30',null,'DAGRAY@idir','2023-07-04 09:30:29',null,null,null,null,'CLOSED','FTSTJOHN',ST_GeomFromText('POINT(-120.7052668 56.2180449)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025325','Did you observe the violation? - No - - • Dumping -Details of the violation - Carla, who was walking her dog at the north end of Hale Road, on the dike, observed an old rusty barge pulled on to the beach. It is a potential safety and environmental hazard for residents. -To confirm that you are human, please enter the word ‘report’ in this text box: - report -',null,null,null,null,null,null,'Hale Rd, Pitt Meadows, BC',null,'2023-07-04 09:23:47','2023-07-04 09:23:47',null,'MAWILSON@idir','2023-07-13 13:56:50',null,null,null,null,'CLOSED','PITTMDWS',ST_GeomFromText('POINT(-122.678068 49.2533277)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025315','COM is at the picket lines for the the port workers strike, and noted 5 gallon cans of used engine oil in the garbage can at the harbour. ',null,null,null,null,null,null,'Prince Rupert, BC','Fairview Harbour - ramp #2','2023-07-04 09:07:52','2023-07-04 09:07:52',null,'DAGRAY@idir','2023-07-04 09:22:19',null,null,null,null,'CLOSED','PRINCRUP',ST_GeomFromText('POINT(-130.3252778 54.3125)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025301','Details of the violation - To Whom It May Concern - -This morning I went to turn on my field irrigation and was hit with an awful smell. There was a road crew spraying for weeds just down from me. The conditions were breezy, and it was travelling towards my yard and house. I have three dogs who always go to the fence, and I had to round them up and get them away as the person spraying was within 20 feet of one and continued spraying while it drifted right at her. I also had to run and close my child''s window as the breeze entered her room. -I also wanted to note that the applicator was not wearing a mask. -This weed spray application occurred around 8:20 am Tues July 4th, 2023. - -Danna O''Donnell -Description of the Suspect - One person driving One applicator - large male, beard, dark hair- wearing black head cover. Have picture. -To confirm that you are human, please enter the word ‘report’ in this text box: - report -',null,null,null,null,null,null,'6380 Nursery Rd, Grand Forks, BC',null,'2023-07-04 08:46:26','2023-07-04 08:46:26',null,'DDAVIS@idir','2023-07-04 08:47:27',null,null,null,null,'CLOSED','GRANDFOR',ST_GeomFromText('POINT(-118.4043802 49.0210527)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025263','Caller reporting poaching going on at Davis Bay pier docks . Advised they are taking undersized crabs and female crabs as well as over fishing of fish and crabs down at the docks. Advised that there are traps being left overnight at the docks.',null,null,null,null,null,null,'1159 Crowe Rd, Roberts Creek, BC','Davis Bay pier ','2023-07-04 05:49:15','2023-07-04 05:49:15',null,'DDUFFY@idir','2023-07-04 06:01:59',null,null,null,null,'OPEN','DAVISBAY',ST_GeomFromText('POINT(-123.6137919 49.4245029)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025259','***RAPP REPORT*** - -At 0445hrs, July 4th, I found the remains of either a moose or elk leg in my front yard. My dog was chewing on it. It has clearly been sawn off. It is a fresh kill. It was not there as of previous evening. My dog does not wander very far from my house. Last couple of days we have noticed the coyotes have been active again but didnt pay it much attention - -Unknown where the probable dump site is from my house but it cant be far ',null,null,null,null,null,null,'3600 Finmoore Rd, Vanderhoof, BC',null,'2023-07-04 05:07:56','2023-07-04 05:07:56',null,'SGBATES@idir','2023-07-10 11:07:14',null,null,null,null,'CLOSED','VANDERHF',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025237','Kamloops. Lac Du Bois Grassland Mara Mountain North Side Trail -July 3 ,2023. Approx time was 630pm -driving a quad on protected lands with out a helmet. Poses a risk to hikers and no motor vehicles are supposed to be on the trail. - -Witnesses - Rob Fryer 755 crestline Street Kamloops -250-572-7226 -This individual has done this numerous time caught him today with the quad but has also driven his truck up this trail in the past. - -',null,null,null,null,null,null,'Lac Du Bois, BC','LAC DU BOIS GRASSLAND, MARA MTN, NORTH SIDE TRAIL','2023-07-03 18:30:00','2023-07-03 21:43:07',null,'CCRERAR@idir','2023-07-10 15:31:47',null,null,null,null,'CLOSED','KAMLOOPS',ST_GeomFromText('POINT(-120.4129495 50.8452254)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025228','Reporting a blow by. Burgundy truck towing two black sea-doos with black covers, headed west on hwy 1 but turned into a hotel. No plate noted.',null,null,null,null,null,null,null,'GOLDEN AIS STATION','2023-07-03 20:55:40','2023-07-03 20:55:40',null,'GPKRUGER@idir','2023-07-11 12:36:31',null,null,null,null,'CLOSED','GOLDEN',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025227','Calling to report a campfire over 2.5 feet tall',null,null,null,null,null,null,'29km mark of Squamish Valley FSR','North of Squamish and east of Squamish River','2023-07-03 20:17:52','2023-07-03 20:17:52',null,'ISCHMIDT@idir','2023-07-03 20:20:38',null,null,null,null,'OPEN','SQUMISH',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025225','Approximately 1:45pm PST witnessed vehicle towing a PWC that failed to stop at invasive mussel checkpoint located at Kingsgate between Yahk and Creston. Vehicle continued travelling past the checkpoint west towards Creston and stopped at the Mountain Park Resort just off Highway 3 after the incident. Appeared to be a family. I have a photo of offending vehicle but am unable to attach it to this report. ',null,null,null,null,null,null,null,null,'2023-07-03 13:45:00','2023-07-03 20:15:37',null,'KWINTERS@idir','2023-07-03 20:18:53',null,null,null,null,'CLOSED','KINGSGTE',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025212','Submitted via RAPP email: -Details of the violation - The White dodge truck in front of me driving between Vanderhoof and Prince George kept throwing litter outside their window randomly. Very rude! It also appeared that they threw out a cigarette, but I''m not 100% sure of that. There were at least three people in the vehicle. License # JY 6177. The pulled over at the pit stop near the Wesco gas station before Clucuz lake. -',null,null,null,null,null,null,null,null,'2023-07-03 18:50:37','2023-07-03 18:50:37',null,'JOCHARTR@idir','2023-07-20 16:34:06',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025210','Details of the violation - Campbell Lake Recreation Sites: -Numerous Recreation Sites with individuals in violation of Rec Reg Section 13 - Duration of Stay - -Long Point Rec Site - Red, white and black Tango trailer. No License Plate - owner Julian Akers Ph 250-203-3864. He says he takes hi s LP with him hen he goes to town everyday. On site since min June 13, 2023. Numerous notices posted to trailer indicating holding sites, and exceeding 14 days. - -Burnt Beach Rec Site - Red tent and Green Tent. One older Male, older Female and younger female. On site since early May 2023. Spoken to on numerous occasions and last time RSTBC advised I will be ordering to vacate. Black Dodge ram Truck BC LP MD4630. Individuals will not leave. - -Gosling Bay Rec Site - Red Ford Truck BC LP PT 7612, older model trailer- Caucasian Male - approx 60YO. On site since Min June 19, 2023. Previously exceeding 14 days at Gosling Lake Rec Site now has exceeded stay at Gosling Bay. His name is John and he is from Sayward. He says that he is entitled to stay longer as he has been taking care of the site. Refusing to vacate the site when spoken to by Silvifor maintenance staff. - -Big Bay Rec Site - Wave Trailer on site since min June 12, 2023. BC LP RE6 75J. Maintenance staff also concerned of fire hazard by improperly discarding cig butts during the fire ban. ',null,null,null,null,null,null,null,null,'2023-07-03 18:47:04','2023-07-03 18:47:04',null,'MAWILSON@idir','2023-07-11 14:03:47',null,null,null,null,'CLOSED','CMBLRV',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025202','Caller advises that there were some people fishing from the bridge which is not allowed. He advised they of this and they might be leaving he is not sure.',null,null,null,null,null,null,'Bridge, Penticton BC',null,'2023-07-03 18:02:26','2023-07-03 18:02:26',null,'DAVCOX@idir','2023-07-04 12:44:57',null,null,null,null,'CLOSED','PENTICTN',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025193','Calling to report a vehicle on it''s side on a bridge, either black creek or gulf bridge, the caller is not sure which. The caller is concerned the vehicle is leaking oil or gas into the creek. Cross reference DGIR 232452.',null,null,null,null,null,null,'Roberts Flume FSR, Roberts Creek, BC',null,'2023-07-03 17:44:47','2023-07-03 17:44:47',null,'ISCHMIDT@idir','2023-07-03 17:53:13',null,null,null,null,'OPEN','SECHELT',ST_GeomFromText('POINT(-123.6290381 49.4596802)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025191','***RAPP EMAIL*** -Gray Lake Recreation Site - Site #4 -Friday June 30, 2023 -20:10hrs -Recreation Regulation Section 18(1) - Quiet and Peaceful Enjoyment -Public Safety Concerns - Public Safety Issue - Suspected mental illness - Unpredictable behavior -sudden and volatile mental breakdowns, abusive, aggressive, threatening behavior with campers at Gray Lake Rec Site. After leaving Gray Lake at 6pm on June 30, 2023 because her camping permits had expired at noon, Carolyn Crisp returned to the site and confronted the new campers that were setting up in site #4, screaming, yelling, waving her expired receipts, that was her site to occupy. The roving host explained the rules about site occupation. -The Silvifor Supervisor engaged with the individual last week and she indicated that she is being spied on by the RCMP, RCMP has installed sensors, explained her head has been shaved as the rcmp has installed implants on her, speaks of experiencing ''nazi torture'' torture. Incidents of verbally assaulting children, swearing at campers and site host. From past reports, individuals in uniform are a trigger for irrational behavior. -Carolyn Crisp has been spoken to on a number of occasions now but her adverse behavior continues. -Current Location Unknown. This individual has had similar behavior on numerous occasions camping at recreation sites in the area since April 2023. Repeated threatening confrontations with the public that are camping in the area. -',null,null,null,null,null,null,'Gray Lake Road FSR, Campbell River, BC','Gray Lake Recreation Site ','2023-06-30 20:10:00','2023-07-03 17:38:30',null,'MAWILSON@idir','2023-07-28 10:19:41',null,null,null,null,'CLOSED','CMBLRV',ST_GeomFromText('POINT(-125.5931269 50.0574991)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025185','***RAPP EMAIL*** -Not sure if I checked the correct box above. The individual was driving, and threw his cigarette butt out the window. -One individual. Not sure of details, as they were driving aggressively, and weaving through traffic, so I did not want to""chase"" them, to see who they were. -Not sure if this is the appropriate place to report them. If it is not, please forward it. If you cannot forward it, please reply, so I know who I *SHOULD* report them to. Thank you for your help. ',null,null,null,null,null,null,'200 St, Township of Langley, BC',null,'2023-07-03 16:39:00','2023-07-03 17:16:28',null,'MAWILSON@idir','2023-08-04 14:19:12',null,null,null,null,'CLOSED','LANGLEY',ST_GeomFromText('POINT(-122.6690317 49.0836617)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025169','***RAPP EMAIL*** -July 3, 2023 ~9:30 am. N 49 44'' 47.1 W 125 06'' 47.0 Under the power lines beside Farnham Road. About 2 dozen buns (burger or similar). Can''t help thinking it''s bear bait. Someone is camped about 50 m from the buns right beside the locked gate (vehicle is a green F150 SW9669) . Lots of garbage. ',null,null,null,null,null,null,'Farnham Rd, Merville, BC',null,'2023-07-03 09:30:00','2023-07-03 15:57:39',null,'MAWILSON@idir','2023-07-28 10:08:35',null,null,null,null,'CLOSED','MERVILLE',ST_GeomFromText('POINT(-125.1127383 49.7599979)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025167','Blueberry Creek, BC -June 27/2023 -Use of rat poison -I was in our back yard and heard (there is a solid wood fence so they didn’t know I was there) . Herb Friedel and his wife Jean Friedel were in there back yard around 11:00 am in June 27/23. They were talking about where they were going to put the poison. They decided the 2 back corners and by where they had a feeder. She told him she was surprised it was loose that she thought it would be solid. Told him he wasn’t allowed to keep it in the house that it had to be kept in his shop. To take of his shoes and leave gloves outside. We have now had 2 dead rats in our yard. One on Tuesday June 27/23 and one today Monday July 3/23. We disposed of one but the other one from today we kept if it could be tested. Our 13 yr old little chihuahua had to be put to sleep on Thursday the 29th of June. He had collapsed for no reason on Tuesday June 28/23 we called the vet and they thought he may have had a fainting spell. We took him in on Wednesday June 28/23. He got worse and we had to take him back to the vet Thursday June 29/23. He was in heart failure so we had to have him put to sleep. I don’t know if him breathing areas where sick poisoned rats caused his heart to fail? - -We live on 105 - 101 street and they live directly behind us on 102nd street. There is a metal fence and a solid wood fence in our back yard that separates our properties. So they have put the poison by our fence in the back corners of our back yards and where ever they had a feeder out for birds (maybe in their front yard). Their house number is 226 - 102nd street Blueberry Creek, BC - -Witnesses: --Cindy Lattie 250 608 1707 --Art Lattie 250 608 1598 -We both live at 105-101 street Blueberry Creek. BC -',null,null,null,null,null,null,null,null,'2023-07-03 15:45:02','2023-07-03 15:45:02',null,'CDOYLEWA@idir','2023-07-03 15:48:08',null,null,null,null,'CLOSED','CSTLGR',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025166','Caller reporting an open fire at the below noted location. Caller advised a family is having a party with an open fire in the day use area. ',null,null,null,null,null,null,'Cheekye FSR, Squamish, BC','Cat Lake day use area ','2023-07-03 15:44:32','2023-07-03 15:44:32',null,'KSORENSE@idir','2023-07-03 15:50:06',null,null,null,null,'OPEN','SQUMISH',ST_GeomFromText('POINT(-123.1002505 49.8230076)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025165','Approximately 1:45pm PST witnessed vehicle towing a PWC that failed to stop at invasive mussel checkpoint located at Kingsgate between Yahk and Creston. Vehicle continued travelling past the checkpoint west towards Creston and stopped at the Mountain Park resort just off highway 3 after the incident. -I have a Photo of offending vehicle but am unable to attach it to this report. ',null,null,null,null,null,null,null,null,'2023-07-03 15:41:59','2023-07-03 15:41:59',null,'CDOYLEWA@idir','2023-07-03 15:44:34',null,null,null,null,'CLOSED','KINGSGTE',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025164','Reporting that she thinks her neighbour shot a young buck today. The deer landed in her field. She dragged the buck off to the side so her husband could continue haying. The deer is still warm, just starting to stiffen up.',null,null,null,null,null,null,null,'FIELD BEFORE CALLER''S','2023-07-03 14:30:00','2023-07-03 15:30:37',null,'JEANDREW@idir','2023-07-11 08:52:08',null,null,null,null,'CLOSED','LUMBY',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025163','Calling to report an AIS blow by',null,null,null,null,null,null,'Yak Station',null,'2023-07-03 15:28:58','2023-07-03 15:28:58',null,'ISCHMIDT@idir','2023-07-03 15:33:05',null,null,null,null,'OPEN','CRESTON',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025161','Reporting 3 males that were standing on the shore of the water ''chucking'' plastic golf balls into the water. Caller states that he attempted to speak to one of the men who became billigerant and began swearing at him. Caller states he left and contacted RCMP and wanted to advise COS because of the potential environmental impact of the golf balls into the water environment. ',null,null,null,null,null,null,'4745 Chase-Falkland Rd, Falkland, BC','Pillar Lake Day Use Rec Site ','2023-07-03 15:25:55','2023-07-03 15:25:55',null,'JEANDREW@idir','2023-07-19 14:27:33',null,null,null,null,'CLOSED','FALKLAND',ST_GeomFromText('POINT(-119.5584863 50.5008208)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025154','Grey Chevy Pick-up truck towing white & turquoise wake boat with a turquoise cover heading WB on Hwy 3 towards Fernie. Unable to make out LP#. ',null,null,null,null,null,null,null,null,'2023-07-03 14:44:43','2023-07-03 14:44:43',null,'DDAVIS@idir','2023-07-03 14:48:09',null,null,null,null,'OPEN','FERNIE',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025149','Advises that there are two guys that have created a huge pile of wood and say that they are going to have a huge bonfire at night on the beach. -',null,null,null,null,null,null,null,'Misty Meadows Campground','2023-07-03 14:06:46','2023-07-03 14:06:46',null,'CDOYLEWA@idir','2023-07-03 14:08:58',null,null,null,null,'OPEN','HAIDAGWA',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025140','Received a call from a member of the public that their neighbour at the below noted address had trapped a baby raccoon on their property. CCWC sent a volunteer to the address to try and retrieve the animal to be then released but the resident was biligerant and wouldn''t let the volunteer onto their property and just told them they would ''handle it themselves and kill the raccoon. CCWC is hoping to speak to a CO to possibly respond or offer any kind of assistance. ',null,null,null,null,null,null,'18270 58B Ave, Surrey, BC',null,'2023-07-03 13:37:39','2023-07-03 13:37:39',null,'DDAVIS@idir','2023-07-03 13:50:11',null,null,null,null,'OPEN','SURRY',ST_GeomFromText('POINT(-122.7160094 49.1089281)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025139','***RAPP EMAIL*** -squatters at mckay lake , garbage everywhere stripped a 5th wheel trailer to patch and assemble there’s these two we’re living on mosaic’s land a few months ago and left 20 ton of debris -careful on site they came at myself with a axe when i saw the mess. rcmp have dealt with culprits numerous times ',null,null,null,null,null,null,null,'McKay Lake ','2023-07-03 13:37:13','2023-07-03 13:37:13',null,'MAWILSON@idir','2023-07-31 14:52:34',null,null,null,null,'CLOSED','LADYSMTH',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025117','COM reporting a pair of dirt bikers who are running up and down the Goat River near the noted address.',null,null,null,null,null,null,'425 Leadville Rd, Kitchener, BC',null,'2023-07-03 12:09:13','2023-07-03 12:09:13',null,'DAGRAY@idir','2023-07-03 12:16:31',null,null,null,null,'OPEN','CRESTON',ST_GeomFromText('POINT(-116.3386478 49.1725602)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025094','Advises that he noticed some oil sheen on the water and 7 dead fish (about 1 pound each). He saw this yesterday. Currently hydro is draining the reserve to fix the dame. ',null,null,null,null,null,null,null,'Turtle Lake','2023-07-03 11:02:30','2023-07-03 11:02:30',null,'JEANDREW@idir','2023-07-19 11:27:44',null,null,null,null,'CLOSED','NARAMA',ST_GeomFromText('POINT(-119.215057 49.750445)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025093',' AIS reporting a blow by. ',null,null,null,null,null,null,'Hwy 3, Fernie, BC','AIS Fernie/Olsen station ','2023-07-03 11:01:51','2023-07-03 11:01:51',null,'KSORENSE@idir','2023-07-03 11:06:23',null,null,null,null,'OPEN','FERNIE',ST_GeomFromText('POINT(-115.063804 49.5086679)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025074','COM reporting 6 subjects fly fishing for pink salmon at the noted location, which COM understands to be closed in that area.',null,null,null,null,null,null,null,'Mamquam River Train Tressle ','2023-07-03 09:45:33','2023-07-03 09:45:33',null,'DAGRAY@idir','2023-07-03 09:55:39',null,null,null,null,'OPEN','SQUMISH',ST_GeomFromText('POINT(-123.147931 49.732293)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025072','Neighbour dumped garbage behind the garbage bins at a trailer park and they have had problems with bears before. No bears have been seen in the last month or so. The park manager knows and has requested the party to clean up the garbage. COM has pictures, people live in Unit 4, Andrea Wilson and John MacDonald.',null,null,null,null,null,null,'5250 Beaver Harbour Rd, Port Hardy, BC','Unit 3','2023-07-03 09:43:00','2023-07-03 09:43:28',null,'MAWILSON@idir','2023-07-07 11:19:04',null,null,null,null,'CLOSED','PORTHRDY',ST_GeomFromText('POINT(-127.4164565 50.6931098)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025045','Reporting illegal camping at the below noted location. The caller states that he is in the area every morning and has noticed 1 tent (no vehicle). The tent has been set up with in the past 24 hrs. ',null,null,null,null,null,null,'Hemer Rd, Nanaimo, BC',null,'2023-07-03 06:36:26','2023-07-03 06:36:26',null,'MAWILSON@idir','2023-07-31 14:47:47',null,null,null,null,'CLOSED','NANAIMO',ST_GeomFromText('POINT(-123.8517491 49.1044527)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025041','Frog Pond - -7/3/2023 5:19 am - -Illegal dumping, hazards to local aquatic environment, campfire violations. - -Unknown, found day after. - -Empty match boxes, burnt schoolwork, broken glass bottles. - -Found a bunch of broken glass by the dock to Frog Pond, Abbotsford, B.C -School papers and sticks burnt for a campfire, still warm when found. -The school papers had a name on them, and other info regarding the school these papers belonged to. - -Their student pen is 140059361, under school district 34, as stated on schoolwork. It seems to be a Literacy test burnt for campfire material. -',null,null,null,null,null,null,null,'FROG POND','2023-07-03 05:30:30','2023-07-03 05:30:30',null,'ASDUNCAN@idir','2023-07-03 05:32:07',null,null,null,null,'OPEN','ABTFRD',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025034','Adams/2nd Momich lake provincialpark (atv access only) after small bridge turn right -june 31 3:00p.m roughly -UNSPENT SHOTGUN SHELLS UNDER STILL SMOLDERING LARGE LOG. -Spent shotgun shells littered on the beach along with spent firework canisters, cans,cigarettes. -WITH RECIPT AND NAME OF PURCHASER. - -JEREMY BROUWER -MALE -UNKNOWN -UNKNOWN -UNKNOWN -UNKNOWN -DID NOT PHYSIACLY SEE PERSON - -ATV OR UTV USED TO GET DOWN TRAIL VERY ROUGH ROAD. - -Utter disregard for the environment, wildlife,provincial Park, people camping in the area, especially considering the sever wind storm on July 1st which could have resulted in a wildfire had we not come across it and fully extinguished the fire. -',null,null,null,null,null,null,null,'MOMICH LAKE','2023-07-02 23:20:04','2023-07-02 23:20:04',null,'CCRERAR@idir','2023-07-11 10:42:21',null,null,null,null,'CLOSED','ADMSLKHS',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025032','Caller is reporting a campfire near the noted location. She is on the other side of the island so does not have any details. It is outside Fire department response. Caller phoned 911 and reported it, was advised to contact conservation. Caller stated someone was responding but did not know who',null,null,null,null,null,null,null,'RHODES CREEK // 49 57.16 // 126 51.31','2023-07-02 22:46:42','2023-07-02 22:46:42',null,'MAWILSON@idir','2023-07-06 14:40:08',null,null,null,null,'CLOSED','ZEBALLOS',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025028','Reporting an unattended campfire near the noted location. - -COM: Tina 250-723-9417',null,null,null,null,null,null,null,'SOUTH SIDE OF SPROAT LAKE - STERLING ARM','2023-07-02 22:08:27','2023-07-02 22:08:27',null,'MAWILSON@idir','2023-07-07 14:32:08',null,null,null,null,'CLOSED','PORTALBR',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025027','Reporting an unattended campfire near the noted location. - -',null,null,null,null,null,null,null,'SPROAT LAKE, N SIDE NEAR TAYLOR ARM PARK AT BINGO BAY','2023-07-02 22:06:31','2023-07-02 22:06:31',null,'MAWILSON@idir','2023-07-07 14:20:04',null,null,null,null,'CLOSED','PORTALBR',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025012','Reporting a campfire near the noted location. A group of people were burning plastic and metal. -Plate to note: ORVEL on a black Jeep - -COM: Tatiana 250-328-2617 - put the fire out - ',null,null,null,null,null,null,null,'10 KM UP SUICIDE CREEK','2023-07-02 20:19:51','2023-07-02 20:19:51',null,'KWINTERS@idir','2023-07-02 20:24:06',null,null,null,null,'OPEN','CHILLIWK',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025008','***RAPP REPORT*** - -Coordinates: (53.7557844, -122.6547521) -19:45 -Campfire or possible burn barrel on property along HWY 97 at coordinates -Current fire ban. -Several people standing outside around fire -',null,null,null,null,null,null,null,null,'2023-07-02 20:00:13','2023-07-02 20:00:13',null,'JOCHARTR@idir','2023-07-20 16:19:41',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025005','***RAPP REPORT*** - -July 2, 2023, mid-day. We have observed many red rock crabs with their front legs (claws) removed and either left on the dock to die or thrown back into the water where they will not survive. While monitoring crab megalopae (working with Hakai institute) today, we met a family that explained to us that some people will do this to eat the claws, but it eliminates long term survival for the crabs. While we were completing our monitoring, this family caught four crabs, all with their front claws missing, and too small to keep, leading us to believe that someone is illegally damaging these crabs on or near the Denman community dock. -Have not observed anyone damaging the crabs. Is it possible to monitor crab trapping on and around Denman Island? -Additional Comments -If there is a way we can help educate members of the Denman Community, we would be happy to help. -',null,null,null,null,null,null,'1010 Schmidt Rd, Denman Island, BC',null,'2023-07-02 19:37:01','2023-07-02 19:37:01',null,'MAWILSON@idir','2023-07-28 10:27:29',null,null,null,null,'CLOSED','DENMANIS',ST_GeomFromText('POINT(-124.7618816 49.534773)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025002','Caller reports subject is out guiding every day with no commercial numbers.',null,null,null,null,null,null,'Prince Rupert, BC',null,'2023-07-02 19:10:13','2023-07-02 19:10:13',null,'SMCCREAD@idir','2023-07-02 19:15:05',null,null,null,null,'OPEN','PRINCRUP',ST_GeomFromText('POINT(-130.3252778 54.3125)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024999','Reporting a campfire at the noted location. Patrol staff extinguished it. It was attended by 4 people who are still there. They were confused and English was a second language, but they were ok with the fire being put out.',null,null,null,null,null,null,null,'GOLDSTREAM PROV PARK','2023-07-02 17:54:40','2023-07-02 17:54:40',null,'MAWILSON@idir','2023-07-07 10:56:32',null,null,null,null,'CLOSED','LANGFORD',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024993','Another campfire report at Goldstream Provincial Park. A party of 4 at campsite 39A, fire is out now and they are receiving a citation. Reporting party has no authority to issue a fine. - -RP: John Reed 778-535-4451',null,null,null,null,null,null,'53 Island Hwy','Goldstream Provincial Park','2023-07-02 17:35:42','2023-07-02 17:35:42',null,'MAWILSON@idir','2023-07-07 11:05:58',null,null,null,null,'CLOSED','VICTORIA',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024988','COM reports seeing a Grey Ford F150 with BC license plate PG016A littering on north island highway. Threw plastic bottle and other litter out of car window -',null,null,null,null,null,null,'Port Hardy, BC',null,'2023-07-02 16:46:47','2023-07-02 16:46:47',null,'MAWILSON@idir','2023-07-06 14:28:31',null,null,null,null,'CLOSED','PORTHRDY',ST_GeomFromText('POINT(-127.4980556 50.7241667)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024971','Advises that someone has set up beaver traps and the COM (Sheila Murray 250-219-0315) was walking her puppy and it got caught in one of the traps. - -RCMP file #: 23-4448',null,null,null,null,null,null,null,'17th street and close to 104th ave','2023-07-02 15:27:29','2023-07-02 15:27:29',null,'CDOYLEWA@idir','2023-07-02 15:32:02',null,null,null,null,'OPEN','DAWSONCR',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024968','Reporting a Vietnamese male catching sunfish near the noted location - he has a bucket full and is still fishing. ',null,null,null,null,null,null,null,'PITT LAKE, PITT MEADOWS MARSH LAND - ROAD UP TO BOAT LAUNCH NEAR VIEW POINT','2023-07-02 15:16:28','2023-07-02 15:16:28',null,'EVEROBER@idir','2023-07-09 12:26:19',null,null,null,null,'CLOSED','PITTMDWS',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024963','Advises that there are a bunch of people with fish nets',null,null,null,null,null,null,null,'Emerison road and glover road','2023-07-02 14:59:48','2023-07-02 14:59:48',null,'MAWILSON@idir','2023-08-04 15:35:34',null,null,null,null,'CLOSED','FTLANGLE',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024949','NA',null,null,null,null,null,null,null,'-','2023-07-02 14:21:11','2023-07-02 14:21:11',null,'CDOYLEWA@idir','2023-07-02 14:27:19',null,null,null,null,'OPEN','COQUITLM',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024943','Newer model Chevy Pick-up truck (red) towing a red seadoo. Alberta LP but unable to make out #''s heading EB on Hwy 3 heading toward Cranbrook. ',null,null,null,null,null,null,null,'Yahk Inspection Station ','2023-07-02 13:30:57','2023-07-02 13:30:57',null,'DDAVIS@idir','2023-07-02 13:34:44',null,null,null,null,'OPEN','YAHK',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024937','Advises of a smaller white motor home towing a blue SUV with a yellow Kayak on top. The RV had yellow USA plates. The vehicle was heading Eastbound.',null,null,null,null,null,null,null,'Yahk Inspection Station','2023-07-02 13:15:27','2023-07-02 13:15:27',null,'CDOYLEWA@idir','2023-07-02 13:20:21',null,null,null,null,'OPEN','YAHK',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024932','Advises that for the second day in the row they have left garbage all over the campsite. ',null,null,null,null,null,null,null,'2 km West of Panorama Resort ','2023-07-02 12:47:47','2023-07-02 12:47:47',null,'MATTHEWH@idir','2023-07-10 09:41:24',null,null,null,null,'CLOSED','INVERMER',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024925','Advised that while in the below noted location earlier today, caller noticed 3 males loading rocks into the bed of a red pick-up truck (unable to get LP#). The caller is not sure if this is even a violation but wanted to make someone aware of it. -',null,null,null,null,null,null,null,'Kettle Valley Rail Trail near Little Tunnel ','2023-07-02 12:30:10','2023-07-02 12:30:10',null,'DAVCOX@idir','2023-07-04 13:11:57',null,null,null,null,'CLOSED','NARAMA',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024924','Unlicensed dirt bike operating in the Thompson Flats area in Kelowna which is a sensitive grassland and riparian habitat. This individual has been driving to this area in the same van, offloading the dirt bike from the van and proceeding to ride the dirt bike at high rates of speed in this sensitive area for hours at a time every day to every other day at varying times of day. I am hoping that you may contact him to Provide education on appropriate areas to ride and the ORV act as this is an environmentally sensitive area that is not designated for dirt bike use. -',null,null,null,null,null,null,null,null,'2023-07-02 12:23:00','2023-07-02 12:23:30',null,'JEANDREW@idir','2023-07-18 10:43:58',null,null,null,null,'CLOSED','KELOWNA',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024917','Received reports of a campfire. The manager issued a fine last night to 2 campers that started a fire It was put out last night, but they started it again this morning. Fire number V61069. Campers were issued an eviction notice. - -RP: John Reed, Campground Manager, 778-535-4451 - -Duplicate of ERS 23-024910',null,null,null,null,null,null,'53 Island Hwy ','Goldstream campground','2023-07-02 12:01:34','2023-07-02 12:01:34',null,'DSEXTON@idir','2023-07-10 16:08:31',null,null,null,null,'CLOSED','VICTORIA',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024911','Caller reporting that someone came to his neighbors house yesterday and sold him illegal halibut. Caller advised the neighbor is now trying to sell that halibut and is planning to go to the Skeena River in Kitwanga next week with gill netting to catch more. - -',null,null,null,null,null,null,'14440 Upper Fraser Rd, Willow River, BC',null,'2023-07-01 14:00:00','2023-07-02 11:46:22',null,'JOCHARTR@idir','2023-07-19 16:09:31',null,null,null,null,'CLOSED','WILWRIVR',ST_GeomFromText('POINT(-122.4687968 54.0616394)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024910','Advises that he is issuing a second ticket and eviction of a camper that has had a campfire going for the second day.',null,null,null,null,null,null,null,'Goldstream Provincial Park','2023-07-02 11:43:30','2023-07-02 11:43:30',null,'DSEXTON@idir','2023-07-10 16:08:23',null,null,null,null,'CLOSED','VICTORIA',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024909','There is people camping illegally right along the ridge top. They also have a motor bike that is grinding up the road way, kicking up silt. Kikomun Inlet where the creek enters the Koocanusa, North ridge of the inlet about the mid point of the flooded inlet. ',null,null,null,null,null,null,null,'49°15''56.8"N 115°15''26.6"W rough location','2023-07-02 11:35:00','2023-07-02 11:35:00',null,'JBUECKER@idir','2023-07-10 14:15:35',null,null,null,null,'CLOSED','JAFFRAY',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024906','Advises that there are some people camping in a area where there is no camping allowed. Caller is worried about campfires, but did not witness any signs of smoke or campfire activity. ',null,null,null,null,null,null,null,'Comox lake bluff ecological Reserve - BC Parks','2023-07-02 11:24:42','2023-07-02 11:24:42',null,'MAWILSON@idir','2023-07-06 15:57:32',null,null,null,null,'CLOSED','COMOX',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024901','At Lucille lake there are a number of people (possible group) camping on the beach with poorly managed fires and significant litter. This is a no camping area and regardless of that the fires & refuse are alarming. -Thank you - I hope your weekend isn''t too busy with things like this ',null,null,null,null,null,null,null,'Lucille lake ','2023-07-02 11:17:12','2023-07-02 11:17:12',null,'CDOYLEWA@idir','2023-07-02 11:18:16',null,null,null,null,'OPEN','SQUMISH',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024899','Advises that ''The Cottages'' had a firework display last night.',null,null,null,null,null,null,'radio tower road','''The Cottages''','2023-07-02 11:03:19','2023-07-02 11:03:19',null,'SUBOAKE@idir','2023-07-14 11:49:06',null,null,null,null,'CLOSED','OSOYOOS',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024890','Advises that were are lots of people camping in a no-camp zone. There are lots of campfires too left unattended.',null,null,null,null,null,null,null,'Lucille, Lake','2023-07-02 10:19:06','2023-07-02 10:19:06',null,'CDOYLEWA@idir','2023-07-02 10:23:32',null,null,null,null,'OPEN','SQUMISH',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024889','COM reported illegal fireworks on July 1st. People visiting the community set off fire work on the beach, who appeared to be a group of teenagers. One of the teenagers made a threat to someone who tried to speak to them. COM has pictures of the people involved and may know what cottage they were staying in. They are still at the cottage today. COM has a list of other witnesses. ',null,null,null,null,null,null,'2450 Radio Tower Rd, Oliver, BC','Cottages on Osoyoos. ','2023-07-02 10:11:11','2023-07-02 10:11:11',null,'DAVCOX@idir','2023-07-04 13:15:08',null,null,null,null,'CLOSED','OLIVER',ST_GeomFromText('POINT(-119.5002537 49.0780399)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024874','COM reporting a ridiculous amount of fur covering the road for about 5m long. Does not look like an animal did it and has pictures.',null,null,null,null,null,null,'49 58.943 N, 119 31.574 W','Blue Hawk mine, just before the mine site','2023-07-02 08:52:35','2023-07-02 08:52:35',null,'JEANDREW@idir','2023-07-26 13:23:43',null,null,null,null,'CLOSED','KELOWNA',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024871','Advises that there was a campfire. Unknown when. -',null,null,null,null,null,null,null,'bingo bay road, sprout lake','2023-07-02 08:43:35','2023-07-02 08:43:35',null,'MAWILSON@idir','2023-07-07 14:20:37',null,null,null,null,'CLOSED','PORTALBR',ST_GeomFromText('POINT(-125.032370 49.276504)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024870','People are letting their dog chase rams hardcore and it almost got one. They were threating the caller and throwing rocks at them. This was about 5min. ago.',null,null,null,null,null,null,'Blue Grouse Mountain Rd, North Westside, BC','200m up the road from Bear Lake Main Road in Trader''s Cove','2023-07-02 08:42:00','2023-07-02 08:42:03',null,'JEANDREW@idir','2023-07-26 13:15:54',null,null,null,null,'CLOSED','KELOWNA',ST_GeomFromText('POINT(-119.5205313 49.9541121)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024855','***RAPP EMAIL*** -Toxic lead waste improperly stored outdoors, unsecured and open. Bags of lead waste are open and leaching into the ground. - -This situation has been ongoing for the past 12 months. -',null,null,null,null,null,null,'Stewart, BC',null,'2023-07-02 06:22:46','2023-07-02 06:22:46',null,'TARWILLI@idir','2023-07-18 10:30:00',null,null,null,null,'CLOSED','STWART',ST_GeomFromText('POINT(-129.9908333 55.9380556)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024852','Someone was fly fishing and using bait. Caller noticed beer cans and trash around as well. ',null,null,null,null,null,null,'Hwy 16, Prince George, BC','BOWREN RIVER - EAST SIDE','2023-07-02 05:47:23','2023-07-02 05:47:23',null,'JOCHARTR@idir','2023-07-19 11:59:48',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7714978 53.8761288)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024836','COM spoke to a CO earlier regarding a neighbour that was having a fire. The CO advised that due to lack of staff they would contact RCMP. COM advises that RCMP attended, spoke to the people that started the fire and allowed them to continue burning. As the RCMP departed the person that started the fire made it even bigger. - -X-Ref ERS: 23-024819',null,null,null,null,null,null,'1005 Legault Rd, Ferndale-Tabor, BC',null,'2023-07-01 22:06:16','2023-07-01 22:06:16',null,'JOCHARTR@idir','2023-07-19 11:46:26',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024832','***RAPP REPORT*** - -Group abandoned a huge raft on which they party until it stuck on the north side of the lake - -After they lighed a fire and even someone of the group mentioned fireban or not being authorized to make fire - -Picture available -',null,null,null,null,null,null,null,'Lucille lake 2023/07/01 21h','2023-07-01 21:37:13','2023-07-01 21:37:13',null,'DDUFFY@idir','2023-07-01 21:47:44',null,null,null,null,'OPEN','SQUMISH',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024819','Campfire that is 4 feet wide with 3-4 foot flames. Not near any exposures. The fire is left unattended sometimes and caller reports windy weather',null,null,null,null,null,null,'1005 Legault Rd, Ferndale-Tabor, BC',null,'2023-07-01 20:10:36','2023-07-01 20:10:36',null,'JOCHARTR@idir','2023-07-19 11:39:43',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.5955062 53.9186262)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024814','Requesting a CO for a nuisance fire. Advised Hyde Creek Fire Department is on there way but would like more enforcement to be on scene.',null,null,null,null,null,null,'1813 Twin Peaks Rd, Port McNeill, BC',null,'2023-07-01 19:55:50','2023-07-01 19:55:50',null,'MAWILSON@idir','2023-07-04 09:48:15',null,null,null,null,'CLOSED','PORTMCNL',ST_GeomFromText('POINT(-127.0287176 50.5678142)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024796',' At Godwin biodiversity in Fleetwood. July 1st and other previous days as well . They are driving remote control boats and drones in the biodiversity area and pond and It is greatly affecting the wildlife in the water and out. They do it with no regard for anything or anyone. ',null,null,null,null,null,null,'8710 Morioka Pl, Surrey, BC',null,'2023-07-01 17:27:45','2023-07-01 17:27:45',null,'MAWILSON@idir','2023-08-04 15:04:14',null,null,null,null,'CLOSED','SURRY',ST_GeomFromText('POINT(-122.8048431 49.1612996)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024762','Blow by at Golden -westbnd on trans canada hwy -Black and white pontoon -white RV -Golden',null,null,null,null,null,null,'Golden, BC',null,'2023-07-01 14:18:54','2023-07-01 14:18:54',null,'GPKRUGER@idir','2023-07-11 12:36:07',null,null,null,null,'CLOSED','GOLDEN',ST_GeomFromText('POINT(-116.9644444 51.2975)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024759','Caller reporting an injured martin, dragging it''s back end, third party reporting, occurred two days ago. The caller is concerned there is someone doing illegal trapping in the area, as this has happened in the past. - -emailed only, due to delayed reporting. ',null,null,null,null,null,null,'Wilson St, Masset, BC','Telephone Hill','2023-07-01 14:03:09','2023-07-01 14:03:09',null,'PBRACKEN@idir','2023-07-01 14:10:28',null,null,null,null,'OPEN','MASSET',ST_GeomFromText('POINT(-132.1258589 54.0053677)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024749','AIS reporting a blow by. ',null,null,null,null,null,null,'Hwy 3, Fernie, BC','Fernie/Olsen Station - Heading west towards Fernie ','2023-07-01 12:56:03','2023-07-01 12:56:03',null,'KSORENSE@idir','2023-07-01 12:59:55',null,null,null,null,'OPEN','FERNIE',ST_GeomFromText('POINT(-115.063804 49.5086679)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024733','A local RCMP member driving to work reported a person squatting by a riverside with a six foot fire burning. The local RCMP has had issues in the past with the individual with mental health. -',null,null,null,null,null,null,null,'Just before the Goat Horn Creek Bridge on Aveling Coal Mine Rd. ','2023-07-01 11:54:11','2023-07-01 11:54:11',null,'TARWILLI@idir','2023-07-12 13:10:09',null,null,null,null,'CLOSED','TELKWA',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024729','Advises that mainlanders coming over for the weekend, shit in the woods, and leave clam shells everywhere that attracts bears.',null,null,null,null,null,null,null,'Arlington Road & Nanoose Bay Beach ','2023-07-01 11:33:57','2023-07-01 11:33:57',null,'MAWILSON@idir','2023-07-20 16:05:45',null,null,null,null,'CLOSED','NANOBAY',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024724','Caller reporting a moose that was hit by a vehicle and appeared to have it''s antlers sawed off. Caller advised there was a red jeep with it''s front smashed in next to the dead moose but there was no one in the jeep. Caller noted the antlers were cut to stumps and the area was bloody. Caller has pictures. ',null,null,null,null,null,null,'Hwy 3, Creston, BC','Between the 2 rest stops by the lake near the Creston summit. ','2023-07-01 07:45:00','2023-07-01 11:23:41',null,'KSORENSE@idir','2023-07-01 11:29:58',null,null,null,null,'OPEN','CRESTON',ST_GeomFromText('POINT(-116.5705436 49.1171725)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024717','Walked around McConnell Lake Provincial Park and there are people camping there.',null,null,null,null,null,null,'Lac Le Jeune Prov Park Access Rd, Lac Le Jeune, BC','McConnell Lake Provincial Park','2023-07-01 11:05:54','2023-07-01 11:05:54',null,'CCRERAR@idir','2023-07-10 15:03:08',null,null,null,null,'CLOSED','KAMLOOPS',ST_GeomFromText('POINT(-120.4872516 50.4831977)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024713','Someone has dumped 2 large boxes of meat products. OP has photos of dump site.',null,null,null,null,null,null,'Meades Creek Rd, Lake Cowichan, BC','in the bushes barely','2023-07-01 10:32:02','2023-07-01 10:32:02',null,'MAWILSON@idir','2023-07-06 16:05:58',null,null,null,null,'CLOSED','LKECOWCH',ST_GeomFromText('POINT(-124.1076111 48.8353167)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024709','Advises that someone reported to the park ranger (Blain Watson) that a vehicle has ended up in the creek upside down. Unknown if anything is leaking. Will call back with coordinates and more details.',null,null,null,null,null,null,'Jones Lake FSR, Laidlaw, BC','13 km mark, under the flat creek bridge','2023-07-01 10:17:56','2023-07-01 10:17:56',null,'KWINTERS@idir','2023-07-18 14:28:12',null,null,null,null,'OPEN','POPKUM',ST_GeomFromText('POINT(-121.600820 49.249220)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024707','Blow By - west bound Hwy 3 towards Ferine - - -',null,null,null,null,null,null,'Hwy 3, Fernie, BC',null,'2023-07-01 09:58:52','2023-07-01 09:58:52',null,'EFITCH@IDIR','2023-07-01 10:06:04',null,null,null,null,'OPEN','FERNIE',ST_GeomFromText('POINT(-115.063804 49.5086679)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024704','Caller reporting that someone removed the concrete barriers preventing access at the Paul Lake Provincial Campsite boat launch. Caller advised the barriers were moved yesterday and someone posted on a facebook group bragging that they did it. ',null,null,null,null,null,null,'Paul Lake Provincial Pk, Kamloops IR No 1, BC',null,'2023-06-30 16:30:00','2023-07-01 09:49:43',null,'CCRERAR@idir','2023-07-10 14:05:25',null,null,null,null,'CLOSED','KAMLOOPS',ST_GeomFromText('POINT(-120.1116674 50.7519524)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024703','AIS Blow by newer white Dodge Ram BC license PW4845 - older white ski boat in tow',null,null,null,null,null,null,null,null,'2023-07-01 09:49:43','2023-07-01 09:49:43',null,'SUBOAKE@idir','2023-07-14 10:07:39',null,null,null,null,'CLOSED','KEREMEOS',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024697','Advises of a white SUV Chevy towing a white and red wake boat with a silver wake tower heading heading west on highway 3,',null,null,null,null,null,null,null,'Fernie Olsen Inspection Station','2023-07-01 09:25:31','2023-07-01 09:25:31',null,'CDOYLEWA@idir','2023-07-01 09:27:42',null,null,null,null,'OPEN','FERNIE',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024677','Caller reporting a 30 gallon whitish drum that is upside down along the E Kid Creek FSR. The container is approximately 2/3 full with an unknown substance. The container is marked Chemical Cleaning solutions - -X - ref DGIR 232434 ENV-SDO Stephan Marinovic - -',null,null,null,null,null,null,'E Kid Creek FSR, Kitchener, BC','100 yards up the FSR on the left.','2023-07-01 08:08:38','2023-07-01 08:08:38',null,'PBRACKEN@idir','2023-07-01 08:37:10',null,null,null,null,'OPEN','CRESTON',ST_GeomFromText('POINT(-116.1308215 49.2247663)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024673','Blow by - West bound Hwy 3 -',null,null,null,null,null,null,'Hwy 3, Fernie, BC',null,'2023-07-01 07:48:36','2023-07-01 07:48:36',null,'EFITCH@IDIR','2023-07-01 08:18:09',null,null,null,null,'OPEN','FERNIE',ST_GeomFromText('POINT(-115.063804 49.5086679)')) ON CONFLICT DO NOTHING; - --- ERS SQL -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,False,null,'CEDGE@idir','2023-08-01 15:24:16','23-032528','OTHER') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,False,null,'CEDGE@idir','2023-08-01 15:19:46','23-032506','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'KWINTERS@idir','2023-07-31 21:16:10','23-032501','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'Kia. Dark Grey. KF2 87H','JEANDREW@idir','2023-08-03 10:35:19','23-032477','ORV') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'JEANDREW@idir','2023-08-03 11:27:02','23-032445','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,'Unit 103 ','KSORENSE@idir','2023-07-31 17:12:52','23-032444','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'ASDUNCAN@idir','2023-07-31 16:10:01','23-032420','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,'Description of the Suspect - SCHACHER, GREGORY property owner. -Transport Involved - Randy''s Backhoe Service Dump Truck, 250-777-2509 -Witnesses - as above -','MELOUTIT@idir','2023-08-14 10:52:09','23-032418','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'White Toyota Tacoma with a black canopy and ladder rack on the roof. Ontario LP: BL45660','CEDGE@idir','2023-08-01 11:54:27','23-032389','OTHER') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,'Description of the Suspect - 2 adults in their 50,s-60,s a couple large dogs, and a 30 ish year old. The 3rd Bridge,has an ev, and a tent trailer set up. I have driven by whilst they had the hood of a car opened up,seemingly trying to repair the vehicle next to the creek. Residents if kamloops are getting so tired of this. And it is only going to invite more in. In fact residents of kamloops already took care of the guy that was parked up the blackpunes ffsr road just off of Jamieson. They broke out his windows in his trailer ,and made it unliveable....please do something before citizens de ide to take it into their own hands again. Ty for all you do! More staff needs to be hired, and I am not sure why this doesn''t happen! But,we appreciate all u do,as short staffed as u are.. - -Witnesses - Alison 767 Huntington drive kamloops -778 257 4976 -Tom Walsh -773 sycamore drive -Everyone else in kamloops,that drives up that road ;) -250 574 2560 -Additional Comments - Please contact me about this,I don''t understand why this has been going on for so long. Ty - -','CCRERAR@idir','2023-08-08 11:11:19','23-032366','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'DAVCOX@idir','2023-08-02 09:59:16','23-032359','WINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'DAVCOX@idir','2023-08-02 10:15:46','23-032334','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,'Unknown','SMCCREAD@idir','2023-07-31 13:26:46','23-032324','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,'Suspects: Ron Sanders: ron@sanderscontracting.ca, 250-315-2711 -Gerald Gelderman: gerald@blackdiamondranch.ca, gerald@logicsystems.ca, 604-316-1600 -Witness: Riley Wall - Fisheries and Oceans Canada, 236-334-3629, riley.wall@dfo-mpo.gc.ca - -','CCRERAR@idir','2023-08-08 13:54:34','23-032313','FISHERY') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'MAWILSON@idir','2023-08-01 10:08:22','23-032265','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'MAWILSON@idir','2023-07-31 13:55:39','23-032261','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'ISCHMIDT@idir','2023-07-31 11:15:54','23-032258','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'White ford ranger BC LP: SM 6852','ISCHMIDT@idir','2023-08-10 08:58:08','23-032257','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'SMCCREAD@idir','2023-07-31 10:45:34','23-032239','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'Suspect driving a blue Chevy truck towing a white speedboat with a silver tower.','KSORENSE@idir','2023-07-31 10:36:08','23-032235','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'RBACALL@idir','2023-07-31 14:35:31','23-032233','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'MAWILSON@idir','2023-08-04 08:31:54','23-032209','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'DDAVIS@idir','2023-07-31 09:52:47','23-032208','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'SMCCREAD@idir','2023-07-31 09:45:58','23-032202','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'Tour operator is; -Louis Gulick -PO Box 1082 STN Main Grande Prairie AB T8V 4B5','SMCCREAD@idir','2023-07-31 09:33:01','23-032200','BOATING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,'Failure to secure attractants - Doug Saunderson ','KSORENSE@idir','2023-07-31 08:54:48','23-032187','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'SMCCREAD@idir','2023-07-31 08:42:35','23-032181','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'MELOUTIT@idir','2023-08-14 10:14:22','23-032177','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'JBUECKER@idir','2023-08-08 14:43:40','23-032166','ORV') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'ISCHMIDT@idir','2023-07-31 07:56:07','23-032158','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,'Camper trailer license plate WJE13Y','ISCHMIDT@idir','2023-07-31 07:44:28','23-032153','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,'campfire people present.','SUBOAKE@idir','2023-08-14 11:41:57','23-032120','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'Campfire','JBUECKER@idir','2023-08-08 14:56:52','23-032118','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'Blue Chev SUV with female and child in the vehicle and 1 male seen with a firearm.','CEDGE@idir','2023-08-02 15:02:25','23-032111','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'None. ','JBUECKER@idir','2023-08-10 11:53:53','23-032108','OTHER') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'JOCHARTR@idir','2023-07-31 10:46:19','23-032096','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'Tagish lake at Engineer Mtn. -Received an InReach message reporting a sighting of a sheep being shot on Mt Cameron facing Edgar Lake. ','TARWILLI@idir','2023-08-01 08:58:58','23-032094','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,'No suspect information. ','CEDGE@idir','2023-08-09 11:14:24','23-032090','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,'Inc V12353','PROEMER@idir','2023-07-30 19:26:51','23-032087','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,'IPR-013254 -Campfire','PROEMER@idir','2023-07-30 19:16:56','23-032086','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'RBACALL@idir','2023-07-30 18:54:20','23-032079','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,'Description of the Suspect 2 males: both about 35-40 years old, caucasian, about 6 feet tall, dark hair -Transport Involved newer black Dodge Ram license plate, ""NG 4840"" - -','RBACALL@idir','2023-07-30 18:28:07','23-032071','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'Suspect driving a 2020 White GMC pickup towing a complex wake boat white with red trim - too far away to get plates. ','MATTHEWH@idir','2023-08-04 09:17:34','23-032068','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,'Aeron.','DAVCOX@idir','2023-08-02 10:03:36','23-032064','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'DAVCOX@idir','2023-08-02 10:06:24','23-032052','FISHERY') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,'White Dodge Durango BC Plate # JH644N','LMOSS@idir','2023-07-30 17:04:30','23-032047','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'CCRERAR@idir','2023-08-10 15:07:39','23-032026','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'JDSCOTT@idir','2023-07-30 19:18:34','23-032024','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'MAWILSON@idir','2023-08-02 13:23:14','23-032019','ORV') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'3 male suspects ','KSORENSE@idir','2023-07-30 12:58:43','23-031998','FISHERY') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,False,null,'JOCHARTR@idir','2023-07-31 10:25:11','23-031986','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'DTALEVSK@idir','2023-07-30 12:17:03','23-031983','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'White RAM Truck towing a white and blue speedboat with a silver tower','SMCCREAD@idir','2023-07-30 12:14:32','23-031980','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'no one around at time of report. ','MAWILSON@idir','2023-08-04 08:44:50','23-031962','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'DAVCOX@idir','2023-07-30 13:49:45','23-031953','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'doweber@idir','2023-07-30 08:51:17','23-031930','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'DLEWERS@idir','2023-07-29 22:05:37','23-031891','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'DLEWERS@idir','2023-07-29 21:56:19','23-031889','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'DLEWERS@idir','2023-07-29 21:55:19','23-031887','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'LMOSS@idir','2023-07-29 21:28:53','23-031885','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'Side by Side has after market silver doors.','CCRERAR@idir','2023-08-01 11:59:35','23-031881','FISHERY') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'COMILLER@idir','2023-07-29 20:41:24','23-031877','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'DLEWERS@idir','2023-07-29 20:28:57','23-031874','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'COMILLER@idir','2023-07-29 19:56:05','23-031864','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'EVEROBER@idir','2023-08-10 10:46:34','23-031861','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'KWINTERS@idir','2023-08-13 14:32:02','23-031860','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'COMILLER@idir','2023-07-29 19:42:05','23-031855','PESTICDE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'JEANDREW@idir','2023-08-03 09:28:01','23-031851','FISHERY') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'black Ram 1500 pickup towing a black and silver pontoon boat with black outboard','MATTHEWH@idir','2023-08-04 09:18:47','23-031849','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,False,null,'MAWILSON@idir','2023-08-04 08:38:36','23-031846','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'TARWILLI@idir','2023-08-01 09:06:52','23-031843','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'JEANDREW@idir','2023-08-03 09:27:04','23-031842','FISHERY') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'COMILLER@idir','2023-07-29 17:24:48','23-031835','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'TARWILLI@idir','2023-08-01 08:12:02','23-031824','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'JEANDREW@idir','2023-08-03 13:41:16','23-031822','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'MAWILSON@idir','2023-07-31 10:36:50','23-031819','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'DTALEVSK@idir','2023-07-29 15:37:56','23-031808','OTHER') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'ASDUNCAN@idir','2023-07-29 15:11:27','23-031804','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'Suspect driving a white Ford F250 towing a red pontoon boat with Saskatchewan plates ','KSORENSE@idir','2023-07-29 15:01:53','23-031797','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'1- Dodge Ram 3500 Dually - Lic SG7500 -2- F150 Ford Lic SB 5766 -3- Gray Ford escape H321P -Has photos of them doing violations. ','CCRERAR@idir','2023-08-08 11:55:44','23-031796','OTHER') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'white Dodge SUV pulling a blue and white speedboat','MELOUTIT@idir','2023-08-14 09:53:35','23-031790','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'4 people ','KSORENSE@idir','2023-07-29 14:43:13','23-031789','RECREATN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'RBACALL@idir','2023-07-29 14:29:51','23-031787','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'JOCHARTR@idir','2023-07-31 13:51:11','23-031784','FISHERY') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'MAWILSON@idir','2023-07-31 10:17:56','23-031767','WINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'DTALEVSK@idir','2023-07-29 12:57:50','23-031753','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'KSORENSE@idir','2023-07-29 12:39:30','23-031743','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'doweber@idir','2023-07-29 11:25:51','23-031716','ORV') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'White GMC truck with a tan silven brand boat with a black outboard motor','MELOUTIT@idir','2023-08-14 09:37:04','23-031715','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,'Milestones ','KSORENSE@idir','2023-07-29 09:17:21','23-031673','WASTE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'doweber@idir','2023-07-29 09:09:57','23-031672','FISHERY') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'MAWILSON@idir','2023-08-02 11:56:37','23-031654','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'DLEWERS@idir','2023-07-28 23:27:25','23-031637','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'Unknown','JEANDREW@idir','2023-08-03 13:34:16','23-031630','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'IPAVLOVI@IDIR','2023-07-28 22:21:56','23-031626','RECREATN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'SMCCREAD@idir','2023-07-28 21:55:30','23-031622','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'MAWILSON@idir','2023-07-31 11:10:10','23-031621','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'DLEWERS@idir','2023-07-28 21:40:58','23-031619','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'IPAVLOVI@IDIR','2023-07-28 21:22:05','23-031618','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'DLEWERS@idir','2023-07-28 21:16:44','23-031616','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'DLEWERS@idir','2023-07-28 21:17:22','23-031615','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'DLEWERS@idir','2023-07-28 20:47:18','23-031605','OTHER') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,'White dodge caravan -Plate827 TRV - -5''9'''' male -tanned skin','DAGRAY@idir','2023-07-28 20:59:05','23-031603','FISHERY') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'Black Ford F150 Platinum - 2017 or earlier -Towing a black fishing boat with tan cover. ','DAGRAY@idir','2023-07-28 20:38:11','23-031597','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'JEANDREW@idir','2023-08-03 13:24:29','23-031594','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'Red van pulling a black seadoo with tan seat','DLEWERS@idir','2023-07-28 20:16:34','23-031593','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'IPAVLOVI@IDIR','2023-07-28 20:18:42','23-031591','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'TBIRNEY@idir','2023-07-28 19:35:03','23-031581','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'CEDGE@idir','2023-08-09 10:53:52','23-031578','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'unknown','JEANDREW@idir','2023-08-03 10:24:42','23-031577','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'Unknown','JBUECKER@idir','2023-08-08 14:04:23','23-031576','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'white GMC 2015 model pickup pulling a white complex boat with black outboard','DLEWERS@idir','2023-07-28 18:36:26','23-031565','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'Several works at the noted construction site','DAGRAY@idir','2023-07-28 18:06:54','23-031553','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'JBUECKER@idir','2023-08-03 09:10:52','23-031552','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'BJETTE@idir','2023-07-28 17:30:40','23-031546','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'Offender from Williams Lake, Chipman last name BC Plate ST4714 on a red Dodge 1 ton camp site 7','JEANDREW@idir','2023-08-03 13:51:08','23-031545','RECREATN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,'none','JOCHARTR@idir','2023-07-28 16:21:38','23-031531','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'white Lincoln 2020 or later model SUV pulling white 30'' complex with white outboard motor','DLEWERS@idir','2023-07-28 15:33:20','23-031526','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,False,null,'BJETTE@idir','2023-07-28 14:35:33','23-031501','WASTE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'TBIRNEY@idir','2023-07-28 13:46:33','23-031481','FISHERY') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'HGREGG@IDIR','2023-07-28 13:41:08','23-031478','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,'Douglas Cattle Ranch - Nicola Ranch ','CCRERAR@idir','2023-08-01 11:16:58','23-031477','FISHERY') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'MAWILSON@idir','2023-08-04 08:01:37','23-031475','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'GPKRUGER@idir','2023-07-28 15:22:19','23-031465','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'HGREGG@IDIR','2023-07-28 12:51:33','23-031462','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'LMOSS@idir','2023-07-28 12:29:44','23-031455','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'TARWILLI@idir','2023-07-28 13:17:24','23-031440','FISHERY') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,'Burrard - Woods Rd. ','JBUECKER@idir','2023-08-09 14:02:14','23-031426','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'BJETTE@idir','2023-07-28 11:15:41','23-031424','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,'Suspects address: 2998 Granite Rd ','MELOUTIT@idir','2023-07-28 11:16:02','23-031417','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,'Stones Speed Shop ','KSORENSE@idir','2023-07-28 11:07:46','23-031415','WASTE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'BJETTE@idir','2023-07-28 10:24:31','23-031408','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'CCRERAR@idir','2023-07-31 14:49:00','23-031397','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'BJETTE@idir','2023-07-28 09:17:02','23-031381','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'MAWILSON@idir','2023-07-31 10:10:31','23-031379','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,'Avery Shaw or Ellen Shaw are landowners.','CCRERAR@idir','2023-08-14 10:57:13','23-031378','WASTE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'ISCHMIDT@idir','2023-08-02 09:46:25','23-031371','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'BRANBECK@idir','2023-07-29 11:36:27','23-031370','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,'White dodge pickup with side by side riser in the back 1 male with another unknown individual. There were also firearms laid out on the picnic table.','LMOSS@idir','2023-07-28 08:55:08','23-031365','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'JBUECKER@idir','2023-08-09 12:15:55','23-031363','BOATING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'DDAVIS@idir','2023-07-28 08:30:54','23-031357','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'ST4714 - SURNAME: Chipman out of Williams Lake','LMOSS@idir','2023-07-28 08:21:14','23-031354','RECREATN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'MAISMITH@idir','2023-07-28 09:53:21','23-031337','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'DDUFFY@idir','2023-07-27 22:56:53','23-031318','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'Unknown','MAWILSON@idir','2023-08-04 08:23:16','23-031302','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'IPAVLOVI@IDIR','2023-07-27 21:14:01','23-031301','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'MAWILSON@idir','2023-07-28 11:48:35','23-031300','FISHERY') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'Two suspects camping at the noted location. ','MAWILSON@idir','2023-07-31 09:50:15','23-031286','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'CCRERAR@idir','2023-07-31 13:52:56','23-031278','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'2015 or earlier black F-350 with bed rack with 2 kayaks pulling a Axis black with cream accent and off white cover','GPKRUGER@idir','2023-07-28 15:22:48','23-031263','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'TBIRNEY@idir','2023-07-27 17:49:15','23-031261','RECREATN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'BJETTE@idir','2023-07-27 16:02:23','23-031247','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'TARWILLI@idir','2023-07-28 09:27:17','23-031241','FISHERY') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,'Witnessed by: Megan Mastromonaco, 507-1730 chesterfield Avenue North Van V7M 0H1, 604 355 5315 ','BJETTE@idir','2023-07-27 14:52:52','23-031225','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'White Mercedes CLS: JJ7 25X','LEARCHIB@idir','2023-07-27 14:43:03','23-031221','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'TBIRNEY@idir','2023-07-27 14:41:34','23-031220','WASTE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'TBIRNEY@idir','2023-07-27 13:43:34','23-031200','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'BJETTE@idir','2023-07-27 13:35:57','23-031199','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,'Subject/Tenant: Nathan Elander Landlord: Tammy Rondo ','JOCHARTR@idir','2023-07-28 16:06:19','23-031186','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'CCRERAR@idir','2023-07-31 13:37:21','23-031178','OTHER') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'GPKRUGER@idir','2023-07-27 15:29:58','23-031167','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'ISCHMIDT@idir','2023-07-27 11:30:57','23-031166','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'BRANBECK@idir','2023-07-27 11:35:29','23-031152','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'ISCHMIDT@idir','2023-07-27 10:50:09','23-031148','OTHER') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,False,'Michell McVicar is the owner ','JBUECKER@idir','2023-08-10 09:21:56','23-031145','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'2 white 40 - 50 males -newer dark green jeep, 4 door, black hard top, The jeep had a lot of exterior accessories, ie gas can, racks etc.','CEDGE@idir','2023-08-01 11:50:21','23-031132','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'MAWILSON@idir','2023-07-27 16:27:18','23-031128','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'no suspect info ','MAWILSON@idir','2023-08-04 14:27:58','23-031115','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'LMOSS@idir','2023-07-27 08:43:53','23-031109','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'MELOUTIT@idir','2023-07-27 16:15:20','23-031102','OTHER') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'MAWILSON@idir','2023-08-04 14:36:02','23-031081','FISHERY') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'DDUFFY@idir','2023-07-26 22:51:41','23-031078','WASTE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,'Description of the Suspect -Grey work truck license SH9544, decal for shoreline roofing - -Witness: Willow Goodman, -Eric Goodman, 250 588 9959 -','DDUFFY@idir','2023-07-26 22:00:51','23-031069','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'IPAVLOVI@IDIR','2023-07-26 21:04:38','23-031053','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'MAWILSON@idir','2023-08-04 15:10:23','23-031023','RECREATN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'Big Cougar fifth wheel - People staying in fifth wheel parked at edge of river near yellow gate. He spoke with the suspect wife and advised them it was illegal to fish out of season , she seemed not to care. She advised they are camping there for the next 10 days. ','MAWILSON@idir','2023-07-27 16:15:23','23-031017','FISHERY') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'MELOUTIT@idir','2023-07-27 11:21:32','23-031010','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,'Brian Matanovic -Male -White -53 -6’2 medium build -Grey and balding ','MAWILSON@idir','2023-08-10 13:32:30','23-031009','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'CCRERAR@idir','2023-07-31 12:55:11','23-030995','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'Anna ','DLEWERS@idir','2023-07-26 15:05:40','23-030993','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'ISCHMIDT@idir','2023-07-26 14:56:16','23-030990','WASTE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,False,null,'MAWILSON@idir','2023-08-04 08:14:59','23-030986','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,'Jean Martel','MAWILSON@idir','2023-07-27 16:05:49','23-030976','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'JEANDREW@idir','2023-08-03 11:02:31','23-030971','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'MAWILSON@idir','2023-07-27 11:54:14','23-030965','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'GPKRUGER@idir','2023-07-26 13:54:35','23-030940','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'COMILLER@idir','2023-07-26 11:42:48','23-030932','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'TBIRNEY@idir','2023-07-26 11:16:45','23-030923','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'ISCHMIDT@idir','2023-07-26 10:52:55','23-030918','OTHER') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'CEDGE@idir','2023-08-01 13:50:24','23-030908','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,'Description of the Suspect - Violation is the website so no owner/suspect identified. -Transport Involved - No transportation involved. This is a violation on website. -https://www.fruugo.ca/cockroach-gel-bait-roach-pest-killer-with-plunger-tip-for-floor-kitchen-non-toxic/p-145775709-307480044?language=en&ac=google&asc=pmax&gclid=Cj0KCQjw5f2lBhCkARIsAHeTvlgxRCqUvwBvKMQts5PRONR8u8nps7ddA0-Bf1Ird0C0mbhPuVc4BdkaAnVJEALw_wcB - -','ISCHMIDT@idir','2023-07-26 10:29:10','23-030906','PESTICDE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'BRANBECK@idir','2023-07-27 11:00:34','23-030903','FISHERY') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'yellow sea doo picked a white object','JOCHARTR@idir','2023-07-27 09:10:27','23-030900','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'COMILLER@idir','2023-07-26 10:09:14','23-030896','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'HGREGG@IDIR','2023-07-26 10:08:24','23-030895','RECREATN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'JBUECKER@idir','2023-08-15 10:35:39','23-030886','FISHERY') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'COMILLER@idir','2023-07-26 09:06:32','23-030869','RECREATN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,'Suspect: Ed','MAWILSON@idir','2023-07-28 13:11:58','23-030862','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'MAWILSON@idir','2023-07-28 12:58:48','23-030858','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'MAWILSON@idir','2023-08-03 10:09:48','23-030843','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,'One violator. -Kevin Damien Chau -Male -Vietnamese/Chinese -31? -Roughly… 5’5? Weight ~160lbs -Brown eyes -Clothing: N/A -Physical attributes: short, top balding -','JDSCOTT@idir','2023-07-25 22:40:38','23-030834','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'MAWILSON@idir','2023-08-02 15:20:00','23-030829','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'TBIRNEY@idir','2023-07-25 19:57:41','23-030815','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'MELOUTIT@idir','2023-07-27 11:25:02','23-030809','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'MAWILSON@idir','2023-08-03 10:16:45','23-030804','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,'License plate; EN929R -Volkswagen Euro van, turquoise caller with pop up top. -','MELOUTIT@idir','2023-07-27 11:07:48','23-030803','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,False,null,'TBIRNEY@idir','2023-07-25 17:41:00','23-030794','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'JEANDREW@idir','2023-08-10 11:22:20','23-030786','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'No suspects, no known businesses in area. ','EFITCH@IDIR','2023-07-25 18:25:51','23-030781','OTHER') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'Vehicle Silver GMC pickup - towing blue and white sail boat ','EFITCH@IDIR','2023-07-25 15:57:55','23-030769','WINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'MELOUTIT@idir','2023-07-27 10:16:11','23-030757','OTHER') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'MAWILSON@idir','2023-08-04 15:17:27','23-030753','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'DSEXTON@idir','2023-07-28 12:01:00','23-030752','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,'All Alberta plates BRW1671, BXM3529, BYK8792, BKF6645, BHM0504, HAROROT, AS7680','DSEXTON@idir','2023-07-28 09:41:17','23-030751','FISHERY') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'ISCHMIDT@idir','2023-07-25 13:09:39','23-030731','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'Riding side by sides/dirt bikes - -2 individuals -young adults','MAWILSON@idir','2023-07-27 14:39:45','23-030710','FISHERY') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'""Sheldon"" was the driver of a truck appears to have spilled oil on the ground probably 100 liters about 5 days ago -','JBUECKER@idir','2023-08-15 10:14:31','23-030693','OTHER') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,'Description of the Suspect - Possible Biohazards due diseased animal carcasses stored on site -• Meat cutting knives -• Moving Farm Equipment (i.e. tractor) -• Commercial Tub Grinder - see attached photos -• Remote location -Transport Involved - Subject business utilizes a white Ford Pickup to transport product to suspect address. -Witnesses - Name: Dennis Klick -Email: dennis.klick@metrovancouver.org -Contact Number: (604) 828-3349 -Address: 4515 Central Boulevard -Burnaby V5H 0C6 - -Metro Vancouver Regional District (GVRD) ','ISCHMIDT@idir','2023-07-25 11:07:48','23-030688','WASTE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'Vehicle White Ford Pick up towing old white round about. with small Johnson on back end. ','EFITCH@IDIR','2023-07-25 11:05:32','23-030685','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'Resident at property across the highway','CEDGE@idir','2023-08-02 15:09:33','23-030684','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'COMILLER@idir','2023-07-25 10:38:16','23-030674','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'Black truck with white camper. Quebec Plates -black toy hauler, grey aluminum boat on top. -West on TCH','GPKRUGER@idir','2023-07-25 10:36:06','23-030672','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'older (1980''s) model grey 2 door pickup chev/ gmc -Alberta plates CJC2256 -Paul','PBRACKEN@idir','2023-07-25 10:41:06','23-030666','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'CCRERAR@idir','2023-07-25 14:05:37','23-030643','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,'Unknown','DAVCOX@idir','2023-07-30 13:55:41','23-030630','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'COMILLER@idir','2023-07-25 08:20:54','23-030625','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'5 individuals ','MAWILSON@idir','2023-08-03 14:43:35','23-030616','FISHERY') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'BJETTE@idir','2023-07-25 01:15:01','23-030610','OTHER') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,'Bonfire on the neighbouring property','GPKRUGER@idir','2023-07-25 09:45:54','23-030595','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,'Campfire in backyard','CCRERAR@idir','2023-07-25 10:57:30','23-030593','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'CEDGE@idir','2023-08-01 13:29:54','23-030588','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'MAWILSON@idir','2023-07-28 12:02:25','23-030586','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'JEANDREW@idir','2023-07-26 14:16:13','23-030585','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,'Witnesses -Miriam Kingma, 10419 McSween Rd V2P 6H5, Chilliwack BC, phone number 7789339255 -Evan Helmig, 51760 Old Yale Road VOX 1X2, Rosedale BC, phone number 6047985285 -','RBACALL@idir','2023-07-24 17:45:26','23-030563','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'RBACALL@idir','2023-07-24 17:41:51','23-030562','WASTE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,False,null,'KSORENSE@idir','2023-07-24 16:25:06','23-030551','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'doweber@idir','2023-07-24 15:51:40','23-030546','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'1 SUS - 70 ish Caucasian and tanned. Physically in good shape. Hair is grey black. No BC Plate # provided','JEANDREW@idir','2023-08-02 15:03:38','23-030540','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,'Have photos of their face and outfit / weapons ','RBACALL@idir','2023-07-24 13:54:32','23-030514','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'HGREGG@IDIR','2023-07-24 13:40:49','23-030508','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'GPKRUGER@idir','2023-07-25 09:45:00','23-030505','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'doweber@idir','2023-07-24 11:38:51','23-030486','WASTE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'RBACALL@idir','2023-07-24 11:22:30','23-030482','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'Suspect: -Keenan Todd -White 2006 Chev Silverado long box Duramax -Company logo Todd Masonry','JEANDREW@idir','2023-08-01 15:35:35','23-030474','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'KSORENSE@idir','2023-07-24 10:33:38','23-030469','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,'Tom ____ . (He is called the mayor in that area) short with basket ball belly, old. -','EFITCH@IDIR','2023-07-24 10:28:13','23-030459','FISHERY') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,'Walter Mills - Twilight Motel ','CEDGE@idir','2023-08-01 11:43:56','23-030458','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'SKEANE@idir','2023-07-24 08:36:46','23-030432','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'CCRERAR@idir','2023-07-31 11:20:46','23-030413','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'JDSCOTT@idir','2023-07-24 03:22:03','23-030401','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'DSEXTON@idir','2023-08-14 16:00:25','23-030392','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'DLEWERS@idir','2023-07-23 21:24:41','23-030379','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,False,null,'JDSCOTT@idir','2023-07-23 20:11:13','23-030362','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,'Preston Wilson ','KSORENSE@idir','2023-07-23 18:18:26','23-030339','FISHERY') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'MELOUTIT@idir','2023-07-24 08:54:47','23-030331','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'MAWILSON@idir','2023-07-27 14:01:14','23-030325','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'MAWILSON@idir','2023-07-27 15:47:28','23-030321','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'MAWILSON@idir','2023-07-28 13:20:20','23-030317','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'KSORENSE@idir','2023-07-23 16:03:03','23-030314','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'3 vehicles -Blue Ford Ranger AL:CLK 8979 -Silver Toyota 4Runner BC: RD1 03D -Red Toyota Rav4 AL: CGD8358','KSORENSE@idir','2023-07-23 15:56:40','23-030311','ORV') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'MELOUTIT@idir','2023-07-24 15:16:41','23-030309','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'JEANDREW@idir','2023-08-02 14:49:46','23-030308','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'RBACALL@idir','2023-07-23 15:46:32','23-030306','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'doweber@idir','2023-07-23 15:51:23','23-030303','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,False,null,'GPKRUGER@idir','2023-07-25 09:44:17','23-030299','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'DARK BLUE DODGE RAM PULLING A QHITE SPEED BOAT WITH A DARK GREEN COVER','ASDUNCAN@idir','2023-07-23 15:14:59','23-030293','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'JEANDREW@idir','2023-08-10 11:27:29','23-030281','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'RBACALL@idir','2023-07-23 14:34:10','23-030279','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'SKEANE@idir','2023-07-23 13:02:45','23-030258','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'DTALEVSK@idir','2023-07-23 12:41:01','23-030253','FISHERY') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'SKEANE@idir','2023-07-23 12:23:08','23-030251','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,'License plate: TF025T, BC Plate. -2004 Dodge Durango, active insurance. ','DTALEVSK@idir','2023-07-23 11:44:34','23-030235','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'EVEROBER@idir','2023-07-24 15:09:35','23-030232','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,'Suspect was driving a white box truck BC LP: RF 8212. ','KSORENSE@idir','2023-07-23 11:17:21','23-030226','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'GPKRUGER@idir','2023-07-25 09:43:05','23-030225','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'JEANDREW@idir','2023-08-09 09:36:57','23-030217','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'DTALEVSK@idir','2023-07-23 10:53:51','23-030209','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'JEANDREW@idir','2023-07-31 15:24:33','23-030207','FISHERY') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'Suspect was driving a red truck pulling a fishing boat with 2 grey outboard motors with Washington plates.','KSORENSE@idir','2023-07-23 10:18:27','23-030197','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'DTALEVSK@idir','2023-07-23 10:15:46','23-030194','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'SKEANE@idir','2023-07-23 09:48:22','23-030187','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'doweber@idir','2023-07-23 09:29:03','23-030174','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'GPKRUGER@idir','2023-07-25 09:41:56','23-030168','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'SKEANE@idir','2023-07-23 07:34:34','23-030152','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,'Juergen Dankwort -778-885-2529','DAGRAY@idir','2023-07-23 02:00:26','23-030139','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'JEANDREW@idir','2023-07-31 10:47:22','23-030137','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,' Disturbing a Osprey nest during nesting season by moving nest. ','SMCCREAD@idir','2023-07-22 23:14:04','23-030132','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'SMCCREAD@idir','2023-07-22 22:34:58','23-030129','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'MAWILSON@idir','2023-07-27 13:57:02','23-030126','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,' Unknown','GPKRUGER@idir','2023-07-25 09:41:22','23-030119','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'SMCCREAD@idir','2023-07-22 21:38:28','23-030118','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'JEANDREW@idir','2023-08-14 11:21:49','23-030109','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'JEANDREW@idir','2023-08-10 12:04:03','23-030105','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'JDSCOTT@idir','2023-07-22 19:42:26','23-030102','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'RBACALL@idir','2023-07-22 19:26:38','23-030100','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'JEANDREW@idir','2023-07-26 15:00:16','23-030063','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'SMCCREAD@idir','2023-07-22 16:41:25','23-030056','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'JEANDREW@idir','2023-08-03 14:04:46','23-030053','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'2 Asian males ','KSORENSE@idir','2023-07-22 15:42:25','23-030038','FISHERY') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'Suspects are driving a red Subaru Outback Legacy BC: MF2 22R -','CCRERAR@idir','2023-07-25 12:59:54','23-030029','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'Black SUV pulling white wake boat','DLEWERS@idir','2023-07-22 15:00:08','23-030028','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'2 teenagers - no further description given','CCRERAR@idir','2023-07-25 12:49:32','23-030023','RECREATN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,'Suspects are 10-15 male Asians. -Witness: Garnet Harris , 950 McKay road west Kelowna bc 2508098249 ','KSORENSE@idir','2023-07-22 14:41:27','23-030019','FISHERY') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'CCRERAR@idir','2023-07-31 11:04:04','23-030012','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,False,null,'doweber@idir','2023-07-22 13:52:39','23-029999','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'3 suspects are males.','KSORENSE@idir','2023-07-22 13:22:29','23-029985','FISHERY') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'red F150 with white stripes pulling red wake surfboat ','DLEWERS@idir','2023-07-22 12:42:08','23-029969','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'doweber@idir','2023-07-22 11:53:11','23-029956','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'RBACALL@idir','2023-07-22 11:35:28','23-029952','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'doweber@idir','2023-07-22 11:23:57','23-029948','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'DTALEVSK@idir','2023-07-22 10:09:23','23-029917','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'MAWILSON@idir','2023-07-27 13:49:28','23-029911','RECREATN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'JBUECKER@idir','2023-08-09 12:34:32','23-029901','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'CEDGE@idir','2023-08-01 11:52:01','23-029897','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'AL: CMT 8784','JEANDREW@idir','2023-07-25 09:09:52','23-029882','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'BRANBECK@idir','2023-07-22 13:16:00','23-029872','RECREATN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,'SUV Alberta Plate: CNX 3163 ','JEANDREW@idir','2023-07-26 14:53:36','23-029865','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,False,null,'MAWILSON@idir','2023-07-27 11:58:30','23-029855','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'KWINTERS@idir','2023-07-21 21:36:11','23-029852','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'30 people in attendance ','JBUECKER@idir','2023-08-08 13:02:36','23-029848','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'Unknown','GPKRUGER@idir','2023-07-22 10:16:58','23-029844','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'KWINTERS@idir','2023-07-21 20:17:16','23-029834','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'Ravinder Pannu 250-863-0757','JEANDREW@idir','2023-08-09 15:10:43','23-029824','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'4 males -Early 30s -jeans and cowboy boots - - -Dark blue shirt, -Light blue plaid shirt -Light green - -White GMC - Plate NW5 411','DAGRAY@idir','2023-07-21 17:41:06','23-029810','FISHERY') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'GPKRUGER@idir','2023-07-22 10:17:22','23-029805','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,'Male, middle-aged -Red Pick-up -Boat - older aluminum Northwood cartop boat with newer black Mercury motor. ','CCRERAR@idir','2023-08-14 11:10:00','23-029794','FISHERY') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'black Ford F150 -Alberta plates -towing green and white jet ski','DAGRAY@idir','2023-07-21 16:41:55','23-029793','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'MAWILSON@idir','2023-08-01 08:45:42','23-029789','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'MELOUTIT@idir','2023-07-24 13:53:11','23-029780','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'IPAVLOVI@IDIR','2023-07-21 15:32:25','23-029766','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'DTALEVSK@idir','2023-07-21 15:27:41','23-029762','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'red Chevy truck with Alberta plates SSU 010, ','MAWILSON@idir','2023-07-27 13:17:13','23-029754','FISHERY') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'EVEROBER@idir','2023-07-24 15:03:56','23-029750','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'Black Chevy pulling white and blue wake boat','RBACALL@idir','2023-07-21 14:48:15','23-029748','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'CCRERAR@idir','2023-07-24 12:47:59','23-029738','FISHERY') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'Dark grey Dodge Ram pulling a blue open cabin with an out board','SMCCREAD@idir','2023-07-21 14:16:47','23-029732','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'SMCCREAD@idir','2023-07-21 13:56:44','23-029729','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'GPKRUGER@idir','2023-07-21 15:08:03','23-029726','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,'Suspect is an RCMP officer, last name Phane. ','DTALEVSK@idir','2023-07-21 12:49:52','23-029710','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'MAWILSON@idir','2023-07-21 14:35:44','23-029692','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'JEANDREW@idir','2023-08-09 15:46:55','23-029684','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,False,null,'IPAVLOVI@IDIR','2023-07-21 11:06:08','23-029674','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'JOCHARTR@idir','2023-07-26 08:42:20','23-029672','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'BRANBECK@idir','2023-07-21 15:03:36','23-029669','BOATING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'grey Toyota SUV towing 2 red seadoos','DLEWERS@idir','2023-07-21 10:34:27','23-029666','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'DLEWERS@idir','2023-07-21 10:30:52','23-029664','OTHER') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'IPAVLOVI@IDIR','2023-07-21 09:12:19','23-029627','WASTE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'silver Ford pick pulling a blue and white speedboat ','DLEWERS@idir','2023-07-21 08:12:35','23-029612','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'SUBOAKE@idir','2023-08-14 16:18:20','23-029607','WASTE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'MAWILSON@idir','2023-08-01 08:54:40','23-029600','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,'Suspects; Three older men. - -Transport: Cube Truck -Josan Rebar Service Limited -604-250-1686 -sukhwinderjosan25@gmail.com ','DTALEVSK@idir','2023-07-21 07:31:44','23-029598','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,False,null,'DDAVIS@idir','2023-07-20 22:21:40','23-029574','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'Ship Owner: Kevin Wenstob - Wenstob Timber Resources','DSEXTON@idir','2023-07-27 11:32:05','23-029567','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'one Chinese lady on the dock, white boat, 2 Asian guys in the boat','SMCCREAD@idir','2023-07-20 20:04:36','23-029554','FISHERY') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,False,null,'MELOUTIT@idir','2023-07-26 11:50:59','23-029553','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'Description of the Suspect - 1 -Male -Caucasian -32+- years old -5''10....210 lbs -Dark hair -Large body -Aggressive -Transport Involved - ATV and dirt bikes - -Red quad -','JEANDREW@idir','2023-08-02 14:33:24','23-029545','ORV') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'TBIRNEY@idir','2023-07-20 17:18:01','23-029523','FISHERY') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'GPKRUGER@idir','2023-07-21 11:56:43','23-029516','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'LMOSS@idir','2023-07-20 16:10:30','23-029501','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'DTALEVSK@idir','2023-07-20 16:06:28','23-029499','FISHERY') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'LMOSS@idir','2023-07-20 15:58:30','23-029495','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,'COM has photos. 1 woman, 1 man. Black Ford pickup truck LP#VD4771','MAWILSON@idir','2023-08-01 09:23:21','23-029494','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'JEANDREW@idir','2023-07-26 13:31:11','23-029493','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'TBIRNEY@idir','2023-07-20 15:43:03','23-029486','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,'Burgundy/dark red dodge ram 1500, -Plate # ST 0696 ','DSEXTON@idir','2023-07-28 13:18:38','23-029474','OTHER') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'DSEXTON@idir','2023-07-27 11:32:22','23-029468','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'JEANDREW@idir','2023-08-09 15:36:26','23-029467','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'LMOSS@idir','2023-07-20 14:43:42','23-029459','RECREATN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,False,null,'MAWILSON@idir','2023-08-02 08:55:38','23-029457','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'MAWILSON@idir','2023-07-27 14:12:42','23-029456','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,'MJ7030 Grey Toyota SUV','LMOSS@idir','2023-07-20 12:07:28','23-029399','FISHERY') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'MAWILSON@idir','2023-08-04 15:28:47','23-029387','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,'Kelly Nestegaard','CEDGE@idir','2023-07-24 09:55:32','23-029373','OTHER') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'MAWILSON@idir','2023-07-20 14:29:30','23-029356','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,'Description of the Suspect - 1 person male Caucasian -Transport Involved - ATV -Witnesses - Don''t have his name but he is in the second house when you turn left on Jones Rd Procter -','MELOUTIT@idir','2023-07-20 10:53:26','23-029355','OTHER') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'DTALEVSK@idir','2023-07-20 09:43:30','23-029354','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'ISCHMIDT@idir','2023-07-20 09:10:29','23-029348','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'JEANDREW@idir','2023-07-26 10:32:32','23-029326','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'COMILLER@idir','2023-07-20 08:28:06','23-029324','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'MELOUTIT@idir','2023-07-20 08:30:46','23-029313','FISHERY') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'MAWILSON@idir','2023-07-20 13:32:33','23-029301','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,False,null,'MAWILSON@idir','2023-07-21 11:53:02','23-029300','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,False,null,'KWINTERS@idir','2023-07-19 22:28:18','23-029291','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'3 suspects appeared to be sisters. They all looked very similar. - -Suspect 1: Female, Caucasian, 15-20 yo, approx 5’5”, 130 lb, brown hair, - -Suspect 2: Female, Caucasian, 15-20 yo, approx 5’5”, 130 lb, brown hair - -Suspect 3: Female, Caucasian, 15-20 yo, approx 5’5”, 130 lb, brown hair -Transport Involved -Drove a blue, gas powered , lifted golf cart down to Lakeview Meadows beach -Witnesses -Chelsea Willms -Same address -1-403-836-2738 -','GPKRUGER@idir','2023-07-25 09:40:25','23-029288','FISHERY') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'MELOUTIT@idir','2023-07-27 11:47:50','23-029285','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'Commercial hauler blue and white half tone cab/flat deck with white complex boat. ','GPKRUGER@idir','2023-07-25 15:24:32','23-029283','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'Unknown','DAGRAY@idir','2023-07-19 20:44:10','23-029278','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,'Red and black bike ','EFITCH@IDIR','2023-07-19 17:14:41','23-029245','ORV') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'CCRERAR@idir','2023-07-24 12:21:41','23-029244','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'Newer model white Chevy pickup. -Towing - white brown and black outboard. Beige cover. - -','DAGRAY@idir','2023-07-19 17:02:04','23-029239','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'CCRERAR@idir','2023-07-24 12:40:09','23-029228','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'Male, maybe camp councilor.','PBRACKEN@idir','2023-07-19 16:00:47','23-029215','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'MAWILSON@idir','2023-07-21 12:07:36','23-029211','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'COMILLER@idir','2023-07-19 14:40:30','23-029202','WASTE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'on the first finger of the island. -49 28.553 -123 20.711 -at Sea Ranch Phase 1 - 66 lot community; lots 11 A & B -Julian and Karen Bannister -','PBRACKEN@idir','2023-07-19 14:21:08','23-029192','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,False,null,'TBIRNEY@idir','2023-07-20 10:05:05','23-029190','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'KWINTERS@idir','2023-08-05 15:17:00','23-029184','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'MAWILSON@idir','2023-08-03 14:46:18','23-029183','RECREATN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'COMILLER@idir','2023-07-19 13:46:33','23-029180','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'CEDGE@idir','2023-07-24 09:48:07','23-029179','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'2 green pontoon boats and 1 orange zodiac fishing off the boats in the area of the Walashen Bridge. Thompson River','CCRERAR@idir','2023-07-24 12:03:54','23-029176','FISHERY') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'ISCHMIDT@idir','2023-07-19 13:11:02','23-029174','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,'Suspect Sam, address 53 Timbercrest Dr, Port Moody, BC','COMILLER@idir','2023-07-19 12:43:30','23-029164','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'ISCHMIDT@idir','2023-07-19 12:27:21','23-029161','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'ISCHMIDT@idir','2023-07-19 12:17:50','23-029157','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'BRANBECK@idir','2023-07-19 15:24:43','23-029152','ORV') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'CEDGE@idir','2023-07-19 15:05:48','23-029151','ORV') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'TBIRNEY@idir','2023-07-19 11:54:18','23-029143','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,'Unknown.','LEARCHIB@idir','2023-07-19 11:57:27','23-029142','WASTE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'ISCHMIDT@idir','2023-07-19 11:52:22','23-029139','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'White truck Washington LIC plate towing a large white fishing boat 20ft - with two black out board motors','EFITCH@IDIR','2023-07-19 10:34:53','23-029106','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'PBRACKEN@idir','2023-07-19 11:51:49','23-029060','WASTE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'DSEXTON@idir','2023-07-20 10:47:39','23-029050','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'ASDUNCAN@idir','2023-07-18 22:09:57','23-029019','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,False,null,'SGBATES@idir','2023-07-23 13:21:44','23-029016','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'Black Gen 3 4 door Dodge 1500 with a black tonneau cover and pulling a singular seadoo newer model turquoise with and black cover on a black trailer','GPKRUGER@idir','2023-07-19 10:07:10','23-029009','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'DSEXTON@idir','2023-07-19 09:26:28','23-029007','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'6 individuals ','MELOUTIT@idir','2023-07-24 11:43:16','23-029003','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,False,null,'DSEXTON@idir','2023-07-20 11:46:22','23-028988','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,False,null,'MAWILSON@idir','2023-07-20 12:48:04','23-028987','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,'Surname: BROOKS','SGBATES@idir','2023-07-23 13:10:41','23-028985','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'CEDGE@idir','2023-07-19 14:17:33','23-028978','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'KWINTERS@idir','2023-07-18 17:07:46','23-028974','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'TBIRNEY@idir','2023-07-18 16:16:16','23-028962','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'DTALEVSK@idir','2023-07-18 17:02:49','23-028955','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'MAWILSON@idir','2023-07-20 13:09:41','23-028952','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,'Suspect: Claudia -Witness: Debra Mackenzie 250-682-1028','MAWILSON@idir','2023-07-20 12:59:04','23-028950','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'DTALEVSK@idir','2023-07-18 15:12:51','23-028946','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,'Vehicle is a black Volvo with a load of lumber.','LEARCHIB@idir','2023-07-18 14:49:17','23-028941','OTHER') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,'Vehicle Transporting - Orange Truck - Lic Plate - Unknown - she will call back -Vehicle Receiving - Dark Blue Van Lic Plate - LP557E -Vehicle received - Dark Purple /Blue Car Sedan - Lic Plate - MW547L - ','ISCHMIDT@idir','2023-07-18 15:15:29','23-028935','PESTICDE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'KSORENSE@idir','2023-07-18 14:26:52','23-028933','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'Unknown source ','MELOUTIT@idir','2023-07-19 11:12:27','23-028928','FISHERY') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'DSEXTON@idir','2023-07-20 11:19:08','23-028925','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,'Description of the Suspect - Male middle eastern, licence Km977v -Transport Involved - Grey or beige older car small -Witnesses - Anonymous -Additional Comments - KM977V Car -','ISCHMIDT@idir','2023-07-18 13:40:54','23-028908','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'MAISMITH@idir','2023-07-18 15:23:45','23-028906','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'Mary Forbes ','CEDGE@idir','2023-07-24 10:13:46','23-028904','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'DLEWERS@idir','2023-08-03 12:17:26','23-028903','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'TBIRNEY@idir','2023-07-18 12:21:17','23-028887','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,'Description of the Suspect - House #5129 on Hwy 97 -Just south of the turn off to Loon Lake. About 20 min. south of Clinton. -Witnesses - Me - see above -Additional Comments - I drive past this house periodically. The occupant has a pile of deteriorating barrels (20 - 30) piled up beside the Bonaparte river. The barrels appear to be industrial storage barrels and don''t seem to be empty, but they do look like they are breaking down. The barrels have been piled there for a number of years. -I have pictures I can send you. -','CCRERAR@idir','2023-07-31 11:13:13','23-028884','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,'Description of the Suspect - Male: resident of 6473 Monck Park Road -Age 70 +/- -Height 5 ft 8"" -Grey hair -Off white shorts with short sleeved off white button shirt -Female: resident of 6473 Monck park Road -Age 70+/- -Hair grey brown -Pink hat, black pants and white shirt -Transport Involved - Blue Polaris ATV- unlicensed -Witnesses - Chris Walton 29668 Taise Place, Mission 604-961-7029 -Dana Walton 29668 Taise Place, Mission 778-235-0605 -Additional Comments - we have video''s and pictures of the violation along with permanent dock installation which has now been in place for almost two years. -','CCRERAR@idir','2023-07-19 08:35:29','23-028883','ORV') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'CEDGE@idir','2023-07-19 14:14:30','23-028861','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'TBIRNEY@idir','2023-07-18 10:12:26','23-028849','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'MAWILSON@idir','2023-07-18 15:53:13','23-028847','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,'The neighbour is Bill, unknown last name. ','DSEXTON@idir','2023-07-20 11:19:26','23-028846','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,'I could not see the person but their licence place number is AM2 - 51K and it was a grey Mitsubishi Lancer ','JOCHARTR@idir','2023-07-28 15:54:33','23-028843','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,'38, 39 and 41 campsites. BC and Alberta plates, White Ford Escape, Black Jeep, and Dark Blue 2007 Pick up truck. One name heard was Sharon. At least 10 of them there. ','JBUECKER@idir','2023-07-20 15:10:07','23-028838','RECREATN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'MELOUTIT@idir','2023-07-18 14:48:25','23-028832','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'MELOUTIT@idir','2023-07-18 14:27:25','23-028829','BOATING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,'licence # FJ638D Newer white mercedes c class ','MAWILSON@idir','2023-07-20 13:43:44','23-028769','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'MAWILSON@idir','2023-07-20 12:33:56','23-028768','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'MSTERN@idir','2023-07-23 08:41:06','23-028762','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'CEDGE@idir','2023-07-19 14:11:18','23-028759','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'KWINTERS@idir','2023-07-17 20:27:26','23-028751','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'Vehicles are a white and red ford truck and 2 side by sides. ','BVDAMME@idir','2023-08-09 14:38:23','23-028746','ORV') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'KSORENSE@idir','2023-07-17 19:44:53','23-028744','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,'Unknown business','TARWILLI@idir','2023-07-18 09:26:11','23-028740','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,False,'Caller - Janet - 250-488-3533 ','BRANBECK@idir','2023-07-18 10:32:22','23-028738','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'KSORENSE@idir','2023-07-17 18:26:55','23-028728','FISHERY') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'KSORENSE@idir','2023-07-17 17:15:28','23-028706','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'JEANDREW@idir','2023-08-03 10:15:52','23-028691','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'ISCHMIDT@idir','2023-07-17 16:28:08','23-028690','OTHER') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,'UNIT 13 -- 8502 Unity Dr, Chilliwack, BC -Christopher is one of the neighbours.','COMILLER@idir','2023-07-17 15:52:02','23-028671','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,False,null,'SMCCREAD@idir','2023-07-17 15:41:16','23-028669','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,'Didn''t see them being dumped, just noticed them there today. They were dumped between Saturday (his last trip out) and this morning.','GPKRUGER@idir','2023-07-18 10:13:32','23-028665','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'JOCHARTR@idir','2023-07-27 15:20:00','23-028663','RECREATN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,'Suspect: Doug Allan Unit 42 may have been the driver. Witness: Margerie Bridgeman Unit 8','COMILLER@idir','2023-07-17 15:20:27','23-028661','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'SMCCREAD@idir','2023-07-17 14:40:08','23-028651','OTHER') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'PDAYTON@idir','2023-07-27 10:59:37','23-028628','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'LMOSS@idir','2023-07-17 13:10:08','23-028618','PESTICDE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'doweber@idir','2023-07-21 11:49:02','23-028611','FISHERY') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'GPKRUGER@idir','2023-07-18 10:12:51','23-028596','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'COMILLER@idir','2023-07-17 12:10:24','23-028595','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'Caller is unsure if what the person across the street is illegal, but with the water shortage that is happening he thinks what the person is doing might be.','COMILLER@idir','2023-07-19 10:35:42','23-028573','OTHER') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'LMOSS@idir','2023-07-17 11:02:43','23-028572','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'Last name is Mayhew. ','MSTERN@idir','2023-07-23 08:42:07','23-028556','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'GPKRUGER@idir','2023-07-18 10:12:28','23-028548','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'Suspect was driving a white and black RV towing a white fishing boat with a blue tarp over it. ','GPKRUGER@idir','2023-07-18 10:11:57','23-028547','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'LMOSS@idir','2023-07-17 09:59:32','23-028546','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'MELOUTIT@idir','2023-07-17 13:03:29','23-028541','FISHERY') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,'Nathan Elander, warrants out for his arrest in Alberta, RCMP are aware of it. Neighbour driving by that has seen them doing it Candice Burk.','JOCHARTR@idir','2023-07-27 14:34:17','23-028535','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'A company.','JOCHARTR@idir','2023-07-17 09:27:35','23-028531','OTHER') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'JEANDREW@idir','2023-08-03 10:03:52','23-028528','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'MAWILSON@idir','2023-07-17 13:17:32','23-028517','WINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,'Unit 24, Gordon Hansen, ','JBUECKER@idir','2023-07-20 15:17:44','23-028514','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,'Female -Gina Campbell -On Facebook buy and sell -','MELOUTIT@idir','2023-07-17 12:53:19','23-028513','OTHER') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,'Ennes Cengic home owner at 1837 Brunette Ave, Coquitlam, BC who dumped the liquid at 2130 last night.','SKEANE@idir','2023-07-22 16:22:21','23-028499','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'GPKRUGER@idir','2023-07-25 15:25:02','23-028495','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'Campfire burning','DAVCOX@idir','2023-08-02 10:11:38','23-028475','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'JOCHARTR@idir','2023-07-27 14:01:37','23-028473','FISHERY') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'DAVCOX@idir','2023-08-02 10:08:38','23-028470','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'JBUECKER@idir','2023-07-19 15:27:02','23-028467','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'campfire at campsite 246 at Camperland.','PROEMER@idir','2023-07-16 21:10:42','23-028460','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'DDAVIS@idir','2023-07-16 21:04:41','23-028456','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'DDAVIS@idir','2023-07-16 20:33:20','23-028452','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,False,null,'RBACALL@idir','2023-07-16 19:56:34','23-028443','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'Black pickup vehicle - no known lic. ','EFITCH@IDIR','2023-07-16 20:54:52','23-028442','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'Caller is reporting a women with a bucket with painted turtles in it riding around the area.','JEANDREW@idir','2023-08-10 12:25:54','23-028438','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,'Suspect: Gina Campbell -She can be found selling these on FB marketplace -','MELOUTIT@idir','2023-07-17 12:39:24','23-028425','OTHER') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'MELOUTIT@idir','2023-07-17 12:29:11','23-028422','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,False,null,'MAWILSON@idir','2023-07-19 15:35:47','23-028407','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'family of Hispanic looking individuals. 15-17yo male','DLEWERS@idir','2023-07-16 16:23:47','23-028393','FISHERY') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'RBACALL@idir','2023-07-16 15:55:55','23-028387','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,'Caller witnessed a TikTok video of some people removing a gossling from Mill lake, Abbotsford.','PROEMER@idir','2023-07-16 14:48:12','23-028379','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'Black truck with a black and white wake boat','ADOMPIER@idir','2023-07-16 13:07:08','23-028354','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'MAWILSON@idir','2023-07-17 11:53:08','23-028332','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'Owner of the boat is Cezary Ksiazek -Phone number 250 362 7716 -Male -','MELOUTIT@idir','2023-07-17 09:02:31','23-028322','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'man and women on the highway side. -Man - grey shirt. -Woman - pink shirt. ','PBRACKEN@idir','2023-07-16 10:01:20','23-028313','FISHERY') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,'Male Caucasian late 30''s early 40''s baseball cap and sunglasses, short possibly darker hair. -Female same age longer hair with a small child 1-2yrs old and another older child 4-7 maybe - -Due to the timing of them leaving as soon as we arrived I cannot say for sure that all the fish the man had were the ones in the water near his boat but Due to the state of the fish in the water the man in that boat had to have seen where they came from and who fileted them. My thoughts is it being a rental boat from the Marina they were un aware of the regulations and perhaps the responsibility of that falls on the resort renting the boats -','SMCCREAD@idir','2023-07-16 09:25:03','23-028310','FISHERY') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,'I don''t know the name of the person who is responsible but will try to find out so that you have someone to contact. -Witnesses - Anyone who lives along the waterfront in Hopkins, New Brighton, Gibsons, Granthams and the west side of Keats Island would have seen them and witnessed this. -','RBACALL@idir','2023-07-16 10:24:56','23-028309','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'MAWILSON@idir','2023-08-03 12:08:05','23-028303','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'JEANDREW@idir','2023-08-03 12:15:24','23-028287','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'Fire Centre received a call of a campfire with people on scene.','PROEMER@idir','2023-07-15 22:51:49','23-028278','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,False,null,'MAWILSON@idir','2023-07-17 11:40:49','23-028277','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'MAWILSON@idir','2023-07-27 14:21:09','23-028276','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,False,null,'KWINTERS@idir','2023-07-15 21:49:07','23-028269','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,False,null,'JEANDREW@idir','2023-08-02 13:02:09','23-028264','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,False,null,'JBUECKER@idir','2023-07-19 15:19:06','23-028259','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'JOCHARTR@idir','2023-07-27 13:27:51','23-028258','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,False,null,'EFITCH@IDIR','2023-07-15 20:20:54','23-028247','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'The Hogg Line on Skenna back bouncing roe - -Open 22'' with outboard','PROEMER@idir','2023-07-15 18:30:40','23-028224','FISHERY') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'MELOUTIT@idir','2023-07-17 08:57:04','23-028221','OTHER') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,False,null,'RBACALL@idir','2023-07-15 16:59:52','23-028211','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'IPAVLOVI@IDIR','2023-07-15 16:26:35','23-028206','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'IPAVLOVI@IDIR','2023-07-15 13:46:14','23-028175','WASTE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'PBRACKEN@idir','2023-07-15 13:36:51','23-028154','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'MELOUTIT@idir','2023-07-17 08:31:14','23-028147','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'PBRACKEN@idir','2023-07-15 11:40:50','23-028144','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,False,'Pat','SMCCREAD@idir','2023-08-01 23:17:43','23-028143','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'TARWILLI@idir','2023-07-18 14:23:01','23-028110','OTHER') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,False,null,'CEDGE@idir','2023-07-18 13:57:40','23-028097','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'blue gm D5S__3C washington, aluminum boat with yamaha outboard. -heading north, hwy 15','PBRACKEN@idir','2023-07-15 08:42:57','23-028096','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'DTALEVSK@idir','2023-07-15 06:36:53','23-028072','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,'Patricia Webber Knapp - https://www.facebook.com/patricia.w.knapp?mibextid=LQQJ4d -This was posted on Facebook -https://www.facebook.com/patricia.w.knapp?mibextid=LQQJ4d -https://www.facebook.com/groups/1790208421200099/permalink/3748021822085406/?mibextid=W9rl1R - - - -','EFITCH@IDIR','2023-07-14 21:59:47','23-028056','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'COMILLER@idir','2023-07-14 21:18:43','23-028048','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'DDAVIS@idir','2023-07-14 18:32:03','23-028027','WASTE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'Dark Pine Green Dodge 1500 Gen 2, Later model Surf boat Red/white no cover.','GPKRUGER@idir','2023-07-15 10:26:06','23-028025','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'Female Blond hair white tank top bright pink skirt ','JOCHARTR@idir','2023-07-27 11:06:19','23-028010','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'TARWILLI@idir','2023-07-18 15:02:40','23-027997','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'LMOSS@idir','2023-07-14 15:11:09','23-027978','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'RBACALL@idir','2023-07-14 14:35:03','23-027965','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'JDAMERT@idir','2023-07-14 16:10:42','23-027963','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,'Older Asian Man. Excavator operator was about 70 and highly skilled. He moved a lot of dirt. ','IPAVLOVI@IDIR','2023-07-14 14:26:21','23-027959','FISHERY') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'BRANBECK@idir','2023-07-19 15:35:36','23-027956','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'MAWILSON@idir','2023-07-31 14:40:33','23-027955','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'DLEWERS@idir','2023-07-19 21:08:20','23-027946','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'IPAVLOVI@IDIR','2023-07-14 14:02:22','23-027945','FISHERY') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'COMILLER@idir','2023-07-14 13:36:56','23-027938','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'DTALEVSK@idir','2023-07-14 13:14:08','23-027927','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'MELOUTIT@idir','2023-07-14 16:49:39','23-027922','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'LMOSS@idir','2023-07-14 12:58:53','23-027918','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'LMOSS@idir','2023-07-14 12:48:22','23-027917','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'U-Haul van pulling dark blue Toyota RAV4 with a canoe on top','JDAMERT@idir','2023-07-14 15:46:02','23-027907','WINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'DLEWERS@idir','2023-07-14 11:17:09','23-027884','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,'Suspect: Royal Woods Professional Arborists -Witnesses: -Ashley Thorne -1388 Enderby Ave, Delta V4L 1S3 -(604) 861-6693 - -Sue Johnstone -1387 Enderby Ave, Delta V4L 1S4 -(778) 241-1384 -','PBRACKEN@idir','2023-07-14 11:08:21','23-027881','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'RBACALL@idir','2023-07-14 11:12:34','23-027879','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'grey Ram with custom mud flaps towing white outboard boat with blue stripes and a loose cover','DLEWERS@idir','2023-07-14 11:03:28','23-027878','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'RBACALL@idir','2023-07-14 10:51:35','23-027873','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,'Cezary Ksiazek of Rossland -Older white man with brown hair ','MELOUTIT@idir','2023-07-14 11:58:47','23-027870','OTHER') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'DSEXTON@idir','2023-07-20 13:08:28','23-027865','ORV') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'DTALEVSK@idir','2023-07-14 10:24:01','23-027863','FISHERY') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'JOCHARTR@idir','2023-07-27 10:52:56','23-027861','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'IPAVLOVI@IDIR','2023-07-14 09:45:49','23-027849','WASTE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,'P&D Soil Supplies -Paul Johl','LMOSS@idir','2023-07-28 11:38:32','23-027832','WASTE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,'2012 Grey Dodge Van - DL# 4401095 Goswami, Manas','JPALM@idir','2023-07-16 13:20:52','23-027825','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'DSEXTON@idir','2023-07-17 16:23:54','23-027821','RECREATN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'GPKRUGER@idir','2023-07-25 15:25:18','23-027817','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'Suspect: -Don -3720 Vance Road, light blue jeep, black trailer between 08:00 - 09:00 am on July 13. Branches tree debris, maybe other materials hidden by the tree branches. ','PBRACKEN@idir','2023-07-14 08:02:08','23-027816','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'MAWILSON@idir','2023-07-17 14:00:47','23-027807','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'MAWILSON@idir','2023-07-14 13:59:35','23-027799','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'CCRERAR@idir','2023-07-18 12:36:21','23-027789','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,False,null,'MAWILSON@idir','2023-07-14 13:10:38','23-027784','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,'Christopher Harris -1251 Pintail Drive -Qualicum Beach, BC -','MAWILSON@idir','2023-07-14 14:38:40','23-027783','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'TBIRNEY@idir','2023-07-13 21:37:32','23-027780','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,False,null,'SUBOAKE@idir','2023-08-14 11:28:57','23-027770','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'MAWILSON@idir','2023-07-14 14:32:08','23-027758','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'SUBOAKE@idir','2023-07-14 14:11:24','23-027757','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,'Plate: WNB 94V (grey horse trailer) & MW 5656 Red Ford dually with a Big Foot camper on it','MAWILSON@idir','2023-07-17 11:26:35','23-027755','RECREATN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'EFITCH@IDIR','2023-07-13 20:03:33','23-027750','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'DDAVIS@idir','2023-07-13 19:15:11','23-027747','WASTE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'DDAVIS@idir','2023-07-13 19:09:11','23-027745','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,'Released by Dent. ','COMILLER@idir','2023-07-13 18:04:30','23-027731','WASTE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'MAWILSON@idir','2023-08-02 15:14:01','23-027727','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'GMC dark color, towing a red and white outboard boat.','DLEWERS@idir','2023-07-13 16:13:30','23-027707','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,' Grey Dodge SXT SUV. BC plate: JF3 10X. Prowler Trailer (white and tan with pin stripes) BC plate: 743795 as well as camper (no pickup). -Additional Comments -','JEANDREW@idir','2023-07-19 15:00:06','23-027705','RECREATN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'Wyne Pillington. ','CCRERAR@idir','2023-07-18 09:56:37','23-027648','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'GPKRUGER@idir','2023-07-13 13:37:16','23-027645','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'RBACALL@idir','2023-07-13 12:30:16','23-027636','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'ISCHMIDT@idir','2023-07-13 22:08:43','23-027633','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'CCRERAR@idir','2023-07-18 10:17:29','23-027627','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,'Suspect: -Douglas O’Brien -Male -Caucasian -60ish -6’ 230lbs -Eye colour? -White hair -Usually dark clothing while dumping. -Very low loud voice -He is a bully -Witnesses: -Several neighbours -1452 Seaway Drive -1470 Seaway Drive - -','MAWILSON@idir','2023-08-09 15:22:03','23-027606','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'CEDGE@idir','2023-07-18 15:04:34','23-027604','FISHERY') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'MAWILSON@idir','2023-08-09 15:11:09','23-027601','OTHER') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'DLEWERS@idir','2023-07-13 10:43:01','23-027597','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,'Mark Skage -','DLEWERS@idir','2023-07-13 10:09:06','23-027577','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,'Witness: Paula McLucky 778-692-2211, their unit is 84','JEANDREW@idir','2023-07-19 14:52:29','23-027571','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,False,null,'CCRERAR@idir','2023-07-13 12:42:07','23-027565','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'LMOSS@idir','2023-07-13 09:11:36','23-027562','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,'VA7842 BC Plate on the second vehicle (not the motorhome) on site ','PBRACKEN@idir','2023-07-13 08:27:38','23-027549','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,' Unknown/ unseen suspects.','PBRACKEN@idir','2023-07-19 10:30:23','23-027544','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'BJETTE@idir','2023-07-13 08:07:09','23-027543','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'ASDUNCAN@idir','2023-07-12 23:02:20','23-027511','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'GPKRUGER@idir','2023-07-13 10:00:45','23-027491','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,False,null,'KWINTERS@idir','2023-07-12 19:09:50','23-027489','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'Mitch Hayes(?) -late 50s -5''6'''' -balding, average build','CCRERAR@idir','2023-07-18 10:59:00','23-027488','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,'Description of the Suspect - Family, man, women and daughter. Can I provide a picture? -Transport Involved - Pick up truck -Additional Comments - Trying to understand of it is allowed. They drove their truck through pedestrian path and parked across the entire beach at the far end of Alice lake. -','ISCHMIDT@idir','2023-07-12 18:52:56','23-027485','ORV') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'silver Chevy Silverado 1500 -Alberta plates -Towing Grey Lund fishing boat - black cover - - - -','GPKRUGER@idir','2023-07-13 10:00:17','23-027475','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,'Ex: Rick Hemphill - lives on Pilot Way as above','MAWILSON@idir','2023-07-13 09:34:05','23-027474','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'ISCHMIDT@idir','2023-07-12 17:10:24','23-027466','FISHERY') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'SUBOAKE@idir','2023-08-14 11:00:13','23-027455','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'JDAMERT@idir','2023-07-14 12:07:09','23-027447','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'MAWILSON@idir','2023-07-13 09:17:04','23-027444','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,False,null,'MAWILSON@idir','2023-07-13 16:04:43','23-027440','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'Washington license Plate: B24 K33P -Black pick-up truck pulling an aluminum Huws craft with a blue strip. ','BJETTE@idir','2023-07-12 14:19:42','23-027423','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,'Male, 60s -Black truck','CEDGE@idir','2023-07-13 08:52:17','23-027414','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'No suspects at site. ','DAGRAY@idir','2023-07-12 13:37:34','23-027409','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'New model black toyota sedan NX298W parked across from this address. 2 men and 2 women.','LMOSS@idir','2023-07-12 12:47:03','23-027388','FISHERY') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,False,'Owner of noted property ','DAGRAY@idir','2023-07-12 12:33:16','23-027383','WASTE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'LMOSS@idir','2023-07-12 12:28:55','23-027381','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,'3 white males late 50''s and 60''s. One had an english or australien accent. - -Transport Involved - Tinner, grey boat with motor. Black stripe at top edge of boat. Anchor at rear. -Truck with trailer parked at Winlaw bridge. -Trailer, BC plated: WRS 68L -Dark grey truck, Toyota Tundra, BC plated: SP 6941 ','MELOUTIT@idir','2023-07-13 15:32:45','23-027379','FISHERY') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,False,null,'HIDESMAR@idir','2023-07-17 12:59:56','23-027377','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'MAWILSON@idir','2023-07-13 08:54:29','23-027370','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,'Two women approximately 5''6"" - 5''8"" one caucasian with glasses the other dark skinned with curly brown hair. -black Toyota sedan with purple wheels. BC License plate SN598H - -Witness: Fergie Cancade - Information Above -Jared Martin - 2503203807 -','LMOSS@idir','2023-07-12 11:44:31','23-027368','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,'Name on a lotto max ticket : Lori Phillips','MAWILSON@idir','2023-07-13 08:56:26','23-027366','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'motor home with a red jeep jerokee -5 fth wheel trailer with a grey SUV','MSTERN@idir','2023-07-23 08:45:18','23-027365','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,'General Contractors in fort st. john- G-T-X Cavating Ltd -10307 95 Ave, Fort St John, BC V1J 5J5 -(250) 787-9445','LMOSS@idir','2023-07-12 11:36:53','23-027363','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'MAWILSON@idir','2023-08-03 11:39:26','23-027361','FISHERY') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'Vehicle: black ford truck, with black canopy. - -partial BC plate: K9 - -towing Nautalus fishing boat - 15-20 feet - black with white detailing','DAGRAY@idir','2023-07-12 11:21:36','23-027354','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'BJETTE@idir','2023-07-12 11:16:10','23-027350','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'IPAVLOVI@IDIR','2023-07-12 10:55:50','23-027343','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'BJETTE@idir','2023-07-12 11:23:26','23-027342','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'LMOSS@idir','2023-07-12 10:40:18','23-027340','OTHER') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,'One -Unsure of name -Male -White -approximately 60 years old -approximately 5''10"" -white hair -Navy blue shirt, blue jeans, black or navy baseball hat - -VB6601 -Ford Ranger 2022 -Red/Orange - -','MAWILSON@idir','2023-07-13 09:46:39','23-027339','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'MELOUTIT@idir','2023-07-13 15:35:23','23-027337','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'IPAVLOVI@IDIR','2023-07-12 10:00:03','23-027330','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'CDOYLEWA@idir','2023-07-12 09:55:03','23-027329','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'CDOYLEWA@idir','2023-07-12 09:56:19','23-027327','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'MELOUTIT@idir','2023-07-13 15:33:51','23-027324','OTHER') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,'Candy Stout -','JOCHARTR@idir','2023-07-24 14:47:07','23-027314','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'COMILLER@idir','2023-07-12 08:20:16','23-027297','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,'COM has a video of the individuals.','MAWILSON@idir','2023-07-12 13:44:31','23-027288','FISHERY') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'MAWILSON@idir','2023-07-12 13:35:41','23-027287','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,'Her name is Sherry Louise langevin hughes and she lives in squalor on the corner of Outlook and koochin road. This has been a long ongoing practice of hers as she hates the world. She is well know by the RCMP and conservation and continues to violate with no consequences. - -Her vehicle f choice right now is an older dark blue tahoe with license plate no. 394CNE and it has a tail light not working and studded tires which she continues to drive on in the summer. - -Lana Halisheff has a video of her driving by for this incident. ','SUBOAKE@idir','2023-08-14 10:32:52','23-027283','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'LMOSS@idir','2023-07-12 06:15:22','23-027282','PESTICDE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,'Suspect -There is 1 woman -I dont have a name but she lives in Unit 11 of the same complex we do. -Female -Asian (Vietnamese I believe) -70-80s? -Slight build -I have some pictures from the most recent time we saw her dump something: -https://drive.google.com/file/d/1O30x7v4YKYP_wlUa9IKC2Go3JWn8jNNr/view?usp=sharing -https://drive.google.com/file/d/1O2j8fKFYiEblD8bpVqDpzyPjh9qSGhVE/view?usp=sharing -https://drive.google.com/file/d/1O1iYOzni995Z669vcX5v7DO1O6ECNjiK/view?usp=sharing - -Witnesses -Norm Loewen 10433 158th Street 7787880462 -Howard Loewen 10433 158th Street 6044966416 -Angela Keith10433 158th Street 6044966416 - -','DDUFFY@idir','2023-07-11 23:59:16','23-027275','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'Silver pontoon boat CF7283VP','MAWILSON@idir','2023-07-13 10:07:19','23-027251','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'Warren Flick','MELOUTIT@idir','2023-07-13 15:33:19','23-027237','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'MAWILSON@idir','2023-07-12 10:46:07','23-027232','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'MAWILSON@idir','2023-08-09 15:05:40','23-027212','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'DSEXTON@idir','2023-07-12 16:17:53','23-027178','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,'License NJ384R Silver Volkswagen ','MAWILSON@idir','2023-07-14 10:18:32','23-027175','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'TBIRNEY@idir','2023-07-11 14:06:44','23-027169','FISHERY') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'EVEROBER@idir','2023-07-30 13:13:59','23-027168','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'CCRERAR@idir','2023-07-12 12:54:48','23-027159','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'TBIRNEY@idir','2023-07-11 12:28:34','23-027140','PESTICDE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,'Cousins is the last name','MELOUTIT@idir','2023-07-13 15:34:41','23-027125','OTHER') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'CDOYLEWA@idir','2023-07-11 11:17:53','23-027116','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'CCRERAR@idir','2023-07-12 12:46:12','23-027099','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'HIDESMAR@idir','2023-07-24 11:56:10','23-027088','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'CCRERAR@idir','2023-07-19 14:44:53','23-027076','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,'Matthew Smith, the owner of the Fountain Tire Locatio','MAWILSON@idir','2023-08-09 14:58:18','23-027074','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'Male, mid 40s, - -Side-by-side quad - black and red','TARWILLI@idir','2023-07-11 15:59:53','23-027059','ORV') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'BCWS Response Officer, Greg Gaudry (Available at 09:00) -BCWS ZWCO, Beau Michaud (Available at 07:00) 250-809-7047 -OK Falls Fire Chief, Fred Dobransky -','SUBOAKE@idir','2023-07-14 12:06:18','23-027034','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'SMCCREAD@idir','2023-07-10 21:49:47','23-027019','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'SMCCREAD@idir','2023-07-10 21:34:08','23-027016','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'ASDUNCAN@idir','2023-07-10 21:16:44','23-027012','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,'There are dead and injured, vulnerable baby seagulls all over Parkwood, probably hundreds. The new owners of Parkwood are responsible and should be held accountable. They cannot fly and have no where to go. Something needs to be done. ','JOCHARTR@idir','2023-07-27 10:23:23','23-026997','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'SMCCREAD@idir','2023-07-10 20:01:32','23-026996','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'PBRACKEN@idir','2023-07-13 16:13:01','23-026989','FISHERY') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'MAWILSON@idir','2023-08-03 11:57:34','23-026985','FISHERY') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'JOCHARTR@idir','2023-07-26 09:04:26','23-026982','FISHERY') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,'Suspects: ""Daphne"" -Neighbour of Suspect: ""Cynthia"" (778-867-5032) advised of the possession, but refused to contribute more information. ','LEARCHIB@idir','2023-07-10 17:49:18','23-026981','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'SMCCREAD@idir','2023-07-10 16:37:57','23-026972','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'CCRERAR@idir','2023-07-18 10:43:18','23-026966','OTHER') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'SMCCREAD@idir','2023-07-10 15:42:52','23-026953','WASTE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,'Unknown','DAGRAY@idir','2023-07-10 15:35:41','23-026952','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'DDUFFY@idir','2023-07-10 15:22:59','23-026948','OTHER') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'SMCCREAD@idir','2023-07-10 15:22:52','23-026947','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,'call reporting party for more information regarding location. it is an area which has been cut off from the Vedder River.','SMCCREAD@idir','2023-07-10 14:08:04','23-026929','FISHERY') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,'Owen and Chelsea Maddox ','MAWILSON@idir','2023-08-09 15:16:39','23-026923','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,'ATT Stoneworks van -BC License #RS 1232 - -Witnesses - Ed East. -Sidney BC. Ph778 6861226 - -','DAGRAY@idir','2023-07-10 13:41:13','23-026917','OTHER') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'MSTERN@idir','2023-07-12 09:49:10','23-026911','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'2 males -Camper, Truck, and SUV - -','DAGRAY@idir','2023-07-10 13:23:01','23-026909','WASTE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'CDOYLEWA@idir','2023-07-10 12:43:12','23-026897','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,'Owner: Amanda and Raymond own the dogs.','CEDGE@idir','2023-07-13 10:39:15','23-026888','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,'Suspect: Female, dark hair, mid 30s - -Vehicle -white toyota -Plate: PR5095 - -4 dogs. 2 of them off leash. ','MAWILSON@idir','2023-08-03 09:14:58','23-026885','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'CDOYLEWA@idir','2023-07-10 12:03:01','23-026882','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,'3 people. Race Oriental, black hair. See above. Mother wore round Oriental-style hat and did not grasp what I was saying. Son was taller than her and spoke English with no accent at all. The other kid looked under 10. ','MAWILSON@idir','2023-07-12 10:20:43','23-026879','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'JBUECKER@idir','2023-07-11 13:51:32','23-026869','FISHERY') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'MAWILSON@idir','2023-07-14 09:25:32','23-026864','RECREATN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'2 occupants, blue/black/grey, outboard motor, approx. 25''','MSTERN@idir','2023-07-12 09:47:46','23-026863','BOATING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'Black Chevy -Aftermarket mudflaps - -supreme wake boat - yellow with black detail -black cover. - -no plates','DAGRAY@idir','2023-07-10 10:50:02','23-026860','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'MSTERN@idir','2023-07-12 09:45:01','23-026858','FISHERY') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'RYGORDON@idir','2023-07-27 08:31:52','23-026842','RECREATN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,'Rusty Sheperson - Ranch Owner ','KSORENSE@idir','2023-07-10 09:44:58','23-026835','WASTE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'CCRERAR@idir','2023-07-11 15:59:59','23-026833','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,'Shoshana Berman -778-854-9596','MAWILSON@idir','2023-07-19 16:01:35','23-026815','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'KSORENSE@idir','2023-07-10 09:02:04','23-026812','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'Multiple individuals ','JOCHARTR@idir','2023-07-24 13:47:45','23-026807','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'KSORENSE@idir','2023-07-10 16:12:51','23-026805','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'CDOYLEWA@idir','2023-07-10 08:37:35','23-026802','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'CDOYLEWA@idir','2023-07-10 08:24:55','23-026798','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'MSTERN@idir','2023-07-12 09:42:16','23-026795','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,'Suspect was a heavyset male driving a white Jeep Wrangler BC LP: SD8 10A','MAWILSON@idir','2023-08-09 14:50:22','23-026786','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'Suspect is driving a white truck towing a large red and white wakeboard boat with a tower. -','DBARTOL@idir','2023-07-10 12:48:45','23-026779','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'MAWILSON@idir','2023-07-12 10:15:42','23-026743','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'JBUECKER@idir','2023-07-11 13:34:09','23-026727','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,'Native - donaven Adolph - -','DDUFFY@idir','2023-07-09 19:28:06','23-026722','FISHERY') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'DDAVIS@idir','2023-07-09 19:19:08','23-026715','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'TBIRNEY@idir','2023-07-09 19:01:29','23-026712','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'White Pick up pulling a tan/brown outboard','PROEMER@idir','2023-07-09 17:14:49','23-026704','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'DSEXTON@idir','2023-07-13 16:28:24','23-026694','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'CDOYLEWA@idir','2023-07-09 16:10:34','23-026692','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,'Unknown suspect. RV VIN was not of interest to RCMP - -witnesses: Brian Thompson 8265 Meshers Rd. Port Alberni 2503014466 ','MAWILSON@idir','2023-07-14 14:20:28','23-026687','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,False,null,'MAWILSON@idir','2023-08-09 14:42:59','23-026674','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'CDOYLEWA@idir','2023-07-09 14:18:39','23-026670','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'JEANDREW@idir','2023-07-19 11:21:47','23-026668','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'DDAVIS@idir','2023-07-09 13:54:06','23-026658','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'DBARTOL@idir','2023-07-10 12:49:14','23-026646','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,False,'Initial Phone Report: ID: 008282 -(Ack By: EDUCOMMU @ 09/07/2023 11:42) -Event Number: -Not Assigned 49° 59.732/-119° 19.371 Yes -Latitude/Longitude: 20 minutes: -Entered By: -IDIR\SATOEWS on 09/07/2023 11:42 -Caller''s Name: -Jason -Phone Information: -2508085569 -Geographic: -Kelowna -Relative Location: -6km along postill lake rd / E hwy 97 -Directions to the Fire: -**2nd hand report -reporting campfire at km 6 on postill lake rd -large campfire going -near kelowna -fuel - mixed wood -saw smoke and open flames -saw tents but unk if people around or if fire contaiend -wx - no wind -val - no -jason -250.808.5569 -','JEANDREW@idir','2023-07-18 08:36:00','23-026645','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,'Alberta plated CHY 0220','JBUECKER@idir','2023-07-12 11:22:36','23-026640','FISHERY') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'MAWILSON@idir','2023-07-12 10:32:55','23-026639','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'TBIRNEY@idir','2023-07-09 11:25:47','23-026634','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'JBUECKER@idir','2023-07-11 13:39:43','23-026620','FISHERY') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,'Suspect was driving a silver Toyota Prius with a BC LP: DD1 23D','KSORENSE@idir','2023-07-09 10:00:58','23-026614','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'Suspect driving a black Honda crv and towing a single seadoo with a white and red cover. ','KSORENSE@idir','2023-07-09 09:44:11','23-026609','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,'Sooke RCMP File # 232683','MAWILSON@idir','2023-08-09 14:36:24','23-026595','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,False,null,'DTALEVSK@idir','2023-07-09 06:57:40','23-026579','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'CDOYLEWA@idir','2023-07-09 12:02:47','23-026572','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'Original Witness Stephan 778-581-7679','BJETTE@idir','2023-07-08 22:49:10','23-026565','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'CCRERAR@idir','2023-07-11 15:49:05','23-026563','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'DDUFFY@idir','2023-07-08 21:52:36','23-026557','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'DDUFFY@idir','2023-07-08 21:50:15','23-026555','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,'Campfire reported at Lat/Long 49 04.680/-121 42.571','MAWILSON@idir','2023-07-13 15:35:13','23-026551','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'MAWILSON@idir','2023-07-13 15:25:57','23-026548','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,'Tie lake rec site, jaffray bc. Rowdy campers with atv, no helmet, being aggressive at campground and blocking traffic. Please assist ','JBUECKER@idir','2023-07-11 13:25:58','23-026543','ORV') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,False,null,'JDSCOTT@idir','2023-07-08 21:09:27','23-026542','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'Large campfire and people are on site.','PROEMER@idir','2023-07-08 18:59:38','23-026518','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'White pick up with camper, white outboard boat with red/maruan stripes on it.','PROEMER@idir','2023-07-08 18:49:06','23-026515','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'20+ addicts and homeless -Witnesses: The whole town of Hope BC. All parks workers that work at silver Lake campground. Or Ross lake. ','SMCCREAD@idir','2023-07-08 17:44:19','23-026506','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'BC Plate NF5710 -White Dodge Ram -Zodiac style boat.','CEDGE@idir','2023-07-13 08:59:53','23-026503','BOATING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'White F150 with wrapped canoe on a Thule Rack BC DY4568 -Vehicle did stop but refused to answer any question and referred them to his lawyer (Midwood 250-388-7881)','CEDGE@idir','2023-07-13 10:34:31','23-026489','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'DTALEVSK@idir','2023-07-08 13:28:56','23-026439','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'Suspects driving four vehicles and at least 12 people present. ','DSEXTON@idir','2023-07-13 13:02:48','23-026432','RECREATN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'MAWILSON@idir','2023-08-02 10:41:47','23-026426','FISHERY') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'KSORENSE@idir','2023-07-08 12:41:42','23-026423','RECREATN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'doweber@idir','2023-07-08 11:25:01','23-026401','FISHERY') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'Group camping with approx. 4 people, one suspect was in his mid fifties and they had a bayliner boat with a ski bar. ','CEDGE@idir','2023-07-13 10:28:57','23-026400','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'MAWILSON@idir','2023-07-14 11:54:00','23-026398','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'Witness: Cathy 604-414-5946','MAWILSON@idir','2023-08-02 15:06:48','23-026396','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'Witness: Calvin 604-889-1298','MAWILSON@idir','2023-07-13 15:16:52','23-026393','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'doweber@idir','2023-07-08 10:26:47','23-026392','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'MAWILSON@idir','2023-07-11 11:52:30','23-026390','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'SMCCREAD@idir','2023-07-08 10:14:23','23-026389','OTHER') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'Suspect driving a white truck towing a white ski boat with a blue hull and a black outboard. Washington plates. ','MAISMITH@idir','2023-07-08 10:20:25','23-026387','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'MAWILSON@idir','2023-07-12 09:41:18','23-026386','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'BJETTE@idir','2023-07-27 11:30:24','23-026382','OTHER') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'JBUECKER@idir','2023-07-11 13:53:46','23-026368','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'11 vehicles camping on beach ','KSORENSE@idir','2023-07-08 09:03:10','23-026366','RECREATN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'IPAVLOVI@IDIR','2023-07-08 08:41:18','23-026364','RECREATN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,'There were three suspects, a younger man about 12-15 and the others teenagers 16-21 -I overheard one of the older ones get referred to as Damian -They were all male of European decent -All average height for age -Wearing hats to unable to see hair -Lean and well built -They were in a dark coloured canoe -','BJETTE@idir','2023-07-07 23:05:42','23-026337','FISHERY') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,False,null,'LMOSS@idir','2023-07-07 22:04:21','23-026327','RECREATN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'MAWILSON@idir','2023-08-02 10:48:56','23-026324','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'EVEROBER@idir','2023-07-10 11:33:08','23-026323','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,'Two men and a woman in a black Ford pickup truck','MAWILSON@idir','2023-08-03 09:04:50','23-026312','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'A large fire burning at the residence','CEDGE@idir','2023-07-10 15:59:20','23-026306','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,'Silver Honda Civic -License plate JP8 94L -Older white male mid 50’s-60’s -Grey hair -Approx 5’8” -Average build ','MAWILSON@idir','2023-07-13 09:10:26','23-026305','OTHER') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'LMOSS@idir','2023-07-07 19:55:59','23-026302','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'MAWILSON@idir','2023-08-03 08:57:21','23-026300','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'LMOSS@idir','2023-07-07 19:42:42','23-026298','FISHERY') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,'https://www.facebook.com/groups/hopebulletinboard/permalink/6299273276823000/?mibextid=S66gvF','DDUFFY@idir','2023-07-07 19:22:36','23-026295','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'MAWILSON@idir','2023-07-11 13:30:56','23-026291','FISHERY') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,'Male on a quad on an protected no vehicles allowed restricted area -First name is George -Caucasian -Around 50 -Was wearing blue jeans and Tshirt no helmet - -Witness: -Rob Fryer 755 crestline Street Kamloops -250-572-7226 -','CCRERAR@idir','2023-07-11 15:38:45','23-026288','ORV') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,'3 Oriental males. - -Chinese -2 Middle 40s, / 1 Middle 60s -5''4""-5''6""/ 140lbs-150lbs -Casual kaki clothing with light windbreaker jackets. -Black hair -The older gentleman had a fishing hat. - -Witness: -Antonio Marvuglia -1-778-828-8623 -','LMOSS@idir','2023-07-07 16:46:01','23-026270','FISHERY') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,'I have screenshots of the post. As of 4:30 on Friday, July 7, it is still live on the site. -Samsara Moksha. Blonde white woman, 40s, avg height and build. ','MAWILSON@idir','2023-08-03 08:48:29','23-026269','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'RYCALDWE@idir','2023-07-18 10:07:03','23-026268','FISHERY') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'UWG59F BC plate. ','CEDGE@idir','2023-07-13 10:22:18','23-026253','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'JEANDREW@idir','2023-08-03 12:44:56','23-026242','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'Grey Chevy Avalanche towing white and blue outboard with a rack. ','EFITCH@IDIR','2023-07-07 15:43:34','23-026235','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'LMOSS@idir','2023-07-28 15:57:31','23-026222','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'JEANDREW@idir','2023-08-01 15:53:06','23-026218','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'MAWILSON@idir','2023-08-02 08:39:25','23-026213','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'MATTHEWH@idir','2023-07-10 09:39:03','23-026198','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'CEDGE@idir','2023-07-13 08:43:24','23-026187','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'red F350 towing a white and red with an outboard and a red cover','DLEWERS@idir','2023-07-07 11:10:01','23-026182','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'GPKRUGER@idir','2023-07-11 12:40:02','23-026179','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'CCRERAR@idir','2023-07-10 16:10:34','23-026174','ORV') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'MAWILSON@idir','2023-08-02 15:47:48','23-026169','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'DSEXTON@idir','2023-07-10 16:08:00','23-026166','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'MAWILSON@idir','2023-07-07 10:18:00','23-026163','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,'License Plate: SV 6788 (BC plate) -Black Ford F1 50','JEANDREW@idir','2023-08-03 12:56:01','23-026156','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'DLEWERS@idir','2023-07-07 09:22:17','23-026138','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,'Suspect: Gurdrip Badh (No company name) ','doweber@idir','2023-07-24 10:09:38','23-026135','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'JOCHARTR@idir','2023-07-24 13:32:47','23-026131','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'Black Dodge Caravan towing a white and blue ski doo. - BC LIC - ND383L ','MAISMITH@idir','2023-07-07 13:32:07','23-026127','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,False,null,'DSEXTON@idir','2023-07-14 13:20:44','23-026104','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'Fire Centre reporting an open fire.','MAWILSON@idir','2023-07-11 15:50:01','23-026085','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'Green jeep with a trailer, can''t make out the license plate','ISCHMIDT@idir','2023-07-06 20:41:46','23-026069','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'MAWILSON@idir','2023-08-03 08:38:42','23-026054','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'MAWILSON@idir','2023-08-03 08:32:59','23-026052','OTHER') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,'Business: Johnny 5''s 604-799-5369','LMOSS@idir','2023-07-06 19:03:14','23-026051','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,'Older motorhome with Alberta plates ','MATTHEWH@idir','2023-07-10 09:40:03','23-026046','OTHER') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,'SK plates 028KNY','MAWILSON@idir','2023-07-11 16:01:45','23-026042','OTHER') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,' MAIL showing name: Steven Trent #9 2678 Mccallum Rd V2S 6X3','LMOSS@idir','2023-07-06 16:54:26','23-026024','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'white F1 50 with white and black sea doo on a trailer. ','JDAMERT@idir','2023-07-14 12:03:34','23-026003','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'JBUECKER@idir','2023-07-11 11:52:46','23-026000','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'doweber@idir','2023-07-06 15:16:10','23-025991','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'PBRACKEN@idir','2023-07-06 15:02:18','23-025985','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'RYGORDON@idir','2023-07-11 08:58:04','23-025982','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'Black Truck -towing black and white wake board with a black cover - -No plates visible ','MSTERN@idir','2023-07-12 09:36:54','23-025971','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'Black Ford Truck -Alberta Plates - -Towing a seadoo with blue tarp. ','GPKRUGER@idir','2023-07-11 12:39:32','23-025963','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'doweber@idir','2023-07-06 13:49:54','23-025962','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,'Jeff GREENLAW - Shotgun ','EFITCH@IDIR','2023-07-06 12:57:20','23-025949','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'young male, long shaggy hair , blue shirt Nike air , mother has a new born','JEANDREW@idir','2023-07-10 15:37:34','23-025946','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'DTALEVSK@idir','2023-07-06 12:38:34','23-025945','RECREATN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,'unknown names','EFITCH@IDIR','2023-07-06 12:29:26','23-025939','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,'Suspect: Kyle ','JOCHARTR@idir','2023-07-24 13:21:54','23-025924','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'JDSCOTT@idir','2023-07-06 11:49:47','23-025923','WINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'JBUECKER@idir','2023-07-13 13:01:24','23-025911','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'white Ram pickup black wake board, white and orange siding. Black Wake tower and black cover. -west towards Fernie','PBRACKEN@idir','2023-07-06 10:44:03','23-025899','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'Grey/Charcoal F150 Supercab with matching canopy - -Towing blue and white speed boat. - -','JBUECKER@idir','2023-07-11 11:37:17','23-025896','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'DTALEVSK@idir','2023-07-06 10:27:47','23-025884','WASTE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'JBUECKER@idir','2023-07-11 11:47:23','23-025878','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'Michelle Wilson ,Female Caucasian white Reddish hair wavy . Age 50’s 5’10 . Wears camouflage pants . She has Tattoos smokes. A vape - -Ford F350 XL Crew cab white Has a redneck tag on left upper corner of box . And a deer head decal on box gate . License # 5980 KJ British Columbia plates ','DAGRAY@idir','2023-07-06 10:03:22','23-025876','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'Black truck BC plates white large fishing boat with gray outboard on back. ','EFITCH@IDIR','2023-07-06 09:55:32','23-025869','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'Resident at noted address -Joan Ironspand -Phone 250-861-4221','JEANDREW@idir','2023-08-10 11:35:15','23-025867','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,'Grace and Stanley ','EFITCH@IDIR','2023-07-06 09:21:49','23-025855','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,'Reg Davis owns the tractor. John is the property manager on site. ','ISCHMIDT@idir','2023-07-05 23:25:42','23-025820','OTHER') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,'Description of the Suspect - Base on my observation they are Asians (Filipino or Chinese) -','ISCHMIDT@idir','2023-07-05 23:01:20','23-025818','FISHERY') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,False,null,'MAWILSON@idir','2023-07-07 13:55:25','23-025813','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,'Description of the Suspect - Unknown how many beyond at least 2 vehicles that have been towed to the area -Witnesses - Don Russell-604-858-2183- Vance Road, Cultus Lake -','ISCHMIDT@idir','2023-07-05 20:48:29','23-025795','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'CEDGE@idir','2023-07-13 10:09:23','23-025791','FISHERY') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,False,null,'MAWILSON@idir','2023-07-06 14:54:45','23-025790','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,'Lance','MAWILSON@idir','2023-07-07 12:04:41','23-025770','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,False,null,'MAWILSON@idir','2023-07-12 10:00:02','23-025747','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'SMCCREAD@idir','2023-07-05 16:45:04','23-025746','FISHERY') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'JBUECKER@idir','2023-07-11 11:13:06','23-025744','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'MAWILSON@idir','2023-07-06 09:32:36','23-025735','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'IPAVLOVI@IDIR','2023-07-05 14:27:11','23-025723','FISHERY') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,False,null,'JEANDREW@idir','2023-07-11 08:30:52','23-025722','OTHER') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'MAWILSON@idir','2023-07-28 10:00:43','23-025714','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'JPALM@idir','2023-07-06 11:49:52','23-025713','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'Silver pickup, - -White ski boat with red trim','DAGRAY@idir','2023-07-05 13:46:32','23-025706','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'MAWILSON@idir','2023-08-03 08:21:51','23-025700','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'Dana Holosko','DLEWERS@idir','2023-07-05 13:22:30','23-025696','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'CCRERAR@idir','2023-07-10 15:43:29','23-025686','FISHERY') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'white GMC Crew Cab towing a large white fishing vessel with an outboard ','SMCCREAD@idir','2023-07-05 13:02:23','23-025685','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'MAWILSON@idir','2023-07-13 14:55:17','23-025682','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'doweber@idir','2023-07-05 10:27:24','23-025628','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'doweber@idir','2023-07-05 09:51:35','23-025617','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'DDAVIS@idir','2023-07-05 09:37:19','23-025611','PESTICDE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'GPKRUGER@idir','2023-07-11 12:37:55','23-025609','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,'Several suspects who live in the area of Dobson and Englishman River Road. ','MAWILSON@idir','2023-08-02 16:35:32','23-025607','RECREATN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,'Renters at the noted address','DAGRAY@idir','2023-07-05 07:34:28','23-025573','WASTE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'KSORENSE@idir','2023-07-17 12:11:34','23-025569','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'JEANDREW@idir','2023-07-26 12:54:48','23-025544','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'MAWILSON@idir','2023-07-07 11:30:45','23-025541','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'Marcy - Golden Retriever & a mutt x Husky','MAWILSON@idir','2023-08-02 16:30:17','23-025527','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'KWINTERS@idir','2023-07-04 19:40:04','23-025522','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'GPKRUGER@idir','2023-07-11 12:37:30','23-025516','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'Offenders license plate GA229X BC plate, Toyota Sierra Van, Silver','ISCHMIDT@idir','2023-07-04 17:21:35','23-025493','FISHERY') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'Black Truck -towing white and red ski boat with black outboard. ','GPKRUGER@idir','2023-07-11 12:37:06','23-025474','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'JEANDREW@idir','2023-07-19 13:56:35','23-025447','OTHER') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,'make on a quad on an protected no vehicles allowed restricted area -First name is George -Caucasian -Around 50 -Was wearing blue jeans and Tshirt no helmet - -Pickup truck SL1204 Blue GMC with Bkack Tailgate BC Plates -Couple of stickers on back window -','CCRERAR@idir','2023-07-10 15:34:52','23-025443','RECREATN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,' make on a quad on an protected no vehicles allowed restricted area -First name is George -Caucasian -Around 50 -Was wearing blue jeans and Tshirt no helmet -Pickup truck SL1204 Blue GMC with Bkack Tailgate BC Plates -Couple of stickers on back window -','CCRERAR@idir','2023-07-10 15:34:04','23-025442','ORV') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,'No one at site ','JEANDREW@idir','2023-08-10 11:44:19','23-025440','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'Nela Rounsville (250)919-7191 -Stu Deeks (250)919-7024 ','COMILLER@idir','2023-07-04 13:44:37','23-025429','RECREATN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'DDAVIS@idir','2023-07-04 14:13:35','23-025427','WASTE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'ASDUNCAN@idir','2023-07-04 13:00:52','23-025414','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,'Young male, mid 20s, brown curly hair - -vehicle: -Ford Ranger -Blue and white -RN8944 - -Commercial vehicle for: -510 Victoria Window Cleaning -','MAWILSON@idir','2023-08-02 16:22:53','23-025412','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'CCRERAR@idir','2023-07-11 15:18:30','23-025410','RECREATN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'COMILLER@idir','2023-07-04 12:29:16','23-025403','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'MATTHEWH@idir','2023-07-10 09:40:43','23-025382','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'JOCHARTR@idir','2023-07-05 10:01:54','23-025380','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,'Suspect is a thin, light haired woman, approx. 5,7"". She has a large fluffy white dog and was driving a grey Subaru Forester - BC LP:NB0 O1K - -','MAWILSON@idir','2023-07-11 14:56:50','23-025377','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'CDOYLEWA@idir','2023-07-04 11:30:18','23-025373','OTHER') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'KSORENSE@idir','2023-07-10 09:18:38','23-025359','WASTE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'COMILLER@idir','2023-07-04 10:11:48','23-025346','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'DDAVIS@idir','2023-07-04 09:55:26','23-025340','WASTE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,'Jim and Justina Harder - owners at above property','DAGRAY@idir','2023-07-04 09:30:29','23-025328','WASTE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'MAWILSON@idir','2023-07-13 13:56:50','23-025325','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,'Unknown','DAGRAY@idir','2023-07-04 09:22:19','23-025315','WASTE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'DDAVIS@idir','2023-07-04 08:47:27','23-025301','PESTICDE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'DDUFFY@idir','2023-07-04 06:01:59','23-025263','FISHERY') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'SGBATES@idir','2023-07-10 11:07:14','23-025259','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,'make on a quad on an protected no vehicles allowed restricted area -First name is George -Caucasian -Around 50 -Was wearing blue jeans and Tshirt no helmet -Pickup truck SL1204 Blue GMC with Black Tailgate BC Plates -Couple of stickers on back window - -','CCRERAR@idir','2023-07-10 15:31:47','23-025237','ORV') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'GPKRUGER@idir','2023-07-11 12:36:31','23-025228','WINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'ISCHMIDT@idir','2023-07-03 20:20:38','23-025227','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,'Alberta plate: VIEKTRA gray/green dodge minivan/suv towing a red seadoo PWC with no plate on the PWC trailer, appeared to be travelling with another Alberta vehicle (white suv) ','KWINTERS@idir','2023-07-03 20:18:53','23-025225','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,'Description of the Suspect - White Dodge truck with at least three people inside. License # JY 6177 -Transport Involved - White Dodge truck with at least three people inside. License # JY 6177 -Additional Comments - Didn''t dump large amounts of litter, but still very rude to just be throwing out litter as they drove!! -','JOCHARTR@idir','2023-07-20 16:34:06','23-025212','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,'Witnesses - Kaela Mitchell - 250-202-4085 -Silvifor Resource Consultants - Alanna Theoret - 250-203-3703 -Silvifor Resource Consultants - Heather Mackenzie -Additional Comments - I would like to request Conservation Officer assistance in attending these sites with me to issue Orders to Vacate. - -Thank you - Kaela Mitchell Recreation Technician. -','MAWILSON@idir','2023-07-11 14:03:47','23-025210','RECREATN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'fishing from bridge north end of channel. -2 people ','DAVCOX@idir','2023-07-04 12:44:57','23-025202','FISHERY') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'ISCHMIDT@idir','2023-07-03 17:53:13','23-025193','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,'Carolyn Crisp -Female -Caucasian -Approx 50 years? -White Subaru SUV -Manitoba Plates -KCJ 432 - unknown if vehicle is insured -Witnesses: Silvifor Resource Consultants -Maintenance Staff -Roving Site Host - Kaylynn Fox -Silvifor recreation Supervisor - Alanna Theoret 250-203-3703 - -','MAWILSON@idir','2023-07-28 10:19:41','23-025191','RECREATN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,'BC license plate LE2 08J -White Porsche -4:39 PM, July 3 -200th Street, Langley -Witness: My wife, Lorie, in the passenger seat of our car ','MAWILSON@idir','2023-08-04 14:19:12','23-025185','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'MAWILSON@idir','2023-07-28 10:08:35','23-025169','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,'Jean Friedel white women late 80s 5ft 4in -Herb Friedel white male late 80s 5ft 5in ','CDOYLEWA@idir','2023-07-03 15:48:08','23-025167','PESTICDE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'KSORENSE@idir','2023-07-03 15:50:06','23-025166','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,'Alberta plate: VIEKTRA gray/green dodge minivan/suv towing a red seadoo PWC. Appeared to be a family. -no plate on the PWC trailer, appeared to be travelling with another Alberta vehicle (white suv) ','CDOYLEWA@idir','2023-07-03 15:44:34','23-025165','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'JEANDREW@idir','2023-07-11 08:52:08','23-025164','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'Black SUV probably a Lincoln, pulling a black and red and white boat, traveling westbound on highway 3 towards Creston','ISCHMIDT@idir','2023-07-03 15:33:05','23-025163','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,'1) Blue Dodge Ram - RC 0374 (Falkland Fire Dept LP cover) -2) White GMC - SF 6115 -3) Black Dodge Ram - RK 2646','JEANDREW@idir','2023-07-19 14:27:33','23-025161','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'DDAVIS@idir','2023-07-03 14:48:09','23-025154','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'CDOYLEWA@idir','2023-07-03 14:08:58','23-025149','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,False,null,'DDAVIS@idir','2023-07-03 13:50:11','23-025140','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,'matt , denise -old black ford diesel ','MAWILSON@idir','2023-07-31 14:52:34','23-025139','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'two dirt bikes -one in orange and white dirt bike gear','DAGRAY@idir','2023-07-03 12:16:31','23-025117','ORV') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'JEANDREW@idir','2023-07-19 11:27:44','23-025094','FISHERY') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'Suspect driving a blue pickup with an orange tarp on the back and was towing a tin outboard. ','KSORENSE@idir','2023-07-03 11:06:23','23-025093','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'6 subjects -','DAGRAY@idir','2023-07-03 09:55:39','23-025074','FISHERY') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'MAWILSON@idir','2023-07-07 11:19:04','23-025072','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'MAWILSON@idir','2023-07-31 14:47:47','23-025045','RECREATN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,'Unknown -Riley Graham -Unknown -Unknown -≈12 to 13 -Unknown -Unknown -Unknown -Unknown -Unknown -','ASDUNCAN@idir','2023-07-03 05:32:07','23-025041','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,'Amanda Richardson 2508149685 -Bobbie Doebert 2508373504 -Dawn Doebert 2508144525 -Jamie Doebert 2505170404 -','CCRERAR@idir','2023-07-11 10:42:21','23-025034','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'MAWILSON@idir','2023-07-06 14:40:08','23-025032','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,False,null,'MAWILSON@idir','2023-07-07 14:32:08','23-025028','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,False,null,'MAWILSON@idir','2023-07-07 14:20:04','23-025027','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,False,null,'KWINTERS@idir','2023-07-02 20:24:06','23-025012','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'JOCHARTR@idir','2023-07-20 16:19:41','23-025008','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'MAWILSON@idir','2023-07-28 10:27:29','23-025005','FISHERY') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,'Mark Neudorf -Mad gaffer charters +1 (250) 570-9052 -BC3432155 24'' Blue weldcraft -Advertises his illegal guide business on Facebook as Mad Gaffer Adventures, easy to find. Moors his boat at the Atlin terminal in cow bay, prince Rupert. Been flying under the radar for at least 3 seasons. - - -','SMCCREAD@idir','2023-07-02 19:15:05','23-025002','FISHERY') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'MAWILSON@idir','2023-07-07 10:56:32','23-024999','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'MAWILSON@idir','2023-07-07 11:05:58','23-024993','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'MAWILSON@idir','2023-07-06 14:28:31','23-024988','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'CDOYLEWA@idir','2023-07-02 15:32:02','23-024971','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'EVEROBER@idir','2023-07-09 12:26:19','23-024968','FISHERY') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'MAWILSON@idir','2023-08-04 15:35:34','23-024963','FISHERY') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'CDOYLEWA@idir','2023-07-02 14:27:19','23-024949','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'DDAVIS@idir','2023-07-02 13:34:44','23-024943','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'CDOYLEWA@idir','2023-07-02 13:20:21','23-024937','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,'3 vehicles on site all with Alberta plates: -CBT9422 -CGV2699 -CCD0369','MATTHEWH@idir','2023-07-10 09:41:24','23-024932','RECREATN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'DAVCOX@idir','2023-07-04 13:11:57','23-024925','OTHER') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,'Description of the Suspect - 20ish year old Caucasian male, Average height and thin build, Dressed in dirt bike gear -Transport Involved - Dirt bike appears to be unlicensed and it is transported in a White van with the license plate: KY2604 - -','JEANDREW@idir','2023-07-18 10:43:58','23-024924','ORV') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'DSEXTON@idir','2023-07-10 16:08:31','23-024917','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,'Suspect/Neighbor is Keith Dutton - 14440 Upper Fraser Rd. -Suspects friend was driving a white half ton pick up with a distinctive white canopy on the back. -','JOCHARTR@idir','2023-07-19 16:09:31','23-024911','FISHERY') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,'Rene Gagnon -TC656V BC Plate Honda','DSEXTON@idir','2023-07-10 16:08:23','23-024910','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'JBUECKER@idir','2023-07-10 14:15:35','23-024909','ORV') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'MAWILSON@idir','2023-07-06 15:57:32','23-024906','RECREATN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'CDOYLEWA@idir','2023-07-02 11:18:16','23-024901','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'SUBOAKE@idir','2023-07-14 11:49:06','23-024899','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'CDOYLEWA@idir','2023-07-02 10:23:32','23-024890','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'DAVCOX@idir','2023-07-04 13:15:08','23-024889','OTHER') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'JEANDREW@idir','2023-07-26 13:23:43','23-024874','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'MAWILSON@idir','2023-07-07 14:20:37','23-024871','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'Black dog, pink hair female, big guy beard','JEANDREW@idir','2023-07-26 13:15:54','23-024870','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,'Seacan Labs -603 1st Avenue -Stewart, BC V0T 1W0 - -Manager: Wade Reeves -','TARWILLI@idir','2023-07-18 10:30:00','23-024855','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'JOCHARTR@idir','2023-07-19 11:59:48','23-024852','FISHERY') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'JOCHARTR@idir','2023-07-19 11:46:26','23-024836','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'DDUFFY@idir','2023-07-01 21:47:44','23-024832','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'A friend stated she reported this about an hour ago. No reports found. The SUS had extinguished the fire and now it''s burning again','JOCHARTR@idir','2023-07-19 11:39:43','23-024819','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'MAWILSON@idir','2023-07-04 09:48:15','23-024814','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,'Both males one teenager and one adult. On foot white and wearing baseball caps. ','MAWILSON@idir','2023-08-04 15:04:14','23-024796','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'GPKRUGER@idir','2023-07-11 12:36:07','23-024762','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,'Suggested suspect Rodney Schatz.','PBRACKEN@idir','2023-07-01 14:10:28','23-024759','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'Suspect driving a black ford pick up all black out - towing a little black out board boat ','KSORENSE@idir','2023-07-01 12:59:55','23-024749','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'Suspect: Edward Vanderdeen ','TARWILLI@idir','2023-07-12 13:10:09','23-024733','OPENBURN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'MAWILSON@idir','2023-07-20 16:05:45','23-024729','OTHER') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'KSORENSE@idir','2023-07-01 11:29:58','23-024724','WILDLIFE') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'SUV, Truck and trailer, 2 dogs, generator was going, unsure number of people. ','CCRERAR@idir','2023-07-10 15:03:08','23-024717','RECREATN') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,False,null,'MAWILSON@idir','2023-07-06 16:05:58','23-024713','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'KWINTERS@idir','2023-07-18 14:28:12','23-024709','OTHER') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'Blue pick up truck towing blue and gray wake boat - no front license plate','EFITCH@IDIR','2023-07-01 10:06:04','23-024707','WINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,True,null,'CCRERAR@idir','2023-07-10 14:05:25','23-024704','BOATING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'SUBOAKE@idir','2023-07-14 10:07:39','23-024703','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,null,'CDOYLEWA@idir','2023-07-01 09:27:42','23-024697','AINVSPC') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(False,False,null,'PBRACKEN@idir','2023-07-01 08:37:10','23-024677','DUMPING') ON CONFLICT DO NOTHING; -INSERT INTO public.allegation_complaint(in_progress_ind,observed_ind,suspect_witnesss_dtl_text,create_user_id,create_utc_timestamp,complaint_identifier,violation_code) VALUES(True,True,'New GMC black 1500 truck - Towing blue and white wake boat with black cover ','EFITCH@IDIR','2023-07-01 08:18:09','23-024673','WINVSPC') ON CONFLICT DO NOTHING; - - --- COMPENF-830; Update missing coordinates based on values from geocoder with 90%+ confidence values -update complaint set location_geometry_point ='SRID=4326;POINT (-122.5955062 53.9186262)'::public.geometry where complaint_identifier = '23-024836'; -update complaint set location_geometry_point ='SRID=4326;POINT (-123.5734126 53.9599952)'::public.geometry where complaint_identifier = '23-025259'; -update complaint set location_geometry_point ='SRID=4326;POINT (-123.7289201 49.4453332)'::public.geometry where complaint_identifier = '23-025818'; -update complaint set location_geometry_point ='SRID=4326;POINT (-124.3602441 49.2671502)'::public.geometry where complaint_identifier = '23-025884'; -update complaint set location_geometry_point ='SRID=4326;POINT (-117.2871449 49.5141479)'::public.geometry where complaint_identifier = '23-026000'; -update complaint set location_geometry_point ='SRID=4326;POINT (-116.0596549 50.5425461)'::public.geometry where complaint_identifier = '23-026046'; -update complaint set location_geometry_point ='SRID=4326;POINT (-120.5539218 50.6629099)'::public.geometry where complaint_identifier = '23-026138'; -update complaint set location_geometry_point ='SRID=4326;POINT (-123.4584109 48.5736092)'::public.geometry where complaint_identifier = '23-026426'; -update complaint set location_geometry_point ='SRID=4326;POINT (-123.163558 49.268037)'::public.geometry where complaint_identifier = '23-026634'; -update complaint set location_geometry_point ='SRID=4326;POINT (-119.6068829 49.4556612)'::public.geometry where complaint_identifier = '23-027034'; -update complaint set location_geometry_point ='SRID=4326;POINT (-125.1396191 49.8647176)'::public.geometry where complaint_identifier = '23-027140'; -update complaint set location_geometry_point ='SRID=4326;POINT (-120.8673272 56.2314689)'::public.geometry where complaint_identifier = '23-027363'; -update complaint set location_geometry_point ='SRID=4326;POINT (-123.096665 55.329436)'::public.geometry where complaint_identifier = '23-027377'; -update complaint set location_geometry_point ='SRID=4326;POINT (-120.3841082 50.3548338)'::public.geometry where complaint_identifier = '23-027565'; -update complaint set location_geometry_point ='SRID=4326;POINT (-119.1380731 50.5418817)'::public.geometry where complaint_identifier = '23-028154'; -update complaint set location_geometry_point ='SRID=4326;POINT (-122.9750889 49.1675964)'::public.geometry where complaint_identifier = '23-028175'; -update complaint set location_geometry_point ='SRID=4326;POINT (-123.4815303 49.4238406)'::public.geometry where complaint_identifier = '23-028303'; -update complaint set location_geometry_point ='SRID=4326;POINT (-127.0721995 54.6779566)'::public.geometry where complaint_identifier = '23-028740'; -update complaint set location_geometry_point ='SRID=4326;POINT (-118.2498893 49.1234227)'::public.geometry where complaint_identifier = '23-029627'; -update complaint set location_geometry_point ='SRID=4326;POINT (-122.8650045 49.1576083)'::public.geometry where complaint_identifier = '23-031200'; -update complaint set location_geometry_point ='SRID=4326;POINT (-122.6558304 49.2072801)'::public.geometry where complaint_identifier = '23-031220'; -update complaint set location_geometry_point ='SRID=4326;POINT (-123.6031684 48.6880271)'::public.geometry where complaint_identifier = '23-031371'; - --- HWCR data --- Complaint SQL -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024650','Caller reporting a black bear sitting in someone''s front lawn two roads up. Advised there is a blackberry bush nearby and there is a kids park near the area(Homestead Park).',null,null,null,null,null,null,'24097 102 Ave, Maple Ridge, BC',null,'2023-07-01 00:10:04','2023-07-01 00:10:04',null,'PDAYTON@idir','2023-07-04 11:13:19',null,null,null,null,'CLOSED','MAPLERID',ST_GeomFromText('POINT(-122.5546964 49.187525)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024652','Caller reporting a bear walking up the ramp to her condo building',null,null,null,null,null,null,'2083 Coquitlam Ave, Port Coquitlam, BC',null,'2023-07-01 00:21:51','2023-07-01 00:21:51',null,'ASDUNCAN@idir','2023-07-01 00:22:52',null,null,null,null,'CLOSED','PORTCOQ',ST_GeomFromText('POINT(-122.772394 49.2676942)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024655','Caller reports a bear broke into something in his backyard. He believes it may be the compost bin which is in an enclosure. Caller reports the bear has been coming around for a while and would like some guidance on attractants.',null,null,null,null,null,null,'1141 Eagleridge Dr, Coquitlam, BC',null,'2023-07-01 00:35:01','2023-07-01 00:35:01',null,'PDAYTON@idir','2023-07-04 14:22:36',null,null,null,null,'CLOSED','COQUITLM',ST_GeomFromText('POINT(-122.8127924 49.2825255)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024657','Caller reporting on behalf of COM who advised a deer was hit by a vehicle at the below location and is not sure if it is alive or dead to scared to check. Advised the deer is laying off the road and not mobile. ',null,null,null,null,null,null,'Hwy 3 And 95 N and Hwy 3 And 95 N, Cranbrook, BC','Cross Rd Peavine Creek Road cranbrook, BC','2023-07-01 01:39:35','2023-07-01 01:39:35',null,'RKRENZ@idir','2023-07-04 15:38:37',null,null,null,null,'CLOSED','CRANBRK',ST_GeomFromText('POINT(-115.7370257 49.5413054)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024658','Caller reported there was a bear that got into his garbage. The bear was 10 feet from him and did not care. Caller stayed inside his home. The bear has left now. ',null,null,null,null,null,null,'2820 Vance Pl, Prince George, BC',null,'2023-07-01 05:06:18','2023-07-01 05:06:18',null,'HIDESMAR@idir','2023-07-17 14:31:20',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7800969 53.881122)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024659','Caller reported a bear eating the neighbors garbage and then went 3 houses down to another neighbor''s place and stole the garbage. The neighbor is blowing a bear horn and the bear is ignoring them. ',null,null,null,null,null,null,'55 Finlay Forks Cres, Mackenzie, BC',null,'2023-07-01 05:14:43','2023-07-01 05:14:43',null,'HIDESMAR@idir','2023-07-09 13:22:03',null,null,null,null,'CLOSED','MACKENZI',ST_GeomFromText('POINT(-123.0804902 55.3296593)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024660','Caller reported a bear in his backyard tearing up someone''s garbage. The neighbour blasted a bear horn and that''s when the bear came into his backyard. ',null,null,null,null,null,null,'57 Finlay Forks Cres, Mackenzie, BC',null,'2023-07-01 05:19:45','2023-07-01 05:19:45',null,'HIDESMAR@idir','2023-07-09 13:30:12',null,null,null,null,'CLOSED','MACKENZI',ST_GeomFromText('POINT(-123.0801713 55.3296967)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024661','Caller reported a very large bear sitting on the grass and eating their complex''s compost. The bear broke the shed that they store it in. ',null,null,null,null,null,null,'1170 Falcon Dr, Coquitlam, BC',null,'2023-07-01 05:47:52','2023-07-01 05:47:52',null,'PDAYTON@idir','2023-07-04 14:22:15',null,null,null,null,'CLOSED','COQUITLM',ST_GeomFromText('POINT(-122.8199367 49.2813758)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024662','COM advised bb at location at rear of Starbucks or Dollar Store businesses going through back receiving area garbage bins.',null,null,null,null,null,null,'1430 Prairie Ave, Port Coquitlam, BC','rear of businesses going through garbage bins ','2023-07-01 06:23:11','2023-07-01 06:23:11',null,'EFITCH@IDIR','2023-07-01 06:28:33',null,null,null,null,'OPEN','PORTCOQ',ST_GeomFromText('POINT(-122.7540066 49.2711707)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024663','COM reported a BB that is in their shed where there is hay. COM is having a kids party later today and asked what she should do. ',null,null,null,null,null,null,'2180 20 Ave NE, Salmon Arm, BC',null,'2023-07-01 06:26:24','2023-07-01 06:26:24',null,'STECOOK@idir','2023-07-04 11:08:48',null,null,null,null,'CLOSED','SALMARM',ST_GeomFromText('POINT(-119.2598509 50.7137945)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024664',' Caller reporting a potentially orphaned fawn near the below noted location. Caller advised she first saw the fawn at 03:30 walking around aimlessly. Caller noted she has not seen the doe. ',null,null,null,null,null,null,'270 Hastings Ave, Penticton, BC','Going toward Duncan Ave','2023-07-01 06:43:18','2023-07-01 06:43:18',null,'BRANBECK@idir','2023-07-01 11:39:28',null,null,null,null,'CLOSED','PENTICTN',ST_GeomFromText('POINT(-119.5957868 49.4844104)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024668','COM reporting a large deer appears to be injured in front yard. Immobile with two broken front legs, no blood present but severely injured. ',null,null,null,null,null,null,'1785 McKernan Rd, Shawnigan Lake, BC',null,'2023-07-01 07:30:12','2023-07-01 07:30:12',null,'EFITCH@IDIR','2023-07-01 07:59:24',null,null,null,null,'OPEN','SHWNIGN',ST_GeomFromText('POINT(-123.6230191 48.6434135)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024671','Caller reporting a dead owl at the below noted location. Caller advised the owl was found beneath their power lines and was possibly electrocuted. Caller noted the owl is in good condition and is requesting a CO callback for advice on what to do with it. ',null,null,null,null,null,null,'7415 Hwy 97 Frtg, Vernon, BC',null,'2023-07-01 07:37:33','2023-07-01 07:37:33',null,'TBECK@idir','2023-07-01 09:12:51',null,null,null,null,'CLOSED','VERNON',ST_GeomFromText('POINT(-119.243565 50.3199061)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024672','Caller reporting a grizzly bear sighting in a residential area near the below noted location. Caller noted the grizzly bear was at the end of her driveway. Caller advised her dog barked at the bear and it took off. ',null,null,null,null,null,null,'9085 Green Acres Dr, Chief Lake, BC',null,'2023-07-01 07:35:00','2023-07-01 07:48:00',null,'EMCARTHU@idir','2023-07-20 09:45:47',null,null,null,null,'CLOSED','CHFLAKE',ST_GeomFromText('POINT(-122.8978786 54.0114002)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024674','Caller reporting an injured black bear near the below noted location. Caller advised it was possibly hit by a vehicle and it limped off the road and went over the guard rail. ',null,null,null,null,null,null,'Emerald Lake Rd and Trans-Canada Hwy, Field, BC','Near the turn off for Emerald Lake - on the west side of the road.','2023-07-01 07:57:31','2023-07-01 07:57:31',null,'MATTHEWH@idir','2023-07-10 10:32:44',null,null,null,null,'CLOSED','GOLDEN',ST_GeomFromText('POINT(-116.502253 51.38607)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024675','Caller reporting a BB wandering the neighbourhood. Not getting into anything. ',null,null,null,null,null,null,'111 Harbourfront Dr NE, Salmon Arm, BC','in the area of above','2023-07-01 07:59:30','2023-07-01 07:59:30',null,'PBRACKEN@idir','2023-07-01 08:04:46',null,null,null,null,'CLOSED','SALMARM',ST_GeomFromText('POINT(-119.2849713 50.7035455)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024676','Caller reporting a black bear sighting near the below noted location. Caller advised the bear was on the trail that runs along the Capilano river. Caller noted the bear was just wandering around. ',null,null,null,null,null,null,'4500 Capilano Park Rd, District of North Vancouver, BC',null,'2023-07-01 07:55:00','2023-07-01 08:00:16',null,'KSORENSE@idir','2023-07-01 08:12:34',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.1101434 49.3566426)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024679','COM reporting deer possibly injured on side of road. No blood. Feels it is not able to walk and not moving or trying to walk just standing there for the last 5 min appears to be wobbling. ',null,null,null,null,null,null,'','Corner of Stellar Dr and Okaview st','2023-07-01 08:11:21','2023-07-01 08:11:21',null,'GSMALL@idir','2023-07-01 15:51:26',null,null,null,null,'CLOSED','KELOWNA',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024681','Caller reporting a food conditioned black bear at the below noted location. Caller advised the bear broke into their compost bin and is eating it at the side of the house. ',null,null,null,null,null,null,'1503 Kilmer Pl, District of North Vancouver, BC',null,'2023-07-01 08:22:53','2023-07-01 08:22:53',null,'BMUELLER@idir','2023-07-22 16:14:19',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.0316467 49.3455457)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024682','Caller reporting a deer that has it''s leg caught in a fence behind her property at the below noted location. Caller advised the deer has one leg caught in the fence and has 2 fawns with her. ',null,null,null,null,null,null,'2947 Partridge Dr, Penticton, BC','Walkway behind house ','2023-07-01 08:30:07','2023-07-01 08:30:07',null,'BRANBECK@idir','2023-07-05 09:18:25',null,null,null,null,'CLOSED','PENTICTN',ST_GeomFromText('POINT(-119.5613644 49.465347)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024683','Hit a fawn with a truck, they are not sure if it is still alive, it was shaking laying on its side. They would be surprised if it was still alive. ',null,null,null,null,null,null,'400 Trumpeter Rd, Kelowna, BC',null,'2023-07-01 08:39:19','2023-07-01 08:39:19',null,'ESEITZ@idir','2023-07-10 11:47:09',null,null,null,null,'CLOSED','KELOWNA',ST_GeomFromText('POINT(-119.5099547 49.7939013)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024684','Caller reporting a food conditioned black bear near the below noted location. Caller advised this is the second time that the bear has broken into their shed to get their garbage. Caller is concerned for her grandchildren''s safety. ',null,null,null,null,null,null,'20 Glenmore Dr, West Vancouver, BC',null,'2023-07-01 08:20:00','2023-07-01 08:40:28',null,'TDSCHUMA@idir','2023-07-02 16:25:21',null,null,null,null,'CLOSED','WSTVANCO',ST_GeomFromText('POINT(-123.1180453 49.3604922)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024685','***RAPP EMAIL*** - Saw bear cub on corner of Nursery st and lakefield at 8:07pm on Friday June 30th ',null,null,null,null,null,null,'Lakefield Dr and Nursery St, Burnaby, BC',null,'2023-06-30 20:07:00','2023-07-01 08:45:37',null,'KSORENSE@idir','2023-07-01 08:53:09',null,null,null,null,'CLOSED','BURNBY',ST_GeomFromText('POINT(-122.9490737 49.2372353)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024686','Caller reporting a fawn that was hit by a vehicle and needs to be dispatched at the below noted location. -',null,null,null,null,null,null,'438 Trumpeter Rd, Kelowna, BC',null,'2023-07-01 08:46:37','2023-07-01 08:46:37',null,'GSMALL@idir','2023-07-01 15:49:56',null,null,null,null,'CLOSED','KELOWNA',ST_GeomFromText('POINT(-119.5088536 49.7944442)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024687','Advises that some fox''s have been getting into their coop and killing their chickens. Requesting to speak with a CO regarding what they are allowed to do.',null,null,null,null,null,null,'5085 Easzee Dr, 108 Mile Ranch, BC',null,'2023-07-01 08:47:44','2023-07-01 08:47:44',null,'MMBOOTH@idir','2023-07-19 13:12:22',null,null,null,null,'CLOSED','108MLRNH',ST_GeomFromText('POINT(-121.3483435 51.7227309)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024688','Yesterday reported a baby deer outside their house at 1630, was told to call back if it is still there this morning. Did see a deer across the street yesterday that maybe its mother. Not sure if it can move.',null,null,null,null,null,null,'212 12th St S, Cranbrook, BC',null,'2023-07-01 08:57:29','2023-07-01 08:57:29',null,'RKRENZ@idir','2023-07-04 15:38:56',null,null,null,null,'CLOSED','CRANBRK',ST_GeomFromText('POINT(-115.7774567 49.4973561)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024690','Caller advising that a BB got into the garbage dumpster last night and scattered the contents. -',null,null,null,null,null,null,'86 Centennial Dr, Mackenzie, BC','Autumn Lodge Community Garden','2023-07-01 09:01:10','2023-07-01 09:01:10',null,'HIDESMAR@idir','2023-07-09 13:37:35',null,null,null,null,'CLOSED','MACKENZI',ST_GeomFromText('POINT(-123.089613 55.3379421)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024692','Advises that there is an injured deer limping around.',null,null,null,null,null,null,'Cedar Hill Rd and Doncaster Dr, Saanich, BC',null,'2023-07-01 09:04:18','2023-07-01 09:04:18',null,'MAWILSON@idir','2023-07-04 14:52:50',null,null,null,null,'CLOSED','SAANICH',ST_GeomFromText('POINT(-123.3414679 48.4506121)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024693','Distressed COM advised of a fawn just hit by a truck that alive but has broken legs. They doe has run off and the COM has wrapped the fawn in a blanket. ',null,null,null,null,null,null,'','Hwy 16 west bound, at the sign that says ''Leaving Beaverly'' before Greg Creek FSR','2023-07-01 09:08:52','2023-07-01 09:08:52',null,'SPEELING@idir','2023-07-23 13:28:05',null,null,null,null,'CLOSED','BVRLLY',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024694','Advises that a coyote crossed the road yesterday. In the Squamish newsletter, it says to call in every coyote sighing to Conservation.',null,null,null,null,null,null,'Perth Pl, Squamish, BC',null,'2023-07-01 09:13:30','2023-07-01 09:13:30',null,'CDOYLEWA@idir','2023-07-01 09:16:51',null,null,null,null,'CLOSED','SQUMISH',ST_GeomFromText('POINT(-123.1099147 49.746632)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024695','Advises that a bear has been hanging around and getting into everyone''s garbage bins.',null,null,null,null,null,null,'2676 Hollandia Dr, Prince George, BC',null,'2023-07-01 09:17:06','2023-07-01 09:17:06',null,'DLEWERS@idir','2023-08-05 12:17:52',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7743066 53.8794242)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024698','Caller advising of an aggressive doe in the cul du sac. The doe is charging people and preventing access/egress from homes. It has been going on for the last two weeks, and has been worse in the last week. The doe did have a fawn, and the fawn has not been seen for quite some time. The caller suspects she has lost the fawn. - -** Caller requesting a callback. ',null,null,null,null,null,null,'519 Keith Rd, Kelowna, BC',null,'2023-07-01 09:27:32','2023-07-01 09:27:32',null,'GSMALL@idir','2023-07-01 15:46:53',null,null,null,null,'CLOSED','KELOWNA',ST_GeomFromText('POINT(-119.4951918 49.8187267)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024702','Mama BB with 2 cubs walking around, no idea if aggressive or getting into attractants.',null,null,null,null,null,null,'3196 Kentwood Rd, Courtenay, BC',null,'2023-07-01 09:45:46','2023-07-01 09:45:46',null,'COMILLER@idir','2023-07-01 09:47:54',null,null,null,null,'CLOSED','COURTNY',ST_GeomFromText('POINT(-124.9872202 49.6200296)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024708','Advises that there is a den near the callers place. The caller noticed this morning the coyote was out with her kits and he parked between the coyote and its den. The coyote kits ran into the bush and the mom charged at the caller and would have bitten him if he didn''t drop his stuff and kick out at the coyote. ',null,null,null,null,null,null,'5300 207 St, Township of Langley, BC',null,'2023-07-01 10:04:45','2023-07-01 10:04:45',null,'ALBUCHAN@idir','2023-07-02 13:31:22',null,null,null,null,'OPEN','LANGLEY',ST_GeomFromText('POINT(-122.6507146 49.0782471)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024712','Caller reporting 4 cougars sighted on the property less than 1 hour ago. The cougars were less than 100 meters from the house. The caller has lost livestock to cougars previously. The caller indicated that she has dealt with CO Kopp on previous incidents. - -The caller is extremely agitated and would like a callback. ',null,null,null,null,null,null,'3465 Back Valley Rd, Back Valley, BC',null,'2023-07-01 10:31:21','2023-07-01 10:31:21',null,'MSANDERS@idir','2023-07-06 09:37:40',null,null,null,null,'CLOSED','LILLOOET',ST_GeomFromText('POINT(-121.2102518 50.8497605)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024715','COM is reporting BB came out bush and charged her 2X and huffed and retreated into bush. She is reporting as she is concerned about children. Her dog chased the bear off and then left the scene. - -',null,null,null,null,null,null,'1444 Alder Dr, Pemberton, BC','between oak street and Urdal street in forested area','2023-07-01 10:33:41','2023-07-01 10:33:41',null,'TDSCHUMA@idir','2023-07-01 13:29:30',null,null,null,null,'CLOSED','PEMBERTN',ST_GeomFromText('POINT(-122.7991619 50.324807)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024716','Caller reporting a sighting of 4 black bears near the below noted location. Caller advised the bears were walking down the street. Caller noted her neighbors are moving out and the bears were interested in the activity, possibly looking for garbage. ',null,null,null,null,null,null,'2654 Delahaye Dr, Coquitlam, BC',null,'2023-07-01 10:49:00','2023-07-01 10:57:57',null,'KSORENSE@idir','2023-07-01 11:01:52',null,null,null,null,'CLOSED','COQUITLM',ST_GeomFromText('POINT(-122.8036967 49.2926346)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024718','Advises that a bear was on their property.',null,null,null,null,null,null,'1469 Manzanita Rd, Cortes Island, BC',null,'2023-07-01 11:14:51','2023-07-01 11:14:51',null,'CDOYLEWA@idir','2023-07-01 11:18:44',null,null,null,null,'CLOSED','CRTSISLD',ST_GeomFromText('POINT(-124.9241105 50.0655079)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024723','CO put down the mother deer recently and the fawn is there now. Looking for its mom, it looks weak, but still can walk.',null,null,null,null,null,null,'2915 Partridge Dr, Penticton, BC','One lot further South from the public stairs','2023-07-01 11:22:58','2023-07-01 11:22:58',null,'BRANBECK@idir','2023-07-01 11:48:50',null,null,null,null,'CLOSED','PENTICTN',ST_GeomFromText('POINT(-119.5613393 49.4657249)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024727','COM is reporting BB is at side yard and got into his garbage late last night. He advised this AM it is extremely aggressive and will not let his son out of the home and is charging him. He is requesting a CO contact him immediately or when a time frame of their attendance. He is quite upset and wanted to take care of it himself. - -',null,null,null,null,null,null,'519 Craigmohr Pl, West Vancouver, BC',null,'2023-07-01 11:32:32','2023-07-01 11:32:32',null,'TDSCHUMA@idir','2023-07-01 12:57:50',null,null,null,null,'CLOSED','WSTVANCO',ST_GeomFromText('POINT(-123.1282988 49.3630972)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024730','Dispatcher passing on an aggressive bb that charged the caller 2x. The BB was in the area eating garbage. West Vancouver PD Officers on scene did not find the BB. Likely back into the woods. West Vancouver PD file # 8310',null,null,null,null,null,null,'519 Craigmohr Pl, West Vancouver, BC',null,'2023-07-01 11:40:11','2023-07-01 11:40:11',null,'TDSCHUMA@idir','2023-07-01 12:44:00',null,null,null,null,'CLOSED','WSTVANCO',ST_GeomFromText('POINT(-123.1282988 49.3630972)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024731','sighted a bb behind Nestors 1200 Hunter place. ',null,null,null,null,null,null,'1200 Hunter Pl, Squamish, BC',null,'2023-07-01 11:50:59','2023-07-01 11:50:59',null,'SMCCREAD@idir','2023-07-01 12:03:29',null,null,null,null,'CLOSED','SQUMISH',ST_GeomFromText('POINT(-123.1469739 49.7034971)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024732','Have a bear making a den in their garden. Staining the fence and noticed upper neighbours fence was busted and trash cans knocked over and neighbours as well, not successful getting into it. Under their Japanese maple the leaves are cleared out and found 3 big paw prints, but have not seen it. - -**Emailed looking for CO advice. ',null,null,null,null,null,null,'35 Maple Dr, Port Moody, BC',null,'2023-07-01 11:52:56','2023-07-01 11:52:56',null,'PDAYTON@idir','2023-07-04 11:12:30',null,null,null,null,'CLOSED','PORTMDY',ST_GeomFromText('POINT(-122.8243101 49.3024136)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024734','Caller reporting an injured bb. The bb''s left front paw is broken and the bb is not using it. The caller is concerned as it is an injured BB in a high pedestrian use area, and is worried it might act aggressively due to the injury. The BB was seen coming out of the blueberry farm. There all sorts of bear scare devices going off. ',null,null,null,null,null,null,'21751 136 Ave, Maple Ridge, BC','at the end by the dyke came out of the blueberry farm Biln Blueberry farm ','2023-07-01 11:55:05','2023-07-01 11:55:05',null,'PBRACKEN@idir','2023-07-01 12:02:19',null,null,null,null,'OPEN','MAPLERID',ST_GeomFromText('POINT(-122.6180576 49.2527133)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024735','COM reported a sow and two cubs on the ski hill. The BBs were there this morning and moved away, but have wandered back. The ski hills in the area were closed. There has not been a conflict with the BBs, but the COM is looking for advise on what to do to be proactive. ',null,null,null,null,null,null,'','Mt Washington Alpine Resort ','2023-07-01 12:01:32','2023-07-01 12:01:32',null,'MAWILSON@idir','2023-07-04 10:51:35',null,null,null,null,'OPEN','COURTNY',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024736','Advises that there is a fawn walking down the road crying.',null,null,null,null,null,null,'Slocan River Rd, Winlaw, BC',null,'2023-07-01 12:05:06','2023-07-01 12:05:06',null,'MSOUCY@idir','2023-07-04 07:30:11',null,null,null,null,'CLOSED','WINLAW',ST_GeomFromText('POINT(-117.6059656 49.5918342)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024737','Moose injured by mvi last evening. There was major damage to the car. No injuries to the occupants of the vehicle. The moose wandered off into the forest, no description of the injuries to the moose. ',null,null,null,null,null,null,'Hwy 33, Big White, BC','just before the turnoff to Big White','2023-07-01 12:08:24','2023-07-01 12:08:24',null,'GSMALL@idir','2023-07-01 15:35:09',null,null,null,null,'CLOSED','BIGWHIT',ST_GeomFromText('POINT(-119.1029197 49.7218553)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024738','Backyard doe with a spotted fawn, right hind leg deformed, looks broken, can''t put weight on it. Worried it might become prey, gone into the forest now.',null,null,null,null,null,null,'5993 Sesame St, Winlaw, BC',null,'2023-07-01 12:08:48','2023-07-01 12:08:48',null,'MSOUCY@idir','2023-07-04 07:31:46',null,null,null,null,'CLOSED','WINLAW',ST_GeomFromText('POINT(-117.550073 49.6158576)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024739','Caller reporting a coyote sighting near the below noted location. Caller advised the coyote was seen on the bike trail and is not aggressive but is not afraid of humans.',null,null,null,null,null,null,'1009 Centennial Way, Squamish, BC','Brennan Park Community Centre ','2023-06-30 14:00:00','2023-07-01 12:13:24',null,'KSORENSE@idir','2023-07-01 12:17:14',null,null,null,null,'CLOSED','SQUMISH',ST_GeomFromText('POINT(-123.1436478 49.7259763)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024740','Caller reports bear wandering through mobile home park.',null,null,null,null,null,null,'4200 Dewdney Trunk Rd, Coquitlam, BC',null,'2023-07-01 12:18:02','2023-07-01 12:18:02',null,'SMCCREAD@idir','2023-07-01 12:19:35',null,null,null,null,'CLOSED','COQUITLM',ST_GeomFromText('POINT(-122.8206171 49.2760627)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024743','Caller reporting an aggressive black bear near the below noted location. Caller advised he was in his garage and his daughter went to the front door. The caller''s daughter started crying and the caller turned around and there was a black bear in the driveway. The caller picked up a bike and started walking to get in between them and the bear charged. Caller threw the bike at the bear and it ran off. Caller and his daughter are okay. Caller is concerned for the safety of the neighborhood. ',null,null,null,null,null,null,'12 Heritage Peak Rd, Port Moody, BC',null,'2023-07-01 11:50:00','2023-07-01 12:20:53',null,'KSORENSE@idir','2023-07-01 12:27:54',null,null,null,null,'OPEN','PORTMDY',ST_GeomFromText('POINT(-122.8238788 49.3073015)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024744','caller reports thewy are on a walking trail just crossed a fox being eaten by crows. Not much we can do. Crows need to eat.',null,null,null,null,null,null,'Dawson Creek, BC','by High School','2023-07-01 12:22:43','2023-07-01 12:22:43',null,'SMCCREAD@idir','2023-07-01 12:27:55',null,null,null,null,'CLOSED','DAWSONCR',ST_GeomFromText('POINT(-120.2355556 55.7602778)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024746','COM is reporting a ram (wild sheep) laying on side road near ditch with one horn missing and not getting up. COM is concerned as he feels it was in distress / looks rough, possibly hit by a car.',null,null,null,null,null,null,' ','Westside Road just past Bear Creek Road ','2023-07-01 12:30:11','2023-07-01 12:30:11',null,'GSMALL@idir','2023-07-01 15:31:22',null,null,null,null,'CLOSED','KELOWNA',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024747','Advises that a coyote tried to snatch her dog.',null,null,null,null,null,null,'3381 Ironwood Dr, West Kelowna, BC',null,'2023-07-01 12:40:53','2023-07-01 12:40:53',null,'GSMALL@idir','2023-07-01 15:33:26',null,null,null,null,'CLOSED','WSTKELOW',ST_GeomFromText('POINT(-119.6016336 49.8420418)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024748','COM reporting BB is on her 1 acre property in back yard living around in her creek. In the last week it is increasingly being aggressive to her dog, charging the fence. The BB has damaged neighbors fence in three places, and it has broken into 3 garbage cans. Airhorns, yelling and scaring it is not working. She is concerned with the aggressiveness and children in the area. Bear has retreated to neighbors property behind her out of sight . ',null,null,null,null,null,null,'1613 Lincoln Ave, Port Coquitlam, BC',null,'2023-07-01 12:54:20','2023-07-01 12:54:20',null,'PDAYTON@idir','2023-07-04 11:12:02',null,null,null,null,'CLOSED','PORTCOQ',ST_GeomFromText('POINT(-122.7591159 49.278756)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024750','Caller from Prince George there is a deer hit by a car on Hwy 16 Cluluz hill passing lanes west bnd side of road. still alive needs dispatching.',null,null,null,null,null,null,'Hwy 16, Prince George, BC','Cluluze Hill passing lanes west bound side of road','2023-07-01 12:56:10','2023-07-01 12:56:10',null,'EMCARTHU@idir','2023-07-20 09:48:03',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7714978 53.8761288)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024751','Caller reporting an injured deer that needs to be dispatched at the below noted location. Caller advised the deer is in the ditch, laying on it''s side and is raising it''s head. ',null,null,null,null,null,null,'Hwy 97, Charlie Lake, BC','Mile 55 marker - North side of hwy','2023-07-01 13:00:09','2023-07-01 13:00:09',null,'KSORENSE@idir','2023-07-01 13:11:48',null,null,null,null,'OPEN','CHRLLK',ST_GeomFromText('POINT(-121.1736809 56.4225177)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024752','Advises that a bear followed the caller when she was walking her dog. There is a sign saying beware of an aggressive bear but it was a week ago so she thought it would be fine.',null,null,null,null,null,null,'','Cypress Trail - Telemark and sitzmark','2023-07-01 13:05:53','2023-07-01 13:05:53',null,'TDSCHUMA@idir','2023-07-01 15:02:15',null,null,null,null,'CLOSED','WSTVANCO',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024753','Caller reports in Quesnel there is a BB sow with two cubs she is injured holding up her right forepaw. -Just past McDonalds towards landfill on North Star Road.',null,null,null,null,null,null,'North Star Road Overpass, Quesnel, BC',null,'2023-07-01 13:07:55','2023-07-01 13:07:55',null,'JMILLETT@idir','2023-07-04 09:32:18',null,null,null,null,'CLOSED','QUESNEL',ST_GeomFromText('POINT(-122.4712887 52.9862272)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024754','COM reporting BB sighting trying to get into garbage - located near Discovery 1 building in the loading bay area. ',null,null,null,null,null,null,'8888 University Dr, Burnaby, BC',null,'2023-07-01 13:11:39','2023-07-01 13:11:39',null,'TDSCHUMA@idir','2023-07-01 14:20:33',null,null,null,null,'CLOSED','BURNBY',ST_GeomFromText('POINT(-122.9183303 49.2765276)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024756','Caller reporting a bear in her front yard, wandering through the yard. Bear seemed unfazed by people.',null,null,null,null,null,null,'1695 Haverhill Pl, District of North Vancouver, BC',null,'2023-07-01 13:52:34','2023-07-01 13:52:34',null,'TDSCHUMA@idir','2023-07-01 14:18:43',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.0275981 49.334221)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024757','Caller reporting a bb on the school grounds last saturday. The bb wandered between stoney creek and the school. ',null,null,null,null,null,null,'2740 Beaverbrook Cres, Burnaby, BC','Stoney Creek community school','2023-07-01 14:00:01','2023-07-01 14:00:01',null,'PBRACKEN@idir','2023-07-01 14:02:53',null,null,null,null,'CLOSED','BURNBY',ST_GeomFromText('POINT(-122.9018735 49.2595439)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024758','Caller reports there is a young bear wandering around neighborhood for the last 7 days, just saw him. No aggression but curious behaviour',null,null,null,null,null,null,'2400 Cavendish Way, Whistler, BC',null,'2023-07-01 14:00:27','2023-07-01 14:00:27',null,'TDSCHUMA@idir','2023-07-01 14:17:09',null,null,null,null,'CLOSED','WHISTLER',ST_GeomFromText('POINT(-122.9870799 50.0970608)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024763','Caller reporting a food conditioned black bear at the below noted location. Caller advised the bear folded his shed''s metal door in half to get his garbage. Caller noted he has been going around the park trying to get into peoples shed''s to go after garbage. ',null,null,null,null,null,null,'5250 Beaver Harbour Rd, Port Hardy, BC',null,'2023-07-01 03:00:00','2023-07-01 14:21:49',null,'MAWILSON@idir','2023-07-07 11:18:39',null,null,null,null,'CLOSED','PORTHRDY',ST_GeomFromText('POINT(-127.4164565 50.6931098)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024764','A smallish bear came into the yard and went up a cherry tree, they have tried to scare it off with no success. It appears to be napping in the tree at this time.',null,null,null,null,null,null,'40212 Kintyre Dr, Squamish, BC',null,'2023-07-01 14:22:56','2023-07-01 14:22:56',null,'TDSCHUMA@idir','2023-07-01 14:44:27',null,null,null,null,'CLOSED','SQUMISH',ST_GeomFromText('POINT(-123.1153221 49.7355463)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024765','Chilliwack River RD we are at a camp site off this road and we have seen a cougar. Sighting was from last night. asked if it was safe to sleep in the tents tonight. I responded that personally I would be inclined to sleep in my car or truck if she insisted on staying at the campsite.',null,null,null,null,null,null,'Chilliwack, BC',null,'2023-07-01 14:24:23','2023-07-01 14:24:23',null,'SMCCREAD@idir','2023-07-01 14:33:37',null,null,null,null,'CLOSED','CHILLIWK',ST_GeomFromText('POINT(-121.9505556 49.1575)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024767','Caller reporting an aggressive black bear near the below noted location. Caller advised the bear has been on the farm for a while and is charging at the workers and is getting very close. -***Caller requesting a callback from a CO. *** -',null,null,null,null,null,null,'45497 Yale Rd, Chilliwack, BC',null,'2023-07-01 14:10:00','2023-07-01 14:25:30',null,'ALBUCHAN@idir','2023-07-02 13:06:27',null,null,null,null,'OPEN','CHILLIWK',ST_GeomFromText('POINT(-121.9696455 49.1507539)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024770','Caller reporting an injured deer near the below noted location. Caller advised the deer has a broken leg but is limping around. Caller noted the deer is mobile. ',null,null,null,null,null,null,'30th Ave N and Kootenay St N, Cranbrook, BC',null,'2023-07-01 14:41:48','2023-07-01 14:41:48',null,'RKRENZ@idir','2023-07-04 15:39:14',null,null,null,null,'CLOSED','CRANBRK',ST_GeomFromText('POINT(-115.7394516 49.5244351)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024771','COM reported a sow and three cubs coming daily to their property to eat off trees and try to get in the garbage. COM noted they keep their garbage bins at the side of the house',null,null,null,null,null,null,'2554 Patricia Ave, Port Coquitlam, BC',null,'2023-07-01 14:55:05','2023-07-01 14:55:05',null,'PDAYTON@idir','2023-07-04 14:21:40',null,null,null,null,'CLOSED','COQUITLM',ST_GeomFromText('POINT(-122.784369 49.2763311)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024772','Caller was told by his kids as they were playing in a nearby wooded area that they had seen a bear up there.',null,null,null,null,null,null,'34 Durant Dr, Coquitlam, BC',null,'2023-07-01 13:56:00','2023-07-01 14:56:12',null,'PROEMER@idir','2023-07-01 15:00:31',null,null,null,null,'CLOSED','COQUITLM',ST_GeomFromText('POINT(-122.8036129 49.28754)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024774','Caller reporting an aggressive black bear near the below noted location. Caller advised the bear came towards her and when she yelled at the bear it stood up and huffed at her. Caller noted the bear came towards her again but she was able to scare it off. Caller advised the bear got into a neighbors bbq a few days ago and charged at him. ',null,null,null,null,null,null,'1200 Alta Lake Rd, Whistler, BC',null,'2023-07-01 15:00:00','2023-07-01 15:09:09',null,'TDSCHUMA@idir','2023-07-01 15:50:49',null,null,null,null,'CLOSED','WHISTLER',ST_GeomFromText('POINT(-123.0074282 50.091642)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024778',' Caller reporting a food conditioned black bear at the below noted location. Caller advised the sow with 3 cubs attempted to get into his freezer on his porch. Caller noted the bear ripped all the insulation off the lid but it did not get inside. Caller advised the bear broke into it last week as well and has destroyed a few fences trying to climb over them. -',null,null,null,null,null,null,'2572 Patricia Ave, Port Coquitlam, BC',null,'2023-07-01 15:10:00','2023-07-01 15:18:58',null,'KSORENSE@idir','2023-07-01 15:23:03',null,null,null,null,'OPEN','PORTCOQ',ST_GeomFromText('POINT(-122.7851521 49.2763364)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024781','Caller let their dog out and it went crazy when seeing a bear sitting on the driveway. No aggressive behaviour, he left when the caller made noise.',null,null,null,null,null,null,'2112 Viewlynn Dr, District of North Vancouver, BC',null,'2023-07-01 16:01:43','2023-07-01 16:01:43',null,'SMCCREAD@idir','2023-07-01 16:06:40',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.0343148 49.3279566)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024782','Caller reports bear hanging about their home. dragged the neighbor''s garbage to our property to eat. Had eaten their garbage earlier in the day.',null,null,null,null,null,null,'6196 Rexford Dr, Chilliwack, BC',null,'2023-07-01 16:07:38','2023-07-01 16:07:38',null,'SMCCREAD@idir','2023-07-01 16:12:41',null,null,null,null,'OPEN','CHILLIWK',ST_GeomFromText('POINT(-121.9103147 49.1136106)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024783','Units 8 and 29 seem to have issues with securing their garbage and the bear gets into it consistently. They come around the other day, as his wife opened their front door a cub happened to be on the front porch and was startled and took off, the sow which had been behind their vehicle came charging at the wife who went inside and was hiding in the home thinking the sow was going to come inside looking for her. -He is hoping something can be done or is looking for advise on how to deal with them.',null,null,null,null,null,null,'28 - 3190 Toronto St, Port Coquitlam, BC',null,'2023-07-01 16:12:07','2023-07-01 16:12:07',null,'PROEMER@idir','2023-07-01 16:21:25',null,null,null,null,'OPEN','PORTCOQ',ST_GeomFromText('POINT(-122.7530296 49.2700773)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024784','Had a BB 30min. ago run down a neighbours driveway. Community page that a younger bear is becoming complacent, not sure getting into attractants. City hall had been going around on a bear aware campaign. Concerned for safety as there seems to be more bears this year everywhere. ',null,null,null,null,null,null,'34981 Douglas Ave, Mission, BC',null,'2023-07-01 16:12:58','2023-07-01 16:12:58',null,'COMILLER@idir','2023-07-01 16:19:54',null,null,null,null,'CLOSED','HATZIC',ST_GeomFromText('POINT(-122.2556612 49.1553458)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024785','Caller reports a sow and three cubs have been treed beside our home ',null,null,null,null,null,null,'3120 Coast Meridian Rd, Port Coquitlam, BC',null,'2023-07-01 16:22:55','2023-07-01 16:22:55',null,'PDAYTON@idir','2023-07-04 11:11:40',null,null,null,null,'CLOSED','PORTCOQ',ST_GeomFromText('POINT(-122.7547928 49.2686438)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024787','Caller reports large black bear on Blue Jay Elementary property.',null,null,null,null,null,null,'30995 Southern Dr, Abbotsford, BC',null,'2023-07-01 16:38:43','2023-07-01 16:38:43',null,'PDAYTON@idir','2023-07-13 14:12:50',null,null,null,null,'CLOSED','ABTFRD',ST_GeomFromText('POINT(-122.3669866 49.0579175)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024790','Caller reports seeing a bear run through the park.',null,null,null,null,null,null,'Lillooet Rd, District of North Vancouver, BC','Inter River Park','2023-07-01 16:52:42','2023-07-01 16:52:42',null,'SMCCREAD@idir','2023-07-01 16:57:29',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.0129452 49.3314707)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024791','Caller advises that a sow and cub is travelling from yard to yard over the fences and checking out the garbage bins.',null,null,null,null,null,null,'1574 Madore Ave, Coquitlam, BC',null,'2023-07-01 17:08:42','2023-07-01 17:08:42',null,'PDAYTON@idir','2023-07-04 14:21:19',null,null,null,null,'CLOSED','COQUITLM',ST_GeomFromText('POINT(-122.8488805 49.245838)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024792','Caller reports that at Daimler and highway 97 there is a large raptor which has become entangled in a wire and it keeps trying to fly while this wire is tangled around it talons',null,null,null,null,null,null,'Daimler Dr and Hwy 97, West Kelowna, BC',null,'2023-07-01 17:16:20','2023-07-01 17:16:20',null,'GSMALL@idir','2023-07-21 22:28:49',null,null,null,null,'CLOSED','WSTKELOW',ST_GeomFromText('POINT(-119.5953188 49.856264)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024793','Caller has a rattlesnake in the yard and is wondering what to do?',null,null,null,null,null,null,'950 Irving Pl, Kamloops, BC',null,'2023-07-01 17:19:27','2023-07-01 17:19:27',null,'KANEKOPP@idir','2023-07-02 12:27:52',null,null,null,null,'CLOSED','KAMLOOPS',ST_GeomFromText('POINT(-120.3596326 50.7423069)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024794','Caller reports a bear broke his fence to get at garbage and compost but both were locked and the bear was unsuccessful.',null,null,null,null,null,null,'3827 Liverpool St, Port Coquitlam, BC',null,'2023-07-01 17:22:04','2023-07-01 17:22:04',null,'PDAYTON@idir','2023-07-04 14:20:47',null,null,null,null,'CLOSED','PORTCOQ',ST_GeomFromText('POINT(-122.760663 49.2806133)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024795','Bobcat was spotted heading into a wooded area near the park at the address below. He did not get a real good look at it but is pretty sure it was a bobcat.',null,null,null,null,null,null,'38646 Buckley Ave, Squamish, BC',null,'2023-07-01 17:25:12','2023-07-01 17:25:12',null,'PROEMER@idir','2023-07-01 17:27:07',null,null,null,null,'CLOSED','SQUMISH',ST_GeomFromText('POINT(-123.1529316 49.7085204)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024797','Caller heard there were some COs in the area looking for a bear. -they have a bear dog and he has locked onto the swamp giving his bear bark -likely the bear is in the swamp due north of address',null,null,null,null,null,null,'20 Kokanee Ave, Kitimat, BC',null,'2023-07-01 17:33:05','2023-07-01 17:33:05',null,'MGEUZE@idir','2023-07-01 20:52:34',null,null,null,null,'CLOSED','KITIMAT',ST_GeomFromText('POINT(-128.6062569 54.0994609)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024798','COM is reporting that this morning at 0600 a black bear was accessing her organics bin. Advised the bin is locked. At the time of the call COM could observe a black bear and 3 cubs in a tree outside of her house. No aggressive behaviour reported. ',null,null,null,null,null,null,'3190 Toronto St, Port Coquitlam, BC',null,'2023-07-01 17:46:59','2023-07-01 17:46:59',null,'PDAYTON@idir','2023-07-04 14:20:06',null,null,null,null,'CLOSED','PORTCOQ',ST_GeomFromText('POINT(-122.7530296 49.2700773)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024799','COM is at a friends property at the noted location and is reporting an injured deer. Advised that it looks like the deer has been attacked by a bear. The deer has been on the property for the last couple of days. It has been observed moving and falling down. Has also been observed walking. Its injuries were described as severe gashes and lacerations with one measuring approximately 20 inches across its rear end. Deer is a doe. ',null,null,null,null,null,null,'4845 Heffley-Louis Creek Rd, Cahilty, BC',null,'2023-07-01 17:52:36','2023-07-01 17:52:36',null,'JCONNAT@idir','2023-07-02 09:08:25',null,null,null,null,'CLOSED','KAMLOOPS',ST_GeomFromText('POINT(-120.0232357 50.9457096)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024805','Caller heard some dogs going nuts outside and when they checked spotted a bear wandering past. She has never seen one in this are before and was quite surprised.',null,null,null,null,null,null,'30854 Sandpiper Dr, Abbotsford, BC',null,'2023-07-01 18:30:02','2023-07-01 18:30:02',null,'PROEMER@idir','2023-07-01 18:36:56',null,null,null,null,'CLOSED','ABTFRD',ST_GeomFromText('POINT(-122.3692541 49.0600766)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024806','Caller reports a Bear wandering through neighborhood and has now gone into the greenbelt that borders the neighborhood. No aggressive or destructive behaviours reported.',null,null,null,null,null,null,'30854 Sandpiper Dr, Abbotsford, BC',null,'2023-07-01 18:44:33','2023-07-01 18:44:33',null,'SMCCREAD@idir','2023-07-01 18:47:02',null,null,null,null,'CLOSED','ABTFRD',ST_GeomFromText('POINT(-122.3692541 49.0600766)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024808','Caller reports seeing a bear walking down the road, not aggressive, but wanted to report this sighting.',null,null,null,null,null,null,'1400 Chippendale Rd, West Vancouver, BC',null,'2023-07-01 18:58:14','2023-07-01 18:58:14',null,'SMCCREAD@idir','2023-07-01 19:00:43',null,null,null,null,'CLOSED','WSTVANCO',ST_GeomFromText('POINT(-123.1554732 49.3495128)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024809','COM advises there is abandon/orphan baby river otter in his backyard. The rest of them left earlier in the day with this one unable to navigate through the fence. It is hiding in his backyard at the moment. -****Requesting CO callback to organize local rehab/rescue.',null,null,null,null,null,null,'359 Chemainus Rd, Ladysmith, BC',null,'2023-07-01 18:59:10','2023-07-01 18:59:10',null,'MAWILSON@idir','2023-08-09 14:20:34',null,null,null,null,'CLOSED','LADYSMTH',ST_GeomFromText('POINT(-123.7951656 48.9736754)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024810','Caller reporting that two bears who have no fear of people were in his back yard. Took rock throwing and yelling constantly to get them to leave. ',null,null,null,null,null,null,'1366 Charter Hill Dr, Coquitlam, BC',null,'2023-07-01 19:24:46','2023-07-01 19:24:46',null,'PDAYTON@idir','2023-07-04 11:10:31',null,null,null,null,'CLOSED','COQUITLM',ST_GeomFromText('POINT(-122.8112612 49.2903989)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024813','Caller advises that there are three bears in his neighbours backyard presently having a good time. The neighbour is away presently. These animals have been in the area for some time now and wander all over the place and do not really scare off when together. One had been in his garage but he managed to scare it out where it met up with the others on the street. He has not seen a bigger bear with them and these are maybe 100 lb he thinks.',null,null,null,null,null,null,'2630 Turret Cres, Coquitlam, BC',null,'2023-07-01 19:54:41','2023-07-01 19:54:41',null,'PROEMER@idir','2023-07-01 19:59:09',null,null,null,null,'CLOSED','COQUITLM',ST_GeomFromText('POINT(-122.8125024 49.2896701)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024815','Caller reporting a bear has been around "4 days in a row" Caller wanted emphasis on that. Caller states the same bear has been breaking people''s fences and is a nuisance. Caller is concerned because their are children in the neighbourhood',null,null,null,null,null,null,'2908 Rosewood St, Port Coquitlam, BC',null,'2023-07-01 19:57:15','2023-07-01 19:57:15',null,'ASDUNCAN@idir','2023-07-01 19:59:54',null,null,null,null,'OPEN','PORTCOQ',ST_GeomFromText('POINT(-122.7544369 49.2656781)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024816','Camping in the Pine Pass, across from Campsite is an orphaned Moose Calf. Saw it mid-day by itself and advised that it walked into a little bush and bedded down. Calf is still on its own and it has been about 7 hours. COM is adamant that the Moose Calf is orphaned. Moose is on the SB side of the highway. ',null,null,null,null,null,null,'','15 km North of Cafe 97 on Hwy 97','2023-07-01 20:00:17','2023-07-01 20:00:17',null,'HIDESMAR@idir','2023-07-10 14:06:18',null,null,null,null,'CLOSED','MACKENZI',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024818','Caller reporting a black bear and her cub walking through the park at the below location. Advised it was just passing through.',null,null,null,null,null,null,'W Bench Dr, Penticton, BC',null,'2023-07-01 20:10:16','2023-07-01 20:10:16',null,'DDUFFY@idir','2023-07-01 20:12:51',null,null,null,null,'CLOSED','PENTICTN',ST_GeomFromText('POINT(-119.6304874 49.5023913)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024820','Grizzly Bear in Hirsch Creek Park overnight. ',null,null,null,null,null,null,'Kitimat, BC','Hirsch Creek campground','2023-07-01 20:20:38','2023-07-01 20:20:38',null,'ZTESTAWI@idir','2023-07-01 20:26:06',null,null,null,null,'CLOSED','KITIMAT',ST_GeomFromText('POINT(-128.6519444 54.0530556)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024821','Caller reporting three black bears walking around the area in and out of people driveways.',null,null,null,null,null,null,'Turret Cres, Coquitlam, BC',null,'2023-07-01 20:29:40','2023-07-01 20:29:40',null,'DDUFFY@idir','2023-07-01 20:31:26',null,null,null,null,'CLOSED','COQUITLM',ST_GeomFromText('POINT(-122.8123374 49.2897307)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024822','Caller advises that a smallish bear came into the yard and destroyed the structure he had for placing the garbage bins inside and has dragged some bags off to the other side of the fence. He is still there.',null,null,null,null,null,null,'417 Centennial Dr, Mackenzie, BC',null,'2023-07-01 20:46:20','2023-07-01 20:46:20',null,'HIDESMAR@idir','2023-07-09 13:42:35',null,null,null,null,'CLOSED','MACKENZI',ST_GeomFromText('POINT(-123.0802612 55.326722)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024823','Caller is away and reporting a bear in his backyard. Caller is away and was informed by his neighbour. Caller could not determine if the bear was getting into anything.',null,null,null,null,null,null,'3184 Blue Jay St, Abbotsford, BC',null,'2023-07-01 20:56:38','2023-07-01 20:56:38',null,'ASDUNCAN@idir','2023-07-01 20:58:06',null,null,null,null,'CLOSED','ABTFRD',ST_GeomFromText('POINT(-122.3701378 49.0601515)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024824','Caller reporting a bear getting into a dumpster behind the hostel',null,null,null,null,null,null,'475 Guildford Way, Port Moody, BC','EAGLE RIDGE HOSTEL','2023-07-01 21:09:09','2023-07-01 21:09:09',null,'PDAYTON@idir','2023-07-04 14:19:34',null,null,null,null,'CLOSED','PORTMDY',ST_GeomFromText('POINT(-122.8241855 49.2851675)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024825','Caller advises that there is a bear attempting to get into their garbage can. It is strapped closed and they are attempting to scare it away',null,null,null,null,null,null,'411 Centennial Dr, Mackenzie, BC',null,'2023-07-01 21:15:32','2023-07-01 21:15:32',null,'HIDESMAR@idir','2023-07-09 13:44:57',null,null,null,null,'CLOSED','MACKENZI',ST_GeomFromText('POINT(-123.0794664 55.3269992)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024829','Caller reporting a two black bears eating the neighbor''s garbage advised this has happened twice now this week.',null,null,null,null,null,null,'1446 Rhine Cres, Port Coquitlam, BC',null,'2023-07-01 21:24:11','2023-07-01 21:24:11',null,'DDUFFY@idir','2023-07-01 21:26:14',null,null,null,null,'OPEN','PORTCOQ',ST_GeomFromText('POINT(-122.7548317 49.2643566)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024830','Sow and cubs are walking through the area again.',null,null,null,null,null,null,'Nelson Way and University Dr, Burnaby, BC',null,'2023-07-01 21:30:10','2023-07-01 21:30:10',null,'KWINTERS@idir','2023-07-03 21:26:30',null,null,null,null,'CLOSED','BURNBY',ST_GeomFromText('POINT(-122.9095839 49.2735201)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024831','COM is reporting a black bear accessing their garbage bins. Thinks it is the same bear reported this morning. Eating garbage out of the bin right now. Bin is secured by bungee cords. ',null,null,null,null,null,null,'57 Finlay Forks Cres, Mackenzie, BC',null,'2023-07-01 21:30:31','2023-07-01 21:30:31',null,'HIDESMAR@idir','2023-07-09 13:47:52',null,null,null,null,'CLOSED','MACKENZI',ST_GeomFromText('POINT(-123.0801713 55.3296967)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024833','COM is reporting that she owns a condo at the noted location and was advised by renters that there is a bear outside looking through the window. No attempts at entry by the bear, no food conditioned behaviour and no aggressive behaviour reported. Ops Officer advised COM or the renters to call RAPP if the bear''s behaviour changes. ',null,null,null,null,null,null,'4644 Blackcomb Way, Whistler, BC',null,'2023-07-01 21:39:28','2023-07-01 21:39:28',null,'IPAVLOVI@IDIR','2023-07-01 21:42:56',null,null,null,null,'CLOSED','WHISTLER',ST_GeomFromText('POINT(-122.9384879 50.1212273)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024834','COM is reporting a black bear running between homes in COM neighbourhood. No food conditioned or aggressive behaviour. ',null,null,null,null,null,null,'7037 Clarkson Pl, Sooke, BC',null,'2023-07-01 21:54:40','2023-07-01 21:54:40',null,'IPAVLOVI@IDIR','2023-07-01 21:56:06',null,null,null,null,'CLOSED','SOOKE',ST_GeomFromText('POINT(-123.7439489 48.3832789)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024835','There is a bear in their neighbourhood where the large Canada Day parade is taking place. Advised that it is coming up to people and dogs and is unafraid. No aggressive behaviour reported. No food conditioned behaviour reported but COM suspects it is being attracted by food and BBQs in the area. -',null,null,null,null,null,null,'1336 Pitt River Rd, Port Coquitlam, BC',null,'2023-07-01 22:01:55','2023-07-01 22:01:55',null,'IPAVLOVI@IDIR','2023-07-01 22:05:42',null,null,null,null,'CLOSED','PORTCOQ',ST_GeomFromText('POINT(-122.7723212 49.2385285)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024837','Saw a grizzly bear in Hyde Park - 49.282311,-122.742336 at 6.45pm. It was chill, just munching dandelions and having a good old scratch. It was ignoring all people near by. 1 grizzly bear. Have photo/videos of it. Corinne Tighe, 784 Millbank Vancouver, 403-401-9475. - -*Emailed only due to time delay',null,null,null,null,null,null,'','HYDE PARK','2023-07-01 22:07:33','2023-07-01 22:07:33',null,'EVEROBER@idir','2023-07-04 13:55:02',null,null,null,null,'OPEN','PORTCOQ',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024838','Caller reporting a bear in her backyard. Caller''s neighbour did not want her to phone in so she''d like to remain anonymous ',null,null,null,null,null,null,'1779 Dorset Ave, Port Coquitlam, BC',null,'2023-07-01 22:13:16','2023-07-01 22:13:16',null,'ASDUNCAN@idir','2023-07-01 22:30:32',null,null,null,null,'CLOSED','PORTCOQ',ST_GeomFromText('POINT(-122.7636739 49.2739107)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024840','A bear is wondering onto the property of the hotel and digging through the garbage bins. Caller is concerned as it''s coming to close to vehicles and people.',null,null,null,null,null,null,'635 Dadook St, Kitimat, BC','MICROTEL BY WYNDHAM','2023-07-01 22:26:13','2023-07-01 22:26:13',null,'MGEUZE@idir','2023-07-05 14:56:32',null,null,null,null,'CLOSED','KITIMAT',ST_GeomFromText('POINT(-128.6690672 54.0564649)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024841','Caller reporting a black bear crossing the road noted below.',null,null,null,null,null,null,'6045 Trent Dr, Prince George, BC',null,'2023-07-01 22:34:46','2023-07-01 22:34:46',null,'DDUFFY@idir','2023-07-01 22:36:41',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7634128 53.866045)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024842','Caller came out of Walmart and once again the cougar is nearby and he is getting quite scared by this activity as it has been going on for several days now. It has shown up at his home and when he has come out of various other stores it seems to be stalking him, it followed him all the way home the other day from the Tim Hortons.',null,null,null,null,null,null,'1477 Island Hwy, Campbell River, BC','Walmart','2023-07-01 22:45:25','2023-07-01 22:45:25',null,'CHAMLYN@idir','2023-07-09 10:00:39',null,null,null,null,'CLOSED','CMBLRV',ST_GeomFromText('POINT(-125.260868 50.0326112)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024843','COM is campus security and is reporting a bear on campus near the Kimberly Townhouses. Advised the bear was attempting to access garbage bins. - ',null,null,null,null,null,null,'Simon Fraser University ',null,'2023-07-01 23:03:20','2023-07-01 23:03:20',null,'TDSCHUMA@idir','2023-07-02 17:00:44',null,null,null,null,'CLOSED','BURNBY',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024844','COM is reporting he was driving by Hyde Creek nature reserve while Canada Day fireworks were going off. A bear ran out of the nature reserve and was struck by COM vehicle. Advised the bear ran back into the nature reserve after the collision. ',null,null,null,null,null,null,'Close Meridian ','Hyde Creek Nature Reserve','2023-07-01 23:05:02','2023-07-01 23:05:02',null,'IPAVLOVI@IDIR','2023-07-01 23:11:51',null,null,null,null,'OPEN','COQUITLM',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024845','COM is reporting seeing a bear for the second time in their neighbourhood. Advised the first time they saw the bear it growled and was standing on its hind legs. No human contact. No food conditioned behaviour reported. ',null,null,null,null,null,null,'634 E Kings Rd, District of North Vancouver, BC',null,'2023-07-01 23:07:52','2023-07-01 23:07:52',null,'IPAVLOVI@IDIR','2023-07-01 23:12:43',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.059755 49.3376675)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024846','Report passed down from RCMP. Caller reporting a bear charged her neighbour when they were trying to shoo it away. It was tossing their locked garbage can around. It is not currently on site. Caller also saw it at 0430 this morning. Incident occurred in the past 20 minutes. ',null,null,null,null,null,null,'49 Finlay Forks Cres, Mackenzie, BC',null,'2023-07-01 23:08:12','2023-07-01 23:08:12',null,'HIDESMAR@idir','2023-07-10 14:21:18',null,null,null,null,'CLOSED','MACKENZI',ST_GeomFromText('POINT(-123.0814477 55.3295383)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024847','bears in the community for 3 hours on July 2. -break locked gabage can ',null,null,null,null,null,null,'Rhine Cres, Port Coquitlam, BC',null,'2023-07-02 00:27:07','2023-07-02 00:27:07',null,'PDAYTON@idir','2023-07-04 14:18:45',null,null,null,null,'CLOSED','PORTCOQ',ST_GeomFromText('POINT(-122.753704 49.2634667)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024848','Caller reporting a black bear that has come back several times a week going after compost and garbages. Advised the garbages and compost are locked up but bears keep breaking into them. Advised the black bears are in the front yard currently eating their garage. ***COM requesting a CO callback***',null,null,null,null,null,null,'2857 Banbury Ave, Coquitlam, BC',null,'2023-07-02 00:28:48','2023-07-02 00:28:48',null,'PDAYTON@idir','2023-07-04 14:18:13',null,null,null,null,'CLOSED','COQUITLM',ST_GeomFromText('POINT(-122.804608 49.2885897)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024849','RCMP officer advises that he was approached by a citizen that advised him that they saw 2 cougars running by at the noted location. No aggressive behaviour reported. Emailing due to sighting. ',null,null,null,null,null,null,'Island Hwy E and Plummer Rd, Parksville, BC',null,'2023-07-02 02:12:40','2023-07-02 02:12:40',null,'MAWILSON@idir','2023-07-07 16:09:23',null,null,null,null,'CLOSED','PARKSVLE',ST_GeomFromText('POINT(-124.2803461 49.3154526)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024850','Caller reporting a bear was on the property getting into garbages. Caller has 5-6 cabins',null,null,null,null,null,null,'3794 Novotny St, Thornhill, BC',null,'2023-07-02 04:55:08','2023-07-02 04:55:08',null,'MGEUZE@idir','2023-07-05 14:12:43',null,null,null,null,'CLOSED','TERRACE',ST_GeomFromText('POINT(-128.5257387 54.5267792)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024851','Caller reporting a deer on the shoulder that needs to be dispatched -FJ23-6696',null,null,null,null,null,null,'Hwy 97 and Johnson Rd and Pingel Creek Rd, South Taylor, BC','ON THE SHOULDER - SB','2023-07-02 05:31:09','2023-07-02 05:31:09',null,'ASDUNCAN@idir','2023-07-02 05:47:11',null,null,null,null,'OPEN','FTSTJOHN',ST_GeomFromText('POINT(-120.6615895 56.1254644)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024853','Caller reporting there is a bear in a trap on Carnell',null,null,null,null,null,null,'553 Carnell St, Fort St. James, BC',null,'2023-07-02 05:55:02','2023-07-02 05:55:02',null,'JPALM@idir','2023-07-05 10:40:37',null,null,null,null,'CLOSED','FTSTJAME',ST_GeomFromText('POINT(-124.2489157 54.4476623)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024854','Caller reporting a bear eating tree branches. Caller could not scare him off',null,null,null,null,null,null,'Ioco Rd, Port Moody, BC','IFO WHITE HERITAGE STORE - NEAR KICKING HORSE','2023-07-02 05:58:57','2023-07-02 05:58:57',null,'ASDUNCAN@idir','2023-07-02 06:00:16',null,null,null,null,'OPEN','PORTMDY',ST_GeomFromText('POINT(-122.8517424 49.2922851)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024856','Reporting a BB was seen wandering through callers yard for the 2nd day in a row. Caller states there was no ATB observed. All attractants are secured but is worried about her 2 dogs. ',null,null,null,null,null,null,'1253 Johnson St, Coquitlam, BC',null,'2023-07-02 06:46:43','2023-07-02 06:46:43',null,'DDAVIS@idir','2023-07-02 06:51:11',null,null,null,null,'CLOSED','COQUITLM',ST_GeomFromText('POINT(-122.8010818 49.2880888)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024857','Caller reporting a cougar sighting at the below noted location in a residential area. Caller advised the cougar was caught on their security camera walking through their backyard this morning at 02:30. -***Emailed only because of time delay.*** -',null,null,null,null,null,null,'170 Manor Dr, Comox, BC',null,'2023-07-02 02:30:00','2023-07-02 07:28:27',null,'MAWILSON@idir','2023-07-04 10:56:21',null,null,null,null,'CLOSED','COMOX',ST_GeomFromText('POINT(-124.9445034 49.67359)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024859','Advises that there is a moose caught between the wildlife fence in the neighbours back yard. The moose is pacing and looks very stressed out.',null,null,null,null,null,null,'1051 Chief Louis Way, Kamloops IR No 1, BC',null,'2023-07-02 07:39:26','2023-07-02 07:39:26',null,'KANEKOPP@idir','2023-07-02 10:36:32',null,null,null,null,'CLOSED','KAMLOOPS',ST_GeomFromText('POINT(-120.3240588 50.703908)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024860','West Vancouver Police received a report of a black bear that broke the window of a greenhouse at the below noted location. Caller advised the bear broke in to the greenhouse to get their garbage which had chicken bones in it. Caller noted the bear then headed north east on St. Andrews Rd towards the mountain. ',null,null,null,null,null,null,'586 St. Andrews Rd, West Vancouver, BC',null,'2023-07-02 07:15:00','2023-07-02 07:56:49',null,'TDSCHUMA@idir','2023-07-02 16:57:43',null,null,null,null,'CLOSED','WSTVANCO',ST_GeomFromText('POINT(-123.1289861 49.3603701)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024861','Caller saw an injured elk off in the distance. Caller refused to give her name to the RCMP. -',null,null,null,null,null,null,'','2 km to the east towards Cranbrook from the intersection of meadow creek road and highway 3 and 95','2023-07-02 08:04:40','2023-07-02 08:04:40',null,'BDAY@idir','2023-07-02 13:11:14',null,null,null,null,'CLOSED','CRESTON',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024862','COM reported a doe that was put down yesterday, now there are two fawns in their yard laying by the fence that were crying all night. ',null,null,null,null,null,null,'2947 Partridge Dr, Penticton, BC',null,'2023-07-02 08:06:08','2023-07-02 08:06:08',null,'DAVCOX@idir','2023-07-02 12:10:21',null,null,null,null,'CLOSED','PENTICTN',ST_GeomFromText('POINT(-119.5613644 49.465347)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024865','Advises that a bear is walking around the neighbourhood.',null,null,null,null,null,null,'6014 Eagleridge Dr, West Vancouver, BC',null,'2023-07-02 08:18:03','2023-07-02 08:18:03',null,'CDOYLEWA@idir','2023-07-02 08:19:45',null,null,null,null,'CLOSED','WSTVANCO',ST_GeomFromText('POINT(-123.2763741 49.358165)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024868','Advises that they are responding to a Grizzly bear getting into some garbage at the campground.',null,null,null,null,null,null,'','Hirsch Creek Campground, off of highway 37','2023-07-02 08:34:30','2023-07-02 08:34:30',null,'MGEUZE@idir','2023-07-05 12:43:49',null,null,null,null,'CLOSED','KITIMAT',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024872','Caller reporting a black bear sighting near the below noted location. Caller advised the bear came out of the bushes and walked down the street. ',null,null,null,null,null,null,'Elbow Pl, Port Coquitlam, BC',null,'2023-07-02 08:40:00','2023-07-02 08:45:34',null,'KSORENSE@idir','2023-07-02 08:48:05',null,null,null,null,'CLOSED','PORTCOQ',ST_GeomFromText('POINT(-122.7396311 49.2659218)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024875','Advises that a bear is getting into someone''s garbage.',null,null,null,null,null,null,'St. John Cres and St. Lawrence Ave and St. Mary Cres, Prince George, BC',null,'2023-07-02 08:53:41','2023-07-02 08:53:41',null,'HIDESMAR@idir','2023-07-17 14:34:30',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7755604 53.8556218)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024876','They have a bear problem, last week toppled garbage twice and now yesterday and today as well. Organic material in the blue bin. Lives in a strata and not much they can do about it. Not sure if strata is aware of the bear getting into attractants.',null,null,null,null,null,null,'195 Mary St, Port Moody, BC',null,'2023-07-02 08:59:53','2023-07-02 08:59:53',null,'PDAYTON@idir','2023-07-04 14:17:46',null,null,null,null,'CLOSED','PORTMDY',ST_GeomFromText('POINT(-122.8552189 49.2749234)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024877','Advises that there is an injured fox dragging its back end.',null,null,null,null,null,null,'10741 10 St, Dawson Creek, BC',null,'2023-07-02 09:08:10','2023-07-02 09:08:10',null,'CDOYLEWA@idir','2023-07-02 09:17:00',null,null,null,null,'OPEN','DAWSONCR',ST_GeomFromText('POINT(-120.2373398 55.7528977)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024878','Caller reporting an elk that needs to be dispatched near the below noted location. Caller advised the elk''s back end is broken. ',null,null,null,null,null,null,'Hwy 3, Moyie, BC','Near Ryan between Moyie and yahk. ','2023-07-02 09:13:23','2023-07-02 09:13:23',null,'JRISTO@idir','2023-07-03 12:56:50',null,null,null,null,'CLOSED','MOYIE',ST_GeomFromText('POINT(-115.8893847 49.233936)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024879','COM was told by some pedestrians walking around that there is a large bear at the park.',null,null,null,null,null,null,'110 5th St, Castlegar, BC','Pavilion left hand side by the river','2023-07-02 09:16:03','2023-07-02 09:16:03',null,'MSOUCY@idir','2023-07-04 07:33:03',null,null,null,null,'CLOSED','CSTLGR',ST_GeomFromText('POINT(-117.6538478 49.3187588)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024881','Reporting that while girlfriend was walking 2 large dogs this morning at 0450am on a nearby trail close to residence, a BB ran up the bank toward her and got with in 5 feet of her. Caller states that his girlfriend was unable to hold onto the 2 large dogs who ran the BB off. Girlfriend was able to call the dogs back without incident. Caller believes it''s the same BB that COs had set a trap for a couple of months ago on his property. Caller is hoping to speak to a CO regarding resetting trap to try and catch this BB. - -',null,null,null,null,null,null,'1680 81st Ave, Grand Forks, BC',null,'2023-07-02 09:24:10','2023-07-02 09:24:10',null,'DAVCOX@idir','2023-07-04 10:06:41',null,null,null,null,'CLOSED','GRANDFOR',ST_GeomFromText('POINT(-118.4579934 49.0358838)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024882','Caller reporting a cougar sighting near the below noted location. Caller advised the cougar was spotted on the road and headed towards the rec trail. Caller noted there are lot''s of people out walking with their dogs. ',null,null,null,null,null,null,'Iron River Rd, Campbell River, BC','Snowden Rec trail ','2023-07-02 09:20:00','2023-07-02 09:33:54',null,'CHAMLYN@idir','2023-07-02 11:29:29',null,null,null,null,'CLOSED','CMBLRV',ST_GeomFromText('POINT(-125.2219795 49.8988073)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024888','Caller reports since 1700 yesterday here is a bear that seems unwell/injured in my yard. Is hyperventilating and limping around. For hours has just been laying in the same spot. ',null,null,null,null,null,null,'3720 Hoskins Rd, District of North Vancouver, BC',null,'2023-07-02 10:08:44','2023-07-02 10:08:44',null,'BMUELLER@idir','2023-07-10 11:58:32',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.0282227 49.3437854)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024892','Caller reported bear has broken into their shed to get at the compost and garbage. This repeatedly happens despite measures taken (locks etc)',null,null,null,null,null,null,'5550 Marine Dr, West Vancouver, BC',null,'2023-07-02 10:39:13','2023-07-02 10:39:13',null,'TDSCHUMA@idir','2023-07-02 17:15:08',null,null,null,null,'CLOSED','WSTVANCO',ST_GeomFromText('POINT(-123.2610298 49.3522932)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024893','Caller reporting a sighting of a black bear near the below noted location. Caller advised they were riding their bikes and the bear walked out in front of them. Caller noted her husband yelled at the bear and it took off. Caller advised the bear has been in the area for a month. -',null,null,null,null,null,null,'123 Ave and Greenwell St, Maple Ridge, BC',null,'2023-07-02 09:45:00','2023-07-02 10:42:41',null,'KSORENSE@idir','2023-07-02 10:47:22',null,null,null,null,'CLOSED','MAPLERID',ST_GeomFromText('POINT(-122.58899 49.2263832)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024897','COM reported a fawn limping on both right legs at the given address. There was a doe around and a larger fawn is also present. ',null,null,null,null,null,null,'4575 Horak Rd, Kelowna, BC',null,'2023-07-02 11:00:00','2023-07-02 11:00:00',null,'HGOOLIAF@idir','2023-07-04 09:53:57',null,null,null,null,'CLOSED','KELOWNA',ST_GeomFromText('POINT(-119.4812586 49.8167388)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024900','Advises that there was a bear walking around last night getting into the garbage bins. - -*Caller said she didn''t want to leave a call back number, but ECC copied down the number that came up on caller ID - 250-775-0085',null,null,null,null,null,null,'5609 Birch Dr, Fort Nelson, BC',null,'2023-07-02 11:14:41','2023-07-02 11:14:41',null,'JCLANCY@idir','2023-07-04 13:00:08',null,null,null,null,'OPEN','FTNELSON',ST_GeomFromText('POINT(-122.7104557 58.8132132)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024903','Advises that they have a Cherry orchard and the bears are coming around and getting into the trees and breaking the branches. They will have lots of people showing up over the next few days to pick the cherries.',null,null,null,null,null,null,'2191 60 Ave NE, Salmon Arm, BC',null,'2023-07-02 11:18:57','2023-07-02 11:18:57',null,'CDOYLEWA@idir','2023-07-02 11:20:26',null,null,null,null,'OPEN','SALMARM',ST_GeomFromText('POINT(-119.259887 50.7453955)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024904','COM reported a juvenile BB that walked through the complex. ',null,null,null,null,null,null,'UNIT 49 -- 53480 Bridal Falls Rd, Popkum, BC',null,'2023-07-02 11:21:57','2023-07-02 11:21:57',null,'DTALEVSK@idir','2023-07-02 11:24:52',null,null,null,null,'CLOSED','ROSEDALE',ST_GeomFromText('POINT(-121.7492583 49.1831824)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024907','Reporting a deer sitting under a large tree in the front yard of a neighbours yard (see address below). Caller states that it''s a gated community for seniors and she was told that there would be no deer. She has no concern other than how the deer may be able to get out. ',null,null,null,null,null,null,'UNIT 17 -- 1201 Cameron Ave, Kelowna, BC',null,'2023-07-02 11:25:48','2023-07-02 11:25:48',null,'DDAVIS@idir','2023-07-02 11:31:00',null,null,null,null,'CLOSED','KELOWNA',ST_GeomFromText('POINT(-119.4740258 49.869434)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024908','Little Mittens received a report of a fawn crying, going up to people for the past two days. Caller asked for a report number as they have a rescuer who can get the fawn. ',null,null,null,null,null,null,'5608 Winlaw Bridge Rd, Winlaw, BC',null,'2023-07-02 11:26:28','2023-07-02 11:26:28',null,'MSOUCY@idir','2023-07-04 07:36:17',null,null,null,null,'CLOSED','WINLAW',ST_GeomFromText('POINT(-117.5666538 49.6128101)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024922','COM reported there were two BBs at a playground that walked off. The BBs come about once a week and walk to a creek. -** Emailed due to time delay. ',null,null,null,null,null,null,'','Doodney trunk and St John''s ','2023-07-02 12:19:20','2023-07-02 12:19:20',null,'PDAYTON@idir','2023-07-04 13:07:37',null,null,null,null,'CLOSED','PORTMDY',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024926','Advises that there is a deer laying in the north bound land that has been hit by a vehicle.',null,null,null,null,null,null,'','between Summerland and Peachland, but closer to Peachland, near antlers beach','2023-07-02 12:31:22','2023-07-02 12:31:22',null,'DAVCOX@idir','2023-07-04 10:25:47',null,null,null,null,'CLOSED','PEACHLND',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024935','Caller from the Chase golf course has a couple of young bears that have been hanging around and do not seem to be at all afraid of people. They havent been getting into garbage cans yet, but are very familiar with people. - -Caller would like a call back to discuss what the best practices are going forward.',null,null,null,null,null,null,'1663 Little Shuswap Lake Rd W, Lee Creek, BC',null,'2023-07-02 13:09:15','2023-07-02 13:09:15',null,'KANEKOPP@idir','2023-07-04 12:49:42',null,null,null,null,'CLOSED','CHSE',ST_GeomFromText('POINT(-119.6157693 50.8756891)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024938','Caller reporting that a black bear went into his backyard with his 4 kids and dog. Caller advised the dog ran after it and the bear swiped at the dog and scratched it''s head. Caller noted they were able to scare the bear off. Caller advised this bear is in the area everyday and they have their garbages locked up. - -',null,null,null,null,null,null,'937 Osprey Pl, Port Coquitlam, BC',null,'2023-07-02 13:05:00','2023-07-02 13:15:28',null,'KSORENSE@idir','2023-07-02 13:20:45',null,null,null,null,'OPEN','PORTCOQ',ST_GeomFromText('POINT(-122.7404179 49.2723639)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024939','Caller reports a bear cub wandering around without any sow in sight. Just went into creek beside property. Second time in the past few day that caller has seen it walking alone.',null,null,null,null,null,null,'1327 Winslow Ave, Coquitlam, BC',null,'2023-07-02 13:23:37','2023-07-02 13:23:37',null,'EVEROBER@idir','2023-07-10 11:06:30',null,null,null,null,'OPEN','COQUITLM',ST_GeomFromText('POINT(-122.8556347 49.2541972)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024940','Advises that a bear walked through his yard.',null,null,null,null,null,null,'1401 Winslow Ave, Coquitlam, BC',null,'2023-07-02 13:23:59','2023-07-02 13:23:59',null,'CDOYLEWA@idir','2023-07-02 13:24:58',null,null,null,null,'CLOSED','COQUITLM',ST_GeomFromText('POINT(-122.8553462 49.2541978)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024941','Bears walking through the neighbourhood knocking over garbage cans for a while. Getting a bit alarming, just had BB walk down the street pass their house into ravine no attractants or aggression, getting more frequent.',null,null,null,null,null,null,'35927 Sundew Pl, Abbotsford, BC',null,'2023-07-02 13:26:15','2023-07-02 13:26:15',null,'COMILLER@idir','2023-07-02 13:30:06',null,null,null,null,'CLOSED','ABTFRD',ST_GeomFromText('POINT(-122.2288929 49.0474666)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024942','Caller reporting an injured fawn near the below noted location. Caller advised the fawn looks like it was attacked by a coyote. Caller noted the fawn has chew marks on it''s legs and blood on it''s nose. Caller advised there is no doe in sight and the fawn is laying under a tree in the shade. ',null,null,null,null,null,null,'Westside Rd, West Kelowna, BC','Okanagan lake resort - down the hill by the beach ','2023-07-02 13:30:03','2023-07-02 13:30:03',null,'KSORENSE@idir','2023-07-02 13:35:28',null,null,null,null,'OPEN','WSTKELOW',ST_GeomFromText('POINT(-119.5374253 49.9044871)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024944','Advises that there is a bear walking around.',null,null,null,null,null,null,'Como Lake Ave, Coquitlam, BC',null,'2023-07-02 13:48:10','2023-07-02 13:48:10',null,'CDOYLEWA@idir','2023-07-02 13:49:03',null,null,null,null,'CLOSED','COQUITLM',ST_GeomFromText('POINT(-122.8437991 49.2633884)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024945','Caller reports a Bear and cub came on to property and killed a chicken. Bear was unafraid and had to be shot at with a pellet gun before it left. - -Please callback',null,null,null,null,null,null,'27789 110 Ave, Maple Ridge, BC',null,'2023-07-02 14:04:39','2023-07-02 14:04:39',null,'COMILLER@idir','2023-07-02 15:32:42',null,null,null,null,'OPEN','MAPLERID',ST_GeomFromText('POINT(-122.4521082 49.2024311)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024946','Caller reporting a food conditioned black bear near the below noted location. Caller advised the bear comes into the neighborhood several times a day. Caller noted last night he tore apart their garbage and today it almost destroyed their fence going after a saskatoon berry bush. - -',null,null,null,null,null,null,'1039 Stewart Rd, Vanderhoof, BC',null,'2023-07-02 13:00:00','2023-07-02 14:06:03',null,'BKNIBBS@idir','2023-07-06 09:01:31',null,null,null,null,'CLOSED','VANDERHF',ST_GeomFromText('POINT(-124.2047206 54.0258554)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024947','COM advised they have struck and killed a moose at the noted location. -They are hoping COS can attend, as there is now an orphans calf wandering the area. ',null,null,null,null,null,null,'','West side of Hwy 97 - North of 42 Mile Creek Sign','2023-07-02 14:08:28','2023-07-02 14:08:28',null,'HIDESMAR@idir','2023-07-17 16:38:15',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024948','Caller reports a bear walking down the street with cub, took off into the green space. Not Aggressive but just wanted to report it.',null,null,null,null,null,null,'35917 Sundew Pl, Abbotsford, BC',null,'2023-07-02 14:16:37','2023-07-02 14:16:37',null,'SMCCREAD@idir','2023-07-02 14:19:27',null,null,null,null,'CLOSED','ABTFRD',ST_GeomFromText('POINT(-122.229147 49.0475386)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024950','Advises that someone has a BBQ fire started up at the park and there is a bear heading in the direction.',null,null,null,null,null,null,'','Minnekhada Regional Park; lower knoll lookout','2023-07-02 14:25:40','2023-07-02 14:25:40',null,'PDAYTON@idir','2023-07-13 13:47:21',null,null,null,null,'CLOSED','COQUITLM',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024953','Bear on street, gone now.',null,null,null,null,null,null,'Quinton Pl, District of North Vancouver, BC',null,'2023-07-02 14:38:22','2023-07-02 14:38:22',null,'COMILLER@idir','2023-07-02 14:40:11',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.1002292 49.3500012)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024955','Reporting a BB that has been getting into neighbours garbage / compost for the past few weeks. Caller states they have attempted to speak to the neighbour without success. Caller does not want her name provided to the neighbour but would like someone to go speak to them. Caller will also contact bylaw on Tuesday as well. -',null,null,null,null,null,null,'77 Desswood Pl, West Vancouver, BC','74 Desswod Pl - West Vancouver, BC ','2023-07-02 14:39:26','2023-07-02 14:39:26',null,'TDSCHUMA@idir','2023-07-02 16:53:22',null,null,null,null,'CLOSED','WSTVANCO',ST_GeomFromText('POINT(-123.1219368 49.3644502)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024959','Caller reporting an aggressive black bear at the below noted location. Caller advised there were multiple families having barbeques and the bear came towards one family. Caller noted one person tried to scare the bear off but it started lunging at people and they all left. Caller advised the bear then ate all the food. - -',null,null,null,null,null,null,'700 Gatensbury St, Coquitlam, BC','Como Lake Park ','2023-07-02 14:30:00','2023-07-02 14:52:37',null,'EVEROBER@idir','2023-07-09 11:59:55',null,null,null,null,'OPEN','COQUITLM',ST_GeomFromText('POINT(-122.8563426 49.2598512)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024964','Saw a bear yesterday night, always pass around 10-11pm.',null,null,null,null,null,null,'751 Kenwood Rd, West Vancouver, BC',null,'2023-07-02 15:00:18','2023-07-02 15:00:18',null,'COMILLER@idir','2023-07-02 15:03:36',null,null,null,null,'CLOSED','WSTVANCO',ST_GeomFromText('POINT(-123.1314773 49.3549051)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024966','Live in a residential area, sighting of BB and cub. Neighbours compost, they put clips on it, not sure if it is getting into it since clips put on it.',null,null,null,null,null,null,'35997 Sundew Pl, Abbotsford, BC',null,'2023-07-02 15:06:17','2023-07-02 15:06:17',null,'COMILLER@idir','2023-07-02 15:09:32',null,null,null,null,'OPEN','ABTFRD',ST_GeomFromText('POINT(-122.2267485 49.0469134)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024967','Camper reported 10min. ago that the residential bear was at their campsite at 6-7am this morning.',null,null,null,null,null,null,'','Chilliwack Lake Provincial Park','2023-07-02 06:00:00','2023-07-02 15:12:27',null,'COMILLER@idir','2023-07-02 15:15:11',null,null,null,null,'CLOSED','CHILLIWK',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024975','Advises that the Canadian geese are acting weird. They are itching a lot and diving into the water. Caller is worried that someone dumped something in the water.',null,null,null,null,null,null,'','The Lagoons off of sunset drive','2023-07-02 15:57:35','2023-07-02 15:57:35',null,'HGOOLIAF@idir','2023-07-06 14:21:48',null,null,null,null,'CLOSED','KELOWNA',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024979','Caller reporting an injured deer near the below noted location. Caller advised the deer appeared to have an injured front leg and was limping. Caller noted the deer looked like it was close to collapsing but was still mobile. ',null,null,null,null,null,null,'1422 Newport Ave, Oak Bay, BC',null,'2023-07-02 15:57:00','2023-07-02 16:02:55',null,'MAWILSON@idir','2023-07-04 15:34:40',null,null,null,null,'CLOSED','OAKBAY',ST_GeomFromText('POINT(-123.3094281 48.4256643)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024982','Caller reports a single bear wandering into neighbors yards.',null,null,null,null,null,null,'1507 Kilmer Pl, District of North Vancouver, BC',null,'2023-07-02 16:13:36','2023-07-02 16:13:36',null,'SMCCREAD@idir','2023-07-02 16:15:17',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.0314299 49.3452786)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024984','Caller reports there is a young buck which has been injured walking between her home and one across the Street.',null,null,null,null,null,null,'3936 Gordon Head Rd, Saanich, BC',null,'2023-07-02 16:36:45','2023-07-02 16:36:45',null,'MAWILSON@idir','2023-07-04 15:35:35',null,null,null,null,'CLOSED','VICTORIA',ST_GeomFromText('POINT(-123.3213461 48.4680779)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024986','Reporting a large bb getting into garbage near the noted location.',null,null,null,null,null,null,'Burrill Ave, District of North Vancouver, BC',null,'2023-07-02 16:38:52','2023-07-02 16:38:52',null,'TDSCHUMA@idir','2023-07-02 16:46:24',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.026158 49.3435116)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024987','Caller reporting a black bear in the street noted below. Advised that the bear had a bag of garbage in its paws and was eating it. Advised the black bear was coming from the ravine across from the location noted below and started wondering down the street. COM lost site of the bear and is not sure where the bear is now. ',null,null,null,null,null,null,'1533 Burrill Ave, District of North Vancouver, BC',null,'2023-07-02 16:39:10','2023-07-02 16:39:10',null,'TDSCHUMA@idir','2023-07-02 16:51:11',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.0309911 49.3433211)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-024991','Caller reports that a bear that had gotten into their garbage and is now up a tree after going after the neighbors chickens.',null,null,null,null,null,null,'825 Centennial Dr, Mackenzie, BC',null,'2023-07-02 17:20:24','2023-07-02 17:20:24',null,'HIDESMAR@idir','2023-07-09 13:49:04',null,null,null,null,'CLOSED','MACKENZI',ST_GeomFromText('POINT(-123.0924937 55.3289623)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025001','Caller reporting saw a injured but walking across the street noted below. Advised the buck could not put weight on front right leg.',null,null,null,null,null,null,'2835 Glenayr Dr, Nanaimo, BC',null,'2023-07-02 18:34:39','2023-07-02 18:34:39',null,'MAWILSON@idir','2023-07-17 16:03:11',null,null,null,null,'CLOSED','NANAIMO',ST_GeomFromText('POINT(-123.9765199 49.2049944)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025003','Caller reporting an officers saw a black bear heading into the backyard at the location noted below. Advised he was eating cherries off the cherry tree in the backyard. Advised the bear is not scared of people or loud noises the officer tried to scare it off with their sirens and it had no affect.',null,null,null,null,null,null,'1501 Laing Dr, District of North Vancouver, BC',null,'2023-07-02 19:22:51','2023-07-02 19:22:51',null,'SZUKEWI@idir','2023-07-05 09:30:41',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.114681 49.3353018)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025004','Caller reporting that at 0800 a fawn has been at the location noted below and been there all day. Advised the fawn is in the shade by the front door.',null,null,null,null,null,null,'1010 Lamont Crt, Kelowna, BC',null,'2023-07-02 19:29:53','2023-07-02 19:29:53',null,'HGOOLIAF@idir','2023-07-05 11:11:26',null,null,null,null,'CLOSED','KELOWNA',ST_GeomFromText('POINT(-119.4742057 49.7999886)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025006','Big grizzly headed towards town from the city dump site. About half a km from some buildings outside of town',null,null,null,null,null,null,'Dawson Creek, BC',null,'2023-07-02 19:50:27','2023-07-02 19:50:27',null,'BALACEY@idir','2023-07-08 13:35:16',null,null,null,null,'CLOSED','DAWSONCR',ST_GeomFromText('POINT(-120.2355556 55.7602778)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025007','2023-07-01. 2100 hrs. Oviatt Bike Park in Kitimat- Grizzly bear has knocked over the bear resistant garbage receptacle and is eating the garbage. - -Entered for ZT ',null,null,null,null,null,null,'Kitimat ','Bike Park ','2023-07-02 19:55:27','2023-07-02 19:55:27',null,'ZTESTAWI@idir','2023-07-02 20:05:08',null,null,null,null,'CLOSED','KITIMAT',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025009','2023-07-01. 2130 hrs -RCMP officer who resides on Deville Street in Kitimat reported a Grizzly Bear on the property next door to his residence on June 30. - -Created for ZT ',null,null,null,null,null,null,'Kitimat, BC','Deville street ','2023-07-02 20:06:20','2023-07-02 20:06:20',null,'ZTESTAWI@idir','2023-07-02 20:11:11',null,null,null,null,'CLOSED','KITIMAT',ST_GeomFromText('POINT(-128.6519444 54.0530556)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025010','Caller reporting aggressive black bear on the trial noted below. Advised the black bear charged someone and advies there are people walking up and down the trail currently. ',null,null,null,null,null,null,'','Kalamalka provincial park ','2023-07-02 20:07:01','2023-07-02 20:07:01',null,'MSRICHAR@idir','2023-07-04 11:00:30',null,null,null,null,'CLOSED','VERNON',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025011','Bear into industrial garbage cans behind the union office in Kitimat - Industrial site. - -Entered for ZT',null,null,null,null,null,null,'235 Enterprise Ave, Kitimat, BC','Behind union building ','2023-07-02 20:13:13','2023-07-02 20:13:13',null,'ZTESTAWI@idir','2023-07-02 20:21:13',null,null,null,null,'CLOSED','KITIMAT',ST_GeomFromText('POINT(-128.6877607 54.0569002)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025013','2023-06-30. 22:00 hrs - -COM reports to MG that there was a Grizzly Bear on top of the garbage cans on the previous night. - -Created for MG ',null,null,null,null,null,null,'Kitimat, BC','Radley Park ','2023-07-02 20:22:07','2023-07-02 20:22:07',null,'MGEUZE@idir','2023-07-05 15:09:16',null,null,null,null,'CLOSED','KITIMAT',ST_GeomFromText('POINT(-128.6519444 54.0530556)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025014','Reporting a bb eating garbage near the noted location. ',null,null,null,null,null,null,'Hiquebran Rd, Nanaimo, BC',null,'2023-07-02 20:29:26','2023-07-02 20:29:26',null,'MAWILSON@idir','2023-07-07 16:10:40',null,null,null,null,'CLOSED','NANAIMO',ST_GeomFromText('POINT(-124.0088873 49.230355)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025015','COM reporting BB sighting',null,null,null,null,null,null,'200 Ungless Way, Port Moody, BC',null,'2023-07-02 20:44:31','2023-07-02 20:44:31',null,'DLEWERS@idir','2023-07-02 20:45:51',null,null,null,null,'CLOSED','PORTCOQ',ST_GeomFromText('POINT(-122.8278984 49.2842045)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025016','COM reporting sow and 2 cubs in the area',null,null,null,null,null,null,'Queensway and Regents Cres, Prince George, BC','Hudsons Bay Park','2023-07-02 20:46:21','2023-07-02 20:46:21',null,'DLEWERS@idir','2023-07-02 20:49:11',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7413838 53.9021648)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025017','Caller reporting a bear came and took the garbage from the neighbour''s',null,null,null,null,null,null,'1214 Nestor St, Coquitlam, BC',null,'2023-07-02 20:54:28','2023-07-02 20:54:28',null,'PDAYTON@idir','2023-07-04 14:16:57',null,null,null,null,'CLOSED','COQUITLM',ST_GeomFromText('POINT(-122.7787997 49.2868587)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025018','',null,null,null,null,null,null,'Third Ave and Victoria St, Squamish, BC',null,'2023-07-02 20:55:22','2023-07-02 20:55:22',null,'CROCHON@idir','2023-07-07 09:22:31',null,null,null,null,'CLOSED','SQUMISH',ST_GeomFromText('POINT(-123.1560281 49.6992104)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025019','Caller reporting a rattlesnake is outside their front door. Caller advised CO will respond if the snake is confined. Caller was understanding',null,null,null,null,null,null,'3612 Cypress Hills Dr, Osoyoos, BC',null,'2023-07-02 20:56:02','2023-07-02 20:56:02',null,'ASDUNCAN@idir','2023-07-02 20:58:45',null,null,null,null,'CLOSED','OSOYOOS',ST_GeomFromText('POINT(-119.486538 49.0101233)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025020','Reporting a bb wandering around the area. It walked past a boy playing basketball. The bear was around last week on garbage day.',null,null,null,null,null,null,'Rexford Dr, Chilliwack, BC',null,'2023-07-02 21:10:36','2023-07-02 21:10:36',null,'PDAYTON@idir','2023-07-13 14:06:47',null,null,null,null,'CLOSED','CHILLIWK',ST_GeomFromText('POINT(-121.9098097 49.1148645)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025021','Caller reporting a bear that climbed a fenced heading toward someone''s backyard just off Cedar St walking around being a bear. ',null,null,null,null,null,null,'','Cedar St and Dogwood St prince george','2023-07-02 21:20:44','2023-07-02 21:20:44',null,'DDUFFY@idir','2023-07-02 21:24:26',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025022','Caller reporting a sow and cub are eating their chickens',null,null,null,null,null,null,'27789 110 Ave, Maple Ridge, BC',null,'2023-07-02 21:24:32','2023-07-02 21:24:32',null,'KSORENSE@idir','2023-07-04 16:53:52',null,null,null,null,'OPEN','MAPLERID',ST_GeomFromText('POINT(-122.4521082 49.2024311)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025023','COM reporting a fawn with a broken leg, but mobile',null,null,null,null,null,null,'6504 Perrey Rd, Lone Butte, BC',null,'2023-07-02 21:37:32','2023-07-02 21:37:32',null,'JXKLINE@idir','2023-07-04 15:20:10',null,null,null,null,'CLOSED','LONEBTTE',ST_GeomFromText('POINT(-121.1823166 51.5852237)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025024','Caller reporting black bear and her three cubs on campus going through the garbages. Advised not behaving aggressively. Advised was last seen by the quenel townhouseing.',null,null,null,null,null,null,'8888 University Dr, Burnaby, BC',null,'2023-07-02 21:47:59','2023-07-02 21:47:59',null,'DDUFFY@idir','2023-07-02 21:52:57',null,null,null,null,'OPEN','BURNBY',ST_GeomFromText('POINT(-122.9183303 49.2765276)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025025','Reporting a bb getting into her garbage.',null,null,null,null,null,null,'',null,'2023-07-02 21:53:39','2023-07-02 21:53:39',null,'KWINTERS@idir','2023-07-02 21:57:18',null,null,null,null,'OPEN','WSTVANCO',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025026','Caller reporting black bear and cub about 5 feet in front of his front door at the location below eating garbage. Advised the bears are not being aggressive. COM Advised he does not have a call back number.',null,null,null,null,null,null,'','Number 11 Century Trailer Ct','2023-07-02 22:04:20','2023-07-02 22:04:20',null,'HIDESMAR@idir','2023-07-09 13:55:16',null,null,null,null,'CLOSED','MACKENZI',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025035','Caller reporting on behalf of COM who advises a black bear keeps coming back to the fridge outside by their outdoor kitchen at the location noted below. Caller advised the fridge has food in it.',null,null,null,null,null,null,'20201 Hwy 40, Summerland, BC','O''kan GAS','2023-07-03 00:16:36','2023-07-03 00:16:36',null,'DAVCOX@idir','2023-07-04 10:34:47',null,null,null,null,'CLOSED','SMRLAND',ST_GeomFromText('POINT(-119.7470018 49.592904)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025036','Caller reporting a baby elk jumped up onto the grid and fell into it and is now alive in the hopper. Advised he doesn''t seem to be hurt but wont be able to get out of the hopper. Advised that lady Jacqueline will answer when the number is called noted below. ***Requesting a CO callback*** ',null,null,null,null,null,null,'','Wolverine Mine','2023-07-03 00:26:54','2023-07-03 00:26:54',null,'BALACEY@idir','2023-07-08 13:34:18',null,null,null,null,'CLOSED','TUMBLER',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025037','There are 3 different sheds on the property containing garbage and compost. The bear has broken the last 2 nights and caller repaired each time. ',null,null,null,null,null,null,'1170 Falcon Dr, Coquitlam, BC','FALCON CREST','2023-07-03 00:45:16','2023-07-03 00:45:16',null,'PDAYTON@idir','2023-07-04 14:16:34',null,null,null,null,'CLOSED','COQUITLM',ST_GeomFromText('POINT(-122.8199367 49.2813758)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025038','Caller reporting he struck a deer. He did not stop as he didn''t feel it was safe. Unknown if the deer is still alive',null,null,null,null,null,null,'Hamm Rd and Inland Island Hwy, Black Creek, BC','NB - 100 yards North','2023-07-03 02:43:29','2023-07-03 02:43:29',null,'JBJARNAS@idir','2023-07-04 09:33:20',null,null,null,null,'CLOSED','CMBLRV',ST_GeomFromText('POINT(-125.1902324 49.8300763)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025039','Caller report a bear is going through the neighbourhood tears lock off garbage cans and making a racket',null,null,null,null,null,null,'3212 Jervis St, Port Coquitlam, BC',null,'2023-07-03 03:19:54','2023-07-03 03:19:54',null,'PDAYTON@idir','2023-07-04 14:16:07',null,null,null,null,'CLOSED','PORTCOQ',ST_GeomFromText('POINT(-122.7843996 49.270341)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025040','Caller reporting a buck that looks like it''s been struck and is limping pretty heavily',null,null,null,null,null,null,'2232 Golf Course Dr, West Kelowna, BC','GOLF COURSE','2023-07-03 05:16:33','2023-07-03 05:16:33',null,'HGOOLIAF@idir','2023-07-04 09:55:34',null,null,null,null,'CLOSED','WSTKELOW',ST_GeomFromText('POINT(-119.6090983 49.8624077)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025042','a couple a bears have been coming around the last few days. They''ve been eating some fruit trees. A bear had tried to get up on the deck tonight and caller would like some advise.',null,null,null,null,null,null,'655 Cook Rd, Lillooet, BC',null,'2023-07-03 05:36:57','2023-07-03 05:36:57',null,'JXKLINE@idir','2023-07-04 15:32:41',null,null,null,null,'CLOSED','LILLOOET',ST_GeomFromText('POINT(-121.9302991 50.6646618)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025043','Reporting that at 0515am this morning, caller''s dog woke her with barking at some type of animal. Caller did not see the animal but upon looking at camera footage (which caller will retain for COS if needed) she noticed a large cat wandering through her front yard. Caller states it was hard to tell what the cat looked like but did say it had a shorter tail. Caller has also noticed various piles of scat in the immediate area around her residence. ',null,null,null,null,null,null,'UNIT 8 -- 15875 20 Ave, Surrey, BC',null,'2023-07-03 06:24:32','2023-07-03 06:24:32',null,'DDAVIS@idir','2023-07-03 06:31:39',null,null,null,null,'CLOSED','SURRY',ST_GeomFromText('POINT(-122.7821634 49.0393024)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025044','COM reporting an injured immobile elk at the noted location. ',null,null,null,null,null,null,'Hwy 3 And 93 and Mayook Settlement Rd, Mayook, BC','North side of Mayook Settlement Rd','2023-07-03 06:25:17','2023-07-03 06:25:17',null,'JRISTO@idir','2023-07-03 12:50:52',null,null,null,null,'CLOSED','CRANBRK',ST_GeomFromText('POINT(-115.5692705 49.4982967)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025047','Reporting a BB spotted ''just sitting on the side of the road" directly across from callers location. Caller did not know the exact address of his location. BB has been there for the past 30 mins. Caller will attempt to haze the BB off. ',null,null,null,null,null,null,'Kawkawa Lake 16 near Hope, BC',null,'2023-07-03 06:59:16','2023-07-03 06:59:16',null,'DDAVIS@idir','2023-07-03 07:08:17',null,null,null,null,'CLOSED','HOPE',ST_GeomFromText('POINT(-121.4011111 49.3830556)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025048','Reporting that while driving NB in the below noted location this morning at 0610am, a deer ran out into the road. The caller immediately engaged his brakes but struck the deer anyway. The deer got up and took off to the right of the callers’ location into a nearby wooded area. The caller states that there is damage to the front grill of his vehicle, and he will be filing a claim with ICBC later on today. The caller was provided with the HWCR #. ',null,null,null,null,null,null,'Sea to Sky Hwy, Whistler, BC',null,'2023-07-03 07:02:42','2023-07-03 07:02:42',null,'SZUKEWI@idir','2023-07-05 09:23:24',null,null,null,null,'CLOSED','WHISTLER',ST_GeomFromText('POINT(-123.0144708 50.0889632)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025049','COM reporting a bb that has been in their area for the last week, getting into garbage and compost. ',null,null,null,null,null,null,'Rexford Dr, Chilliwack, BC',null,'2023-07-03 07:05:44','2023-07-03 07:05:44',null,'ALBUCHAN@idir','2023-07-04 11:39:01',null,null,null,null,'CLOSED','CHILLIWK',ST_GeomFromText('POINT(-121.9098097 49.1148645)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025050','Reporting that at just before 0700am, caller heard the 3 guard dogs barking. Caller states they have 132 goats and 3 dogs on site at this time. The coyote appeared to have been stalking the goats. The large guard dog was able to get up to the coyote (caller is not sure if the dog attacked the coyote or not as she couldn''t see any visible injuries). The coyote is still at the far end of the fence area. - -',null,null,null,null,null,null,'Quesnel-Hixon Rd, Quesnel, BC',null,'2023-07-03 07:28:48','2023-07-03 07:28:48',null,'JMILLETT@idir','2023-07-04 09:30:31',null,null,null,null,'CLOSED','QUESNEL',ST_GeomFromText('POINT(-122.5239714 53.0565563)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025052','BB sighted at noted location',null,null,null,null,null,null,'Colwood Dr and Highland Blvd and Ridgewood Dr, District of North Vancouver, BC','and Highland Blvr','2023-07-03 08:01:37','2023-07-03 08:01:37',null,'DAGRAY@idir','2023-07-03 08:03:44',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.0991286 49.3393059)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025053','Reporting that for the past couple of weeks, a resident deer has had something caught in the rear right hoof. Caller states that the deer favours it''s rear right leg and has been seen not putting weight on it. Caller also states that the ankle/foot area of right rear leg looks swollen. Deer is mobile and has been seen foraging. ',null,null,null,null,null,null,'1559 Chardonnay Pl, West Kelowna, BC',null,'2023-07-03 08:04:16','2023-07-03 08:04:16',null,'JHANRATT@idir','2023-07-20 15:50:42',null,null,null,null,'CLOSED','WSTKELOW',ST_GeomFromText('POINT(-119.5801766 49.8406927)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025054','Advises that they noticed 2 fawns crying out and wandering around their property. -',null,null,null,null,null,null,'4685 Kitwanga Dr, 108 Mile Ranch, BC',null,'2023-07-03 08:04:28','2023-07-03 08:04:28',null,'JXKLINE@idir','2023-07-04 15:39:41',null,null,null,null,'CLOSED','108MLRNH',ST_GeomFromText('POINT(-121.3549296 51.7499121)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025055','Reporting that wo adolescent black bears successfully ripped the lid off their garbage can. Caller took care of the garbage, but received a report from wife the bears are in the carport playing. They have had an issue with mama bear for the last year, assume it is her cubs, but not seen mama bear. ',null,null,null,null,null,null,'2184 Crestview Cres, Castlegar, BC',null,'2023-07-03 08:21:22','2023-07-03 08:21:22',null,'MSOUCY@idir','2023-07-04 07:38:11',null,null,null,null,'CLOSED','CSTLGR',ST_GeomFromText('POINT(-117.6586176 49.2939811)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025056','Advises that a bear has been hanging around and getting into everyone''s veggie garden and fruit trees. ',null,null,null,null,null,null,'2542 Hickory Lane, Abbotsford, BC',null,'2023-07-03 08:27:49','2023-07-03 08:27:49',null,'ALBUCHAN@idir','2023-07-04 12:04:37',null,null,null,null,'OPEN','ABTFRD',ST_GeomFromText('POINT(-122.246207 49.0475596)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025057','Reporting 3 BBs (possibly sow & 2 yearling cubs) wandering around the area feeding on green bin waste. Caller states they have been there for the past hour and nothing is hazing them off. ',null,null,null,null,null,null,'UNIT 139 -- 2880 Panorama Dr, Coquitlam, BC',null,'2023-07-03 08:29:32','2023-07-03 08:29:32',null,'PDAYTON@idir','2023-07-04 13:16:31',null,null,null,null,'CLOSED','COQUITLM',ST_GeomFromText('POINT(-122.8124388 49.2968659)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025058','Reporting they hit a deer about 20min ago. not sure if it is alive or dead, but doubts it will be alive for long.',null,null,null,null,null,null,'Devick Rd and Yellowhead Hwy, Kamloops, BC ','400m before the first turn off just before the rock cliffs on the riverside of the highway.','2023-07-03 08:37:44','2023-07-03 08:37:44',null,'JESJONES@idir','2023-07-03 15:30:23',null,null,null,null,'CLOSED','KAMLOOPS',ST_GeomFromText('POINT(-120.3170413 50.7878387)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025059','2023-07-02 2139 hrs -RCMP Kitimat reported Grizzly Bear into garbage and knocking over large purple dumpster at Hirsch Creek Park.',null,null,null,null,null,null,'Hirsch Creek Bridge, Kitimat, BC','Campground','2023-07-03 08:44:03','2023-07-03 08:44:03',null,'MGEUZE@idir','2023-07-05 12:40:28',null,null,null,null,'CLOSED','KITIMAT',ST_GeomFromText('POINT(-128.6026557 54.0637337)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025060','2023-07-02 2200 hrs -RCMP reported 2 grizzly bears at St. Anthony school. - -Entered for ZT',null,null,null,null,null,null,'Kitimat, BC','St. Anthony School','2023-07-03 08:47:36','2023-07-03 08:47:36',null,'ZTESTAWI@idir','2023-07-03 08:53:02',null,null,null,null,'CLOSED','KITIMAT',ST_GeomFromText('POINT(-128.6519444 54.0530556)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025061','Reporting a persistent black bear going into backyards for the past week. It has been rummaging through garbage, but all of them are locked and secured, so not getting anything. No aggressive behaviour, just concerning because of children in area. ',null,null,null,null,null,null,'3333 Ayr Ave, District of North Vancouver, BC',null,'2023-07-03 09:01:45','2023-07-03 09:01:45',null,'COMILLER@idir','2023-07-03 09:05:33',null,null,null,null,'OPEN','NORVAN',ST_GeomFromText('POINT(-123.1021029 49.3399549)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025062','COM reporting a bb that comes regularly for the last 10 days, every other day. Recently it ripped into their garbage shed and tore some boards off, but was unable to access the garbage itself. ',null,null,null,null,null,null,'3404 Ayr Ave, District of North Vancouver, BC',null,'2023-07-03 09:17:44','2023-07-03 09:17:44',null,'COMILLER@idir','2023-07-14 15:01:24',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.1016506 49.3403661)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025063','There is an injured young bear limping on its left front paw, it is still moving around. Tried to scare it away and it didn''t scare away, but no aggression seen.',null,null,null,null,null,null,'12352 Roach St, Mission, BC',null,'2023-07-03 09:18:02','2023-07-03 09:18:02',null,'COMILLER@idir','2023-07-03 09:25:02',null,null,null,null,'OPEN','MISSION',ST_GeomFromText('POINT(-122.3090061 49.225815)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025065','Black bear keeps tearing up their garbage, recently got a new bin with lock on top from the city. It figured away to throw it and it opens. Second times in 5 days. ',null,null,null,null,null,null,'330 Fourneau Way, Parksville, BC',null,'2023-07-03 09:27:56','2023-07-03 09:27:56',null,'DSEXTON@idir','2023-07-10 10:36:29',null,null,null,null,'OPEN','PARKSVLE',ST_GeomFromText('POINT(-124.2865655 49.3005208)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025066','Advises that there is a bear walking around.',null,null,null,null,null,null,'3852 Gordon Ave, Powell River, BC',null,'2023-07-03 09:28:36','2023-07-03 09:28:36',null,'CDOYLEWA@idir','2023-07-03 09:29:46',null,null,null,null,'CLOSED','POWELLRV',ST_GeomFromText('POINT(-124.5230426 49.8202235)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025067','Advises that a bear broke down the fence this morning.',null,null,null,null,null,null,'3140 Lancaster Pl, Port Coquitlam, BC',null,'2023-07-03 09:30:36','2023-07-03 09:30:36',null,'PDAYTON@idir','2023-07-04 11:19:37',null,null,null,null,'CLOSED','PORTCOQ',ST_GeomFromText('POINT(-122.7873181 49.2688783)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025068','COM reporting a problem bear that comes by for the garbage over the last month. BB is not deterred by dogs barking. Garbage has been secured by bungee cords, and COM has no more secure location, as moving it to his backyard would bring the bear potentially closer to his chicken coup. ',null,null,null,null,null,null,'2298 Northwest Bay Rd, Nanoose Bay, BC',null,'2023-07-03 09:31:52','2023-07-03 09:31:52',null,'DSEXTON@idir','2023-07-10 10:34:16',null,null,null,null,'CLOSED','NANOBAY',ST_GeomFromText('POINT(-124.2029413 49.2886384)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025071','Deer next door going around in gated community, previously had a deer incident before protecting fawns.',null,null,null,null,null,null,'1201 Cameron Ave, Kelowna, BC',null,'2023-07-03 09:40:10','2023-07-03 09:40:10',null,'COMILLER@idir','2023-07-03 09:42:41',null,null,null,null,'CLOSED','KELOWNA',ST_GeomFromText('POINT(-119.4690321 49.867826)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025073','Reporting that sometime last night, a BB came and moved her garbage shed and ripped the door off to access garbage and compost. Caller states that her garbage can was taken out and there are claw & teeth marks on the can but it''s still closed with garbage inside. Caller believes it happened around midnight as she heard some noises but thought it was her neighbours and she didn''t go check. She was made aware by a neighbour sending her a photo of her shed. ',null,null,null,null,null,null,'6209 Rexford Dr, Chilliwack, BC',null,'2023-07-03 09:44:11','2023-07-03 09:44:11',null,'ALBUCHAN@idir','2023-07-04 11:40:08',null,null,null,null,'CLOSED','CHILLIWK',ST_GeomFromText('POINT(-121.9106737 49.1140481)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025075','Reporting that about 20-30 mins prior to call in, a dead GB was noticed floating in the water in front of lodge. ',null,null,null,null,null,null,'',null,'2023-07-03 09:55:33','2023-07-03 09:55:33',null,'MCNEWTON@idir','2023-07-10 10:50:13',null,null,null,null,'CLOSED','DAWSONSL',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025076','BB just a couple of days ago brought neighbours garbage into their yard. They tried hazing it off, but it just started at them. They are an RCMP K-9 handler with their K-9 living outside when at home. Last night it came a little too close and took off into the backyard getting 10ft away from their K-9 and it did not care about the K-9. Stated he will shoot it himself if it comes back going near their K-9, as his K-9 safety is a big concern for him. Used their starter pistol to scare it off and it ran off into a trail. No aggression, but multiple instances of it stand off staring. Not responsive to yelling, but cap gun rounds do scare it. - -** Emailed as they are wondering if they can use bear bangers in the city, or other CO advice.',null,null,null,null,null,null,'6196 Rexford Dr, Chilliwack, BC',null,'2023-07-03 10:01:12','2023-07-03 10:01:12',null,'ALBUCHAN@idir','2023-08-08 12:04:34',null,null,null,null,'CLOSED','CHILLIWK',ST_GeomFromText('POINT(-121.9103147 49.1136106)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025078','Advises that they have spotted multiple bears in the area, not getting into anything and no signs of aggression.',null,null,null,null,null,null,'4063 Verdon Way, Abbotsford, BC',null,'2023-07-03 10:06:22','2023-07-03 10:06:22',null,'COMILLER@idir','2023-07-17 12:13:18',null,null,null,null,'CLOSED','ABTFRD',ST_GeomFromText('POINT(-122.3252796 49.0757627)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025079','Advises that they got a call from the rangers saying that there is a bear eating garbage for the last hour.',null,null,null,null,null,null,'','lynn head waters; rice lake','2023-07-03 10:12:17','2023-07-03 10:12:17',null,'TDSCHUMA@idir','2023-07-05 09:16:57',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025080','COM reporting a bear that has been coming around for the last 5 days, and last night it broke the neighbour''s fence. COM notes all garbages are sealed and secured. Bear comes during the night and during the day. No aggression noted. ',null,null,null,null,null,null,'Imperial Ave and St. Michael St, Port Coquitlam, BC',null,'2023-07-03 10:14:03','2023-07-03 10:14:03',null,'PDAYTON@idir','2023-07-13 13:46:29',null,null,null,null,'CLOSED','COQUITLM',ST_GeomFromText('POINT(-122.7647262 49.2636537)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025081','Caller reporting a black bear sighting near the below noted location. Caller advised the bear has been going through the neighborhood but has not been aggressive and the caller stated they have their garbage in their garage. Caller noted conservation officer''s caught a bear in a trap in the area a few weeks ago. ',null,null,null,null,null,null,'W Bench Dr, Penticton, BC',null,'2023-07-02 17:00:00','2023-07-03 10:17:20',null,'KSORENSE@idir','2023-07-03 10:22:42',null,null,null,null,'CLOSED','PENTICTN',ST_GeomFromText('POINT(-119.6304874 49.5023913)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025082','Advises that the bear is still coming around during the day near the sheep.',null,null,null,null,null,null,'6519 Carlson Rd, Courtenay, BC',null,'2023-07-03 10:19:00','2023-07-03 10:19:00',null,'HDUMAINE@idir','2023-07-05 10:39:15',null,null,null,null,'CLOSED','COURTNY',ST_GeomFromText('POINT(-125.0999969 49.7543273)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025083','COM passing on a second hand report that his neighbour had seen a cougar near the noted location last Friday evening. *emailing due to significant time delay. ',null,null,null,null,null,null,'Settlement Rd, Lister, BC',null,'2023-06-30 21:00:00','2023-07-03 10:24:14',null,'DAGRAY@idir','2023-07-03 10:27:40',null,null,null,null,'OPEN','LISTER',ST_GeomFromText('POINT(-116.4665416 49.0447804)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025084',' Caller reporting that a cougar killed a deer behind her property this morning at the below noted location. Caller advised the CO''s were there about a month ago when a cougar killed 2 sheep and told her to call back when she saw it again and installed some cameras. Caller noted her dog was able to chase off the cougar and stated that the CO''s told her if it killed again then they could bring hounds to track it. ',null,null,null,null,null,null,'7000 Swanson Rd W, Port Alberni, BC',null,'2023-07-03 08:40:00','2023-07-03 10:40:11',null,'MAWILSON@idir','2023-07-04 11:08:38',null,null,null,null,'OPEN','PORTALBR',ST_GeomFromText('POINT(-124.867701 49.2950863)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025085','Advises that a bear is getting into the garbage bins. The neighbour is a police and has a police dog on the property. Bear is not scared by loud noises or even a warning gun shot. -Requesting a call back with some advice.',null,null,null,null,null,null,'6190 Rexford Dr, Chilliwack, BC',null,'2023-07-03 10:44:43','2023-07-03 10:44:43',null,'ALBUCHAN@idir','2023-07-04 11:37:44',null,null,null,null,'CLOSED','CHILLIWK',ST_GeomFromText('POINT(-121.9104077 49.1134879)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025086','Reporting a little bear eating garbage having a good snack, it is garbage day.',null,null,null,null,null,null,'1128 Wilson Cres, Squamish, BC',null,'2023-07-03 10:46:48','2023-07-03 10:46:48',null,'TDSCHUMA@idir','2023-07-05 09:24:58',null,null,null,null,'CLOSED','SQUMISH',ST_GeomFromText('POINT(-123.1551201 49.7072205)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025087','Caller reporting that he hit a deer with his vehicle last night near the below noted location. Caller advised the deer ran into the side of his vehicle, fell down and then got up and ran into the woods. Caller noted the deer broke his side mirror and dented and scratched the side door. ',null,null,null,null,null,null,'7500 Hwy 3, Manning Park, BC','Near E.C. Manning Provincial Park ','2023-07-02 19:51:00','2023-07-03 10:50:48',null,'KSORENSE@idir','2023-07-03 10:59:42',null,null,null,null,'OPEN','MANNINGP',ST_GeomFromText('POINT(-120.7825973 49.0630757)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025089','Reporting a BB spotted roaming around in the below location. Caller states there are alot of people out. When asked what direction the BB was walking - she replied "I don''t know - I don''t know directions to N/S/E/W." ',null,null,null,null,null,null,'Murray St, Port Moody, BC',null,'2023-07-03 10:54:05','2023-07-03 10:54:05',null,'PDAYTON@idir','2023-07-04 11:17:58',null,null,null,null,'CLOSED','PORTMDY',ST_GeomFromText('POINT(-122.8410635 49.278827)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025090','Bear walking around the facility, looks like it had a tag on its ear, went onto the property beside them, no aggression.',null,null,null,null,null,null,'2911 Murray St, Port Moody, BC','Good Dog Ranch and Spa','2023-07-03 10:55:21','2023-07-03 10:55:21',null,'COMILLER@idir','2023-07-03 10:57:41',null,null,null,null,'CLOSED','PORTMDY',ST_GeomFromText('POINT(-122.8470324 49.2784952)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025091','COM refereed by Critter Care reporting a black bear cub in the noted area that has been in the area for several weeks and is looking quite small and malnourished. ',null,null,null,null,null,null,'','Chickamus Community Gardens','2023-07-03 10:58:05','2023-07-03 10:58:05',null,'TDSCHUMA@idir','2023-07-05 09:26:59',null,null,null,null,'CLOSED','WHISTLER',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025092','Last night heard a sound and woke up this morning to their garbage knocked over with claw marks imbedded in it, did not get into it. Neighbours have seen a BB over the last month.',null,null,null,null,null,null,'1991 Coquitlam Ave, Port Coquitlam, BC',null,'2023-07-03 11:00:51','2023-07-03 11:00:51',null,'PDAYTON@idir','2023-07-04 13:16:04',null,null,null,null,'CLOSED','PORTCOQ',ST_GeomFromText('POINT(-122.7698683 49.2676547)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025095','COM advised that there are at least two bears in the area: -Bear 1 is a cinnamon bear -Bear 2 is a large black bear -The cinnamon bear seems skinny and possibly injured. - -COM advised that the bears haven''t been in the garbage, but there is plenty of agriculture in the area. COM''s husband was within 20'' of the bears (a couple of weeks ago) and the bear wasn''t afraid and growled at the COM.',null,null,null,null,null,null,'2018 Davies Rd, Notch Hill, BC',null,'2023-07-03 11:03:49','2023-07-03 11:03:49',null,'STECOOK@idir','2023-07-04 11:15:45',null,null,null,null,'CLOSED','SORRENTO',ST_GeomFromText('POINT(-119.4125997 50.8412594)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025097','Got a yearling running around their building, a daycare. All kids are within inside their fenced yard. It was coming close to doors. Lots of tourist. Looking super confused.',null,null,null,null,null,null,'UNIT 40 -- 1040 Legacy Way, Whistler, BC','Mountain Minis Childcare','2023-07-03 11:09:34','2023-07-03 11:09:34',null,'TDSCHUMA@idir','2023-07-06 11:42:07',null,null,null,null,'CLOSED','WHISTLER',ST_GeomFromText('POINT(-123.0419209 50.079196)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025099','Bear a couple doors down across the street, younger black bear. Went up neighbours driveway, rummaging through some landscaping material.',null,null,null,null,null,null,'2871 Mara Dr, Coquitlam, BC',null,'2023-07-03 11:18:49','2023-07-03 11:18:49',null,'COMILLER@idir','2023-07-03 11:22:20',null,null,null,null,'CLOSED','COQUITLM',ST_GeomFromText('POINT(-122.8072506 49.257605)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025100','Reporting an injured deer with a non weight baring rear left leg. Caller states that the upper leg joint looks quite swollen. Deer was in front yard a short time ago but has now made its way to a neighbours yard and is foraging on flowers. ',null,null,null,null,null,null,'730 Lawson Ave, Kelowna, BC',null,'2023-07-03 11:18:52','2023-07-03 11:18:52',null,'HGOOLIAF@idir','2023-07-04 09:56:48',null,null,null,null,'CLOSED','KELOWNA',ST_GeomFromText('POINT(-119.4876478 49.8876122)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025102','COM advised that her husband spotted a deer that appears to have been hit by a vehicle at the below noted location. The deer has a broken antler and most likely a broken front leg. Deer is currently browsing/graving in a yard in that area. Still mobile.',null,null,null,null,null,null,'Capilano between Country Club Drive and Gleneagle',null,'2023-07-03 11:20:34','2023-07-03 11:20:34',null,'MAWILSON@idir','2023-07-17 16:06:21',null,null,null,null,'CLOSED','NANAIMO',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025103','Deer in neighbours yard munching on stuff, covered in black spots about the size of a chestnut tree to child fist size, hanging off of it, similar to warts. Saw 4 days ago with spots, antlers and really small. ',null,null,null,null,null,null,'511 Brink St, Ashcroft, BC',null,'2023-07-03 11:22:50','2023-07-03 11:22:50',null,'JESJONES@idir','2023-07-06 10:10:15',null,null,null,null,'CLOSED','ASHCROF',ST_GeomFromText('POINT(-121.2820093 50.721306)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025104','COM advised that there is a bear wandering into the parking lot at the bank at the below noted location.',null,null,null,null,null,null,'','Lynn Valley at Ross','2023-07-03 11:24:41','2023-07-03 11:24:41',null,'JDSCOTT@idir','2023-07-03 11:26:37',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025106','Bear coming everyday, going through peoples recycling, broke the neighbours bin. A mother and cub. ',null,null,null,null,null,null,'1140 Eagleridge Dr, Coquitlam, BC',null,'2023-07-03 11:27:08','2023-07-03 11:27:08',null,'PDAYTON@idir','2023-07-04 13:17:33',null,null,null,null,'CLOSED','COQUITLM',ST_GeomFromText('POINT(-122.8141871 49.2822333)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025112','BB caught on video bringing garbage into yard, or going there 3 times now. Keeps coming back.',null,null,null,null,null,null,'8133 Rochester Cres, Prince George, BC',null,'2023-07-03 11:48:45','2023-07-03 11:48:45',null,'DDAVIS@idir','2023-07-19 08:46:08',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7698403 53.8502785)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025118','Deer pretty crazy, confronts them and dog, jumps fence to attack dog, very aggressive with people and pets about 20min ago. Behind the Tim Hortons. Peace officer putting up a sign for aggressive deer currently.',null,null,null,null,null,null,'135 Pine Ave, Sparwood, BC',null,'2023-07-03 12:13:15','2023-07-03 12:13:15',null,'RYGORDON@idir','2023-07-04 11:06:40',null,null,null,null,'CLOSED','SPRWOOD',ST_GeomFromText('POINT(-114.8861015 49.7347026)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025120','Reporting a young buck deer that was been seen limping into callers back yard favouring it''s rear left leg. Caller states that the deer was ''hiding'' under some trees seeking shade. ',null,null,null,null,null,null,'716 Lawson Ave, Kelowna, BC',null,'2023-07-03 12:14:13','2023-07-03 12:14:13',null,'HGOOLIAF@idir','2023-07-04 09:57:45',null,null,null,null,'CLOSED','KELOWNA',ST_GeomFromText('POINT(-119.4880281 49.8876891)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025121','Caller reporting 3 food conditioned black bears near the below noted location. Caller advised the bears got into their neighbors green compost bins and last night broke into their shed at 1141 Eagleridge Dr to get their garbage and compost. Caller noted they have been in the area for a few days, -',null,null,null,null,null,null,'1140 Eagleridge Dr, Coquitlam, BC',null,'2023-07-03 11:40:00','2023-07-03 12:18:16',null,'PDAYTON@idir','2023-07-04 13:17:07',null,null,null,null,'CLOSED','COQUITLM',ST_GeomFromText('POINT(-122.8141871 49.2822333)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025122','Caller reporting a black bear sighting near the below noted location. Caller advised the bear has been going through his front yard for a few weeks but went into his backyard over his fence today. Caller noted the bear was not very scared off his wife who was in the backyard. Caller is concerned as he has 4 kids and does not have any attractants out. ',null,null,null,null,null,null,'3012 Laburnum Dr, Trail, BC',null,'2023-07-03 11:24:00','2023-07-03 12:24:54',null,'KSORENSE@idir','2023-07-03 12:29:43',null,null,null,null,'CLOSED','TRAIL',ST_GeomFromText('POINT(-117.6773396 49.0997892)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025123','COM reporting a bb that has been in their area for the last two days. Recently it got into the garbage that was kept in their storage shed and spread it around the yard. Last week the bear was attracted to the smell of bbq in their backyard and moved away very slowly when the COM yelled at it. COM noted that garbage has now been moved into the garage. ',null,null,null,null,null,null,'1391 Chartwell Dr, West Vancouver, BC',null,'2023-07-03 12:26:10','2023-07-03 12:26:10',null,'KSORENSE@idir','2023-07-30 09:54:26',null,null,null,null,'OPEN','WSTVANCO',ST_GeomFromText('POINT(-123.1527857 49.3495242)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025124','Reporting for their daughter-in-law, brown bear hanging around a couple weeks, no fear, currently there. One day went up on their deck when she temporarily put garbage there. Tried to scare it away and took a swat at her, happened 10 days ago. No other aggressive incidents.',null,null,null,null,null,null,'3012 Laburnum Dr, Trail, BC',null,'2023-07-03 12:32:49','2023-07-03 12:32:49',null,'TBTHIN@idir','2023-07-16 13:17:47',null,null,null,null,'OPEN','TRAIL',ST_GeomFromText('POINT(-117.6773396 49.0997892)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025125','Group of 5 hiking and came across some super aggressive coyotes. They passed a single hiker and the coyote''s started harassing them, tried to scare them away and almost was attacked. Then the group was barked at near the parking lot. No physical contact and happened this morning about 930am.',null,null,null,null,null,null,'','Snowshoe area parking at Cypress Mountain Holly Burn Nordic area','2023-07-03 09:30:00','2023-07-03 12:40:21',null,'SZUKEWI@idir','2023-07-18 09:41:53',null,null,null,null,'OPEN','WSTVANCO',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025132',' Caller reporting that a black bear is in their garbage compactor eating the garbage. Call dropped before OO could get further information. ',null,null,null,null,null,null,'1301 Pemberton Ave, Squamish, BC','Save on Foods ','2023-07-03 13:02:43','2023-07-03 13:02:43',null,'KPPOPJES@idir','2023-07-17 12:01:53',null,null,null,null,'CLOSED','SQUMISH',ST_GeomFromText('POINT(-123.1523364 49.7016263)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025133',' Caller reporting a potential orphaned black bear near the below noted location. Caller advised the bear is pretty small and looks very thin and mangey and there is no sow around. ',null,null,null,null,null,null,'Khyber Lane, Whistler, BC',null,'2023-07-03 13:21:07','2023-07-03 13:21:07',null,'BMUELLER@idir','2023-07-22 16:15:03',null,null,null,null,'CLOSED','WHISTLER',ST_GeomFromText('POINT(-123.0135793 50.0864557)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025135','COM reporting a bb sighting at the noted location this morning. ',null,null,null,null,null,null,'3867 Joyce Ave, Powell River, BC',null,'2023-07-03 05:00:00','2023-07-03 13:28:47',null,'DAGRAY@idir','2023-07-03 13:33:08',null,null,null,null,'CLOSED','POWELLRV',ST_GeomFromText('POINT(-124.5207696 49.8204716)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025141','COM reporting a raccoon at the noted location behaving in and odd and disoriented way, as if it were drunk or poisoned. ',null,null,null,null,null,null,'1288 Barberry Dr, Port Coquitlam, BC','Across the street from the above address. ','2023-07-03 13:38:36','2023-07-03 13:38:36',null,'DAGRAY@idir','2023-07-03 13:43:34',null,null,null,null,'OPEN','PORTCOQ',ST_GeomFromText('POINT(-122.7501219 49.2654851)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025142','Caller reporting a food conditioned black bear near the below noted location. Caller advised the bear has been in the area for a while and when they put their garbage out his morning for pickup, the bear came by 5 mins after and tore apart their garbage. Caller noted they tried to scar the bear off but it did not leave until later. ',null,null,null,null,null,null,'925 Sand Pines Cres, Comox, BC',null,'2023-07-03 08:00:00','2023-07-03 13:41:13',null,'MAWILSON@idir','2023-07-04 14:33:14',null,null,null,null,'CLOSED','COMOX',ST_GeomFromText('POINT(-124.886254 49.6933761)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025143','Advises that she saw a cougar walking around at 10:30 this morning.',null,null,null,null,null,null,'2538 Killarney Pl, Saanich, BC',null,'2023-07-03 13:42:05','2023-07-03 13:42:05',null,'MAWILSON@idir','2023-07-04 14:30:02',null,null,null,null,'CLOSED','SAANICH',ST_GeomFromText('POINT(-123.300289 48.461745)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025144','COM reporting a black bear at the noted location eating garbage out of a dumpster. ',null,null,null,null,null,null,'520 MacKenzie Blvd, Mackenzie, BC',null,'2023-07-03 13:45:02','2023-07-03 13:45:02',null,'HIDESMAR@idir','2023-07-09 13:58:01',null,null,null,null,'CLOSED','MACKENZI',ST_GeomFromText('POINT(-123.0956792 55.3397781)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025145','Caller reporting a food conditioned black bear near the below noted location. Caller advised the bear was going through her neighbors garbages and they chased it off into the woods across the street. ',null,null,null,null,null,null,'Stonemount Pl, Squamish, BC',null,'2023-07-03 13:47:15','2023-07-03 13:47:15',null,'TDSCHUMA@idir','2023-07-05 09:12:25',null,null,null,null,'CLOSED','SQUMISH',ST_GeomFromText('POINT(-123.1532208 49.704146)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025146','Reporting neighbour (see below) had an injured deer with a non weight baring rear left leg standing and foraging in his yard. ',null,null,null,null,null,null,'1135 Engen Townsite Rd, Engen, BC',null,'2023-07-03 13:55:37','2023-07-03 13:55:37',null,'BKNIBBS@idir','2023-07-06 08:13:38',null,null,null,null,'CLOSED','VANDERHF',ST_GeomFromText('POINT(-124.2947529 54.0290088)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025147','RCMP received a report of a black bear in the dumpster behind the below noted location. Caller advised he tried to scare it off but the bear did not move. -',null,null,null,null,null,null,'540 MacKenzie Blvd, Mackenzie, BC',null,'2023-07-03 14:00:31','2023-07-03 14:00:31',null,'HIDESMAR@idir','2023-07-09 13:59:36',null,null,null,null,'CLOSED','MACKENZI',ST_GeomFromText('POINT(-123.0956862 55.340119)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025148','Advises that they have some bears hanging around trying to get into the garbage bins.',null,null,null,null,null,null,'1190 Lansdowne Dr, Coquitlam, BC',null,'2023-07-03 14:03:23','2023-07-03 14:03:23',null,'PDAYTON@idir','2023-07-04 14:14:49',null,null,null,null,'CLOSED','COQUITLM',ST_GeomFromText('POINT(-122.8091897 49.2835108)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025153','Volunteering at the trail head to Strathcona Park Wilderness Center. They received two reports of a BB in Paradise Meadows running across the path at 1130 and 1430. No aggression, warning people in the area. ',null,null,null,null,null,null,'Nordic Dr, Mt Washington, BC',null,'2023-07-03 14:40:39','2023-07-03 14:40:39',null,'COMILLER@idir','2023-07-03 14:45:12',null,null,null,null,'CLOSED','COMOX',ST_GeomFromText('POINT(-125.3103666 49.7380813)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025160','COM reporting an encounter with an aggressive bear on a hiking trail near the noted location. COM did not have eyes on the bear, but heard it snorting and growling very close by in the bush, promptly left the area. ',null,null,null,null,null,null,'Nairn Falls Park Rd, Pemberton, BC','Nairn Falls Camp Ground - Sea to Sky Trail ','2023-07-03 15:15:00','2023-07-03 15:25:15',null,'SZUKEWI@idir','2023-07-06 11:06:18',null,null,null,null,'CLOSED','PEMBERTN',ST_GeomFromText('POINT(-122.816898 50.2965045)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025162','COM reporting a moose calf that is orphaned after the cow was hit last night on Hwy 97. Calf is presently on their property, but has been darking back and forth on Hwy 97. ',null,null,null,null,null,null,'4120 Leno Rd, Pineview FFG, BC','Farm fronts Hwy 97','2023-07-03 15:28:53','2023-07-03 15:28:53',null,'HIDESMAR@idir','2023-07-17 16:46:25',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.6748383 53.8259815)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025168','Reporting a bb that ripped the siding off her house. ',null,null,null,null,null,null,'',null,'2023-07-03 15:49:06','2023-07-03 15:49:06',null,'KWINTERS@idir','2023-07-03 15:55:00',null,null,null,null,'OPEN','COQUITLM',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025171','Advises that there is a deer stuck in a fence. The deer is crying trying to get out but it cant. ',null,null,null,null,null,null,'Curlew Dr, Kelowna, BC',null,'2023-07-03 16:14:00','2023-07-03 16:14:00',null,'GSMALL@idir','2023-07-21 22:20:07',null,null,null,null,'CLOSED','KELOWNA',ST_GeomFromText('POINT(-119.5087991 49.797968)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025174','Reporting that she ran into an aggressive deer. She was walking 2 small dogs, scooped them up but one of the dogs got away and the deer was going after the dog. Caller was screaming but the deer kept coming. She found some shelter and she was kicking at the deer. She tried to walk up the middle of the street but the deer kept following her. She reached behind her and pushed the deer''s head away. She was calling for help and finally some people came out and helped chased the deer away with sticks. They walked her back to her house. Time delay: approx 20 min',null,null,null,null,null,null,'',null,'2023-07-03 15:00:00','2023-07-03 16:28:33',null,'MATTHEWH@idir','2023-07-10 10:30:20',null,null,null,null,'CLOSED','INVERMER',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025176','Advises that there is a bear getting into the garbage bins. The bear looks like a yearling. -Requesting a call back.',null,null,null,null,null,null,'756 Westhills Rd, Penticton, BC',null,'2023-07-03 16:52:50','2023-07-03 16:52:50',null,'DAVCOX@idir','2023-07-04 10:31:38',null,null,null,null,'CLOSED','PENTICTN',ST_GeomFromText('POINT(-119.6398332 49.4864218)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025177','Calling to report seeing a black bear at the back of the cul-de-sac, difficult to haze and seemed confused. Thinks the bear may have heat stroke.',null,null,null,null,null,null,'Chandler St, Coquitlam, BC',null,'2023-07-03 16:53:37','2023-07-03 16:53:37',null,'ISCHMIDT@idir','2023-07-03 16:55:33',null,null,null,null,'OPEN','COQUITLM',ST_GeomFromText('POINT(-122.7418552 49.2976798)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025178','Reporting a possible bear in the Delta Nature Reserve (Burns Bog). COM saw scat and heard a tree being pushed over. - -COM Susan Gage, 778-866-0843',null,null,null,null,null,null,'','DELTA NATURE RESERVE','2023-07-03 16:55:11','2023-07-03 16:55:11',null,'KWINTERS@idir','2023-07-03 16:56:49',null,null,null,null,'CLOSED','DELTA',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025179','Advises that a BB is walking around.',null,null,null,null,null,null,'Allan Rd and Ross Rd, District of North Vancouver, BC',null,'2023-07-03 17:11:57','2023-07-03 17:11:57',null,'CDOYLEWA@idir','2023-07-03 17:12:53',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.0326963 49.3360832)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025183','Spotted a bear, went down to the river, just walking, no aggression.',null,null,null,null,null,null,'Allan Rd and Ross Rd, District of North Vancouver, BC',null,'2023-07-03 17:13:54','2023-07-03 17:13:54',null,'CDOYLEWA@idir','2023-07-03 17:17:26',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.0326963 49.3360832)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025184','Reporting a bb stuck in a chicken coop at the noted location. COM believes the bear is eating her chickens. - -COM: Nina Heft 250-474-5406',null,null,null,null,null,null,'4500 Prospect Lake Rd, Saanich, BC',null,'2023-07-03 17:15:10','2023-07-03 17:15:10',null,'CDOYLEWA@idir','2023-07-12 16:46:20',null,null,null,null,'OPEN','SAANICH',ST_GeomFromText('POINT(-123.4466242 48.5031176)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025189','Calling to report a black bear was in her back yard last night around and knocked over her garbage cans ',null,null,null,null,null,null,'30966 blackwell court',null,'2023-07-03 17:29:35','2023-07-03 17:29:35',null,'ISCHMIDT@idir','2023-07-03 17:31:25',null,null,null,null,'OPEN','ABTFRD',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025190','BB in their backyard and is now gone, eating some garbage even though it was locked and in a shed. Turned on car alarm and left after 10min. ',null,null,null,null,null,null,'693 Plymouth Dr, District of North Vancouver, BC',null,'2023-07-03 17:34:00','2023-07-03 17:34:00',null,'SZUKEWI@idir','2023-07-05 11:19:28',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-122.9927822 49.3118206)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025194','Young deer walking around the downtown core, no spots about 5min. ago. Called RCMP and told to call us. It is in the middle of the road with line of cars behind it for 4 blocks.',null,null,null,null,null,null,'Hazel St and Yale Rd, Chilliwack, BC','Heading West','2023-07-03 17:46:52','2023-07-03 17:46:52',null,'PDAYTON@idir','2023-07-13 14:06:24',null,null,null,null,'CLOSED','CHILLIWK',ST_GeomFromText('POINT(-121.9394397 49.1759559)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025195','Caller reporting a food conditioned black bear near the below noted location. Caller advised the bear tore into her garbage and is eating it. Caller is concerned as there are lot''s of kids in the neighborhood. ',null,null,null,null,null,null,'1649 Evelyn St, District of North Vancouver, BC',null,'2023-07-03 17:52:01','2023-07-03 17:52:01',null,'SZUKEWI@idir','2023-07-05 11:19:58',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.0265257 49.3485664)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025196','Reporting a sow and 2 cubs that keep coming into the area. They keep getting into locked compost and garbage almost daily.',null,null,null,null,null,null,'Cecile Dr, Port Moody, BC',null,'2023-07-03 17:52:09','2023-07-03 17:52:09',null,'PDAYTON@idir','2023-07-04 14:14:25',null,null,null,null,'CLOSED','PORTMDY',ST_GeomFromText('POINT(-122.8740433 49.2779773)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025199','Caller reports that there appears to be a pregnant doe in the front yard of the address provided which is laying there panting away. She is not sure if anything is wrong other than it is heavily panting.',null,null,null,null,null,null,'690 Cambridge Ave, Kelowna, BC',null,'2023-07-03 17:54:27','2023-07-03 17:54:27',null,'PROEMER@idir','2023-07-03 17:56:44',null,null,null,null,'CLOSED','KELOWNA',ST_GeomFromText('POINT(-119.4890157 49.903776)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025201','Sick deer running around looks like its starving, needs water, foaming from the mouth.',null,null,null,null,null,null,'Hazel St and Maple Ave, Chilliwack, BC','Heading down First Ave','2023-07-03 17:57:39','2023-07-03 17:57:39',null,'COMILLER@idir','2023-07-03 18:00:52',null,null,null,null,'OPEN','CHILLIWK',ST_GeomFromText('POINT(-121.9399891 49.1726524)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025203','Bear came back for the 4th day now, broke into compost today and yesterday. looking into talking to strata to put a roof on it.',null,null,null,null,null,null,'UNIT 13 -- 1170 Lansdowne Dr, Coquitlam, BC',null,'2023-07-03 18:13:28','2023-07-03 18:13:28',null,'PDAYTON@idir','2023-07-04 14:13:58',null,null,null,null,'CLOSED','COQUITLM',ST_GeomFromText('POINT(-122.809117 49.2820025)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025204','Caller reporting a black bear sighting near the below noted location. Caller advised the bear was in the forested area near the sidewalk. Caller noted the bear looked dehydrated as it was panting and it had a yellow tag on it''s ear. ',null,null,null,null,null,null,'Lynn Valley Rd, District of North Vancouver, BC','Near the RBC - just off of Mountain Hwy','2023-07-03 18:05:00','2023-07-03 18:17:31',null,'SZUKEWI@idir','2023-07-05 11:20:51',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.0320767 49.34033)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025205','Calling to report two juvenile black bears walking through the townhouse complex',null,null,null,null,null,null,'1170 Lansdowne Dr, Coquitlam, BC',null,'2023-07-03 18:21:22','2023-07-03 18:21:22',null,'ISCHMIDT@idir','2023-07-03 18:22:43',null,null,null,null,'CLOSED','COQUITLM',ST_GeomFromText('POINT(-122.809117 49.2820025)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025206','A grizzly bear was spotted passing near the callers address and appeared to be travelling on south side heading deeper into the village.',null,null,null,null,null,null,'803 Skuluki Mamnta, Bella Coola, BC',null,'2023-07-03 18:25:17','2023-07-03 18:25:17',null,'CPOSTHUM@idir','2023-07-04 08:34:54',null,null,null,null,'CLOSED','BLLACOOL',ST_GeomFromText('POINT(-126.7133764 52.3602916)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025208','Reporting a bb that is getting into a broken dumpster. All the garbage is strewn all over the area. They scared the bear off but it will definitely be back. There are people camping in the area.',null,null,null,null,null,null,'','PAST CAL-CHEACK RECREATION SITE, DAISY LAKE FSR, JUST PAST WHISTLER BUNGY, RIGHT ON DIRT ROAD','2023-07-03 18:27:44','2023-07-03 18:27:44',null,'TDSCHUMA@idir','2023-07-06 12:25:28',null,null,null,null,'CLOSED','WHISTLER',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025209','Anil 587-220-8046 -Wild Arc received a call from the above reporting a doe and fawn in the backyard, unlcear is this fawn or another is suspected to be injured. It is apparently laying there with a doe nearby. Wild Arc reports it was hard to get any info from the caller.',null,null,null,null,null,null,'3405 Veteran St, Saanich, BC',null,'2023-07-03 18:46:43','2023-07-03 18:46:43',null,'MAWILSON@idir','2023-07-04 15:30:57',null,null,null,null,'OPEN','VICTORIA',ST_GeomFromText('POINT(-123.3286414 48.4541762)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025211',' Caller reporting an injured hawk on the hwy near the below noted location. Caller advised the hawk was on the ground with one wing stretched out and looking dazed. Caller noted it was probably hit by a vehicle. ',null,null,null,null,null,null,'Hwy 97, Kamloops, BC','Between Valleyview Dr and Dallas Dr heading west','2023-07-03 18:40:00','2023-07-03 18:49:45',null,'JESJONES@idir','2023-07-04 13:12:04',null,null,null,null,'CLOSED','KAMLOOPS',ST_GeomFromText('POINT(-120.2502899 50.6768817)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025214','Caller reporting a food conditioned black bear near the below noted location. Caller advised the bear was getting into garbages and they have been trying to scare it off but it is not afraid of humans. -***Caller is requesting a CO callback for information. ***',null,null,null,null,null,null,'Allan Rd and Lynn Valley Rd, District of North Vancouver, BC',null,'2023-07-03 18:58:24','2023-07-03 18:58:24',null,'SZUKEWI@idir','2023-07-05 11:22:15',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.0325796 49.340052)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025215','Reporting an injured deer laying on the trail near the noted location. It is not getting up.',null,null,null,null,null,null,'Raymer Rd, Kelowna, BC','WOODHAVEN NATURE CONSERVANCY','2023-07-03 19:04:47','2023-07-03 19:04:47',null,'HGOOLIAF@idir','2023-07-04 10:09:19',null,null,null,null,'CLOSED','KELOWNA',ST_GeomFromText('POINT(-119.4774445 49.8148759)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025218','Calling to report seeing a black bear ran across the road and was missing the fur on it''s back half, suspects it may have mange. ',null,null,null,null,null,null,'Knickerbocker Rd, Quesnel, BC',null,'2023-07-03 19:21:27','2023-07-03 19:21:27',null,'JMILLETT@idir','2023-07-04 09:31:29',null,null,null,null,'CLOSED','QUESNEL',ST_GeomFromText('POINT(-122.5241642 52.9978962)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025219','Caller reporting an orphaned fawn near the below noted location. Caller advised they have seen the fawn in the area for 3 days and have not seen the doe. -',null,null,null,null,null,null,'5070 Riverside Dr, Fairmont Hot Springs, BC',null,'2023-07-03 19:00:00','2023-07-03 19:29:15',null,'MATTHEWH@idir','2023-07-10 10:22:51',null,null,null,null,'CLOSED','FAIRMONT',ST_GeomFromText('POINT(-115.8715037 50.3295181)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025220','Caller reporting that a black bear killed some of their ducks at the below noted location. Caller advised the bear also destroyed their duck and chicken coops. Caller noted the bear is treed by their dogs. Caller is requesting a callback from a CO for advice. - ',null,null,null,null,null,null,'768 Grevatt Rd, Baker Creek, BC',null,'2023-07-03 19:10:00','2023-07-03 19:36:52',null,'JETYRE@idir','2023-08-14 14:33:29',null,null,null,null,'CLOSED','QUESNEL',ST_GeomFromText('POINT(-122.9597861 52.9792357)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025222','Caller reporting a brown bear was seen going into the neighbors yard. Advised the bear is just walking around no signs of garbage or aggressive behavior.',null,null,null,null,null,null,'2163 Shannon Woods Way, West Kelowna, BC',null,'2023-07-03 19:56:48','2023-07-03 19:56:48',null,'DDUFFY@idir','2023-07-03 20:00:58',null,null,null,null,'CLOSED','WSTKELOW',ST_GeomFromText('POINT(-119.6073403 49.8705752)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025223','Reporting a bb eating garbage at the noted location.',null,null,null,null,null,null,'','IN FRONT OF 662 DOUGLAS AVE','2023-07-03 20:00:53','2023-07-03 20:00:53',null,'JPALM@idir','2023-07-10 16:17:20',null,null,null,null,'CLOSED','FTSTJAME',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025224','Calling to report seeing a deer eating weeds in an empty lot',null,null,null,null,null,null,'Main St and White Ave E and White Ave W, Penticton, BC',null,'2023-07-03 20:08:03','2023-07-03 20:08:03',null,'ISCHMIDT@idir','2023-07-03 20:09:14',null,null,null,null,'CLOSED','PENTICTN',ST_GeomFromText('POINT(-119.5901684 49.4943204)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025226','Calling to report a black bear in a creek, did run when the caller walked in the bear''s direction',null,null,null,null,null,null,'Edge St, Maple Ridge, BC','Reg Franklin Park','2023-07-03 20:16:14','2023-07-03 20:16:14',null,'ISCHMIDT@idir','2023-07-03 20:17:44',null,null,null,null,'CLOSED','MAPLERID',ST_GeomFromText('POINT(-122.5982701 49.2286255)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025229','Caller advises that earlier this evening a bear had been in a cherry tree and now this one is around, she is not sure if it is the same one. This animal has a yellow tag in the left ear and is now moving from the address given towards a tree''d area nearby.',null,null,null,null,null,null,'2361 Friedel Cres, Squamish, BC',null,'2023-07-03 21:08:03','2023-07-03 21:08:03',null,'PROEMER@idir','2023-07-03 21:12:01',null,null,null,null,'CLOSED','SQUMISH',ST_GeomFromText('POINT(-123.1205892 49.7427333)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025230','Dispatch received a call from an individual reporting to them a bear in the park doing bear things. When instructed to call CO''s they said we told you so we''re good.',null,null,null,null,null,null,'1999 Bowes St, Kelowna, BC','Milbridge park','2023-07-03 21:17:07','2023-07-03 21:17:07',null,'PROEMER@idir','2023-07-03 21:20:13',null,null,null,null,'CLOSED','KELOWNA',ST_GeomFromText('POINT(-119.4787282 49.8780679)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025232','Caller reporting a black bear that was walking through the yard at location noted below. Last seen heading to Rimrock Rd.',null,null,null,null,null,null,'13117 Paradise St, Charlie Lake, BC','Charlie lake ','2023-07-03 21:24:05','2023-07-03 21:24:05',null,'DDUFFY@idir','2023-07-03 21:26:15',null,null,null,null,'CLOSED','CHRLLK',ST_GeomFromText('POINT(-120.9497734 56.2838226)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025233','Caller advises that the bear is back again and wandering down the street. He can hear the kids next door yelling and screaming about the bear.',null,null,null,null,null,null,'Ballantree Rd, West Vancouver, BC',null,'2023-07-03 21:26:19','2023-07-03 21:26:19',null,'PROEMER@idir','2023-07-03 21:28:30',null,null,null,null,'CLOSED','WSTVANCO',ST_GeomFromText('POINT(-123.1296205 49.3638834)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025234','Caller reporting a injured young buck at the below location. Deer is still mobile not able to put weight onto the sore foot. ',null,null,null,null,null,null,'Ghum-Lye Dr, District of North Vancouver, BC',null,'2023-07-03 21:27:56','2023-07-03 21:27:56',null,'SZUKEWI@idir','2023-07-05 09:25:54',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-122.9889345 49.3092653)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025235','Calling to report a black bear is in the back yard eating garbage',null,null,null,null,null,null,'111 Summit Cres, Mackenzie, BC',null,'2023-07-03 21:34:21','2023-07-03 21:34:21',null,'HIDESMAR@idir','2023-07-09 14:03:58',null,null,null,null,'CLOSED','MACKENZI',ST_GeomFromText('POINT(-123.1067527 55.3386366)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025236','COM advised of a black bear in a tree (in front of a blue house). COM advised to give the bear space.',null,null,null,null,null,null,'','Winnipeg / 3rd Ave','2023-07-03 21:35:08','2023-07-03 21:35:08',null,'LEARCHIB@idir','2023-07-03 21:36:22',null,null,null,null,'CLOSED','SQUMISH',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025238','Caller reporting a black bear that went into the backyard of the location noted below. Advised the black bear crossed the street right in front of her while she was driving.',null,null,null,null,null,null,'2281 W Keith Rd, District of North Vancouver, BC',null,'2023-07-03 21:44:04','2023-07-03 21:44:04',null,'DDUFFY@idir','2023-07-03 21:46:55',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.1150885 49.3307464)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025239','Caller received a call from an elderly neighbour of a bear that got garbage from a neighbour of hers and dragged it into her yard to enjoy.',null,null,null,null,null,null,'111 Summit Cres, Mackenzie, BC',null,'2023-07-03 21:45:36','2023-07-03 21:45:36',null,'HIDESMAR@idir','2023-07-09 14:05:39',null,null,null,null,'CLOSED','MACKENZI',ST_GeomFromText('POINT(-123.1067527 55.3386366)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025240','Caller reporting a deer hit by car at the below location is badly injured and not mobile.',null,null,null,null,null,null,'Hwy 97 and Sundial Rd, Oliver, BC',null,'2023-07-03 21:55:48','2023-07-03 21:55:48',null,'DAVCOX@idir','2023-07-04 10:22:38',null,null,null,null,'CLOSED','OLIVER',ST_GeomFromText('POINT(-119.5195626 49.2737407)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025241','Reporting a bb in her yard. She is worried that the bear is going to come to her sliding glass doors.',null,null,null,null,null,null,'W Osborne Rd, District of North Vancouver, BC',null,'2023-07-03 21:59:37','2023-07-03 21:59:37',null,'KWINTERS@idir','2023-07-03 22:02:00',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.0758365 49.3401487)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025242','Caller reporting a black bear at the property noted below advised was trying to get into the locked garbages. COM advised the bear did not get into the garbages and they were able to scare him off. COM is requesting a CO callback for some help with bear signs and where to get them so they can be put up as more bears have been around lately. Advised just wants to make people aware of the bears as some of the new neighbors have been trying to feed and call the bears is as they think it is cute. ****Requesting a CO callback****',null,null,null,null,null,null,'4092 Violet St, District of North Vancouver, BC',null,'2023-07-03 22:04:30','2023-07-03 22:04:30',null,'SZUKEWI@idir','2023-07-05 11:37:29',null,null,null,null,'OPEN','NORVAN',ST_GeomFromText('POINT(-122.9583593 49.317036)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025243','Reporting a large bb sitting on the grass near the noted location.',null,null,null,null,null,null,'Dalla-Tina Ave and Ridgeview Dr, Burnaby, BC',null,'2023-07-03 22:16:27','2023-07-03 22:16:27',null,'KWINTERS@idir','2023-07-03 22:18:19',null,null,null,null,'CLOSED','BURNBY',ST_GeomFromText('POINT(-122.9495468 49.2813284)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025244','A bear showed up into their yard and has now jumped over the fence into the neighbours yard.',null,null,null,null,null,null,'7881 Woodhurst Dr, Burnaby, BC',null,'2023-07-03 22:18:45','2023-07-03 22:18:45',null,'PROEMER@idir','2023-07-03 22:20:17',null,null,null,null,'CLOSED','BURNBY',ST_GeomFromText('POINT(-122.936173 49.2629466)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025245','Calling to report a deer walking down the road',null,null,null,null,null,null,'Alexander Ave, Chilliwack, BC',null,'2023-07-03 22:42:27','2023-07-03 22:42:27',null,'ISCHMIDT@idir','2023-07-03 22:43:39',null,null,null,null,'CLOSED','CHILLIWK',ST_GeomFromText('POINT(-121.9566015 49.1643061)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025246','Caller reporting her son was walking along the trail noted below when he was follow by two young cougars. The son advised the cougars did not leave the brush but followed him for a few minutes before he shined his light at them which allowed him to get away. Advised this happened about 2230.',null,null,null,null,null,null,'Christmas Hill Park Trail, Saanich, BC',null,'2023-07-03 22:45:30','2023-07-03 22:45:30',null,'MAWILSON@idir','2023-07-04 14:31:39',null,null,null,null,'OPEN','VICTORIA',ST_GeomFromText('POINT(-123.3771677 48.4732042)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025247','Caller reporting seen a black bear in the garden at the location noted at below passing through. Advised as him and his wife left the area that they did see a bag of garbage in the middle of the road just off of the location noted below that was all torn up.',null,null,null,null,null,null,'3475 Norwood Ave, District of North Vancouver, BC',null,'2023-07-03 22:59:27','2023-07-03 22:59:27',null,'SZUKEWI@idir','2023-07-05 11:22:55',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.0771641 49.3430337)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025249','Caller reporting a problem black bear that came into the driveway and broke into the garbages and then proceeded to go to the neighbors and do the same. Advised they do leave the garbages outside but they has locks on them however the bear just keeps breaking them.',null,null,null,null,null,null,'2137 Laurier Ave, Port Coquitlam, BC',null,'2023-07-03 23:11:57','2023-07-03 23:11:57',null,'DDUFFY@idir','2023-07-03 23:15:35',null,null,null,null,'OPEN','PORTCOQ',ST_GeomFromText('POINT(-122.7716975 49.2755294)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025250','Caller reporting a black bear that was 5 feet from his living room window. Advised it is garbage day tomorrow but the bear didn''t seem to be interested in the garbage just was passing through the front yard. COM advised the bear was last seen heading towards the community trail after he scared off with a bear banger and COMs dogs. Caller advised that the bear has been coming around the are more often and seems to be getting comfortable regardless of the bear bangers and air horns being used to scare him off. ',null,null,null,null,null,null,'5707 Gairdner Cres, Fort Nelson, BC',null,'2023-07-03 23:18:07','2023-07-03 23:18:07',null,'JCLANCY@idir','2023-07-04 11:58:54',null,null,null,null,'CLOSED','FTNELSON',ST_GeomFromText('POINT(-122.68904 58.8137464)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025252','Reporting that she struck a fawn near the noted location. It has a rear leg injury, non weight bearing. The deer did run away into the small bushy area nearby.',null,null,null,null,null,null,'Massey Dr and Pine Centre Rd Offramp, Prince George, BC',null,'2023-07-03 23:30:53','2023-07-03 23:30:53',null,'EMCARTHU@idir','2023-07-20 09:48:39',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7766909 53.9006814)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025253','Caller reporting a Injured fawn in the location noted below that was hit by a car. Advised the fawn is in a bush just off the road but not mobile.',null,null,null,null,null,null,'Massey Dr, Prince George, BC','Near one of the Mall entrances just under the underpass ','2023-07-03 23:39:47','2023-07-03 23:39:47',null,'SPEELING@idir','2023-07-25 14:45:42',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7823195 53.8996166)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025254','A deer has been struck and is laying in the west bound lane of Hwy 97.',null,null,null,null,null,null,'4101 block of Hwy 97, Falkland BC','West bound lane','2023-07-04 00:37:20','2023-07-04 00:37:20',null,'MSRICHAR@idir','2023-07-04 11:21:32',null,null,null,null,'CLOSED','FALKLAND',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025255','Reporting a cougar in a bush near the apartment complex. ',null,null,null,null,null,null,'1923 Purcell Way, District of North Vancouver, BC',null,'2023-07-04 00:40:38','2023-07-04 00:40:38',null,'KPPOPJES@idir','2023-07-06 12:14:08',null,null,null,null,'OPEN','NORVAN',ST_GeomFromText('POINT(-123.0217358 49.3169012)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025256','Caller reporting a black bear that every summer keeps getting into the COMs garbage at the location noted below. Advised RCMP were out this evening who scared the bear away. Advised they have the garbage bungee corded up but the bear keeps getting into it. Advised it is garbage day tomorrow and that the bear comes down the street every garbage day and gets into everyone''s garbage the night before.',null,null,null,null,null,null,'130 Ash St W, Fort St. James, BC',null,'2023-07-04 01:47:34','2023-07-04 01:47:34',null,'JPALM@idir','2023-07-05 10:18:58',null,null,null,null,'CLOSED','FTSTJAME',ST_GeomFromText('POINT(-124.2513776 54.4464967)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025257','Dispatch received a call from the subject reporting a bear had looked in the window on her basement suite. There is garbage scattered about in the yard and he likely has been dragging into the yard to enjoy.',null,null,null,null,null,null,'5120 Beaver Harbour Rd, Port Hardy, BC',null,'2023-07-04 02:51:13','2023-07-04 02:51:13',null,'JBJARNAS@idir','2023-07-07 08:03:22',null,null,null,null,'OPEN','PORTHRDY',ST_GeomFromText('POINT(-127.413643 50.6914834)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025258','Caller reporting a black bear passing through the location noted below. COM advise they did captured it on camera and advised the bear was not getting into any garbage or behaving aggressively. ',null,null,null,null,null,null,'3225 Stephenson Point Rd, Nanaimo, BC','Pacific Biological Station ','2023-07-04 03:19:25','2023-07-04 03:19:25',null,'DDUFFY@idir','2023-07-04 03:24:22',null,null,null,null,'CLOSED','NANAIMO',ST_GeomFromText('POINT(-123.9546492 49.2117492)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025260','Caller reporting he was heading outside to have a smoke at the below location and saw a black bear in the backyard. ',null,null,null,null,null,null,'4806 Glacier Lane, Whistler, BC',null,'2023-07-04 05:17:00','2023-07-04 05:17:00',null,'DDUFFY@idir','2023-07-04 05:22:15',null,null,null,null,'CLOSED','WHISTLER',ST_GeomFromText('POINT(-122.9455236 50.1094895)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025264','COM reporting a bear that has come by to swipe her garbage twice in the last two days. COM notes that she is working on clearing out her shed to move the garbage in there. COM has bear spray and and airhorn by the door if she manages to catch it when it''s there. ',null,null,null,null,null,null,'11974 Dewdney Trunk Rd, Mission, BC','11974 Dudny Truck Rd','2023-07-04 06:42:41','2023-07-04 06:42:41',null,'PDAYTON@idir','2023-07-04 14:12:58',null,null,null,null,'CLOSED','MISSION',ST_GeomFromText('POINT(-122.3145077 49.2194871)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025265','Reporting a deer that was struck by a vehicle in the below noted location and is now needing to be dispatched. ',null,null,null,null,null,null,'35A St and 39 Ave, Vernon, BC','South side of road ','2023-07-04 06:47:09','2023-07-04 06:47:09',null,'MSRICHAR@idir','2023-07-04 11:25:47',null,null,null,null,'CLOSED','VERNON',ST_GeomFromText('POINT(-119.2808621 50.2707313)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025267','COM passing on second hand report from his neighbour indicating they thought they heard a cougar in the bushes "sometime on Sunday". *emailing due to time delay of second hand report. ',null,null,null,null,null,null,'2455 Stautw Rd, Central Saanich, BC',null,'2023-07-04 06:56:21','2023-07-04 06:56:21',null,'MAWILSON@idir','2023-07-04 11:14:50',null,null,null,null,'OPEN','CNTLSNSH',ST_GeomFromText('POINT(-123.3833858 48.5891462)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025268','Reporting a GB sow & 1 cub currently in field next to residence digging up a cow that her neighbour buried there a couple of months ago. ',null,null,null,null,null,null,'519 Williams Creek Ave, Terrace, BC',null,'2023-07-04 07:00:50','2023-07-04 07:00:50',null,'MGEUZE@idir','2023-07-24 12:36:35',null,null,null,null,'CLOSED','TERRACE',ST_GeomFromText('POINT(-128.5107298 54.4480833)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025269','Reporting a dead golden eye female duck that was located on mine property at 1451 hrs on 26 June 2023. The carcass was located near the sunshine substation. Exact cause of death is unknown but is believed to be either from the bird flying low and hitting the fence or possibly electrocution (however feathers were all intact). Caller contacted CWS who gave permission to bag and freeze the bird and they are now just waiting on further instructions. ',null,null,null,null,null,null,'Elkford, BC','N 50.1966 | W 114.8859','2023-07-04 07:10:02','2023-07-04 07:10:02',null,'RYGORDON@idir','2023-07-04 11:05:40',null,null,null,null,'CLOSED','ELKFORD',ST_GeomFromText('POINT(-114.9216667 50.0241667)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025270','Caller reporting a food conditioned black bear near the below noted location. Caller advised it is garbage day in the area and her husband saw the bear knocking over garbages on the next street over. -',null,null,null,null,null,null,'Prairie Ave, Port Coquitlam, BC',null,'2023-07-04 07:08:00','2023-07-04 07:13:46',null,'PDAYTON@idir','2023-07-04 14:12:34',null,null,null,null,'CLOSED','PORTCOQ',ST_GeomFromText('POINT(-122.7463597 49.2712279)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025271','COM reporting there is a deceased doe in the park across the street from her, and she believes the doe had recently given birth to a fawn. COM is concerned there is an orphaned fawn in the area and wants COs to keep an eye out for it. ',null,null,null,null,null,null,'3500 39 Ave, Vernon, BC',null,'2023-07-04 07:15:00','2023-07-04 07:15:00',null,'MSRICHAR@idir','2023-07-04 11:40:41',null,null,null,null,'CLOSED','VERNON',ST_GeomFromText('POINT(-119.2807522 50.2707045)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025274','Reporting a skinny buck with a non weight baring rear right leg that has been seen numerous times over the past couple of weeks. Deer is mobile but caller is concerned that it may get hit by a vehicle. ',null,null,null,null,null,null,'7059 Grant Rd W, Sooke, BC',null,'2023-07-04 07:31:38','2023-07-04 07:31:38',null,'MAWILSON@idir','2023-07-04 15:29:12',null,null,null,null,'CLOSED','SOOKE',ST_GeomFromText('POINT(-123.743324 48.3740498)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025275','Caller reporting a food conditioned black bear near the below noted location. Caller advised it is garbage day in the area and the bear is getting into all the garbages on the street. ',null,null,null,null,null,null,'840 Hemlock Cres, Port Coquitlam, BC',null,'2023-07-04 07:32:23','2023-07-04 07:32:23',null,'KSORENSE@idir','2023-07-04 07:34:34',null,null,null,null,'OPEN','PORTCOQ',ST_GeomFromText('POINT(-122.7373503 49.2727937)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025280','Caller reporting that CO''s put a bear trap on her street a week ago and when she went walking this morning she saw that her neighbor put their garbage five feet from the trap and the bear got into it and dragged the garbage into the greenbelt. Caller is requesting a callback from a CO to see what is being done and stated she will take this to the CBC because she is tired of bears bring killed in Prince George because of people not securing their garbage. ',null,null,null,null,null,null,'Dawson Rd, Prince George, BC',null,'2023-07-04 07:47:28','2023-07-04 07:47:28',null,'SGBATES@idir','2023-07-06 14:59:11',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7769219 53.9910572)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025281','COM reporting an aggressive doe that has taken up residence in her backyard. Doe has two fawns and has been very aggressive towards the COMs dog, which is now confined to the house since the deer has been for. COM would like some advice from a CO. ',null,null,null,null,null,null,'3235 1st St, Naramata, BC',null,'2023-07-04 07:51:28','2023-07-04 07:51:28',null,'DAVCOX@idir','2023-07-04 10:08:54',null,null,null,null,'CLOSED','NARAMA',ST_GeomFromText('POINT(-119.6006922 49.5940105)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025282','Reporting that a BB has been in the area recently. Caller states that the BB has gotten 2 of her chickens (over the weekend). He went right through her electric fence so now she has left the door to the chicken coop open. The BB has also charged at callers’ dog and has been constantly up the cherry tree behind residence feeding on the cherries. Caller is hoping to have a trap put up to remove the BB. ',null,null,null,null,null,null,'9088 Wilson Rd, Pemberton Meadows, BC',null,'2023-07-04 07:54:21','2023-07-04 07:54:21',null,'TDSCHUMA@idir','2023-07-06 12:02:59',null,null,null,null,'CLOSED','PEMBERTN',ST_GeomFromText('POINT(-122.9388161 50.4714356)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025283','Caller reporting a possible orphaned fawn near the below noted location. Caller advised there is a dead doe lying in the woods just off the road that was seen with the fawn a few days ago. Caller noted he has not seen the fawn since Saturday. ',null,null,null,null,null,null,'Pemberton Portage Rd, Mount Currie, BC','Near the Mute Raven Art studio ','2023-07-01 08:00:00','2023-07-04 07:55:02',null,'TDSCHUMA@idir','2023-07-04 17:41:49',null,null,null,null,'CLOSED','PEMBERTN',ST_GeomFromText('POINT(-122.728162 50.3311271)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025284','Medium size BB with no tag. On Friday saw a dog walker and ran towards the dog, 5-6ft and was chased away by another man. No aggression right now, just getting closer to the campus. - -**Emailed for awareness of previous incident',null,null,null,null,null,null,'2055 Purcell Way, District of North Vancouver, BC','Capilano university','2023-07-04 07:57:50','2023-07-04 07:57:50',null,'SZUKEWI@idir','2023-07-05 11:23:46',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.0197722 49.3170632)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025286','Reporting a BB currently feeding on callers garbage in front of residence. Caller states that today is garbage day and they just brought their garbage out for pick up and the BB immediately came and began feeding on it. ',null,null,null,null,null,null,'3520 Bishop Pl, Coquitlam, BC',null,'2023-07-04 08:04:41','2023-07-04 08:04:41',null,'PDAYTON@idir','2023-07-04 14:12:09',null,null,null,null,'CLOSED','COQUITLM',ST_GeomFromText('POINT(-122.7411088 49.2989077)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025287','RCMP front counter had someone walk in report that there is a fawn stuck in a fenced lot and doe outside it. Appears no open gates. They can send an officer by if no COs available. - -RP: Hector Little No phone number',null,null,null,null,null,null,'','4th Ave behind the DQ','2023-07-04 08:07:13','2023-07-04 08:07:13',null,'MAWILSON@idir','2023-07-04 15:33:36',null,null,null,null,'CLOSED','PORTALBR',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025288','Caller reporting a food conditioned black bear bear the below noted location. Caller advised the bear has been around for a while now and was up a tree this morning knocking down a neighbors hummingbird feeder. Caller noted the bear has also been on her deck trying to get after her bbq. Caller advised the bear is pretty small, possibly a yearling. ',null,null,null,null,null,null,'2400 Cavendish Way, Whistler, BC',null,'2023-07-04 08:10:08','2023-07-04 08:10:08',null,'TDSCHUMA@idir','2023-07-20 14:44:11',null,null,null,null,'CLOSED','WHISTLER',ST_GeomFromText('POINT(-122.9870799 50.0970608)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025289','Just hit a 2y/o bear with their car at about 40km/h, no visible injuries. It is alive and ran off into the woods.',null,null,null,null,null,null,'Clover Rd and Portage Rd, Pemberton, BC','500m West of intersection','2023-07-04 08:15:56','2023-07-04 08:15:56',null,'BMUELLER@idir','2023-07-22 16:16:19',null,null,null,null,'CLOSED','PEMBERTN',ST_GeomFromText('POINT(-122.7810934 50.3157894)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025292','COM reporting that a cougar killed a house cat outside her house at 0400 this morning. COM notes the cougar has been seen in the area for the last few weeks.',null,null,null,null,null,null,'4949 Ontario Ave, Powell River, BC',null,'2023-07-04 04:00:00','2023-07-04 08:27:19',null,'LEYKLASS@idir','2023-07-04 09:11:21',null,null,null,null,'OPEN','POWELLRV',ST_GeomFromText('POINT(-124.5155848 49.85011)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025295','COM reporting a bear that came through the yard of their townhouse. COM notes that one of their neighbours had unsecured garbage that the bear had accessed recently, and that the residents of the complex are working on securing attractants. ',null,null,null,null,null,null,'13341 Kidston Rd, Coldstream, BC',null,'2023-07-04 08:34:02','2023-07-04 08:34:02',null,'MSRICHAR@idir','2023-07-04 11:55:08',null,null,null,null,'CLOSED','CLDSTRM',ST_GeomFromText('POINT(-119.2719514 50.212817)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025296','Caller reporting a food conditioned black bear near the below noted location. Caller advised the bear is getting into garbages in the neighborhood and is not afraid of humans. Caller noted she had to use her car to scare it off. -',null,null,null,null,null,null,'1443 Edwards St, Coquitlam, BC',null,'2023-07-04 08:25:00','2023-07-04 08:36:46',null,'KSORENSE@idir','2023-07-04 08:40:33',null,null,null,null,'OPEN','COQUITLM',ST_GeomFromText('POINT(-122.7184227 49.2988513)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025297','COM advised CO Geuze directly that a grizzly bear rubbed up against his ground floor window and then stared directly inside apartment at approx 0200 hours. Bear got into dumpsters in parking lot after.',null,null,null,null,null,null,'100 Baxter Ave, Kitimat, BC',null,'2023-06-29 12:30:00','2023-07-04 08:38:48',null,'MGEUZE@idir','2023-07-05 14:49:31',null,null,null,null,'CLOSED','KITIMAT',ST_GeomFromText('POINT(-128.64659 54.0713112)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025299','Caller reporting a food conditioned black near the below noted location. Caller advised the bear has destroyed amazon packages and a couple BBQs. -***Caller is requesting to speak with CO Tim Schumacher.***',null,null,null,null,null,null,'1200 Alta Lake Rd, Whistler, BC','Twin Lakes Village ','2023-07-03 10:00:00','2023-07-04 08:42:29',null,'TDSCHUMA@idir','2023-07-04 18:19:35',null,null,null,null,'CLOSED','WHISTLER',ST_GeomFromText('POINT(-123.0074282 50.091642)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025300','COM advising 2 grizzly bears ripped into neighbors chicken coop last night. There has been a sow/cub, 2 young siblings and a very large grizzly bear all in the area. Unsure which bears broke into coop. ',null,null,null,null,null,null,'Kitimat, BC',null,'2023-06-29 14:30:00','2023-07-04 08:45:10',null,'MGEUZE@idir','2023-07-05 09:08:55',null,null,null,null,'CLOSED','KITIMAT',ST_GeomFromText('POINT(-128.6519444 54.0530556)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025302','Daughter in Law hit a deer on highway 37 near the airpark on the Kitimat side, deer is deceased. ',null,null,null,null,null,null,'Hwy 16, Terrace, BC','Before the airpark on Kitimat side','2023-07-04 08:51:01','2023-07-04 08:51:01',null,'ZTESTAWI@idir','2023-07-04 13:18:02',null,null,null,null,'CLOSED','KITIMAT',ST_GeomFromText('POINT(-128.6862689 54.5084804)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025304','Lives at Unit 4 215 Madill Road in Lake Cowichan. A bear was just in back yard with a huge bag of garbage. Wife and neighbour scared it off. Neighbour looked around because he suspected a fellow resident was not looking after their garbage and saw Unit 7''s can was tipped over and lid open. Spoke to husband and wife at Unit 7 and they deny its their garbage but as we were cleaning up the garbage strewn about we came across strata mail, credit card receipts, and other items with Unit 7 resident names on them. Wants something done to ensure residents know they are responsible for their garbage. Willing to meet on site to hand over docs founds but will need advance notice -',null,null,null,null,null,null,'215 Madill St, Lake Cowichan, BC','Unit 4-215 Madill Road, Lake Cowichan','2023-07-04 08:56:56','2023-07-04 08:56:56',null,'MAWILSON@idir','2023-07-04 14:34:24',null,null,null,null,'OPEN','LKECOWCH',ST_GeomFromText('POINT(-124.0448545 48.8325896)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025305','BB sighting in the backyard scaring their wife. No aggression or getting into attractants they know of. Seen in their yard yesterday.',null,null,null,null,null,null,'707 Westhyde Pl, District of North Vancouver, BC',null,'2023-07-04 08:57:05','2023-07-04 08:57:05',null,'COMILLER@idir','2023-07-04 08:59:55',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.0885938 49.3416454)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025306','COM reporting that their camp is experiencing a nuisance black bear. They have very good attractant management control and the bear is still there. Bear has chased camp dog several times and swatted at it. Bear follows camp workers along the tree line and watches them, will not scare off. ',null,null,null,null,null,null,'Shaft Creek Camp - TECK RESOURCES',null,'2023-06-28 00:00:00','2023-07-04 08:58:58',null,'RYCALDWE@idir','2023-07-18 11:31:34',null,null,null,null,'CLOSED','TGRPHCRK',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025307','Caller reporting that a grizzly bear came into their carport last night and tore into their three garbage cans. Caller advised the grizzly dragged the bags up the hill. Caller noted she has a video of the incident. -***Emailed only due to time delay.***',null,null,null,null,null,null,'1585 McDonald Rd, Cranbrook, BC',null,'2023-07-04 03:00:00','2023-07-04 08:59:13',null,'JMELENKA@idir','2023-07-06 18:08:31',null,null,null,null,'CLOSED','CRANBRK',ST_GeomFromText('POINT(-115.823035 49.4932414)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025309','Reporting a sheep kill from sometime last night. Caller states that he went out this morning to check on his livestock and noticed one of his sheep missing. He located the carcass buried in some grass in the corner of the field with it''s stomach missing. Caller states that his neighbour told him she heard some noises during the night but thought it was her livestock. ',null,null,null,null,null,null,'1100 Herd Rd, Duncan, BC',null,'2023-07-04 09:00:49','2023-07-04 09:00:49',null,'MAWILSON@idir','2023-07-07 08:32:51',null,null,null,null,'CLOSED','DUNCAN',ST_GeomFromText('POINT(-123.6247984 48.8189451)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025310','Have a bear around the trailer park, pretty skinny, trying to go in car doors around 3am. - -**Looking for advice for deterrents.',null,null,null,null,null,null,'1413 Sunshine Coast Hwy, Gibsons, BC',null,'2023-07-04 09:01:53','2023-07-04 09:01:53',null,'COMILLER@idir','2023-07-04 09:05:25',null,null,null,null,'OPEN','GIBSONS',ST_GeomFromText('POINT(-123.5484835 49.4059474)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025313','COM reporting a bear that was on her property Friday evening and then again this morning. When it was there on Friday it proceeded to her neighbours house and got into garbage there. ',null,null,null,null,null,null,'2409 Philip Ave, District of North Vancouver, BC',null,'2023-07-04 09:04:32','2023-07-04 09:04:32',null,'TDSCHUMA@idir','2023-07-05 08:47:12',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.1135691 49.3319487)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025314','Caller reporting a sighting of a black bear near the below noted location. Caller advised the bear was walking through the neighborhood and went into the green space near the sports plex. ',null,null,null,null,null,null,'407 Candy Lane, Campbell River, BC',null,'2023-07-04 05:30:00','2023-07-04 09:07:13',null,'KSORENSE@idir','2023-07-04 09:09:55',null,null,null,null,'CLOSED','CMBLRV',ST_GeomFromText('POINT(-125.2348193 49.9818157)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025316','Saw there was a bear cub, ran into the housing area. No aggression.',null,null,null,null,null,null,'Blue Jay St and Blueridge Dr, Abbotsford, BC',null,'2023-07-04 09:09:37','2023-07-04 09:09:37',null,'COMILLER@idir','2023-07-04 09:11:42',null,null,null,null,'CLOSED','ABTFRD',ST_GeomFromText('POINT(-122.3720395 49.0659144)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025317','Caller reporting an injured deer at the below noted location. Caller advised the is laying in his backyard and is occasionally groaning and grunting. ',null,null,null,null,null,null,'1185 Clovelly Terr, Saanich, BC',null,'2023-07-04 09:00:00','2023-07-04 09:11:31',null,'MAWILSON@idir','2023-07-04 15:38:48',null,null,null,null,'OPEN','SAANICH',ST_GeomFromText('POINT(-123.3556104 48.4554841)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025318','Lake front property there is a bear, trapped between water and fence. It can some back up by the trailers or into the water. Not doing anything, but sitting at the bottom of a tree. No aggression. - -**Looking for some advice.',null,null,null,null,null,null,'1065 Adams Rd, Summit Lake, BC',null,'2023-07-04 09:11:50','2023-07-04 09:11:50',null,'EMCARTHU@idir','2023-07-19 11:19:49',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.6457251 54.2814837)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025327','Reporting a problem garbage bear that continues to return to property. Caller states this has been an ongoing issue for the past couple of months. The BB continously is getting into the garbage (both caller''s and tenants garbage). Caller states that they have attempted to haze the BB off and have tried to secure the garbage cans but the BB continously returns. Caller has noticed scratches and paw prints on his cans recently. Caller is worried for his tenants young children. -',null,null,null,null,null,null,'1775 Pleasant Valley Rd, Spallumcheen, BC',null,'2023-07-04 09:26:02','2023-07-04 09:26:02',null,'MSRICHAR@idir','2023-07-04 12:14:11',null,null,null,null,'CLOSED','ARMSTRNG',ST_GeomFromText('POINT(-119.2058698 50.4204226)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025329','Reporting BB gave chase last night got into garbage. It was secure garbage popped straps off. 4 neighbours had garbage attacked, at least 2 were secured.',null,null,null,null,null,null,'2047 MacDonald Ave, Prince George, BC',null,'2023-07-04 09:27:45','2023-07-04 09:27:45',null,'HIDESMAR@idir','2023-07-17 14:40:24',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7642121 53.9004831)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025331','COM reporting a sighting of a bear the noted location. ',null,null,null,null,null,null,'Forberg Rd, Campbell River, BC','Forberg at Old Island Hwy, South of the pump station at Simms Creek. ','2023-07-04 09:34:28','2023-07-04 09:34:28',null,'DAGRAY@idir','2023-07-04 09:38:28',null,null,null,null,'CLOSED','CMBLRV',ST_GeomFromText('POINT(-125.2227871 49.9796376)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025332','Caller reporting a food conditioned black bear at the below noted location. Caller advised the bear is eating his neighbors compost on the street. Caller noted the bear does not seem to be afraid of humans. ',null,null,null,null,null,null,'1495 Lansdowne Dr, Coquitlam, BC','Unit 148','2023-07-04 09:36:11','2023-07-04 09:36:11',null,'PDAYTON@idir','2023-07-04 13:14:30',null,null,null,null,'CLOSED','COQUITLM',ST_GeomFromText('POINT(-122.8124388 49.2968659)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025333','Reporting that a short time ago while driving to work in the below noted location, caller noticed a deer feeding on some grass. Upon getting closer, caller noticed that near the rib cage / flank of the body, the deers'' skin was hanging off and you could see muscle. Caller states that the deer was eating grass and not exhibiting any other signs of distress. ',null,null,null,null,null,null,'Metchosin Rd, Metchosin, BC','in front of the Welcome to Metchosin sign ','2023-07-04 09:39:16','2023-07-04 09:39:16',null,'MAWILSON@idir','2023-07-04 15:36:54',null,null,null,null,'CLOSED','METCHOSI',ST_GeomFromText('POINT(-123.5134533 48.3926208)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025334','COM reporting a problem bear that has been regularly coming by their place for the last two months. Garbage has been moved to a shed last month, but it gets broken into regularly. COM has garage, but it is occupied. COM will consider getting noise maker for hazing. ',null,null,null,null,null,null,'3371 Francis Cres, Coquitlam, BC','Birk Mountain','2023-07-04 09:40:26','2023-07-04 09:40:26',null,'PDAYTON@idir','2023-07-04 13:13:49',null,null,null,null,'CLOSED','COQUITLM',ST_GeomFromText('POINT(-122.7566178 49.2939995)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025335','Caller reporting 2 possible orphaned fawns near the below noted location. Caller advised he saw a dead doe this morning on the side of the road and saw 2 fawns with the doe yesterday. Caller noted the fawns are quite small. ',null,null,null,null,null,null,'3059 Shuswap Rd, LaFarge, BC','On road by the cattle guard ','2023-07-04 09:30:00','2023-07-04 09:40:28',null,'JESJONES@idir','2023-07-04 13:18:32',null,null,null,null,'CLOSED','KAMLOOPS',ST_GeomFromText('POINT(-120.0527968 50.6599149)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025336','Young bear hanging out getting into garbage on garbage day. They have been calling the district for when the garbage truck is coming, because they are waiting for the garbage truck to take it out. They have chased it off. Wondering what else they can do.',null,null,null,null,null,null,'2207 Tanager Pl, District of North Vancouver, BC',null,'2023-07-04 09:48:35','2023-07-04 09:48:35',null,'SZUKEWI@idir','2023-07-05 11:24:31',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.013666 49.3159849)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025337','Caller reporting a bear was on the grounds getting into an outdoor fridge which contained food that was left behind by a guest.',null,null,null,null,null,null,'20201 Hwy 40, Summerland, BC','OKANA GUEST RANCH','2023-07-04 09:48:50','2023-07-04 09:48:50',null,'DAVCOX@idir','2023-07-04 11:16:17',null,null,null,null,'CLOSED','SMRLAND',ST_GeomFromText('POINT(-119.7470018 49.592904)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025338','COM reporting a bb that came by her place last night and knocked over her garbage can. COM plans to keep garbage in the garage for the time being. ',null,null,null,null,null,null,'4657 Prospect Lake Rd, Saanich, BC',null,'2023-07-04 09:50:24','2023-07-04 09:50:24',null,'MAWILSON@idir','2023-07-04 14:36:14',null,null,null,null,'CLOSED','SAANICH',ST_GeomFromText('POINT(-123.4444425 48.5064733)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025341','Caller reporting a bear and a cougar has been on his neighbour''s acreage the last 3 days in a row. Getting into garbage bins and bird seed.',null,null,null,null,null,null,'2645 Hay Rake Rd, Nanaimo, BC','2 DRIVEWAYS AWAY - NEIGHBOUR''S HOUSE','2023-07-04 09:55:55','2023-07-04 09:55:55',null,'MAWILSON@idir','2023-07-07 16:28:17',null,null,null,null,'CLOSED','NANAIMO',ST_GeomFromText('POINT(-124.0237823 49.1643154)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025345','Caller reporting a food conditioned black bear near the below noted location. Caller advised the bear tried to break down the fence to get at the garbage. Caller noted the bear then went and started eating fruit off the trees in the complex. ',null,null,null,null,null,null,'Forest Park Way and Hawthorn Dr, Port Moody, BC',null,'2023-07-04 10:00:47','2023-07-04 10:00:47',null,'KSORENSE@idir','2023-07-04 10:07:47',null,null,null,null,'OPEN','PORTMDY',ST_GeomFromText('POINT(-122.8266321 49.3033259)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025347','Caller reporting there is a black bear in a tree near the below noted location. Caller advised the bear is resting on a limb in the tree. Caller concerned as there are people walking nearby. ',null,null,null,null,null,null,'Forberg Rd and Island Hwy S, Campbell River, BC','Near Simms Creek ','2023-07-04 10:00:00','2023-07-04 10:09:53',null,'KSORENSE@idir','2023-07-04 10:13:36',null,null,null,null,'CLOSED','CMBLRV',ST_GeomFromText('POINT(-125.2229505 49.9801211)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025348','COM called advising grizzly bears that were digging up cow carcass were in his yard 15 minutes ago. COM has kids and is worried for their safety. COM is angry at neighbor for burying dead cow so close to other properties',null,null,null,null,null,null,'',null,'2023-07-04 10:10:10','2023-07-04 10:10:10',null,'MGEUZE@idir','2023-07-05 12:17:40',null,null,null,null,'CLOSED','TERRACE',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025349','Caller reporting a bear walked across the street and into someones backyard',null,null,null,null,null,null,'Budehaven Dr and Planta Rd and Shearwater Dr, Nanaimo, BC',null,'2023-07-04 10:12:39','2023-07-04 10:12:39',null,'ASDUNCAN@idir','2023-07-04 10:13:58',null,null,null,null,'CLOSED','NANAIMO',ST_GeomFromText('POINT(-123.9471285 49.2141338)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025351','Caller reporting a black bear sighting near the below noted location. Caller advised the bear walked across their retaining wall and then went in between their neighbor''s houses. ',null,null,null,null,null,null,'3429 Planta Rd, Nanaimo, BC',null,'2023-07-04 10:13:44','2023-07-04 10:13:44',null,'KSORENSE@idir','2023-07-04 10:15:55',null,null,null,null,'CLOSED','NANAIMO',ST_GeomFromText('POINT(-123.9472617 49.2144091)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025352','Caller reporting a bear broke his fence and has since wandered off',null,null,null,null,null,null,'3315 Greyhawk Dr, Nanaimo, BC',null,'2023-07-04 10:18:40','2023-07-04 10:18:40',null,'MAWILSON@idir','2023-08-09 13:46:11',null,null,null,null,'CLOSED','NANAIMO',ST_GeomFromText('POINT(-123.9479967 49.2139189)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025354','Advises that a bear is getting into the garbage bins. Today is garbage pickup day.',null,null,null,null,null,null,'2221 Tanager Pl, District of North Vancouver, BC',null,'2023-07-04 10:34:05','2023-07-04 10:34:05',null,'SZUKEWI@idir','2023-07-05 11:25:06',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.0129845 49.3161011)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025355','Caller reporting that a black bear broke through her fence this morning. Caller advised the bear has been in the area for a while and she has no attractants out. -',null,null,null,null,null,null,'2631 Walton Ave, Coquitlam, BC',null,'2023-07-04 10:00:00','2023-07-04 10:34:43',null,'PDAYTON@idir','2023-07-13 13:46:05',null,null,null,null,'CLOSED','COQUITLM',ST_GeomFromText('POINT(-122.8066667 49.2902361)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025356','Advises that she saw a deer with an exposed abdomen walking around 1 hour ago. She has a photo of it.',null,null,null,null,null,null,'Briarwood Lane and Metchosin Rd, Metchosin, BC',null,'2023-07-04 10:36:13','2023-07-04 10:36:13',null,'MAWILSON@idir','2023-07-04 15:40:30',null,null,null,null,'OPEN','METCHOSI',ST_GeomFromText('POINT(-123.4984343 48.3982995)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025358','Advises that a bear keeps coming near their alpacas. Caller is worried about her livestock. Requesting a call back.',null,null,null,null,null,null,'1948 Vera Dr, Courtenay, BC',null,'2023-07-04 10:37:30','2023-07-04 10:37:30',null,'JBJARNAS@idir','2023-07-04 11:52:27',null,null,null,null,'OPEN','COURTNY',ST_GeomFromText('POINT(-124.9981539 49.7831483)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025360','Reporting that a BB broken a neighbours gate this morning at 0430am while attempting to access the backyard. ',null,null,null,null,null,null,'592 W St James Rd, District of North Vancouver, BC',null,'2023-07-04 10:40:20','2023-07-04 10:40:20',null,'SZUKEWI@idir','2023-07-05 11:25:37',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.0855299 49.3387258)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025361','Caller reporting a cub up a tree near the noted location',null,null,null,null,null,null,'Forberg Rd, Campbell River, BC','ON THE WATERFRONT','2023-07-04 10:58:22','2023-07-04 10:58:22',null,'JBJARNAS@idir','2023-07-05 08:03:04',null,null,null,null,'CLOSED','CMBLRV',ST_GeomFromText('POINT(-125.2227871 49.9796376)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025363','Advised a fawn has been in the area around callers and neighbours property all morning. Caller states that the fawn was in neighbours yard from about 0700 to about 1030am when it went up onto callers front porch. Caller states that the fawn is quite small & still spotted. ',null,null,null,null,null,null,'337 Tanager Dr, Kelowna, BC',null,'2023-07-04 11:00:41','2023-07-04 11:00:41',null,'HGOOLIAF@idir','2023-07-05 11:08:38',null,null,null,null,'CLOSED','KELOWNA',ST_GeomFromText('POINT(-119.5243133 49.7896473)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025364','MVI car hit a deer North ditch barely alive. Sgt. is heading out that way. Caller has tow truck and was going to be heading off. - -RP: Rhys 604-817-5531',null,null,null,null,null,null,'28000 Dewdney Trunk Rd, Maple Ridge, BC',null,'2023-07-04 11:01:09','2023-07-04 11:01:09',null,'JBULL@idir','2023-07-05 14:39:46',null,null,null,null,'OPEN','MAPLERID',ST_GeomFromText('POINT(-122.4471213 49.2199476)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025368','Caller reporting a moose was struck by a semi and is lying down in the ditch off the road',null,null,null,null,null,null,'Hwy 1, Revelstoke, BC','ALBERT CREEK - FROM GOLDEN TO REVELSTOKE - 30 kms outside revelstoke - WB','2023-07-04 11:13:06','2023-07-04 11:13:06',null,'STECOOK@idir','2023-07-04 11:48:04',null,null,null,null,'CLOSED','REVELSTO',ST_GeomFromText('POINT(-118.2984659 50.9826804)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025371','Caller reporting a big horn sheep in town. It appears to be lost looking for a fence to get over',null,null,null,null,null,null,'Okanagan Way and Yellowhead Hwy, Kamloops IR No 1, BC','NEAR MOUNT PAUL WAY','2023-07-04 11:22:42','2023-07-04 11:22:42',null,'JESJONES@idir','2023-07-04 13:23:06',null,null,null,null,'CLOSED','KAMLOOPS',ST_GeomFromText('POINT(-120.3251825 50.6984891)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025372','BB trying to get into the garden. Threw fire wood and gravel at it, shouted at it as well. Walked to the neighbours front door and moved on down the road.',null,null,null,null,null,null,'7194 Wright Rd, Sooke, BC',null,'2023-07-04 11:23:34','2023-07-04 11:23:34',null,'MAWILSON@idir','2023-07-04 14:41:22',null,null,null,null,'OPEN','SOOKE',ST_GeomFromText('POINT(-123.7425049 48.3620736)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025374','Caller reporting a bear on a trail. There is a bear aware sign posted at the beginning of the trail',null,null,null,null,null,null,'22nd Ave, Prince George, BC','UMBC CONNECTOR TRAIL','2023-07-04 11:27:12','2023-07-04 11:27:12',null,'ASDUNCAN@idir','2023-07-04 11:29:16',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7952673 53.9029776)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025375','Report bear sighting, leaving scat all over the lawns. ',null,null,null,null,null,null,'3350 Calder Ave, District of North Vancouver, BC',null,'2023-07-04 11:27:29','2023-07-04 11:27:29',null,'COMILLER@idir','2023-07-04 11:30:11',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.078143 49.3397782)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025376','COM reporting a large seal carcass has washed up on the beach at the noted location, and COM is concerned it may attract wildlife. ',null,null,null,null,null,null,' ','Cox Bay - midpoint of the beach. ','2023-07-04 11:39:09','2023-07-04 11:39:09',null,'DAGRAY@idir','2023-07-04 11:46:34',null,null,null,null,'OPEN','TOFINO',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025378','COM reporting that a GB got in to their chicken coop and demolished it this morning, killed more than half their chickens, about 10. Also wondering if they can shoot it to protect their livestock or themselves.',null,null,null,null,null,null,'124 Elderberry St, Kitimat, BC',null,'2023-07-04 09:00:00','2023-07-04 11:51:41',null,'ASDUNCAN@idir','2023-07-08 17:02:25',null,null,null,null,'CLOSED','KITIMAT',ST_GeomFromText('POINT(-128.6484659 54.0340339)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025379','Caller reporting a black bear in a tree near the below noted location. Caller advised the tree is on a popular sea walk and there are lot''s of people around. -***Emailed sighting because of busy walkway location.***',null,null,null,null,null,null,'Forberg Rd and Island Hwy S, Campbell River, BC',null,'2023-07-04 11:53:17','2023-07-04 11:53:17',null,'KSORENSE@idir','2023-07-04 12:03:27',null,null,null,null,'CLOSED','CMBLRV',ST_GeomFromText('POINT(-125.2220313 49.9789997)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025384','Caller reporting that a gate to on of the garbage enclosures was left open and now a bear is in there eating the garbage. ',null,null,null,null,null,null,'1150 Johnson St, Coquitlam, BC','NORTH GARBAGE ENCLOSURE','2023-07-04 12:02:24','2023-07-04 12:02:24',null,'PDAYTON@idir','2023-07-04 13:13:09',null,null,null,null,'CLOSED','COQUITLM',ST_GeomFromText('POINT(-122.8017984 49.2809576)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025385','2 weeks ago a bear broke his fence and yesterday the bear was back getting into his cherry tree. Bear has a tag on the left ear',null,null,null,null,null,null,'1621 St. Albert Ave, Port Coquitlam, BC',null,'2023-07-04 12:09:07','2023-07-04 12:09:07',null,'ASDUNCAN@idir','2023-07-04 12:10:28',null,null,null,null,'OPEN','PORTCOQ',ST_GeomFromText('POINT(-122.7596114 49.2637975)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025389','Coyote in the courtyard that has been quite aggressive to small dogs, last happened a couple of days ago. It has made a den and wondering if it can be moved, or what will be done.',null,null,null,null,null,null,'673 Market Hill, Vancouver, BC',null,'2023-07-04 12:16:09','2023-07-04 12:16:09',null,'SZUKEWI@idir','2023-07-06 11:21:54',null,null,null,null,'OPEN','VANCOUVR',ST_GeomFromText('POINT(-123.1199176 49.2672415)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025392','COM reporting a grizzley that passed through Whistler Olympic Park this morning at 10:30. No conflict noted. *emailing due to time delay. ',null,null,null,null,null,null,'1500 Callaghan Valley Rd, Whistler, BC','Whistler Olypic Park','2023-07-04 10:30:00','2023-07-04 12:18:31',null,'BMUELLER@idir','2023-07-22 16:16:49',null,null,null,null,'CLOSED','WHISTLER',ST_GeomFromText('POINT(-123.1152733 50.1395963)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025395','Caller reporting a an injured deer that was hit by a vehicle near the below noted location. Caller advised the deer is laying on it''s side and appears to have a broken back. ',null,null,null,null,null,null,'Chartwell Blvd and Eaglecrest Dr and Island Hwy W, Qualicum Beach, BC',null,'2023-07-04 12:20:47','2023-07-04 12:20:47',null,'MAWILSON@idir','2023-07-17 16:13:43',null,null,null,null,'CLOSED','QLICMBCH',ST_GeomFromText('POINT(-124.3926421 49.3479087)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025404','Caller reporting a bear has been hanging around the last while. It''s broken the locking garbage twice and walked all over the vehicles. Caller thinks it''s the same bear as last year that charged them. They had police respond when "nothing was done."',null,null,null,null,null,null,'350 Fourth St, Tofino, BC',null,'2023-07-04 12:25:12','2023-07-04 12:25:12',null,'DSEXTON@idir','2023-07-10 10:52:47',null,null,null,null,'OPEN','TOFINO',ST_GeomFromText('POINT(-125.8994044 49.1471092)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025405','Advises that there are some bears hanging around knocking down garbage bins.',null,null,null,null,null,null,'6963 Adam Dr, Prince George, BC',null,'2023-07-04 12:30:22','2023-07-04 12:30:22',null,'HIDESMAR@idir','2023-07-17 14:42:11',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7810063 53.995336)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025406','Reporting that there is an aggressive deer population in / around callers neighbourhood. Caller states that last night while outside in backyard throwing ball with husband for their small 5lb yorkie, a doe jumped their fence and attempted to attack their dog. They were able to get the dog away from the doe and brought it inside to look the dog over. The dog appeared okay with no actual visible injuries. Caller looked outside and noticed that the doe was laying near the dog pen. Caller''s husband had to throw a bottle at it to get it to leave. Caller took her dog to the vet this morning and it looks as though it''s an injured shoulder. ',null,null,null,null,null,null,'1829 Ross Rd, Williams Lake, BC',null,'2023-07-04 12:38:38','2023-07-04 12:38:38',null,'JPAULS@idir','2023-07-11 13:10:59',null,null,null,null,'CLOSED','WILLMSLK',ST_GeomFromText('POINT(-122.0837922 52.1456053)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025407','Advises that a mountain sheep is running around the road.',null,null,null,null,null,null,'Tranquille in Kamloops, BC',null,'2023-07-04 12:39:44','2023-07-04 12:39:44',null,'CDOYLEWA@idir','2023-07-04 12:41:24',null,null,null,null,'CLOSED','KAMLOOPS',ST_GeomFromText('POINT(-120.5177778 50.7163889)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025409','Advises that there is a wild sheep running around.',null,null,null,null,null,null,'Tranquille in Kamloops, BC',null,'2023-07-04 12:48:48','2023-07-04 12:48:48',null,'CDOYLEWA@idir','2023-07-04 12:50:17',null,null,null,null,'CLOSED','KAMLOOPS',ST_GeomFromText('POINT(-120.5177778 50.7163889)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025411','Caller reporting a bear that has gotten into recycling bins along the street as it''s pick up day and the bear has been climbing over vehicles',null,null,null,null,null,null,'50354 Adelaide Pl, Chilliwack, BC',null,'2023-07-04 12:53:41','2023-07-04 12:53:41',null,'ASDUNCAN@idir','2023-07-04 12:55:10',null,null,null,null,'OPEN','CHILLIWK',ST_GeomFromText('POINT(-121.831775 49.145202)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025413','Advises that there is a limping bear that has been hanging around and getting into the neighbours garbage. ',null,null,null,null,null,null,'953 Montroyal Blvd, District of North Vancouver, BC',null,'2023-07-04 12:56:46','2023-07-04 12:56:46',null,'TDSCHUMA@idir','2023-07-05 08:44:31',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.096932 49.3559285)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025415','COM passing on a second hand report of a cougar that was seen on a security camera last week. *emailed due to time delay',null,null,null,null,null,null,'Hope Dr, Spallumcheen, BC',null,'2023-06-29 05:00:00','2023-07-04 13:07:59',null,'MSRICHAR@idir','2023-07-04 13:45:02',null,null,null,null,'CLOSED','ARMSTRNG',ST_GeomFromText('POINT(-119.1510659 50.4421058)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025420','Fawn stuck in the compound at the bottom of stairs at the hospital in Polson Park on the Northside. There is a gate at the bottom, caller didn''t want to approach as mother was freaking out. - -',null,null,null,null,null,null,'2600 Hwy 6, Vernon, BC',null,'2023-07-04 13:16:16','2023-07-04 13:16:16',null,'MSRICHAR@idir','2023-07-04 13:57:50',null,null,null,null,'CLOSED','VERNON',ST_GeomFromText('POINT(-119.2705253 50.2592442)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025421','Advise that there is a mountain sheep running around.',null,null,null,null,null,null,'Airport Rd, Kamloops, BC',null,'2023-07-04 13:17:48','2023-07-04 13:17:48',null,'CDOYLEWA@idir','2023-07-04 13:19:31',null,null,null,null,'CLOSED','KAMLOOPS',ST_GeomFromText('POINT(-120.4413587 50.7067208)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025422','COM reporting a coyote sited and the noted location',null,null,null,null,null,null,'1025 Starview Pl, Squamish, BC','Corridor Trail and Tantalus Crossing','2023-07-04 07:00:00','2023-07-04 13:19:37',null,'DAGRAY@idir','2023-07-04 13:25:36',null,null,null,null,'CLOSED','SQUMISH',ST_GeomFromText('POINT(-123.1328535 49.7441724)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025423','Caller reporting a food conditioned black bear near the below noted location. Caller advised it is garbage day in the area and the bear is knocking over the garbages. ',null,null,null,null,null,null,'1250 Riverside Dr, District of North Vancouver, BC',null,'2023-07-04 13:10:00','2023-07-04 13:19:48',null,'KSORENSE@idir','2023-07-04 13:22:02',null,null,null,null,'OPEN','NORVAN',ST_GeomFromText('POINT(-123.0110472 49.3187206)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025424','Advises that there is a scared mountain sheep/ goat running around.',null,null,null,null,null,null,'2680 Tranquille Rd, Kamloops, BC',null,'2023-07-04 13:22:13','2023-07-04 13:22:13',null,'CDOYLEWA@idir','2023-07-04 13:23:31',null,null,null,null,'CLOSED','KAMLOOPS',ST_GeomFromText('POINT(-120.4261712 50.7024307)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025426','Saw cougar on a walk with their kids. It had gone back into the bush.',null,null,null,null,null,null,'2218 Cousins Ave, Courtenay, BC','Cousins Park','2023-07-04 13:35:37','2023-07-04 13:35:37',null,'MAWILSON@idir','2023-07-04 14:43:06',null,null,null,null,'OPEN','COURTNY',ST_GeomFromText('POINT(-125.0006217 49.6708936)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025434','Baby skunk with a rat trap stuck on its paw, mom trying to help.',null,null,null,null,null,null,'2137 Chesterfield Ave, North Vancouver, BC',null,'2023-07-04 13:49:26','2023-07-04 13:49:26',null,'KPPOPJES@idir','2023-07-06 12:21:23',null,null,null,null,'OPEN','NORVAN',ST_GeomFromText('POINT(-123.0756968 49.3288321)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025435','Advises that there is a bear walking around sketching the caller out. -',null,null,null,null,null,null,'','woodland trailer park','2023-07-04 13:54:32','2023-07-04 13:54:32',null,'CDOYLEWA@idir','2023-07-04 13:55:53',null,null,null,null,'CLOSED','MACKENZI',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025436','Concern about a bear attractant near dumpster behind her store. Dumpster has a lot of food in it, and is worried will attract bears.',null,null,null,null,null,null,'',null,'2023-07-04 14:03:45','2023-07-04 14:03:45',null,'ZTESTAWI@idir','2023-07-05 09:44:31',null,null,null,null,'CLOSED','TERRACE',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025437','Advise that there is a grizzly bear on the trail that is growling and following people.',null,null,null,null,null,null,'','Grouchys beach trail ; 2/3 of the way to the lake','2023-07-04 14:08:15','2023-07-04 14:08:15',null,'ZTESTAWI@idir','2023-07-05 09:40:03',null,null,null,null,'CLOSED','TERRACE',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025438','COM reporting a black bear sited at the noted location. ',null,null,null,null,null,null,'Downes Rd and Mt Lehman Rd, Abbotsford, BC',null,'2023-07-04 14:08:36','2023-07-04 14:08:36',null,'DAGRAY@idir','2023-07-04 14:20:37',null,null,null,null,'CLOSED','ABTFRD',ST_GeomFromText('POINT(-122.3811491 49.0747605)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025441','Mine operators reporting a deceased western toad discovered on their mine site. ',null,null,null,null,null,null,'Coal Mountain Mine - Teck Coal ',null,'2023-07-04 14:22:59','2023-07-04 14:22:59',null,'RKRENZ@idir','2023-07-04 15:39:28',null,null,null,null,'CLOSED','SPRWOOD',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025445','Caller reporting 2 black bears on his Christmas tree farm. Caller advised the bears are getting more bold and are coming right up to his house. Caller noted the bears are not afraid of humans and he is concerned for the safety of his workers. Caller advised they leave no attractants out. Caller requesting a callback from a CO for advice. -***Emailed sighting for CO callback request.*** - -',null,null,null,null,null,null,'36070 McKee Rd, Abbotsford, BC',null,'2023-07-04 14:25:00','2023-07-04 14:30:25',null,'ALBUCHAN@idir','2023-07-26 12:11:43',null,null,null,null,'OPEN','ABTFRD',ST_GeomFromText('POINT(-122.2264864 49.0692447)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025446','Caller reporting a black bear sighting near the below noted location. Caller advised the bear ran across the road in front of her and went into the woods. ',null,null,null,null,null,null,'Beaver Lake Rd, Lake Country, BC','2-3km before the welcome to Kelowna sign','2023-07-04 14:30:00','2023-07-04 14:37:17',null,'KSORENSE@idir','2023-07-04 14:41:19',null,null,null,null,'CLOSED','LAKECNRY',ST_GeomFromText('POINT(-119.3343472 50.030045)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025450','Caller reporting a doe and fawn walking down the road. The doe is limping and panting.',null,null,null,null,null,null,'Hampshire Rd and Windsor Rd, Oak Bay, BC',null,'2023-07-04 14:45:07','2023-07-04 14:45:07',null,'MAWILSON@idir','2023-07-04 15:50:48',null,null,null,null,'CLOSED','OAKBAY',ST_GeomFromText('POINT(-123.3159065 48.4220241)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025451','Reporting a bb in the area for the last 4 days, going between her house and the neighbour''s place. Call was disconnected.',null,null,null,null,null,null,'Sarah Dr, Otter Point, BC',null,'2023-07-04 14:53:29','2023-07-04 14:53:29',null,'KWINTERS@idir','2023-07-04 15:00:18',null,null,null,null,'CLOSED','SOOKE',ST_GeomFromText('POINT(-123.7515221 48.400678)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025452','Advises that a bear has been getting into everyones garbage. The bear has charged at the caller and his girlfriend.',null,null,null,null,null,null,'7627 Sapphire Cres, Prince George, BC',null,'2023-07-04 14:54:12','2023-07-04 14:54:12',null,'EMCARTHU@idir','2023-07-29 10:41:21',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.789431 54.0005831)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025453','20230621 2000hrs: CO PALM receives a direct report of a Black Bear killed cattle.',null,null,null,null,null,null,'Ootsa Lake Rd E, Ootsa Lake, BC','East Ootsa, Burns Lake BC','2023-07-04 14:55:36','2023-07-04 14:55:36',null,'JPALM@idir','2023-07-04 17:35:04',null,null,null,null,'CLOSED','BURNLK',ST_GeomFromText('POINT(-125.8546013 53.7240647)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025454','Reporting a sow and 2 cubs in the yard. They are near a greenbelt. They blew the airhorn and moved on, but very slowly.',null,null,null,null,null,null,'',null,'2023-07-04 14:55:37','2023-07-04 14:55:37',null,'KWINTERS@idir','2023-07-04 14:58:22',null,null,null,null,'CLOSED','COQUITLM',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025455','Caller reporting that a black bear broke their fence last night trying to climb it. Caller advised the bear has been in the area for a while and she is concerned for the safety of her kids. Caller noted the bear is not afraid of humans. ',null,null,null,null,null,null,'1260 W Keith Rd, District of North Vancouver, BC',null,'2023-07-03 20:00:00','2023-07-04 14:57:12',null,'SZUKEWI@idir','2023-07-05 11:26:12',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.1091853 49.3267969)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025456','Reporting a coyote that has been seen wandering up and down the streets kind of slowly. This morning at 0900am the coyote came and grabbed her kids plastic pool and began shaking it violently. Took off after being shouted at. ',null,null,null,null,null,null,'40407 Perth Dr, Squamish, BC',null,'2023-07-04 15:02:31','2023-07-04 15:02:31',null,'CROCHON@idir','2023-07-07 10:07:25',null,null,null,null,'OPEN','SQUMISH',ST_GeomFromText('POINT(-123.1102417 49.7415146)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025457','2023-06-27 @ 1255 hrs. Sgt BATES returned call to Complainant. -COM having issue for past 2 years with a bear in her backyard. She has secured all here garbage, but bear keeps brining in garbage from other places to eat it in her backyard. ',null,null,null,null,null,null,'550 Elm St W, Fort St. James, BC','Backyard of 550 West Elm St, FSJames BC','2023-06-27 12:53:00','2023-07-04 15:03:46',null,'SGBATES@idir','2023-07-10 14:58:17',null,null,null,null,'CLOSED','FTSTJAME',ST_GeomFromText('POINT(-124.2594975 54.4498104)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025459','',null,null,null,null,null,null,'','ROCKY POINT PARK - PORT MOODY STATION MUSEUM','2023-07-04 15:06:30','2023-07-04 15:06:30',null,'EVEROBER@idir','2023-07-05 14:20:59',null,null,null,null,'OPEN','PORTMDY',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025460','2023-06-20 12:46 Report of a grizzly bear sow bluff charging vehicles on mine site. ',null,null,null,null,null,null,'Huckleberry Mine','Huckleberry Mine MU 6-04','2023-06-27 09:00:00','2023-07-04 15:09:20',null,'JPALM@idir','2023-07-04 17:14:34',null,null,null,null,'CLOSED','BURNLK',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025461','Caller reporting 4 food conditioned black bears near the below noted location. Caller advised the sow and 3 cubs have been coming almost everyday and are breaking into the garbage cans. Caller noted most of their bins have metal lids but 2 have plastic and they keep getting torn apart. -',null,null,null,null,null,null,'1145 Inlet St, Coquitlam, BC',null,'2023-07-04 15:00:00','2023-07-04 15:10:25',null,'KSORENSE@idir','2023-07-04 15:13:56',null,null,null,null,'OPEN','COQUITLM',ST_GeomFromText('POINT(-122.7819441 49.2815651)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025465','COM contacted RCMP to advise a black bear attempted to enter COM’s house through screen patio door at approximately 1330hrs. COM was able to scare bear off before it entered house. Dispatch advised CO via radio. ',null,null,null,null,null,null,'24 McLeod Dr, Mackenzie, BC','Patio door of house located at 24 McLeod Dr, Mackenzie BC','2023-07-04 15:13:00','2023-07-04 15:23:34',null,'HIDESMAR@idir','2023-07-10 13:43:02',null,null,null,null,'CLOSED','MACKENZI',ST_GeomFromText('POINT(-123.0807546 55.3268949)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025467','Caller reporting a sighting of a black bear near the below noted location. Caller advised the bear walked down the street, sniffed their recycling bin and then went to the neighbors yard. ',null,null,null,null,null,null,'1178 Riverside Dr, District of North Vancouver, BC',null,'2023-07-04 15:20:00','2023-07-04 15:24:53',null,'KSORENSE@idir','2023-07-04 15:28:01',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.0104604 49.3174905)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025469','COM reporting a bb that comes by her house regularly, getting pretty close to her house and doesn''t seem shy of people. COM notes her garbage and other attractants are all secured, and she believes the bear is coming for wild berry bushes around the edge of her property. COM hasn''t attempted hazing, but will consider getting an airhorn. ',null,null,null,null,null,null,'2905 Sarah Dr, Otter Point, BC',null,'2023-07-04 15:34:56','2023-07-04 15:34:56',null,'DAGRAY@idir','2023-07-04 15:42:45',null,null,null,null,'CLOSED','SOOKE',ST_GeomFromText('POINT(-123.7536922 48.3969397)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025472','Reporting a bb near the noted location. It is up a tree and there are lots of people are walking and biking nearby.',null,null,null,null,null,null,'','SOUTH ISLAND HWY JUST AFTER THE TRAFFIC CIRCLE, BEFORE SIMMS CREEK','2023-07-04 15:46:06','2023-07-04 15:46:06',null,'MAWILSON@idir','2023-07-05 08:37:03',null,null,null,null,'CLOSED','CMBLRV',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025475','Reporting a couple of bbs in the area. A neighbour was changing a tire and the bear came up behind him. Caller warned the person, they jumped into the car and then the bb slowly wandered away. They have been coming everyday for the past week.',null,null,null,null,null,null,'',null,'2023-07-04 15:55:51','2023-07-04 15:55:51',null,'KWINTERS@idir','2023-07-04 15:58:04',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025477','Caller reporting a bear charged at their pig pen. The bear returned today and was wandering the lower field',null,null,null,null,null,null,'4460 Rannveig Pl, Otter Point, BC',null,'2023-07-04 16:01:46','2023-07-04 16:01:46',null,'ASDUNCAN@idir','2023-07-04 16:04:02',null,null,null,null,'OPEN','SOOKE',ST_GeomFromText('POINT(-123.8316861 48.3789191)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025478','COM reporting a young bb running around the neighbourhood getting into garbages on garbage day. ',null,null,null,null,null,null,'2215 Tanager Pl, District of North Vancouver, BC',null,'2023-07-04 16:04:04','2023-07-04 16:04:04',null,'SZUKEWI@idir','2023-07-05 11:26:50',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.0133324 49.3160387)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025479','Reporting a resident deer that has a frayed jute rope around it''s neck. Caller states that the deer must''ve had the rope there for quite some time as it looks ''embedded'' into the skin. Caller has a photo of the deer that she can forward to CO if needed. ',null,null,null,null,null,null,'670 Island Hwy S, Campbell River, BC',null,'2023-07-04 16:06:02','2023-07-04 16:06:02',null,'MAWILSON@idir','2023-07-17 16:18:19',null,null,null,null,'CLOSED','CMBLRV',ST_GeomFromText('POINT(-125.2302296 49.9960166)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025482','Caller reporting a black bear sighting near the below noted location. Caller advised the bear is on the street and people are taking pictures of it. ',null,null,null,null,null,null,'2224 Clarke St, Port Moody, BC',null,'2023-07-04 16:19:48','2023-07-04 16:19:48',null,'KSORENSE@idir','2023-07-04 16:22:47',null,null,null,null,'CLOSED','PORTMDY',ST_GeomFromText('POINT(-122.8623438 49.2780856)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025486','Reporting a grizzly near the noted location. The property is fenced, unsure how the bear is getting in. Last seen on Sunday on video camera just before 2300 hours. Fresh scat was found by staff this morning.',null,null,null,null,null,null,'3016 Old Lakelse Lake Dr, Terrace, BC','THORNHILL TRANSFER STATION ','2023-07-04 16:25:38','2023-07-04 16:25:38',null,'MGEUZE@idir','2023-07-24 12:48:18',null,null,null,null,'CLOSED','TERRACE',ST_GeomFromText('POINT(-128.4846983 54.4909821)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025489','Caller reporting a bear that''s been around the neighbourhood. The bear was in the neighbour''s backyard last night and may have gotten into her bait box that was left out',null,null,null,null,null,null,'500 San Remo Dr, Port Moody, BC',null,'2023-07-04 16:44:55','2023-07-04 16:44:55',null,'PDAYTON@idir','2023-07-13 13:45:26',null,null,null,null,'CLOSED','PORTMDY',ST_GeomFromText('POINT(-122.8420902 49.2885991)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025494','RCMP received a report of a cougar sighting in an urban area near the below noted location. ',null,null,null,null,null,null,'1007 Canada Ave, Duncan, BC','Coop gas station ','2023-07-04 17:19:33','2023-07-04 17:19:33',null,'MAWILSON@idir','2023-07-05 09:58:26',null,null,null,null,'CLOSED','DUNCAN',ST_GeomFromText('POINT(-123.7095536 48.7859949)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025495','Caller reporting a bear has been hanging around and got into the neighbour''s garbage as it''s pick up day',null,null,null,null,null,null,'6933 Adam Dr, Prince George, BC',null,'2023-07-04 17:19:46','2023-07-04 17:19:46',null,'HIDESMAR@idir','2023-07-17 14:43:45',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7814466 53.9941997)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025496','Reports a deer that has been hit and its not dead, needing to be put down in the middle of the road.',null,null,null,null,null,null,'Pinantan Rd, Pritchard, BC','Just before Pinantan Rd and East Shuswap Rd. Have to access by East Shuswap Rd.','2023-07-04 17:38:20','2023-07-04 17:38:20',null,'JESJONES@idir','2023-07-05 11:43:09',null,null,null,null,'CLOSED','PRITCHRD',ST_GeomFromText('POINT(-119.824968 50.6902247)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025497','Calling to report a black bear eating a food hamper on his front step.',null,null,null,null,null,null,'932 Riverside Dr, District of North Vancouver, BC',null,'2023-07-04 18:02:49','2023-07-04 18:02:49',null,'SZUKEWI@idir','2023-07-05 11:27:23',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025498','Caller reporting a bear has been coming around and is currently getting into the garbage. Caller stores compost inside and will now keep her garbage can in the garage to deter the bear from coming back',null,null,null,null,null,null,'4582 Teviot Pl, District of North Vancouver, BC',null,'2023-07-04 18:05:45','2023-07-04 18:05:45',null,'SZUKEWI@idir','2023-07-05 11:28:03',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.1062675 49.3541253)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025504','Calling to report a deer with and injured back end, one leg looks dislocated but still mobile. Has a fawn as well.',null,null,null,null,null,null,'3455 Glencoe Rd, West Kelowna, BC',null,'2023-07-04 18:19:10','2023-07-04 18:19:10',null,'HGOOLIAF@idir','2023-07-05 09:21:36',null,null,null,null,'CLOSED','WSTKELOW',ST_GeomFromText('POINT(-119.6448861 49.8385212)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025505','Calling to report a black bear was in the area last week and three days ago and damaged her fence. ',null,null,null,null,null,null,'1874 Laurier Ave, Port Coquitlam, BC',null,'2023-07-04 18:30:30','2023-07-04 18:30:30',null,'PDAYTON@idir','2023-07-13 13:44:56',null,null,null,null,'CLOSED','PORTCOQ',ST_GeomFromText('POINT(-122.7664535 49.2744535)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025508','Caller reporting a bear sitting in someone''s driveway',null,null,null,null,null,null,'1780 Arborlynn Dr, District of North Vancouver, BC',null,'2023-07-04 18:44:18','2023-07-04 18:44:18',null,'ASDUNCAN@idir','2023-07-04 18:45:22',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.0296843 49.3244337)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025515','Caller reporting he believes a cub''s mother was relocated from talking to neighbour''s and the cub has been wandering around the area looking quite skinny and lost',null,null,null,null,null,null,'Mamquam Rd, Squamish, BC',null,'2023-07-04 19:13:51','2023-07-04 19:13:51',null,'CROCHON@idir','2023-07-07 09:56:40',null,null,null,null,'OPEN','SQUMISH',ST_GeomFromText('POINT(-123.1170822 49.7345261)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025519','Calling to report that a black bear was on her drive way before running into a neighbour''s yard. The bear looked like he may have been injured. Small but bigger than a German Shepard. ',null,null,null,null,null,null,'2662 Wheeler Pl, Prince George, BC',null,'2023-07-04 19:26:41','2023-07-04 19:26:41',null,'HIDESMAR@idir','2023-07-17 14:44:55',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7806558 53.8717368)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025523','Calling to report a deer hit by a car but was able to get off the road. ',null,null,null,null,null,null,'Hwy 4 a few yards from Millner Garden entrance',null,'2023-07-04 19:42:17','2023-07-04 19:42:17',null,'MAWILSON@idir','2023-07-17 16:15:21',null,null,null,null,'CLOSED','PARKSVLE',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025528','Reporting an injured deer near the noted location. - -COM: Patricia 250-256-8752',null,null,null,null,null,null,'','HWY 99 BETWEEN WINERY AND OLD BRIDGE','2023-07-04 19:56:31','2023-07-04 19:56:31',null,'JXKLINE@idir','2023-07-05 12:40:13',null,null,null,null,'CLOSED','LILLOOET',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025531','Calling to report an immobile fawn on the side of the road',null,null,null,null,null,null,'Hwy 99, Lillooet, BC','Fort Baren''s Winery and CRC Sand and Gravel','2023-07-04 20:17:39','2023-07-04 20:17:39',null,'JXKLINE@idir','2023-07-05 12:42:56',null,null,null,null,'CLOSED','LILLOOET',ST_GeomFromText('POINT(-121.9111732 50.7185365)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025532','Caller reporting a cougar crossing through the yard at the location noted below. COM advised if CO''s want more details or where it was last seen to call him and he would meet up with them to show them where it went off to. COM Advised they had a cougar around the area last year and it ended up killing a bunch of chickens in the area. ***Emailing CO''s as a precaution due to last years event.*** ',null,null,null,null,null,null,'5630 Alderley Rd, Saanich, BC','Close to Lockside Trail ','2023-07-04 20:19:09','2023-07-04 20:19:09',null,'MAWILSON@idir','2023-07-07 16:07:38',null,null,null,null,'OPEN','SAANICH',ST_GeomFromText('POINT(-123.3859232 48.542809)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025533','Caller reporting that there is a aggressive coyote in the are at the location noted below. COM advised it has been actives killing dogs in the area. Advised he is seeing the coyote daily and just saw it about 20:15. ',null,null,null,null,null,null,'1391 Nanton Ave, Vancouver, BC',null,'2023-07-04 20:31:28','2023-07-04 20:31:28',null,'KPPOPJES@idir','2023-07-24 15:43:36',null,null,null,null,'CLOSED','VANCOUVR',ST_GeomFromText('POINT(-123.1365435 49.2476245)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025536','COM reports a black bear getting a variety of foods at the listed address (berries, compost, garbage). COM will do a better job securing food sources. ',null,null,null,null,null,null,'814 Como Lake Ave, Coquitlam, BC',null,'2023-07-04 20:37:14','2023-07-04 20:37:14',null,'LEARCHIB@idir','2023-07-04 20:39:35',null,null,null,null,'OPEN','COQUITLM',ST_GeomFromText('POINT(-122.8762164 49.2633265)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025538','Caller reporting a black bear that ran across the site noted below across the property and up the train tracks into the bushes.',null,null,null,null,null,null,'2300 Columbia St, Port Moody, BC',null,'2023-07-04 20:43:18','2023-07-04 20:43:18',null,'DDUFFY@idir','2023-07-04 20:46:02',null,null,null,null,'CLOSED','PORTMDY',ST_GeomFromText('POINT(-122.8697569 49.290228)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025539','Caller reporting a black bear with a injured front left paw who was struggling to put weight on it. Advised he was last seen heading off into the bush just off the property noted below.',null,null,null,null,null,null,'12209 Ainsworth St, Mission, BC',null,'2023-07-04 20:51:06','2023-07-04 20:51:06',null,'EVEROBER@idir','2023-07-10 14:09:40',null,null,null,null,'OPEN','MISSION',ST_GeomFromText('POINT(-122.3165965 49.2237945)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025540','COM advised of a black bear regularly eating his berries. He would like to speak to a CO about a solution. ',null,null,null,null,null,null,'31500 Downes Rd, Abbotsford, BC',null,'2023-07-04 20:53:51','2023-07-04 20:53:51',null,'ALBUCHAN@idir','2023-07-05 13:19:21',null,null,null,null,'OPEN','ABTFRD',ST_GeomFromText('POINT(-122.3770732 49.0748949)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025542','Caller reporting a black bear that was walking down the street at the location noted below. Advised it was not getting into garbage or behaving aggressively. ',null,null,null,null,null,null,' Robinson St, Coquitlam, BC','600 BLOCK BY THE GOLF COURSE ','2023-07-04 21:00:50','2023-07-04 21:00:50',null,'DDUFFY@idir','2023-07-04 21:03:38',null,null,null,null,'CLOSED','COQUITLM',ST_GeomFromText('POINT(-122.8801187 49.2539261)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025543','Caller reporting one of his lambs killed and taken yesterday around mid day by a black bear and that he is not sure what he can do about it. Advised this is the first time this has happened and his first time owning lambs. Looking for some help from a CO on what he is aloud to do and is ***Requesting CO callback *** ',null,null,null,null,null,null,'115 36th Ave N, Erickson, BC',null,'2023-07-04 21:03:54','2023-07-04 21:03:54',null,'MSOUCY@idir','2023-07-19 14:44:28',null,null,null,null,'CLOSED','CRSNTVLY',ST_GeomFromText('POINT(-116.4678933 49.0968732)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025546','Caller reporting a baby moose stuck in a fence just off the below location advised the mom Is standing by the baby. Advised the baby moose is stuck up in a barbwire fence. Advised it is on the left hand side of the road heading towards kamloops. Advised the moose is in the ditch and hard to see offering to stay on the road in their red truck and trailer to help CO spot the location better. ',null,null,null,null,null,null,'Lac Le Jeune Rd, Kamloops, BC','5 to 10 minutes down the road noted below heading toward kamloops ','2023-07-04 21:22:15','2023-07-04 21:22:15',null,'KANEKOPP@idir','2023-07-05 15:35:48',null,null,null,null,'CLOSED','KAMLOOPS',ST_GeomFromText('POINT(-120.449162 50.6420811)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025547','Calling to report a deer hit by a car by the trailer park. Immobile, looks like both back legs are broken. Not on the road. Caller is a resident of the trailer park and can show where the deer is if needed. ',null,null,null,null,null,null,'9593 Eacrett Rd Invermere',null,'2023-07-04 21:26:57','2023-07-04 21:26:57',null,'MATTHEWH@idir','2023-07-10 10:17:37',null,null,null,null,'CLOSED','INVERMER',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025548','Caller reporting a cougar sighting walking down the trial noted below heading to the woods.',null,null,null,null,null,null,'Hunt Rd and Lochside Dr and Lochside Trail, Saanich, BC',null,'2023-07-04 21:33:38','2023-07-04 21:33:38',null,'DDUFFY@idir','2023-07-04 21:36:35',null,null,null,null,'CLOSED','SAANICH',ST_GeomFromText('POINT(-123.3805933 48.5392649)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025549','Calling to report a black bear getting into the garbage. It is garbage day in the morning. ',null,null,null,null,null,null,'2100 Kingbird Dr, Langford, BC',null,'2023-07-04 21:49:53','2023-07-04 21:49:53',null,'MAWILSON@idir','2023-07-07 16:05:07',null,null,null,null,'OPEN','LANGFORD',ST_GeomFromText('POINT(-123.5067759 48.4715567)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025550','Reporting a cougar near the noted location. It was sitting on the road and then jumped into the forest when the COM came outside. - -COM: Lorita Dulay 250-652-0439',null,null,null,null,null,null,'','2485 MOUNT NEWTON X RD','2023-07-04 21:53:48','2023-07-04 21:53:48',null,'MAWILSON@idir','2023-07-07 16:02:31',null,null,null,null,'OPEN','CNTLSNSH',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025553','Caller reporting a black bear in the garage eating the compost. Advised the garage door is halfway open. ***Requesting a CO callback***',null,null,null,null,null,null,'3309 Chartwell Green, Coquitlam, BC',null,'2023-07-04 22:27:03','2023-07-04 22:27:03',null,'DDUFFY@idir','2023-07-04 22:37:21',null,null,null,null,'OPEN','COQUITLM',ST_GeomFromText('POINT(-122.7877517 49.3171784)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025555','Reporting a bb near the noted location. It is wandering around the area.',null,null,null,null,null,null,'232 St, Maple Ridge, BC',null,'2023-07-04 22:54:22','2023-07-04 22:54:22',null,'KWINTERS@idir','2023-07-04 22:56:02',null,null,null,null,'CLOSED','MAPLERID',ST_GeomFromText('POINT(-122.5792727 49.2309015)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025556','Reporting a bb in the complex, in a garbage dumpster. Dumpsters are not latched.',null,null,null,null,null,null,'Eagleridge Dr, Coquitlam, BC',null,'2023-07-04 23:05:18','2023-07-04 23:05:18',null,'KWINTERS@idir','2023-07-04 23:07:47',null,null,null,null,'OPEN','COQUITLM',ST_GeomFromText('POINT(-122.8125045 49.2824539)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025557','Caller reporting a cougar sighting at the below location. Advised as they were driving home spotted it with the head light and drove after it when it headed into the neighbours driveway. Advised he got a flashlight and was watching it up until about 2320. Advised was last seen heading into the bush on the east side of the driveway at the location noted below.',null,null,null,null,null,null,'8722 Pylades Pl, North Saanich, BC',null,'2023-07-04 23:19:23','2023-07-04 23:19:23',null,'MAWILSON@idir','2023-07-05 08:40:03',null,null,null,null,'OPEN','NORSAAN',ST_GeomFromText('POINT(-123.4267449 48.6180442)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025560','Calling to report seeing a black bear, easy to haze',null,null,null,null,null,null,'2420 Dollarton Hwy, District of North Vancouver, BC',null,'2023-07-05 00:07:38','2023-07-05 00:07:38',null,'ISCHMIDT@idir','2023-07-05 00:08:50',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.0065129 49.3087612)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025561','RCMP advise of several reports of a sow and 2 cubs roaming the noted (3 acre) property. There are 15-20 people living on the property in several dwellings. -RCMP strongly advise that COS request their assistance before attending the property for undisclosed safety reasons. -*Requesting CO callback to discuss.',null,null,null,null,null,null,'14244 Silver Valley Rd, Maple Ridge, BC',null,'2023-07-05 02:30:17','2023-07-05 02:30:17',null,'JBULL@idir','2023-07-26 12:57:31',null,null,null,null,'OPEN','MAPLERID',ST_GeomFromText('POINT(-122.5724359 49.2608154)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025562','Caller reporting a deer that is injured but still alive. Advised the deer is laying in the middle of the lane at the location noted below ',null,null,null,null,null,null,'2711 Westsyde Rd, Kamloops, BC','At little bit south of the Chevron in the northbound lane','2023-07-05 04:54:11','2023-07-05 04:54:11',null,'JESJONES@idir','2023-07-05 11:42:15',null,null,null,null,'CLOSED','KAMLOOPS',ST_GeomFromText('POINT(-120.3541431 50.7515443)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025565','Caller reporting a black bear that is hanging around the hospital parking lot eating garbage at the location noted below. Caller advised the bear is not being aggressive. ',null,null,null,null,null,null,'475 Guildford Way, Port Moody, BC','EAGLE RIDGE HOSPITAL ','2023-07-05 05:42:57','2023-07-05 05:42:57',null,'DDUFFY@idir','2023-07-05 05:48:21',null,null,null,null,'OPEN','PORTMDY',ST_GeomFromText('POINT(-122.8241855 49.2851675)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025566','COM reporting a sighting of a bb crossing the road at the noted location. ',null,null,null,null,null,null,'Mary Hill Bypass and Pitt River Rd, Port Coquitlam, BC',null,'2023-07-05 06:25:05','2023-07-05 06:25:05',null,'DAGRAY@idir','2023-07-05 06:28:33',null,null,null,null,'CLOSED','PORTCOQ',ST_GeomFromText('POINT(-122.769489 49.2346083)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025567','COM: Myriam Olmie 604-921-8921 reported to West Van Police that a BB was feeding on garbage in front of her residence. Today is garbage day in the area. ',null,null,null,null,null,null,'5502 Parthenon Pl, West Vancouver, BC',null,'2023-07-05 06:26:45','2023-07-05 06:26:45',null,'SZUKEWI@idir','2023-07-05 09:02:33',null,null,null,null,'CLOSED','WSTVANCO',ST_GeomFromText('POINT(-123.266646 49.3511115)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025568','COM reporting an elk calf that''s been separated from the rest of it''s herd. The rest of the elk passed through an opening in the fence to cross the road around 0530, but COM believes the calf is unable to find the opening and has become confused. ',null,null,null,null,null,null,'13040 Cameron Rd, Ladysmith, BC',null,'2023-07-05 06:44:48','2023-07-05 06:44:48',null,'DSEXTON@idir','2023-07-10 11:48:49',null,null,null,null,'OPEN','LADYSMTH',ST_GeomFromText('POINT(-123.8800008 49.0295669)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025570','Reporting a coyote that was just seen a coyote running down the street. No ATB reported. - - -',null,null,null,null,null,null,'Aintree Cres, Richmond, BC',null,'2023-07-05 07:11:08','2023-07-05 07:11:08',null,'DDAVIS@idir','2023-07-05 07:14:19',null,null,null,null,'CLOSED','RICHMOND',ST_GeomFromText('POINT(-123.1043357 49.1380147)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025571','COM is reporting a bear that has been accessing their locked garbage bin that is stored in their carport. Advised that the bear has been in the area for about a week or two. No aggressive behaviour reported. Bear runs away when COM bangs on window. ',null,null,null,null,null,null,'3933 Crescentview Ave, Thornhill, BC',null,'2023-07-05 07:21:41','2023-07-05 07:21:41',null,'MGEUZE@idir','2023-07-05 12:08:42',null,null,null,null,'CLOSED','TERRACE',ST_GeomFromText('POINT(-128.5437558 54.5044783)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025572','Reporting a coyote that was just sitting in front yard a short time ago. No ATB reported. Coyote reportedly took off when vehicle pulled into driveway. Caller is concerned as there is a childrens park nearby and he is concerned for his wife and dogs out walking. Caller is requesting a call back when the coyote is caught and removed. ',null,null,null,null,null,null,'13072 21 Ave, Surrey, BC',null,'2023-07-05 07:22:04','2023-07-05 07:22:04',null,'DDAVIS@idir','2023-07-05 07:24:58',null,null,null,null,'CLOSED','SURRY',ST_GeomFromText('POINT(-122.8606323 49.0404274)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025574','BB reported by Larry 604-561-8801 at Como Lake Ave & Green. Sighting. ',null,null,null,null,null,null,'Como Lake Ave, Coquitlam, BC',null,'2023-07-05 07:32:14','2023-07-05 07:32:14',null,'doweber@idir','2023-07-05 07:39:04',null,null,null,null,'CLOSED','COQUITLM',ST_GeomFromText('POINT(-122.8437991 49.2633884)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025575','COM is reported a dead bald eagle on the sidewalk at the noted location. About 20 feet off the main road. Advised that it appears to be a juvenile. ',null,null,null,null,null,null,'22222 Lougheed Hwy, Maple Ridge, BC',null,'2023-07-05 07:33:08','2023-07-05 07:33:08',null,'IPAVLOVI@IDIR','2023-07-05 07:37:28',null,null,null,null,'OPEN','MAPLERID',ST_GeomFromText('POINT(-122.6062874 49.216409)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025577','BB wandering around the below.',null,null,null,null,null,null,'5387 Kew Cliff Rd, West Vancouver, BC',null,'2023-07-05 07:42:02','2023-07-05 07:42:02',null,'doweber@idir','2023-07-05 07:43:27',null,null,null,null,'CLOSED','WSTVANCO',ST_GeomFromText('POINT(-123.2679368 49.3485956)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025578','COM reporting a black bear walking through the trailer park. No attractants or conflict noted. ',null,null,null,null,null,null,'25 MacKenzie Blvd, Mackenzie, BC','Century Trailer Park','2023-07-05 07:42:15','2023-07-05 07:42:15',null,'DAGRAY@idir','2023-07-05 07:44:24',null,null,null,null,'CLOSED','MACKENZI',ST_GeomFromText('POINT(-123.0929512 55.3274487)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025579','COM reporting a young fawn with spots without a doe trying to cross the road at the noted location. ',null,null,null,null,null,null,'1105 Westside Rd, West Kelowna, BC','500 feet North of the above address. Before Bear Creek ','2023-07-05 07:46:59','2023-07-05 07:46:59',null,'DAGRAY@idir','2023-07-05 07:49:22',null,null,null,null,'OPEN','WSTKELOW',ST_GeomFromText('POINT(-119.5378141 49.9035485)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025581','COM is reporting a bear on their driveway that has accessed one of their garbage bins and ripped it apart. Advised that the bear is currently eating garbage. - -',null,null,null,null,null,null,'978 Sand Pines Dr, Comox, BC',null,'2023-07-05 08:06:14','2023-07-05 08:06:14',null,'HDUMAINE@idir','2023-07-09 10:33:14',null,null,null,null,'CLOSED','COMOX',ST_GeomFromText('POINT(-124.8928855 49.6924631)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025583','COM reporting BB ripped screen off window.',null,null,null,null,null,null,'580 Ballantree Pl, West Vancouver, BC',null,'2023-07-05 08:09:41','2023-07-05 08:09:41',null,'SZUKEWI@idir','2023-07-06 10:56:16',null,null,null,null,'CLOSED','WSTVANCO',ST_GeomFromText('POINT(-123.1311814 49.3603111)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025584','COM reporting a deer with a limp on it''s left front leg, crossing the road heading North at the noted location. ',null,null,null,null,null,null,'2380 Island Hwy S, Campbell River, BC',null,'2023-07-05 08:12:48','2023-07-05 08:12:48',null,'JBJARNAS@idir','2023-07-05 09:42:40',null,null,null,null,'CLOSED','CMBLRV',ST_GeomFromText('POINT(-125.2124326 49.9693483)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025585','COM reporting he hit a grizzly and it needs to be dispatched. - -0819 briefed CO Peeling ',null,null,null,null,null,null,'Hwy 97, Bear Lake, BC','north bound on hwy towards Bear Lake close to Crystal Lake Recreation Site','2023-07-05 08:16:46','2023-07-05 08:16:46',null,'SPEELING@idir','2023-07-05 09:49:01',null,null,null,null,'CLOSED','BRLK',ST_GeomFromText('POINT(-122.6546975 54.4587902)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025587','COM reporting a sow and cub that have been frequenting their property on a weekly basis for the last three weeks. COM notes no attractants on their property. Bears are easily scared off by COM''s dog. ',null,null,null,null,null,null,'2104 Ryan Rd, Penticton, BC',null,'2023-07-05 08:23:25','2023-07-05 08:23:25',null,'DAGRAY@idir','2023-07-05 08:29:49',null,null,null,null,'CLOSED','PENTICTN',ST_GeomFromText('POINT(-119.6415425 49.5148942)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025588','COM is reporting that he was going for a walk and was approached by a wolf with a collar on it. Advised that it was extremely aggressive, was bearing its fangs and was lunging towards COM and his dog who was on a leash. COM says he tried leaving the area but was followed by the wolf which continued to be aggressive. COM believes the wolf is owned by a Ron Harris located at 2350 Willan Ave. No contact between wolf and COM and his dog. COM contacted the RCMP and they advised him to make a report with RAPP. COM believes that there is more than one wolf living on the property. -',null,null,null,null,null,null,'2350 Willan Ave, South Hazelton, BC',null,'2023-07-05 08:23:56','2023-07-05 08:23:56',null,'IPAVLOVI@IDIR','2023-07-05 08:33:53',null,null,null,null,'OPEN','SHZLTON',ST_GeomFromText('POINT(-127.6557481 55.2322845)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025589','BB in her yard at 02:00 this morning and just returned with someone''s garbage. Spread it all over. ',null,null,null,null,null,null,'980 Seymour Blvd, District of North Vancouver, BC',null,'2023-07-05 08:29:24','2023-07-05 08:29:24',null,'SZUKEWI@idir','2023-07-05 11:30:54',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.011891 49.3157827)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025590','BB just walked behind the Living Joy Church. ',null,null,null,null,null,null,'Mackenzie, BC',null,'2023-07-05 08:36:12','2023-07-05 08:36:12',null,'HIDESMAR@idir','2023-07-05 13:55:33',null,null,null,null,'OPEN','MACKENZI',ST_GeomFromText('POINT(-123.0927778 55.3241667)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025593','BB has been stealing sewer pipes from the RV''s at the park. ',null,null,null,null,null,null,'70 MacKenzie Blvd, Mackenzie, BC',null,'2023-07-05 08:40:01','2023-07-05 08:40:01',null,'HIDESMAR@idir','2023-07-06 10:03:25',null,null,null,null,'CLOSED','MACKENZI',ST_GeomFromText('POINT(-123.095 55.3308139)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025594','COM reporting deer struck requiring dispatch - -0848 briefed CO Schumacher',null,null,null,null,null,null,'Hwy 99, Whistler, BC','heading north by Chevron','2023-07-05 08:45:36','2023-07-05 08:45:36',null,'BMUELLER@idir','2023-07-22 16:18:03',null,null,null,null,'OPEN','WHISTLER',ST_GeomFromText('POINT(-123.0144708 50.0889632)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025595','Reporting an injured deer with a non weight baring rear leg that was spotted at the edge of callers property by a neighbour. Caller says he is not home right now so has no further information other than the neighbour said the deer was limping and favouring one of it''s rear legs. ',null,null,null,null,null,null,'3445 Hwy 3, Rock Creek, BC',null,'2023-07-05 08:52:49','2023-07-05 08:52:49',null,'BRANBECK@idir','2023-07-05 09:20:13',null,null,null,null,'CLOSED','ROCKCRK',ST_GeomFromText('POINT(-118.910124 49.0491544)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025596','COM is reporting a bear that was just at her chicken coup. COM chased after the bear but it has since returned. ',null,null,null,null,null,null,'37839 Eakin Settlement Rd, Takysie Lake, BC',null,'2023-07-05 08:57:47','2023-07-05 08:57:47',null,'JPALM@idir','2023-07-05 10:12:25',null,null,null,null,'CLOSED','BURNLK',ST_GeomFromText('POINT(-125.8712193 53.8867323)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025597','BB was at her house, now 1 block over. ',null,null,null,null,null,null,'6197 Rexford Dr, Chilliwack, BC',null,'2023-07-05 08:58:52','2023-07-05 08:58:52',null,'doweber@idir','2023-07-05 09:00:37',null,null,null,null,'CLOSED','CHILLIWK',ST_GeomFromText('POINT(-121.910875 49.1137852)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025598','Coyotes stalk her neighbours dog. Have seen it circling it and its a big dog. Dog barks all the time. -Also stalk people entering nearby gully when out for a walk. Ridiculous.. ',null,null,null,null,null,null,'3768 Hart Rd, Kelowna, BC',null,'2023-07-05 09:00:42','2023-07-05 09:00:42',null,'doweber@idir','2023-07-05 09:04:47',null,null,null,null,'CLOSED','KELOWNA',ST_GeomFromText('POINT(-119.4231849 49.8470294)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025600','COM reporting a tagged BB is in an outdoor fridge on the property - -RCMP are attending #2023-17677 - -0909 LM CO Bull -0909 LM CO Elder -0910 briefed CO Robertson -',null,null,null,null,null,null,'943-947 Dennison Ave, Coquitlam, BC',null,'2023-07-05 09:05:38','2023-07-05 09:05:38',null,'EVEROBER@idir','2023-07-05 10:25:43',null,null,null,null,'CLOSED','COQUITLM',ST_GeomFromText('POINT(-122.8696942 49.2510476)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025603','COM reporting an injured but mobile buck deer at the noted location. Injury to an unspecified leg. ',null,null,null,null,null,null,'Arm St and Selkirk Ave, Esquimalt, BC',null,'2023-07-05 09:11:02','2023-07-05 09:11:02',null,'MAWILSON@idir','2023-07-17 16:19:08',null,null,null,null,'CLOSED','ESQUIMAL',ST_GeomFromText('POINT(-123.3932137 48.4412301)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025604','BB knocking over organics bin last night. ',null,null,null,null,null,null,'445 W Kings Rd, District of North Vancouver, BC',null,'2023-07-05 09:11:11','2023-07-05 09:11:11',null,'SZUKEWI@idir','2023-07-05 11:31:29',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.0808768 49.3372312)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025605','COM reporting a coyote that was barking at him while walking his dog this morning.',null,null,null,null,null,null,'141 St and 61 Ave, Surrey, BC','Mcleod Park','2023-07-05 08:12:00','2023-07-05 09:12:56',null,'ALBUCHAN@idir','2023-07-05 13:04:52',null,null,null,null,'OPEN','SURRY',ST_GeomFromText('POINT(-122.8312116 49.1136449)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025606','COM is reporting that there was a bear walking along her fence about 10 min ago. COM whistled and it jumped down. Advised that it is garbage day today. COM did not see it access garbage. No aggressive behaviour reported. ',null,null,null,null,null,null,'117 Magnolia Pl, Popkum, BC',null,'2023-07-05 09:15:27','2023-07-05 09:15:27',null,'IPAVLOVI@IDIR','2023-07-05 09:18:30',null,null,null,null,'CLOSED','ROSEDALE',ST_GeomFromText('POINT(-121.7672801 49.1825718)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025612','Reporting a problem BB that has been ''breaking into neighbours grainery"" for about the past month or so. Caller states that the BB does not exhibit any fear of human presence. Caller is hoping to speak to S/CO Anthony Eagles directly. -',null,null,null,null,null,null,'16265 Evergreen Rd, Buick, BC',null,'2023-07-05 09:33:20','2023-07-05 09:33:20',null,'BALACEY@idir','2023-07-17 14:41:37',null,null,null,null,'OPEN','BKCRK',ST_GeomFromText('POINT(-121.4283962 56.6743007)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025613','COM reporting they found a dead marmot or pack rat in a sump that is below grade. -COM looking to see if there are any disposal or handling requirements. -COM hoping for a call back. ',null,null,null,null,null,null,'210 St. Mary Lake Rd, Kimberley, BC',null,'2023-07-05 09:36:29','2023-07-05 09:36:29',null,'JMELENKA@idir','2023-07-06 18:06:11',null,null,null,null,'CLOSED','KIMBERLY',ST_GeomFromText('POINT(-115.9664267 49.6307358)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025615','Caller reports a Rattlesnake between my two tires on my Camper. - -Can a CO please call him back about what to do.',null,null,null,null,null,null,'3779 Thompson View, Spences Bridge, BC',null,'2023-07-05 09:42:03','2023-07-05 09:42:03',null,'JXKLINE@idir','2023-07-05 13:47:32',null,null,null,null,'CLOSED','SPNCESBR',ST_GeomFromText('POINT(-121.3368079 50.4236086)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025622','COM is reporting that he was taking his garbage out but left his garage door open. Advised that a bear entered the garage and stole a bag of chicken nuggets. ',null,null,null,null,null,null,'283 Cochrane Rd, Gibsons, BC','Bear last sighted on Maplewood Lane ','2023-07-05 10:05:24','2023-07-05 10:05:24',null,'IPAVLOVI@IDIR','2023-07-05 10:09:21',null,null,null,null,'OPEN','GIBSONS',ST_GeomFromText('POINT(-123.5094551 49.3936311)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025623','Reporting a BB that was spotted roaming through the area recently. No ATB reported. ',null,null,null,null,null,null,'1518 Chartwell Dr, West Vancouver, BC',null,'2023-07-05 10:06:33','2023-07-05 10:06:33',null,'DDAVIS@idir','2023-07-05 10:15:13',null,null,null,null,'CLOSED','WSTVANCO',ST_GeomFromText('POINT(-123.1577618 49.3527622)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025624','BB in the yard at 11 pm last night.',null,null,null,null,null,null,'2935 Altamont Pl, West Vancouver, BC',null,'2023-07-04 23:00:00','2023-07-05 10:08:55',null,'doweber@idir','2023-07-05 10:11:04',null,null,null,null,'CLOSED','WSTVANCO',ST_GeomFromText('POINT(-123.1912442 49.345811)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025625','COM is reporting seeing 3 fawns at the noted location. Advised that one appears to have an injured leg. Injured fawn is mobile. ',null,null,null,null,null,null,'Willow Point and Island Hwy ',null,'2023-07-05 10:14:50','2023-07-05 10:14:50',null,'MAWILSON@idir','2023-07-17 16:21:42',null,null,null,null,'CLOSED','CMBLRV',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025626','COM is reporting a number of bears in his area for the past 6 weeks. Advised that they are getting more brave. No food conditioned behaviour reported. COM did purchase an electronic noisemaker that scares the bears initially but only about 20 feet away. No aggressive behaviour reported. COM is concerned because they have two young children living on the property.',null,null,null,null,null,null,'1144 Parry Pl, Comox, BC',null,'2023-07-05 10:19:02','2023-07-05 10:19:02',null,'IPAVLOVI@IDIR','2023-07-05 10:23:08',null,null,null,null,'CLOSED','COMOX',ST_GeomFromText('POINT(-124.9406082 49.7001784)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025627','Lame/limping deer on South Island Hwy. Still mobile. With 2 others near below address.',null,null,null,null,null,null,'2380 Island Hwy S, Campbell River, BC',null,'2023-07-05 10:20:42','2023-07-05 10:20:42',null,'MAWILSON@idir','2023-07-17 16:22:37',null,null,null,null,'CLOSED','CMBLRV',ST_GeomFromText('POINT(-125.2124326 49.9693483)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025629','Reports a bear that has been a real problem (killing chickens, pets (a dog which died yesterday). - -Request a call back from a CO.',null,null,null,null,null,null,'437 Dunham Rd, Port Mellon, BC',null,'2023-07-05 10:26:44','2023-07-05 10:26:44',null,'KSORENSE@idir','2023-07-10 07:47:07',null,null,null,null,'OPEN','PORTMELN',ST_GeomFromText('POINT(-123.4955358 49.5135902)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025630','COM is reporting a doe walking around with a broken leg. Doe is mobile. ',null,null,null,null,null,null,'2356 S Island Hwy, Campbell River','Going across the road towards the ocean ','2023-07-05 10:29:25','2023-07-05 10:29:25',null,'MAWILSON@idir','2023-07-17 16:23:35',null,null,null,null,'CLOSED','CMBLRV',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025632','BB there again this morning. -Yellow tagged. -Into livestock feed. ',null,null,null,null,null,null,'13030 256 St, Maple Ridge, BC',null,'2023-07-05 10:30:37','2023-07-05 10:30:37',null,'doweber@idir','2023-07-05 10:32:51',null,null,null,null,'OPEN','MAPLERID',ST_GeomFromText('POINT(-122.5092506 49.239082)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025633','Limping BB at the Children''s Learning Centre at mid station on Whistler Mountain. Seen a few times.. ',null,null,null,null,null,null,'',null,'2023-07-05 10:33:06','2023-07-05 10:33:06',null,'BMUELLER@idir','2023-07-22 16:19:06',null,null,null,null,'CLOSED','WHISTLER',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025634','Caller reports at the Whistler bike park a bear with injured back leg. sort of limping along. they have seen him a few times in the past couple of weeks but further away from the park.',null,null,null,null,null,null,'Whistler, BC',null,'2023-07-05 10:34:40','2023-07-05 10:34:40',null,'BMUELLER@idir','2023-07-22 16:18:37',null,null,null,null,'CLOSED','WHISTLER',ST_GeomFromText('POINT(-122.9544444 50.1169444)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025635','COM reporting grizzly in the FN community for the past 2 weeks that is getting into garbage''s. - -1039 briefed CO Leblanc',null,null,null,null,null,null,'260 Road West',null,'2023-07-05 10:36:36','2023-07-05 10:36:36',null,'DLEWERS@idir','2023-07-05 10:40:49',null,null,null,null,'OPEN','KITWANGA',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025636','COM reporting a cougar that spotted at the noted location this morning. *emailing due to no COs on duty in zone. ',null,null,null,null,null,null,'Drew Rd, Parksville, BC','Between Drew Rd and Little Quallicum Airport ','2023-07-05 09:00:00','2023-07-05 10:47:05',null,'DSEXTON@idir','2023-07-10 10:51:25',null,null,null,null,'CLOSED','PARKSVLE',ST_GeomFromText('POINT(-124.3793583 49.3427779)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025637','COM is reporting seeing a wild cat (not a cougar) walking towards her at the noted location (not aggressive). Advised that there were many deer in the area and they ran away when they noticed the cat. ',null,null,null,null,null,null,'McArthur Island Park ','Cambridge Crescent ','2023-07-05 10:49:39','2023-07-05 10:49:39',null,'IPAVLOVI@IDIR','2023-07-05 11:01:57',null,null,null,null,'CLOSED','KAMLOOPS',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025638','There is a doe travelling southbound on South Island Hwy at Willow point / Jubilee Parkway south of Campbell River, she has an injured back leg and seems to be in distress. Being followed by two bucks.',null,null,null,null,null,null,'Island Hwy, Campbell River, BC','Jubilee Parkway','2023-07-05 10:52:01','2023-07-05 10:52:01',null,'MAWILSON@idir','2023-07-17 16:25:07',null,null,null,null,'CLOSED','CMBLRV',ST_GeomFromText('POINT(-125.3748436 50.110328)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025641','COM reporting he was walking his dog along the noted trail when when a coyote started following them displaying stalking behavior. ',null,null,null,null,null,null,'','McCleary Golf Course - Fraser River Trail','2023-06-30 02:30:00','2023-07-05 10:58:24',null,'SZUKEWI@idir','2023-07-06 10:48:37',null,null,null,null,'CLOSED','VANCOUVR',ST_GeomFromText('POINT(-123.167435 49.215531)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025644','Caller reports seeing a bear that was eating the garbage from their driveway. Bear has left.',null,null,null,null,null,null,'4067 Sunnycrest Dr, District of North Vancouver, BC',null,'2023-07-05 11:07:17','2023-07-05 11:07:17',null,'BMUELLER@idir','2023-07-22 16:19:47',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.0921812 49.3452184)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025645','COM reporting injured fawn that is bleeding from the mouth and unable to get up. - -1112 briefed CO Beck - -',null,null,null,null,null,null,'Mclean Creek Rd and East Side Rd, Penticton','100m from East side Rd. ','2023-07-05 11:09:46','2023-07-05 11:09:46',null,'BRANBECK@idir','2023-07-05 13:56:48',null,null,null,null,'CLOSED','PENTICTN',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025646','Caller reports an aggressive doe in the local park. I suggested she give the animal a wide berth when walking her dog. It is likely she is just defending a new fawn. usually takes a couple weeks for the fawn to get stronger ',null,null,null,null,null,null,'Naramata, BC',null,'2023-07-05 11:10:37','2023-07-05 11:10:37',null,'BRANBECK@idir','2023-07-05 14:24:27',null,null,null,null,'CLOSED','NARAMA',ST_GeomFromText('POINT(-119.5844444 49.5997222)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025660','COM reporting a bb that''s becoming food conditioned in the area of the Sechelt Band. Bear has been spotted over the last week getting into dumpsters, foraging at a local community garden, and may also be attracted to a local composting operation. COM has hazed the bear with bear bangers, which are effective.',null,null,null,null,null,null,'Schetxwen Rd, Sechelt, BC','Ted Dixon Park','2023-07-01 11:38:00','2023-07-05 11:38:28',null,'DAGRAY@idir','2023-07-05 12:00:13',null,null,null,null,'OPEN','SECHELT',ST_GeomFromText('POINT(-123.7493069 49.4816304)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025661','Dispatch passing on a report that a black bear was getting into a garbages and may have charged at a resident who was passing on a scooter. ',null,null,null,null,null,null,'Edgar Ave and Richard St, Coquitlam, BC',null,'2023-07-05 11:39:21','2023-07-05 11:39:21',null,'EVEROBER@idir','2023-07-05 15:01:45',null,null,null,null,'OPEN','COQUITLM',ST_GeomFromText('POINT(-122.8833481 49.2425981)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025662','Caller reports a bear on the grounds of Banting Middle School report came in 3 mins ago -RCMP Members attending -',null,null,null,null,null,null,'820 Banting St, Coquitlam, BC',null,'2023-07-05 11:42:20','2023-07-05 11:42:20',null,'PDAYTON@idir','2023-07-13 13:44:33',null,null,null,null,'CLOSED','COQUITLM',ST_GeomFromText('POINT(-122.876648 49.2656902)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025664','COM is reporting a bear that has been visiting their deck every day. COM dog chases the bear away every time. Bear does not look healthy. Initially bear was attracted by bird seed. COM has removed bird seed and other attractants. COM is concerned that despite attractants being removed that the bear will continue to return. Advised that the bear is fearful of COM dog. No aggressive behaviour reported. ',null,null,null,null,null,null,'227 Glenmary Rd, Enderby, BC',null,'2023-07-05 11:45:04','2023-07-05 11:45:04',null,'TBECK@idir','2023-07-05 12:59:26',null,null,null,null,'CLOSED','ENDERBY',ST_GeomFromText('POINT(-119.165031 50.5876275)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025665','COM reporting a black bear coming by for the last 4 days, eating the dogs food on the back porch. Bear is not phased by dog barking, people yelling whistles, pots n pans. ',null,null,null,null,null,null,'2834 Zyprian Rd, Enderby, BC',null,'2023-07-05 11:46:00','2023-07-05 11:46:27',null,'DAGRAY@idir','2023-07-05 11:50:11',null,null,null,null,'OPEN','ENDERBY',ST_GeomFromText('POINT(-119.1443707 50.5316448)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025666','COM advising of neighbours feeding foxes',null,null,null,null,null,null,'Hansen Crt, 108 Mile Ranch, BC',null,'2023-07-05 11:47:36','2023-07-05 11:47:36',null,'JXKLINE@idir','2023-07-05 12:44:54',null,null,null,null,'CLOSED','108MLRNH',ST_GeomFromText('POINT(-121.341058 51.7203125)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025668','5 min ago came across a small deer that they suspect was hit by a car. -Think it suffered a head injury. Passing cyclists apparently scooped it off the road and put in a field at the corner of the below. -Said it tried to stand. -',null,null,null,null,null,null,'Eastside Rd, Okanagan Falls, BC','MacLean & East side ','2023-07-05 11:51:14','2023-07-05 11:51:14',null,'BRANBECK@idir','2023-07-05 13:58:41',null,null,null,null,'CLOSED','OKAFALLS',ST_GeomFromText('POINT(-119.5616384 49.3864093)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025671','Cougar has a deer in the wooded area on my property. saw that about 15 minutes ago.',null,null,null,null,null,null,'5034 Rocky Point Rd, Metchosin, BC',null,'2023-07-05 11:55:58','2023-07-05 11:55:58',null,'DSEXTON@idir','2023-07-10 11:11:28',null,null,null,null,'CLOSED','METCHOSI',ST_GeomFromText('POINT(-123.5579762 48.3643857)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025676','COM mother in law says that a bear is leaving paw prints on her home every night. COM is unware of any food attractants on the property but advises that there are cabins next door and a large dumpster beside the fence. ',null,null,null,null,null,null,'389 Hixon Sub Rd, Hixon, BC',null,'2023-07-05 12:23:15','2023-07-05 12:23:15',null,'EMCARTHU@idir','2023-07-19 13:42:34',null,null,null,null,'CLOSED','HIXON',ST_GeomFromText('POINT(-122.5785599 53.4161796)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025677','COM reporting there was a black bear passing through the noted location. ',null,null,null,null,null,null,'Clearbrook Rd and Downes Rd, Abbotsford, BC',null,'2023-07-05 12:25:27','2023-07-05 12:25:27',null,'DAGRAY@idir','2023-07-05 12:26:56',null,null,null,null,'CLOSED','ABTFRD',ST_GeomFromText('POINT(-122.3453468 49.0745074)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025681','report of a possible cougar near Bowker Creek. COM says it was larger than a regular cat and had a long tail',null,null,null,null,null,null,'Armstrong Ave, Oak Bay, BC','Bowker Creek','2023-07-05 12:41:58','2023-07-05 12:41:58',null,'DSEXTON@idir','2023-07-10 11:10:44',null,null,null,null,'CLOSED','OAKBAY',ST_GeomFromText('POINT(-123.3153279 48.4315528)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025683','COM reports BB damages his fence and climbs his fruit trees',null,null,null,null,null,null,'47370 Gibson Rd, Boston Bar, BC',null,'2023-07-05 12:49:30','2023-07-05 12:49:30',null,'ALBUCHAN@idir','2023-07-11 13:12:08',null,null,null,null,'OPEN','BSTNBR',ST_GeomFromText('POINT(-121.4392924 49.8567391)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025687','COM reporting multiple bears coming around their townhouse complex. Complex has common dumpsters for garbage and green waste and these have not been picked up for awhile, aren''t secured from bears accessing them. Bear visits and the number of bears have both been increasing over the last week. Bears are highly habituated and don''t respond to hazing in the form of car horns, yelling, dogs, etc. ',null,null,null,null,null,null,'1140 Eagleridge Dr, Coquitlam, BC',null,'2023-07-05 12:57:56','2023-07-05 12:57:56',null,'EVEROBER@idir','2023-07-05 15:07:31',null,null,null,null,'OPEN','COQUITLM',ST_GeomFromText('POINT(-122.8141871 49.2822333)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025690','COM reporting BB getting into garbage in the neighborhood ',null,null,null,null,null,null,'50366 Adelaide Pl, Chilliwack, BC',null,'2023-07-05 13:03:46','2023-07-05 13:03:46',null,'DLEWERS@idir','2023-07-05 13:05:26',null,null,null,null,'OPEN','CHILLIWK',ST_GeomFromText('POINT(-121.8311019 49.1459785)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025691','Caller reports a bear that has been travelling through my yard and getting into the garbage cans.',null,null,null,null,null,null,'1870 Laurier Ave, Port Coquitlam, BC',null,'2023-07-05 13:04:28','2023-07-05 13:04:28',null,'SMCCREAD@idir','2023-07-05 13:07:55',null,null,null,null,'OPEN','PORTCOQ',ST_GeomFromText('POINT(-122.7663151 49.2744673)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025692','On July long weekend male attended 100 Mile House Hospital from Forest Grove with injuries he said were from a bear attack. ',null,null,null,null,null,null,'Forest Grove, BC',null,'2023-07-01 13:05:00','2023-07-05 13:05:08',null,'JXKLINE@idir','2023-07-06 16:16:41',null,null,null,null,'CLOSED','FORSTGRV',ST_GeomFromText('POINT(-121.0930556 51.7663889)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025693','COM reporting a sighting of a black bear on a hiking trail near Salmon Arm. No aggression or other concerns. ',null,null,null,null,null,null,'','Park Hill Trail - outer loop','2023-07-05 12:05:00','2023-07-05 13:05:38',null,'DAGRAY@idir','2023-07-05 13:09:12',null,null,null,null,'CLOSED','SALMARM',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025694','Limping coyote in front of her unit. ',null,null,null,null,null,null,'11020 Williams Rd, Richmond, BC','Unit 25 ','2023-07-05 13:14:09','2023-07-05 13:14:09',null,'doweber@idir','2023-07-05 13:16:52',null,null,null,null,'OPEN','RICHMOND',ST_GeomFromText('POINT(-123.1011492 49.1399562)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025695','COM reporting the presence of two bears at the noted location. COM could not answer whether the bears had a local non-natural food source or were displaying any aggressive behavior. - -*emailing because COM seemed quite certain that something should be done about the bears, but would not answer any questions about the bear''s behavior. ',null,null,null,null,null,null,'244 Blackwater Cres, Mackenzie, BC',null,'2023-07-05 13:15:57','2023-07-05 13:15:57',null,'DDAVIS@idir','2023-08-04 07:03:08',null,null,null,null,'CLOSED','MACKENZI',ST_GeomFromText('POINT(-123.1037247 55.3385215)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025697','Garbage dumpster just replaced with a new one that doesn''t properly lock/secure. -Sow & 3 cubs in front of his door at the complex. ',null,null,null,null,null,null,'1145 Inlet St, Coquitlam, BC',null,'2023-07-05 13:17:26','2023-07-05 13:17:26',null,'doweber@idir','2023-07-05 13:20:04',null,null,null,null,'OPEN','COQUITLM',ST_GeomFromText('POINT(-122.7819441 49.2815651)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025701','Caller reports a bear has destroyed the Clamp that was holding the shed doors where their garbage was stored. Took the garbage and ate it.',null,null,null,null,null,null,'Peligren Pl, Qualicum Beach, BC','caller is the daughter of homeowner, wasnt sure of street number.','2023-07-05 13:25:40','2023-07-05 13:25:40',null,'MAWILSON@idir','2023-08-09 13:44:57',null,null,null,null,'CLOSED','QLICMBCH',ST_GeomFromText('POINT(-124.5663651 49.3092492)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025702','COM is a postal working that is reporting a bear at the noted townhouse complex. No food conditioned or aggressive behaviour reported. COM notes that it is a fairly developed area with a church, daycare and homes. ',null,null,null,null,null,null,'23580 Dewdney Trunk Rd, Maple Ridge, BC',null,'2023-07-05 13:31:12','2023-07-05 13:31:12',null,'IPAVLOVI@IDIR','2023-07-05 13:33:43',null,null,null,null,'CLOSED','MAPLERID',ST_GeomFromText('POINT(-122.5687932 49.2195922)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025703','Caller reports there is a young bear that keeps ripping the doors off their shed, bear ignores her now when she goes out and tries to shoo him away. He is now walking on their decks and getting too familiar with people.',null,null,null,null,null,null,'45 Hazelwood Rd, Ashton Creek, BC',null,'2023-07-05 13:32:49','2023-07-05 13:32:49',null,'MSRICHAR@idir','2023-07-06 11:24:08',null,null,null,null,'CLOSED','ASHTNCRK',ST_GeomFromText('POINT(-118.9604727 50.5523856)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025705','COM reporting a BB yearling wandering around. ',null,null,null,null,null,null,'1375 Cloudburst Dr, Whistler, BC',null,'2023-07-05 13:37:17','2023-07-05 13:37:17',null,'DLEWERS@idir','2023-07-05 13:38:59',null,null,null,null,'CLOSED','WHISTLER',ST_GeomFromText('POINT(-123.0405516 50.0772427)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025708','Reports a bb in their back yard eating the garbage.',null,null,null,null,null,null,'11956 236 St, Maple Ridge, BC',null,'2023-07-05 13:42:07','2023-07-05 13:42:07',null,'SMCCREAD@idir','2023-07-05 13:44:50',null,null,null,null,'OPEN','MAPLERID',ST_GeomFromText('POINT(-122.5675598 49.2195619)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025709','BB at Newport Road 20 min ago. Yearling.',null,null,null,null,null,null,'Newport Rd, Squamish, BC',null,'2023-07-05 13:46:13','2023-07-05 13:46:13',null,'doweber@idir','2023-07-05 13:47:30',null,null,null,null,'CLOSED','SQUMISH',ST_GeomFromText('POINT(-123.1549022 49.7131327)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025710','COM reporting two bbs in her area. One entered her neighbours garage yesterday and grabbed a bag of garbage. ',null,null,null,null,null,null,'4125 Virginia Cres, District of North Vancouver, BC',null,'2023-07-05 13:48:37','2023-07-05 13:48:37',null,'SZUKEWI@idir','2023-07-06 11:00:47',null,null,null,null,'OPEN','NORVAN',ST_GeomFromText('POINT(-123.0992828 49.3478499)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025715','Caller reports a bear wandering around and attempting to get into garbage cans unsuccessfully.',null,null,null,null,null,null,'47329 Brewster Pl, Chilliwack, BC',null,'2023-07-05 14:00:55','2023-07-05 14:00:55',null,'SMCCREAD@idir','2023-07-05 14:03:21',null,null,null,null,'CLOSED','CHILLIWK',ST_GeomFromText('POINT(-121.9142884 49.1109665)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025716','COM is reporting that she had a CO over yesterday who put a bear trap on her property. COM believes the bear it was intended for is across the street accessing some garbage and cans. ',null,null,null,null,null,null,'24 McLeod Dr, Mackenzie, BC',null,'2023-07-05 14:01:58','2023-07-05 14:01:58',null,'HIDESMAR@idir','2023-07-10 13:40:55',null,null,null,null,'CLOSED','MACKENZI',ST_GeomFromText('POINT(-123.0807546 55.3268949)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025719','COM is reporting a bear that grabbed some garbage from the can that was in his garage. Advised that the garage door was open at the time. No aggressive behaviour reported. - -',null,null,null,null,null,null,'24240 113 Ave, Maple Ridge, BC',null,'2023-07-05 14:06:26','2023-07-05 14:06:26',null,'IPAVLOVI@IDIR','2023-07-05 14:08:02',null,null,null,null,'OPEN','MAPLERID',ST_GeomFromText('POINT(-122.5507203 49.207643)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025721','Reporting a bb in the area. it broke the locked garbage container. They have put the garbage and compost inside the garage now but the bear keeps coming. One day the bear was looking in his tenants window, she shined a flashlight into its eyes, it didn''t like it but didn''t go away. Caller unsure what to do and would like a call back.',null,null,null,null,null,null,'Bounty Pl, Chilliwack, BC',null,'2023-07-05 14:22:01','2023-07-05 14:22:01',null,'KWINTERS@idir','2023-07-05 14:25:35',null,null,null,null,'OPEN','CHILLIWK',ST_GeomFromText('POINT(-121.8110522 49.1500289)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025724','Reporting while letting dog outside, it ran into a deer that took off and attempted to run and jump fence in backyard. The deer collided with the fence, fell over and is immobile and laying on it''s side twitching. ',null,null,null,null,null,null,'16 Topaz Cres, Logan Lake, BC',null,'2023-07-05 14:27:00','2023-07-05 14:27:00',null,'KANEKOPP@idir','2023-07-05 15:37:45',null,null,null,null,'CLOSED','LOGNLK',ST_GeomFromText('POINT(-120.8107255 50.4908523)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025726','COM: Claudiu 778-995-9715 reported to RCMP that a BB was spotted down the street near the below noted location. BB''s currently location unknown as original caller lost sight of BB. -',null,null,null,null,null,null,'11849 238B St, Maple Ridge, BC','near Alexander Robinson Elem ','2023-07-05 14:35:43','2023-07-05 14:35:43',null,'PDAYTON@idir','2023-07-13 13:44:03',null,null,null,null,'CLOSED','MAPLERID',ST_GeomFromText('POINT(-122.5623165 49.2175025)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025727','COM is reporting a brown phase mother bear and two cubs that have been frequenting her property. Advised that she was also aware of a black bear sow and her cub. COM believes the black bear sow was recently shot as she hear gun shots and believes the black bear cub is now orphaned and she has seen it with the brown phase sow and her two own cubs. ',null,null,null,null,null,null,'27924 112 Ave, Maple Ridge, BC',null,'2023-07-05 14:36:17','2023-07-05 14:36:17',null,'PDAYTON@idir','2023-07-13 13:43:38',null,null,null,null,'CLOSED','MAPLERID',ST_GeomFromText('POINT(-122.4484773 49.2045014)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025730','Reporting a deer with a broken rear leg. There is bone sticking out.',null,null,null,null,null,null,'3560 Bonnie Dr, Nanaimo, BC',null,'2023-07-05 14:46:28','2023-07-05 14:46:28',null,'MAWILSON@idir','2023-07-28 15:48:09',null,null,null,null,'CLOSED','NANAIMO',ST_GeomFromText('POINT(-123.9461823 49.2192779)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025731','Deer attacked/chased/charged her 3 times and she can''t get back to her yard. -No fawns. -Keeps happening weekly. Fed up. Wants someone to call her. ',null,null,null,null,null,null,'307 Forest Crowne Terr, Kimberley, BC',null,'2023-07-05 14:47:09','2023-07-05 14:47:09',null,'RKRENZ@idir','2023-08-04 14:05:56',null,null,null,null,'OPEN','KIMBERLY',ST_GeomFromText('POINT(-115.9756662 49.6436041)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025734','COM reporting a large black bear that crossed the road and was heading towards the Cooke Create Campgrounds. No immediate conflict reported, but COM was concerned about the size of the bear. ',null,null,null,null,null,null,'Enderby Mabel Lake Rd, Hupel, BC','Cook Creek Campgrounds and Kingfisher Interpretive Crt','2023-07-05 15:05:58','2023-07-05 15:05:58',null,'DAGRAY@idir','2023-07-05 15:10:47',null,null,null,null,'CLOSED','ENDERBY',ST_GeomFromText('POINT(-118.843848 50.605418)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025736','Reporting fresh BB scat that is believed to be from early this morning. ',null,null,null,null,null,null,'832 Alvarado Terr, Saanich, BC',null,'2023-07-05 15:07:58','2023-07-05 15:07:58',null,'DDAVIS@idir','2023-07-05 15:09:45',null,null,null,null,'CLOSED','SAANICH',ST_GeomFromText('POINT(-123.3712105 48.5116807)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025737','Reporting a bb at the noted location eating grass.',null,null,null,null,null,null,'','BAYLEY PARK','2023-07-05 15:32:59','2023-07-05 15:32:59',null,'BMUELLER@idir','2023-07-22 16:20:38',null,null,null,null,'CLOSED','WHISTLER',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025738','Reporting a BB cub that was hit near the below location. ',null,null,null,null,null,null,'Eagle Rock Rd and Hwy 97A, Spallumcheen, BC','heading NB on Hwy 97A','2023-07-05 15:33:48','2023-07-05 15:33:48',null,'MSRICHAR@idir','2023-07-06 10:52:20',null,null,null,null,'CLOSED','SPALLMCHN',ST_GeomFromText('POINT(-119.201764 50.409925)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025740','COM reporting 2 grizzly cubs wandering up the road in 4 mile. COM saw the cubs go into the trees and heard growling.',null,null,null,null,null,null,'4 Mile Subdivision',null,'2023-07-05 16:03:12','2023-07-05 16:03:12',null,'CPOSTHUM@idir','2023-07-12 10:58:56',null,null,null,null,'CLOSED','BLLACOOL',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025741','COM reporting a dear in downtown Penticton. ',null,null,null,null,null,null,'Bennett Ave and Calgary Ave and Main St, Penticton, BC',null,'2023-07-05 16:07:16','2023-07-05 16:07:16',null,'DAGRAY@idir','2023-07-05 16:12:41',null,null,null,null,'CLOSED','PENTICTN',ST_GeomFromText('POINT(-119.5865236 49.4857906)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025742','Semi truck driver hit a BB on Hwy 1, 50km west of Salmon Arm, bear spun underneath the truck and onto the shoulder, unable to see if it was still there or in the ditch. Suspects its dead. ',null,null,null,null,null,null,'Salmon Arm, BC','Salmon Arm','2023-07-05 16:20:17','2023-07-05 16:20:17',null,'ETYUKODI@idir','2023-07-06 09:47:49',null,null,null,null,'CLOSED','SALMARM',ST_GeomFromText('POINT(-119.2780556 50.7011111)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025743','COM is reporting a sow and 2 bear cubs on her property. No food conditioned behaviour observed but there are bird feeders on the property. No aggressive behaviour reported. ',null,null,null,null,null,null,'2536 West Trail Crt, Sooke, BC',null,'2023-07-05 16:23:20','2023-07-05 16:23:20',null,'DSEXTON@idir','2023-07-10 11:00:05',null,null,null,null,'CLOSED','SOOKE',ST_GeomFromText('POINT(-123.7431957 48.3894666)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025745','Reporting a bb that wandered through his yard.',null,null,null,null,null,null,'',null,'2023-07-05 16:34:19','2023-07-05 16:34:19',null,'KWINTERS@idir','2023-07-05 16:35:18',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025750','Reporting a bb going through garbages in the neighbourhood.',null,null,null,null,null,null,'','SPRUCE & WESTWAY','2023-07-05 16:59:21','2023-07-05 16:59:21',null,'CROCHON@idir','2023-07-07 10:15:17',null,null,null,null,'OPEN','SQUMISH',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025755','Reporting a cougar on the outside of the campground approx 1 hour ago. No ATB, it appeared to just want to get by the area.',null,null,null,null,null,null,'5355 Giesbrecht Rd, Chilliwack, BC','VEDDER RIVER CAMPGROUND','2023-07-05 16:30:00','2023-07-05 17:37:24',null,'PDAYTON@idir','2023-07-13 14:05:47',null,null,null,null,'CLOSED','CHILLIWK',ST_GeomFromText('POINT(-122.0124966 49.0984074)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025756','Caller reporting aggressive coyotes that attacked him and his dog last night. Caller took his dog out at 11:30 to go bathroom and the coyote coming from them. The coyote went straight for the caller and the caller hit it with a metal pipe. Caller said that this is the second time they have been aggressive towards him and his family. The first time was towards his wife on June 24, 2023 (HWCR 23-022920). No contact was made. The coyotes have been coming everyday evening and night for months. Caller is very concerned for his family''s safety. - -***Caller would like a call back*** -',null,null,null,null,null,null,'13915 64 Ave, Surrey, BC',null,'2023-07-05 17:39:29','2023-07-05 17:39:29',null,'ALBUCHAN@idir','2023-07-26 12:10:44',null,null,null,null,'OPEN','SURRY',ST_GeomFromText('POINT(-122.8367007 49.1192509)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025758','Caller reported 2 large bears in his backyard for at least 2-3 hours. Roaming around and lying down. Caller advised they tried scaring them away but they just stared at him and did not move. No attractants in the backyard. ',null,null,null,null,null,null,'1122 Plateau Cres, Squamish, BC',null,'2023-07-05 18:01:59','2023-07-05 18:01:59',null,'BJETTE@idir','2023-07-05 18:06:52',null,null,null,null,'CLOSED','SQUMISH',ST_GeomFromText('POINT(-123.126603 49.7047804)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025760','COM reports a yearling BB was in her yard and she scared it away and chased it down the street towards the dyke. COM was standing in the middle of the street and BB turned from its position on the other side of the street and charged the COM. The BB then swatted her 2x on face and chest and the COM pushed the BB away and it ran away. -COM calling it today as she was at the hospital late last night and was too tired to call it in. - -1822 briefed CO Zukewich -',null,null,null,null,null,null,'38218 Guilford Dr, Squamish, BC',null,'2023-07-04 18:15:00','2023-07-05 18:15:07',null,'SZUKEWI@idir','2023-07-18 10:03:05',null,null,null,null,'CLOSED','SQUMISH',ST_GeomFromText('POINT(-123.1285388 49.6986653)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025761','Reporting a large bb getting into the garbage near the noted location. ',null,null,null,null,null,null,'Finley St and Lombardy Dr, Port Coquitlam, BC',null,'2023-07-05 18:15:32','2023-07-05 18:15:32',null,'KWINTERS@idir','2023-07-05 18:17:20',null,null,null,null,'OPEN','PORTCOQ',ST_GeomFromText('POINT(-122.7426915 49.2736299)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025762','Reporting a sow that was struck and killed near the noted location. There is a cub with the sow.',null,null,null,null,null,null,'','1/2 HOUR OUTSIDE OF TERRACE TOWARDS KITWANGA, HWY 16','2023-07-05 18:18:49','2023-07-05 18:18:49',null,'RYCALDWE@idir','2023-07-06 10:32:28',null,null,null,null,'CLOSED','TERRACE',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025763','Reporting an injured doe with a fawn in tow. The doe is limping with a rear leg injury.',null,null,null,null,null,null,'30th Ave N and Kootenay St N, Cranbrook, BC',null,'2023-07-05 18:25:41','2023-07-05 18:25:41',null,'JMELENKA@idir','2023-07-06 16:36:54',null,null,null,null,'CLOSED','CRANBRK',ST_GeomFromText('POINT(-115.7394516 49.5244351)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025764','Caller reporting an injured fawn at the below noted address. The fawn is severely injured and has a slice wound on its neck and has maggots on it. Fawn is immobile. ',null,null,null,null,null,null,'7872 Fawn Rd, Halfmoon Bay, BC',null,'2023-07-05 18:28:45','2023-07-05 18:28:45',null,'DLMILLER@idir','2023-07-06 10:53:01',null,null,null,null,'OPEN','HALFMNB',ST_GeomFromText('POINT(-123.8715176 49.4765003)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025767','Caller reports bear in drive way, Not aggressive.',null,null,null,null,null,null,'5301 Ranger Ave, District of North Vancouver, BC',null,'2023-07-05 19:07:14','2023-07-05 19:07:14',null,'SMCCREAD@idir','2023-07-05 19:09:33',null,null,null,null,'OPEN','NORVAN',ST_GeomFromText('POINT(-123.0946468 49.361415)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025768','Caller reports bear keeps returning to property to get into the Bear proof garbage bins. Five times in the last couple of weeks.',null,null,null,null,null,null,'65527 Kawkawa Lake Rd, Hope, BC',null,'2023-07-05 19:14:28','2023-07-05 19:14:28',null,'SMCCREAD@idir','2023-07-05 19:17:04',null,null,null,null,'OPEN','HOPE',ST_GeomFromText('POINT(-121.4166029 49.381593)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025773','Caller reports a very large bear moving through their yard. - -Request CO call them if possible.',null,null,null,null,null,null,'787 Seymour Blvd, District of North Vancouver, BC',null,'2023-07-05 19:28:01','2023-07-05 19:28:01',null,'SMCCREAD@idir','2023-07-05 19:33:33',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.0165153 49.3140279)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025776','Caller reports bear on their property. Is not afraid of people, dogs. Not being aggressive, but too comfortable with people. - -REQUEST a call from COs. ',null,null,null,null,null,null,'1065 Adams Rd, Summit Lake, BC',null,'2023-07-05 19:42:15','2023-07-05 19:42:15',null,'EMCARTHU@idir','2023-07-19 11:20:59',null,null,null,null,'CLOSED','SMITLK',ST_GeomFromText('POINT(-122.6457251 54.2814837)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025777','Reporting a bb that entered the house twice tonight, ate all the food and destroyed the house and is now in the double wide trailer on the property. - -COM: 778-991-7865, Ferin - -23-7861',null,null,null,null,null,null,'12927 Stave Lake Rd, Hatzic, BC',null,'2023-07-05 19:43:01','2023-07-05 19:43:01',null,'EVEROBER@idir','2023-07-06 15:59:39',null,null,null,null,'OPEN','MISSION',ST_GeomFromText('POINT(-122.247602 49.2374499)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025778','Caller reported a bear broke into her daughter house 3-4 days ago and is reporting now. Caller has caller Police and Fire who eventually advised them to make a report with conservation. The bear broke a window and ate all the food in the fridge, freezer and killed their chickens (4). The bear has accessed the home multiple time and has caused a lot of damage to the house including damage to the water pump. The neighbour advised caller he has tried to scare it away but the bear was aggressive towards him. ',null,null,null,null,null,null,'12927 Stave Lake Rd, Mission, BC',null,'2023-07-05 19:44:44','2023-07-05 19:44:44',null,'EVEROBER@idir','2023-07-06 16:21:19',null,null,null,null,'OPEN','MISSION',ST_GeomFromText('POINT(-122.2685035 49.1872831)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025779','Caller reports a bear that is in his neighbour''s yard and eating the garbage there. Concerned that there isnt a green space for the bear to get to.',null,null,null,null,null,null,'539 Sunset Ave, Coquitlam, BC',null,'2023-07-05 19:46:48','2023-07-05 19:46:48',null,'SMCCREAD@idir','2023-07-05 19:50:24',null,null,null,null,'OPEN','COQUITLM',ST_GeomFromText('POINT(-122.8894625 49.2413854)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025780','Reporting a bb that has broken through caller''s fence and the neighbour''s fence as well. It has come 4 times. No attractants in either yard. Caller wondering what to do? He would like a call back.',null,null,null,null,null,null,'Cornwall St, Port Coquitlam, BC',null,'2023-07-05 19:51:36','2023-07-05 19:51:36',null,'PDAYTON@idir','2023-07-13 13:43:03',null,null,null,null,'CLOSED','PORTCOQ',ST_GeomFromText('POINT(-122.7414179 49.2725272)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025781','Caller reports 3 coyotes on the Admiralty trail along SW Marine DR. ',null,null,null,null,null,null,'Acadia Rd, Vancouver, BC',null,'2023-07-05 19:55:45','2023-07-05 19:55:45',null,'SMCCREAD@idir','2023-07-05 20:01:12',null,null,null,null,'CLOSED','VANCOUVR',ST_GeomFromText('POINT(-123.2406117 49.2692531)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025782','While riding his bike today on Ferry Rd & Rosedale Ferry Rd near the noted location, he heard something that sounded like it was running through the bushes. A bear popped out of the blackberry bushes. ',null,null,null,null,null,null,'','UNDER AGASSIZ ROSEDALE BRIDGE','2023-07-05 11:30:00','2023-07-05 19:57:29',null,'KWINTERS@idir','2023-07-05 20:03:08',null,null,null,null,'CLOSED','ROSEDALE',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025783','Caller advised there is a bear in his dog pen and the bear will not leave. The caller has tried to scare it away with no luck. The caller is looking for a CO to advise. -***Caller would like a call back***',null,null,null,null,null,null,'7 Scott Cres, Mackenzie, BC',null,'2023-07-05 20:02:14','2023-07-05 20:02:14',null,'HIDESMAR@idir','2023-07-06 10:02:59',null,null,null,null,'CLOSED','MACKENZI',ST_GeomFromText('POINT(-123.0853687 55.3360677)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025784','Caller reported bear came from behind her house to the front of her house while her toddler was outside playing with her grandmother 5 minutes ago. The caller got in between the bear and her child and made tried scaring it away by shouting but the bear just sat down and watched them. Caller''s husband came out and also started shouting and eventually the bear walked away. outside playing beside her daughter. came behind the unit and the caller ran toward child and the bear sat down then husband came out and made noise as well. A neighbour came out and said they also saw the bear this morning. ',null,null,null,null,null,null,'2615 Shaftsbury Ave, Port Coquitlam, BC',null,'2023-07-05 20:15:23','2023-07-05 20:15:23',null,'BJETTE@idir','2023-07-05 20:24:34',null,null,null,null,'CLOSED','PORTCOQ',ST_GeomFromText('POINT(-122.7867928 49.2715024)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025785','Reporting a fawn that has been in the same location for the past 24 hours, no sign of the doe. Its shoulder looks to be dislocated.',null,null,null,null,null,null,'1045 Sutherland Ave, Kelowna, BC','FRONT COURTYARD AREA UNDER BIG MAPLE TREES NEAR A BENCH','2023-07-05 20:16:35','2023-07-05 20:16:35',null,'HGOOLIAF@idir','2023-07-06 11:56:31',null,null,null,null,'CLOSED','KELOWNA',ST_GeomFromText('POINT(-119.4776067 49.8794639)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025788','Calling to report a black bear was in her yard and walked down a path that leads to trees. ',null,null,null,null,null,null,'17 Crysdale Dr, Mackenzie, BC',null,'2023-07-05 20:25:44','2023-07-05 20:25:44',null,'ISCHMIDT@idir','2023-07-05 20:27:30',null,null,null,null,'CLOSED','MACKENZI',ST_GeomFromText('POINT(-123.089986 55.3351982)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025789','Calling to report two black bears trying to get into the garbage dumpster.',null,null,null,null,null,null,'41015 Government Rd, Squamish, BC',null,'2023-07-05 20:28:17','2023-07-05 20:28:17',null,'CROCHON@idir','2023-07-09 09:33:50',null,null,null,null,'CLOSED','SQUMISH',ST_GeomFromText('POINT(-123.1395333 49.7494692)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025793','Calling to report a very large black bear, just hanging around',null,null,null,null,null,null,'2450 Earls Crt, Langford, BC',null,'2023-07-05 20:42:04','2023-07-05 20:42:04',null,'ISCHMIDT@idir','2023-07-05 20:44:00',null,null,null,null,'CLOSED','LANGFORD',ST_GeomFromText('POINT(-123.5098182 48.4633417)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025794','Calling to report a coyote was limping last night as it walked down the street',null,null,null,null,null,null,'1600 beets ave vancouver',null,'2023-07-05 20:44:42','2023-07-05 20:44:42',null,'ISCHMIDT@idir','2023-07-05 20:46:43',null,null,null,null,'OPEN','VANCOUVR',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025796','Calling to report a black bear in the area, startled a women (not the caller) while walking her dog. ',null,null,null,null,null,null,'815 Adams Rd, Summit Lake, BC',null,'2023-07-05 20:52:31','2023-07-05 20:52:31',null,'ISCHMIDT@idir','2023-07-05 21:00:42',null,null,null,null,'CLOSED','SMITLK',ST_GeomFromText('POINT(-122.6422091 54.2807295)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025797','Reporting a bb on the property for the last hour. They have tried making noise, the dog is barking at it but it is not leaving. They have bear bangers but they are kept where the bear is and they can''t get to it.',null,null,null,null,null,null,'','SUMMIT LAKE','2023-07-05 20:58:56','2023-07-05 20:58:56',null,'KWINTERS@idir','2023-07-05 21:03:36',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025798','Calling to report a black bear hanging out behind a felled tree and it also got into the neighbours garbage',null,null,null,null,null,null,'310 Robertson Cres, Hope, BC',null,'2023-07-05 21:00:48','2023-07-05 21:00:48',null,'ISCHMIDT@idir','2023-07-05 21:01:56',null,null,null,null,'OPEN','HOPE',ST_GeomFromText('POINT(-121.4148203 49.3748176)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025799','Calling to report a black bear sow with two cubs trying to cross the road',null,null,null,null,null,null,'Hwy 1, Burnaby, BC',null,'2023-07-05 21:11:18','2023-07-05 21:11:18',null,'ISCHMIDT@idir','2023-07-05 21:12:40',null,null,null,null,'CLOSED','BURNBY',ST_GeomFromText('POINT(-122.961235 49.2415625)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025800','Reporting a bb near the noted location. - -COM: 778-869-6045',null,null,null,null,null,null,'','SOUTH OF TCH, EAST OF BURNET HWY','2023-07-05 21:12:46','2023-07-05 21:12:46',null,'KWINTERS@idir','2023-07-05 21:13:43',null,null,null,null,'CLOSED','COQUITLM',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025801','Calling to report a black bear sow with a cub at the lake down the main trail.',null,null,null,null,null,null,'Shane lake',null,'2023-07-05 21:13:26','2023-07-05 21:13:26',null,'ISCHMIDT@idir','2023-07-05 21:15:34',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025804','Caller reported a black bear was spotted in his field taking interest in his calves. The cows chased it away. Caller has a herd of 12 cows. ',null,null,null,null,null,null,'4425 256 St, Township of Langley, BC',null,'2023-07-05 21:28:39','2023-07-05 21:28:39',null,'PDAYTON@idir','2023-07-13 14:04:39',null,null,null,null,'CLOSED','LANGLEY',ST_GeomFromText('POINT(-122.5206009 49.0836549)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025805','Calling to report seeing a black bear',null,null,null,null,null,null,'Florence Lake',null,'2023-07-05 21:34:39','2023-07-05 21:34:39',null,'ISCHMIDT@idir','2023-07-05 21:36:26',null,null,null,null,'CLOSED','LANGFORD',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025806','Caller reported a black bear in his garden walking around. No attractants reported. ',null,null,null,null,null,null,'5280 Tanya Dr, Nanaimo, BC',null,'2023-07-05 21:36:01','2023-07-05 21:36:01',null,'DTALEVSK@idir','2023-07-07 11:50:47',null,null,null,null,'CLOSED','NANAIMO',ST_GeomFromText('POINT(-123.997176 49.2272243)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025807','Calling to report a black bear got into their secured garbage and is not hanging around the garbage.',null,null,null,null,null,null,'2052 Leggatt Pl, Port Coquitlam, BC',null,'2023-07-05 21:56:57','2023-07-05 21:56:57',null,'ISCHMIDT@idir','2023-07-05 21:58:27',null,null,null,null,'OPEN','PORTCOQ',ST_GeomFromText('POINT(-122.7726265 49.2335463)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025808','Reporting a bb that knocked over one of his bins in the backyard. it was locked so unable to access any garbage.',null,null,null,null,null,null,'',null,'2023-07-05 22:01:05','2023-07-05 22:01:05',null,'KWINTERS@idir','2023-07-05 22:03:01',null,null,null,null,'OPEN','NORVAN',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025809','Caller reported seeing a black bear roaming around all the units in the complex and getting into garbage bins. Compost bins are locked away and neighbours are all aware the bear keeps coming back though. The bear does not seem to be afraid of loud noises. Caller tried scaring it and the bear was not phased. ',null,null,null,null,null,null,'1195 Falcon Dr, Coquitlam, BC','Unit 9 ','2023-07-05 22:01:17','2023-07-05 22:01:17',null,'BJETTE@idir','2023-07-05 22:05:32',null,null,null,null,'OPEN','COQUITLM',ST_GeomFromText('POINT(-122.817219 49.2835209)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025810','Calling to report a black bear between his and his northern neighbours house. The bear has gotten into that neighbours garbage. ',null,null,null,null,null,null,'789 Baycrest Dr, District of North Vancouver, BC',null,'2023-07-05 22:02:11','2023-07-05 22:02:11',null,'ISCHMIDT@idir','2023-07-05 22:04:31',null,null,null,null,'OPEN','NORVAN',ST_GeomFromText('POINT(-122.9526925 49.31285)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025814','Calling to report a black bear eating garbage out of the can. The caller was able deter the bear with a paint ball gun but this is the third time he has had to deter it. The address is not the callers, he does rounds in the neighbourhood to try to make sure the garbages are all secured. This one was not. ',null,null,null,null,null,null,'602 Albert Rd, Ucluelet BC',null,'2023-07-05 22:12:47','2023-07-05 22:12:47',null,'ISCHMIDT@idir','2023-07-05 22:15:25',null,null,null,null,'OPEN','UCLUELET',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025815','A deer was hit by a car',null,null,null,null,null,null,'cariboo hwy Kamloops ','exit 368','2023-07-05 22:31:04','2023-07-05 22:31:04',null,'JESJONES@idir','2023-07-06 09:56:20',null,null,null,null,'CLOSED','KAMLOOPS',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025816','Caller reported a dead deer in the middle of the highway. -Coordinates: 50.6544279 -120.3661187',null,null,null,null,null,null,'RCMP BC Highway Patrol',null,'2023-07-05 22:33:16','2023-07-05 22:33:16',null,'JESJONES@idir','2023-07-06 09:59:52',null,null,null,null,'CLOSED','KAMLOOPS',ST_GeomFromText('POINT(-120.366119 50.654428)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025817','RCMP past on the following report: -Caller advised she saw a bear beside the highway going into the Burnaby Lake Park. -',null,null,null,null,null,null,'Trans-Canada Hwy, Burnaby, BC','Burnaby Lake Park','2023-07-05 22:53:39','2023-07-05 22:53:39',null,'BJETTE@idir','2023-07-05 22:57:35',null,null,null,null,'CLOSED','BURNBY',ST_GeomFromText('POINT(-122.961235 49.2415625)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025819','Caller reported he hit a moose with his semi-truck. The moose is lying in the ditch and has not moved. -Coordinates 54.08949 -125.05520',null,null,null,null,null,null,'',null,'2023-07-05 23:08:29','2023-07-05 23:08:29',null,'BKNIBBS@idir','2023-07-06 08:39:55',null,null,null,null,'CLOSED','ENDAKO',ST_GeomFromText('POINT(-125.05520 54.08949)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025821','Caller reported a baby deer in their front yard it looks like it is limping. Caller was told by their neighbour that it was born this morning at 7:00am. Caller has not seen the mama deer at all. -',null,null,null,null,null,null,'1461 Richmond St, Kelowna, BC',null,'2023-07-05 23:43:42','2023-07-05 23:43:42',null,'ESEITZ@idir','2023-07-06 11:09:28',null,null,null,null,'CLOSED','KELOWNA',ST_GeomFromText('POINT(-119.4704759 49.8871198)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025822','CP Rail advised one of their trains struck a fawn train hit a little deer 0.3 miles south of the following coordinates: 50.966684 -118.733164. The baby deer is still alive. -',null,null,null,null,null,null,'','Rail line post: 29miles (Coordinates) ','2023-07-06 00:22:51','2023-07-06 00:22:51',null,'ETYUKODI@idir','2023-07-06 09:50:36',null,null,null,null,'CLOSED','CRGLLACH',ST_GeomFromText('POINT(-118.733164 50.966684)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025823','Calling to report a black bear cub getting into garbage',null,null,null,null,null,null,'Jinkerson Rd, Chilliwack, BC',null,'2023-07-06 00:35:40','2023-07-06 00:35:40',null,'ISCHMIDT@idir','2023-07-06 00:37:12',null,null,null,null,'OPEN','CHILLIWK',ST_GeomFromText('POINT(-121.9218749 49.107867)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025825','The deer is stuck in the caller''s metal fence with its neck between 2 upright poles and is upside down. -',null,null,null,null,null,null,'5700 Pierce Rd, Port Alberni, BC','Unit 401 ','2023-07-06 01:27:18','2023-07-06 01:27:18',null,'MAWILSON@idir','2023-07-28 15:39:48',null,null,null,null,'CLOSED','PORTALBR',ST_GeomFromText('POINT(-124.8333955 49.272778)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025828','Calling to report a grizzly bear across the street from her house when she was going to take the dogs for a walk. The dogs started barking and the bear started to chase her dogs up and down the fence line. The bear did not cross the fence. ',null,null,null,null,null,null,'490 Kodiak St, Bear Lake, BC',null,'2023-07-06 05:19:51','2023-07-06 05:19:51',null,'EMCARTHU@idir','2023-07-20 09:56:38',null,null,null,null,'CLOSED','BRLK',ST_GeomFromText('POINT(-122.6774911 54.4955195)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025829','COM reporting a black bear wandering around base housing at CFB Comox. An MP was monitoring the situation. ',null,null,null,null,null,null,'Hudson Rd, Comox, BC',null,'2023-07-06 06:42:31','2023-07-06 06:42:31',null,'DAGRAY@idir','2023-07-06 06:46:48',null,null,null,null,'CLOSED','COMOX',ST_GeomFromText('POINT(-124.9227784 49.7086559)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025831','COM reporting rattlesnake confined in window well of home 2-1/2 foot deep. It was there since about 10:45 PM last night. He tried to remove it with shovel but was nervous as it got angry. ',null,null,null,null,null,null,'1865 Ridgedale Ave, Penticton, BC',null,'2023-07-06 06:47:26','2023-07-06 06:47:26',null,'BRANBECK@idir','2023-07-08 13:32:34',null,null,null,null,'CLOSED','PENTICTN',ST_GeomFromText('POINT(-119.5481141 49.4923477)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025832','cow and calf moose were passing through his property, calf broke it''s neck getting tangled in a slack line and is now deceased. COM is concerned that the cow is still present and is quite aggressive towards COM and passing vehicles. COM also has a background as a biologist and wants to know if the calf could be donated to UNBC as a specimen. ',null,null,null,null,null,null,'6888 Old Summit Lake Rd, Prince George, BC',null,'2023-07-06 06:53:35','2023-07-06 06:53:35',null,'SPEELING@idir','2023-07-25 14:47:29',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7344068 53.9931336)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025833','COM reporting mother fox got hit by car and killed at side of the road. 2 Pups abandon on 86th Ave right near ""red gate"" at Apex Distribution and near Husky Oil field Rentals. One pup is in and out of the middle of the road. - ',null,null,null,null,null,null,'','100th street and 85th ave ','2023-07-06 07:01:11','2023-07-06 07:01:11',null,'EFITCH@IDIR','2023-07-06 07:13:25',null,null,null,null,'OPEN','FTSTJOHN',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025835','COM Reporting 2 BB cub broke down neighbors adjoining fence at around 6:30 AM. They got into her garbage yesterday and her raspberries and strawberries patch. ',null,null,null,null,null,null,'1161 Creekside Dr, Coquitlam, BC',null,'2023-07-06 07:19:33','2023-07-06 07:19:33',null,'EFITCH@IDIR','2023-07-06 07:24:54',null,null,null,null,'OPEN','COQUITLM',ST_GeomFromText('POINT(-122.8110037 49.2807519)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025836','BB into garbage. Not hers. ',null,null,null,null,null,null,'4775 Lewis Rd, Campbell River, BC',null,'2023-07-06 07:29:42','2023-07-06 07:29:42',null,'DSEXTON@idir','2023-07-10 12:49:35',null,null,null,null,'CLOSED','CMBLRV',ST_GeomFromText('POINT(-125.1378355 49.8744967)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025837','BB into his garbage for a month now. Every day... ',null,null,null,null,null,null,'3136 Oxford St, Port Coquitlam, BC',null,'2023-07-06 07:38:29','2023-07-06 07:38:29',null,'doweber@idir','2023-07-06 07:40:07',null,null,null,null,'OPEN','PORTCOQ',ST_GeomFromText('POINT(-122.7669005 49.2694217)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025838','Caller reporting a BB in the neighbourhood. The BB is having a buffet all the way down the street. It is garbage day today. This has been going on for several weeks.',null,null,null,null,null,null,'2940 Valleyvista Dr, Coquitlam, BC',null,'2023-07-06 07:38:38','2023-07-06 07:38:38',null,'PBRACKEN@idir','2023-07-06 07:42:12',null,null,null,null,'OPEN','COQUITLM',ST_GeomFromText('POINT(-122.7981137 49.297424)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025839','COM reporting that a bear came overnight and tipped over his outdoor freezer and ate the contents. ',null,null,null,null,null,null,'10380 McKinnon Cres, Township of Langley, BC',null,'2023-07-06 07:58:44','2023-07-06 07:58:44',null,'ALBUCHAN@idir','2023-07-09 11:55:22',null,null,null,null,'OPEN','FTLANGLE',ST_GeomFromText('POINT(-122.6097768 49.1928738)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025840','COM reported a bobcat or cougar that passed through their yard last night and this morning. ',null,null,null,null,null,null,'32767 Downes Rd, Abbotsford, BC',null,'2023-07-06 08:02:29','2023-07-06 08:02:29',null,'ALBUCHAN@idir','2023-07-06 11:40:07',null,null,null,null,'OPEN','ABTFRD',ST_GeomFromText('POINT(-122.3169664 49.076154)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025843','Large BB ripping open the locking garbage bins. The BB will huff at people in the area. Left front shoulder injury. The bb is usually around between 22:00 -22:30 hours. The BB does not respond to pots and pans for hazing.',null,null,null,null,null,null,'1124 Yarmouth St, Port Coquitlam, BC',null,'2023-07-06 08:21:20','2023-07-06 08:21:20',null,'PBRACKEN@idir','2023-07-06 08:25:17',null,null,null,null,'OPEN','PORTCOQ',ST_GeomFromText('POINT(-122.7728624 49.234103)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025848','Past Crow & Gate Restaurant, driving south on the right side. Deer down and been there for a few hours. Still alive.',null,null,null,null,null,null,'2395 Yellow Point Rd, Nanaimo, BC',null,'2023-07-06 08:36:35','2023-07-06 08:36:00',null,'MAWILSON@idir','2023-07-28 15:47:09',null,null,null,null,'CLOSED','NANAIMO',ST_GeomFromText('POINT(-123.8363759 49.0869356)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025849','COM reporting there was a wolverine in her backyard. No conflict reported. ',null,null,null,null,null,null,'4685 Hwy 3A, Balfour, BC','Kokanee Park','2023-07-06 08:42:04','2023-07-06 08:42:04',null,'DAGRAY@idir','2023-07-06 09:51:00',null,null,null,null,'CLOSED','NELSON',ST_GeomFromText('POINT(-117.1308626 49.6057104)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025850','COM reported a BB that got into a locked shed where the garbage is kept. ',null,null,null,null,null,null,'4329 Erwin Dr, West Vancouver, BC',null,'2023-07-06 08:45:28','2023-07-06 08:45:28',null,'DTALEVSK@idir','2023-07-06 08:47:25',null,null,null,null,'OPEN','WSTVANCO',ST_GeomFromText('POINT(-123.2404935 49.3403159)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025854','3 BB in her area. Garbage moved to the garage. BB''s hopped the fence and are into the garden. Usually there multiple times a day. ',null,null,null,null,null,null,'2059 William Pl, Comox, BC',null,'2023-07-06 09:12:56','2023-07-06 09:12:56',null,'JBJARNAS@idir','2023-07-07 08:00:50',null,null,null,null,'OPEN','COMOX',ST_GeomFromText('POINT(-124.9365248 49.7017668)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025856','Caller reporting an injured deer(buck) that is dragging it''s back legs. Likely from a car incident. The caller was surprised that buck made it across the street. ',null,null,null,null,null,null,'Bird''s Eye Dr and Osprey Dr, Duncan, BC',null,'2023-07-06 09:16:15','2023-07-06 09:16:15',null,'MAWILSON@idir','2023-07-28 15:50:37',null,null,null,null,'CLOSED','MAPLEBAY',ST_GeomFromText('POINT(-123.6128175 48.8100208)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025857','COM reported a BB and two coyotes that appear every day, walking past the residence. COM set off a bear banger and the dog barked at the BB, but it did not scare off.',null,null,null,null,null,null,'865 Wildwood Lane, West Vancouver, BC',null,'2023-07-06 09:16:35','2023-07-06 09:16:35',null,'DTALEVSK@idir','2023-07-06 09:19:35',null,null,null,null,'CLOSED','WSTVANCO',ST_GeomFromText('POINT(-123.1391415 49.3395815)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025859','BB coming every day, very scared.. -Also 2 coyotes that return. -Not safe, she has a 9 yr old son and a dog. -Dog came face to face with both species. -No garbage.',null,null,null,null,null,null,'865 Wildwood Lane, West Vancouver, BC',null,'2023-07-06 09:19:46','2023-07-06 09:19:46',null,'doweber@idir','2023-07-06 09:24:10',null,null,null,null,'CLOSED','WSTVANCO',ST_GeomFromText('POINT(-123.1391415 49.3395815)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025861','COM reporting a cougar has killed a deer in the lower fields of his property. He shot at it and scared it off. He wants to discuss with CO as he doesn''t know his rights on shooting or killing it to protect his livestock. Livestock has now been moved. He suspects the cougar lives nearby in the community park and trails near KWAS PARK with back onto his land. ',null,null,null,null,null,null,'1085 Seaford Rd, Cortes Island, BC','10 Acre Lot - Fenced for livestock ','2023-07-06 09:22:43','2023-07-06 09:22:43',null,'JBJARNAS@idir','2023-07-07 07:46:03',null,null,null,null,'OPEN','CRTSISLD',ST_GeomFromText('POINT(-124.9651647 50.0748205)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025862','Caller advising of deer struck by a vehicle and killed last night in Merville. ',null,null,null,null,null,null,'Edwin Pl and Headquarters Rd, Merville, BC','150 meters south of Edwin on Headquarters. ','2023-07-06 09:26:28','2023-07-06 09:26:28',null,'PBRACKEN@idir','2023-07-06 09:33:26',null,null,null,null,'OPEN','MERVILLE',ST_GeomFromText('POINT(-125.0714568 49.7669761)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025864','COM reporting see a bear . ',null,null,null,null,null,null,'Como Lake Park 700 Gatensbury Street Coquitlam, BC V3J 5G8',null,'2023-07-06 09:32:33','2023-07-06 09:32:33',null,'EFITCH@IDIR','2023-07-06 09:39:45',null,null,null,null,'CLOSED','COQUITLM',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025865','Caller advising that a BB continues to come around and hang around the yard. The BB did get into the garbage a few months ago. Since that time the garbage is not left outside anymore and is frozen. The BB does not respond to verbal or pots/pans hazing. It did respond to the car alarm, but then returns. - -**Caller requesting a callback. ',null,null,null,null,null,null,'4701 Cove Cliff Rd, District of North Vancouver, BC',null,'2023-07-06 09:34:16','2023-07-06 09:34:16',null,'PBRACKEN@idir','2023-07-06 09:41:47',null,null,null,null,'OPEN','NORVAN',ST_GeomFromText('POINT(-122.9414662 49.3214412)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025866','COM reported a BB on the lawn of a long term care facility. There are bird feeders on the property. The BB walked off over a neighbour''s fence when staff yelled at it. -',null,null,null,null,null,null,'4212 Balmoral St, Abbotsford, BC',null,'2023-07-06 09:36:49','2023-07-06 09:36:49',null,'ALBUCHAN@idir','2023-07-06 10:59:10',null,null,null,null,'OPEN','ABTFRD',ST_GeomFromText('POINT(-122.3857153 49.0789671)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025868','COM reported a coyote, looking very skinny that walked through the apartment complex. ',null,null,null,null,null,null,'2109 Rowland St, Port Coquitlam, BC',null,'2023-07-06 09:41:54','2023-07-06 09:41:54',null,'PDAYTON@idir','2023-07-13 13:42:41',null,null,null,null,'CLOSED','PORTCOQ',ST_GeomFromText('POINT(-122.7858005 49.2552833)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025870','Sow with cubs returning daily for the garbage. ',null,null,null,null,null,null,'6790 Grant Rd W, Sooke, BC',null,'2023-07-06 09:45:50','2023-07-06 09:45:50',null,'DSEXTON@idir','2023-07-10 11:12:37',null,null,null,null,'OPEN','SOOKE',ST_GeomFromText('POINT(-123.7303312 48.3791642)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025871','Saw a deer jump a fence at the below that appeared to have a chunk of meat hanging from its upper chest. -Still mobile.. but looked awful.',null,null,null,null,null,null,'1575 Springhill Dr, Kamloops, BC',null,'2023-07-06 09:52:12','2023-07-06 09:52:12',null,'JESJONES@idir','2023-07-06 10:03:21',null,null,null,null,'CLOSED','KAMLOOPS',ST_GeomFromText('POINT(-120.3514285 50.6602415)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025872','COM reporting a BB at the noted location. ',null,null,null,null,null,null,'','Robert Burnaby Park','2023-07-06 09:52:49','2023-07-06 09:52:49',null,'DAGRAY@idir','2023-07-06 09:54:02',null,null,null,null,'CLOSED','BURNBY',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025873','COM advised that a bear was sighted within sight of the outdoor pool at the below noted location. COM didn''t see the bear himself, but was told by patrons that it was nearby. - -EMAILED AS AN FYI',null,null,null,null,null,null,'8175 Wedgewood St, Burnaby, BC','Robert Burnaby Outdoor Pool - Wedgewood and Hill Ave','2023-07-06 09:53:46','2023-07-06 09:53:46',null,'JDSCOTT@idir','2023-07-06 10:09:50',null,null,null,null,'CLOSED','BURNBY',ST_GeomFromText('POINT(-122.9299761 49.2308944)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025874','BB into garbage bins. -Knocking them over. Garbage day..',null,null,null,null,null,null,'6 Heritage Peak Rd, Port Moody, BC',null,'2023-07-06 09:55:57','2023-07-06 09:55:57',null,'doweber@idir','2023-07-06 09:57:31',null,null,null,null,'OPEN','PORTMDY',ST_GeomFromText('POINT(-122.8244384 49.3065612)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025875','COM reporting that a deer has been injured possibly by a car , back leg damaged and unable to use it. It is going between her front and back yard. ',null,null,null,null,null,null,'3885 Miller Rd, Kelowna, BC',null,'2023-07-06 10:00:37','2023-07-06 10:00:37',null,'HGOOLIAF@idir','2023-07-06 14:04:29',null,null,null,null,'CLOSED','KELOWNA',ST_GeomFromText('POINT(-119.3929831 49.8278458)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025877','Caller reporting an injured deer with a broken back leg and he is skinny. The deer is still mobile at this time. ',null,null,null,null,null,null,'1575 Springhill Dr, Kamloops, BC','Unit #31','2023-07-06 10:01:22','2023-07-06 10:01:22',null,'JESJONES@idir','2023-07-06 10:13:17',null,null,null,null,'CLOSED','KAMLOOPS',ST_GeomFromText('POINT(-120.3514285 50.6602415)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025879','COM reporting a deer that was stuck in a fence at the noted location.',null,null,null,null,null,null,'Hwy 93, Windermere, BC','<1km south of town, east side of the Hwy., ','2023-07-06 10:14:29','2023-07-06 10:14:29',null,'MATTHEWH@idir','2023-07-10 10:12:11',null,null,null,null,'CLOSED','WINDRMER',ST_GeomFromText('POINT(-115.922082 50.4277564)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025881','Small BB sighting at the below. ',null,null,null,null,null,null,'17th Ave, Burnaby, BC','17th & 2nd Ave','2023-07-06 10:20:43','2023-07-06 10:20:43',null,'doweber@idir','2023-07-06 10:22:58',null,null,null,null,'CLOSED','BURNBY',ST_GeomFromText('POINT(-122.9379297 49.2226547)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025882','Caller reporting a BB going through the residential garbage all along the street. The BB is going in yards to check out containers. Garbage day was yesterday. The BB has a Yellow tag. ',null,null,null,null,null,null,'Friar Cres, District of North Vancouver, BC',null,'2023-07-06 10:22:18','2023-07-06 10:22:18',null,'PBRACKEN@idir','2023-07-06 10:26:07',null,null,null,null,'OPEN','WSTVANCO',ST_GeomFromText('POINT(-122.9547071 49.3140217)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025885','COM reporting a large black bear that came through his backyard and knocked down his fence, and continued down the road looking for garbage. ',null,null,null,null,null,null,'4100 Mt Seymour Pky, District of North Vancouver, BC',null,'2023-07-06 10:26:47','2023-07-06 10:26:47',null,'DAGRAY@idir','2023-07-06 10:28:24',null,null,null,null,'OPEN','NORVAN',ST_GeomFromText('POINT(-122.9580754 49.3159148)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025887','COM left voice mail on COS District Line on June 26, 2023 at 2:27hrs. -Reporting an injured baby bear at his house. Pretty small not with it''s mother.',null,null,null,null,null,null,'Prince George, BC','Resident','2023-06-26 02:29:00','2023-07-06 10:29:45',null,'JOCHARTR@idir','2023-07-06 10:32:42',null,null,null,null,'OPEN','PRINGEOR',ST_GeomFromText('POINT(-122.7452778 53.9127778)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025888','2nd hand report from Burnaby RCMP, original caller reporting a black bear at the noted location that passed very close to the caller but was not aggressive. ',null,null,null,null,null,null,'7900 14th Ave, Burnaby, BC',null,'2023-07-06 10:30:08','2023-07-06 10:30:08',null,'DAGRAY@idir','2023-07-06 10:32:23',null,null,null,null,'CLOSED','BURNBY',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025890','Wanting to report there was another bear sighting in vicinity of building they manage at 4430 Amblewood Lane, Nanaimo -',null,null,null,null,null,null,'4430 Amblewood Lane, Nanaimo, BC','4430 Amblewood Lane, Nanaimo ','2023-07-06 10:31:58','2023-07-06 10:31:58',null,'DSEXTON@idir','2023-07-10 11:47:18',null,null,null,null,'CLOSED','NANAIMO',ST_GeomFromText('POINT(-124.0212223 49.2167553)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025891','COM reporting a yearling black bear that attempted to get into a garbage can at the noted location and then moved on when it wasn''t able to. ',null,null,null,null,null,null,'7813 6th St, Burnaby, BC',null,'2023-07-06 10:33:56','2023-07-06 10:33:56',null,'DAGRAY@idir','2023-07-06 10:43:18',null,null,null,null,'OPEN','BURNBY',ST_GeomFromText('POINT(-122.9295545 49.2201293)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025897','Last night garbage can was pushed over. LOCKING CAN. -Queried LBT availability.',null,null,null,null,null,null,'2023 Leggatt Pl, Port Coquitlam, BC',null,'2023-07-06 10:39:14','2023-07-06 10:39:14',null,'doweber@idir','2023-07-06 10:41:17',null,null,null,null,'OPEN','PORTCOQ',ST_GeomFromText('POINT(-122.7724189 49.23436)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025898','COM advising bear (most likely a grizzly) got into dumpster in service center area. Dumpster lid left open, garbage spread around.',null,null,null,null,null,null,'Kitimat, BC',null,'2023-07-06 05:55:00','2023-07-06 10:40:07',null,'RYCALDWE@idir','2023-07-06 17:38:45',null,null,null,null,'CLOSED','KITIMAT',ST_GeomFromText('POINT(-128.6519444 54.0530556)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025900','COM advised that there is a dead deer on the shoulder of the Coquihalla 30km south of exit 336 left hand side heading from Merritt to Kamloops',null,null,null,null,null,null,'',null,'2023-07-06 10:41:13','2023-07-06 10:41:13',null,'MSANDERS@idir','2023-07-06 11:02:25',null,null,null,null,'CLOSED','MERRITT',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025902','COM reported a BB walking down the road, casually as they COM drove by. No attractants noted. ',null,null,null,null,null,null,'Tenth Ave, Burnaby, BC',null,'2023-07-06 10:52:41','2023-07-06 10:52:41',null,'TDSCHUMA@idir','2023-07-06 13:19:10',null,null,null,null,'CLOSED','BURNBY',ST_GeomFromText('POINT(-122.9556054 49.2038254)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025903','COM advised that there was a cougar on their deck around 0200 this morning. The COM has ducks and chickens which the cougar showed no interest in, but came right up onto the porch. -COM is concerned that the cougar went onto the deck rather than showing interest in ''livestock'' - -***COM would appreciate a callback***',null,null,null,null,null,null,'Telescope Passage','Nelson Island','2023-07-06 10:54:48','2023-07-06 10:54:48',null,'JDSCOTT@idir','2023-07-06 11:01:29',null,null,null,null,'CLOSED','NELISL',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025904','Doe and fawn on the property. Fawn appears injured, still mobile. ',null,null,null,null,null,null,'2149 Belgo Rd, Kelowna, BC',null,'2023-07-06 10:55:39','2023-07-06 10:55:39',null,'HGOOLIAF@idir','2023-07-06 14:03:05',null,null,null,null,'CLOSED','KELOWNA',ST_GeomFromText('POINT(-119.3826945 49.8611997)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025906','BB into Commercial dumpsters at the Hospital. -They have chains/locks on them but this is the 4th time they got into it.',null,null,null,null,null,null,'45 Centennial Dr, Mackenzie, BC',null,'2023-07-06 11:02:13','2023-07-06 11:02:13',null,'HIDESMAR@idir','2023-07-13 11:29:07',null,null,null,null,'CLOSED','MACKENZI',ST_GeomFromText('POINT(-123.1013184 55.3379008)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025907','BB walking down the sidewalk in the neighbourhood. Garbage day yesterday.',null,null,null,null,null,null,'500 Fairway Dr, District of North Vancouver, BC',null,'2023-07-06 11:05:35','2023-07-06 11:05:35',null,'PBRACKEN@idir','2023-07-06 11:08:20',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-122.9570819 49.3087326)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025908','Caller reporting a BB IN THE OUR LADY OF MERCY CHURCH yard. - -call dropped. ',null,null,null,null,null,null,'Kingsway and Tenth Ave and Twelfth St, Burnaby, BC',null,'2023-07-06 11:10:51','2023-07-06 11:10:51',null,'SZUKEWI@idir','2023-07-07 09:08:16',null,null,null,null,'CLOSED','BURNBY',ST_GeomFromText('POINT(-122.937838 49.2134127)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025909','COM left message on COS district line voice mail July 5th at 3:56hrs: -Found a part of a moose leg in her yard. Dogs are too small to have carried the leg over - hoof up to knee. Not sure if she''s supposed to report this - mentioned not hunting season. -',null,null,null,null,null,null,'6963 Irene Rd, Prince George, BC','Yard at residence ','2023-07-06 11:12:13','2023-07-06 11:12:13',null,'HIDESMAR@idir','2023-07-18 11:02:56',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.8112417 53.8581282)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025910','BB plowed through his newly built fence last night and destroyed the Magnolia Tree in his front yard. No birdfeeder/garbage :(',null,null,null,null,null,null,'1768 Patricia Ave, Port Coquitlam, BC',null,'2023-07-06 11:13:12','2023-07-06 11:13:12',null,'doweber@idir','2023-07-06 11:15:25',null,null,null,null,'OPEN','PORTCOQ',ST_GeomFromText('POINT(-122.7633436 49.2762792)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025912','COM left voice mail on COS District Line on July 6th at 10:26am: -Reporting a cub and momma bear sighting up in the Hart Hwy area. Please call back and he can provide time and direction.',null,null,null,null,null,null,'Hart Hwy, Prince George, BC','Hart Hwy, Prince George BC','2023-07-06 10:26:00','2023-07-06 11:16:35',null,'HIDESMAR@idir','2023-07-18 10:51:19',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7784159 53.983083)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025914','Caller reporting a BB hanging around the dumpster at the below location. Caller concerned with all the people in the area. ',null,null,null,null,null,null,'60 Chichouyenily Dr, Mackenzie, BC',null,'2023-07-06 11:21:17','2023-07-06 11:21:17',null,'HIDESMAR@idir','2023-07-06 15:41:15',null,null,null,null,'CLOSED','MACKENZI',ST_GeomFromText('POINT(-123.096665 55.329436)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025915','COM reporting a bb actively getting into campsites at the noted location. Bear is not aggressive but is not being scare off. ',null,null,null,null,null,null,'Levette Lake FSR, Squamish, BC','Levette Lake Recreation Site','2023-07-06 11:22:11','2023-07-06 11:22:11',null,'CROCHON@idir','2023-07-07 09:37:58',null,null,null,null,'OPEN','SQUMISH',ST_GeomFromText('POINT(-123.1823072 49.8316142)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025919','Wife inside 523 Craigmohr. -BB outside. -Husband reported from work in Van. - - -',null,null,null,null,null,null,'523 Craigmohr Pl, West Vancouver, BC',null,'2023-07-06 11:30:54','2023-07-06 11:30:54',null,'LMOSS@idir','2023-07-06 13:49:44',null,null,null,null,'CLOSED','WSTVANCO',ST_GeomFromText('POINT(-123.128232 49.3633727)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025921','COM reporting a BB and 4 cubs are breaking into his compost and eating his apples from his trees. He is feeling terrorized and wants the conservation officer to put a trap on his property. They are not aggressive to him but he is worried and would like to speak with a CO. ',null,null,null,null,null,null,'7803 Dalrae Pl, Otter Point, BC',null,'2023-07-06 11:37:50','2023-07-06 11:37:50',null,'DSEXTON@idir','2023-07-10 11:29:52',null,null,null,null,'OPEN','SOOKE',ST_GeomFromText('POINT(-123.786935 48.3670182)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025922','Caller reporting 2 BB''s in the yard yesterday. The BB''s knocked down the neighbour''s fence, got into garbage. One got into the caller''s backyard, there is a pool in the backyard, it did not get into the pool. The caller''s garbage is stored outside all other attractants were have been removed (berry trees, bird feeders) - -*caller is requesting a callback.',null,null,null,null,null,null,'939 Kelvin St, Coquitlam, BC',null,'2023-07-06 11:39:27','2023-07-06 11:39:27',null,'PBRACKEN@idir','2023-07-06 11:45:05',null,null,null,null,'OPEN','COQUITLM',ST_GeomFromText('POINT(-122.8667548 49.2685384)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025925','2 BB fighting on Inland Branch 1 FSR, approx 4 miles up. -Cars stopping to watch. -Thinks 1 of the 2 will come out badly injured. ',null,null,null,null,null,null,'Inland Lake FSR, Powell River, BC',null,'2023-07-06 11:50:54','2023-07-06 11:50:54',null,'doweber@idir','2023-07-06 11:54:58',null,null,null,null,'CLOSED','POWELLRV',ST_GeomFromText('POINT(-124.4946755 49.8761063)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025926','Caller reporting that a BB got into the compost. The compost was forgotten outside and the BB found it before the caller could get back to deal with it. The compost has been removed from the area. Caller is aware she should not leave the compost out.The caller was extremely remorseful and stated it would not happen again. The caller indicated she would spread the word to others about removing attractants. The caller just called to take responsibility for her actions. Very refreshing!',null,null,null,null,null,null,'126 Alta Lake Rd, Whistler, BC',null,'2023-07-06 11:53:14','2023-07-06 11:53:14',null,'TDSCHUMA@idir','2023-07-06 12:31:19',null,null,null,null,'CLOSED','WHISTLER',ST_GeomFromText('POINT(-122.9863642 50.1153013)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025927','Via RAPP email: Young black bear spotted in our Long Term Care home garden during morning exercise program by my recreation employee - caught on video. -We never have bears in our area and therefore I wanted to respond. We had 12 residents outside during our morning exercise program and he was quite close to the group ',null,null,null,null,null,null,'Valhaven Home - 4212 Balmoral St, Abbotsford, BC',null,'2023-07-06 11:55:56','2023-07-06 11:55:56',null,'JDSCOTT@idir','2023-07-06 12:04:55',null,null,null,null,'CLOSED','ABTFRD',ST_GeomFromText('POINT(-122.3857153 49.0789671)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025929','Reporting directly to COS that dead deer floating in Sepa lake in the 108 Mile Ranch area, near walking trail, starting to stink, concerned that it may bring in scavengers and cause conflict on the very busy walking trail.',null,null,null,null,null,null,'108 Mile Ranch','Sepa Lake','2023-07-06 11:56:46','2023-07-04 15:45:00',null,'JXKLINE@idir','2023-07-06 17:27:25',null,null,null,null,'CLOSED','108MLRNH',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025930','New West PD Sgt requesting COS respond for a bear at the below noted location. The bear seems scared and is roaming ''south''. Currently going through yards in the area. -Today is garbage day, and the bear is in a heavily populated area.',null,null,null,null,null,null,'','1400 block of 7th ave','2023-07-06 11:57:16','2023-07-06 11:57:16',null,'ALBUCHAN@idir','2023-07-06 19:43:33',null,null,null,null,'OPEN','NEWWEST',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025932','COM reporting 5 Coyotes attaching dogs and runners on the trail. He was getting complaints and enquiries from media sources and social media reporting that there is a problem and wants the CO to be aware. - -',null,null,null,null,null,null,'','Lynnhead waters connector trail - Lower Seymour conservation reserves - west of Rice lake. ','2023-07-06 11:59:49','2023-07-06 11:59:49',null,'TDSCHUMA@idir','2023-07-06 16:56:43',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025933','BB inside the garage (garbage can ). -COM inside safe. Haven''t seen it leave. ',null,null,null,null,null,null,'202 Crysdale Dr, Mackenzie, BC',null,'2023-07-06 12:04:00','2023-07-06 12:04:56',null,'HIDESMAR@idir','2023-07-06 15:46:38',null,null,null,null,'CLOSED','MACKENZI',ST_GeomFromText('POINT(-123.0921758 55.3313848)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025935','COM reported a BB going through a corn field. ',null,null,null,null,null,null,'','Young Road and Landsdowne Rd','2023-07-06 12:10:33','2023-07-06 12:10:33',null,'DTALEVSK@idir','2023-07-06 12:41:38',null,null,null,null,'CLOSED','SPALLMCHN',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025937','RCMP rec''d a call from a member of the public who stated that there is a deer with it''s antlers stuck in some fencing along Westside at the below noted location.',null,null,null,null,null,null,'','Westside Road - between Invermere and Fairmont. Left hand side heading towards Fairmont.','2023-07-06 12:12:30','2023-07-06 12:12:30',null,'MATTHEWH@idir','2023-07-10 10:01:31',null,null,null,null,'CLOSED','FAIRMONT',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025938','COM reporting a bear that''s passed through her property twice in the last week. ',null,null,null,null,null,null,'31126 Polar Ave, Abbotsford, BC',null,'2023-07-06 12:20:19','2023-07-06 12:20:19',null,'DAGRAY@idir','2023-07-06 12:27:26',null,null,null,null,'CLOSED','ABTFRD',ST_GeomFromText('POINT(-122.3621042 49.077512)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025940','Teck Elkview Operation Sparwood BC -July 6, 2023 @ 8:45 am -Fish salvage incidental mortality - 1 Western Terrestrial Garter snake found dead in a minnow trap (40 cm long) -Traps in area were set at .75 to 1 m depth, work was overseen by qualified biologists. Multiple QPs were consulted and traps remain set in the pond for the last day of fish salvage effort. Traps to be pulled on Friday July 7th. - -Teck reports all mortalities discovered on site. I called the RAPP number to report but felt that this incident did not meet any of the listed options. I am hoping you will be able to follow up with a short email so I can close the loop on our reporting. -',null,null,null,null,null,null,'Teck Elkview Operation Sparwood BC',null,'2023-07-06 12:25:17','2023-07-06 12:25:17',null,'JMELENKA@idir','2023-07-06 18:06:46',null,null,null,null,'CLOSED','SPRWOOD',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025941','COM rec''d a call from a resident (Tracy 604-868-1396) in Penticton who observed a doe destroyed by the COS in Penticton. The COM stated that the CO left two fawns orphaned. - -X - Ref HWCR 23-024862 - COS aware',null,null,null,null,null,null,'2947 Partridge Dr, Penticton, BC',null,'2023-07-06 12:26:48','2023-07-06 12:26:48',null,'BRANBECK@idir','2023-07-07 12:35:06',null,null,null,null,'CLOSED','PENTICTN',ST_GeomFromText('POINT(-119.5613644 49.465347)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025943','COM reporting a deer panting on his front lawn. ',null,null,null,null,null,null,'4001 34A St, Vernon, BC',null,'2023-07-06 12:28:17','2023-07-06 12:28:17',null,'TBECK@idir','2023-07-06 12:32:13',null,null,null,null,'CLOSED','VERNON',ST_GeomFromText('POINT(-119.2771781 50.271459)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025944','COM reporting bb on 5 acre parcel / property. He is starting to become conditioned and not scared, just wants CO to be aware. ',null,null,null,null,null,null,'31126 Polar Ave, Abbotsford, BC',null,'2023-07-06 12:30:09','2023-07-06 12:30:09',null,'EFITCH@IDIR','2023-07-06 12:36:34',null,null,null,null,'CLOSED','ABTFRD',ST_GeomFromText('POINT(-122.3621042 49.077512)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025947','COM reporting a deer with broken legs that is immobile at this location. ',null,null,null,null,null,null,'10001 Dudley Dr, Hudson''s Hope, BC','Water treatment plant','2023-07-06 12:42:32','2023-07-06 12:42:32',null,'KATHDYKE@idir','2023-07-08 20:11:24',null,null,null,null,'CLOSED','HUDSONSH',ST_GeomFromText('POINT(-121.9152251 56.0240972)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025948','COM reported a BB that was walking down the street past their house towards JJs Kitchen at 5775 Marine Drive. RCMP called the restaurant to give them a heads up. -There are no other reports of the sighting to the ECC. ',null,null,null,null,null,null,'5700 block Cranley Drive ',null,'2023-07-06 12:44:57','2023-07-06 12:44:57',null,'DTALEVSK@idir','2023-07-06 12:51:34',null,null,null,null,'CLOSED','WSTVANCO',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025950','COM reporting that yesterday afternoon there was a small cougar (medium small dog sized) that walked out onto the golf course and then went back into the bush. No aggression was displayed, cougar seemed confused. *emailing due to time delay. ',null,null,null,null,null,null,'930 Ardmore Dr, North Saanich, BC','Ardmore Gold Course','2023-07-06 12:52:39','2023-07-06 12:52:39',null,'DSEXTON@idir','2023-07-10 11:26:06',null,null,null,null,'CLOSED','NORSAAN',ST_GeomFromText('POINT(-123.461411 48.6342535)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025951','Bear came into the garage, took a bag of garbage and moved along to the neighbor''s property. ',null,null,null,null,null,null,'3341 28 St NE, Salmon Arm, BC',null,'2023-07-06 12:58:51','2023-07-06 12:58:51',null,'ETYUKODI@idir','2023-07-08 11:01:50',null,null,null,null,'CLOSED','SALMARM',ST_GeomFromText('POINT(-119.253122 50.7241517)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025952','Bear came into the campground earlier this morning and has been stealing food. Rangers attended but the bear had left the area. The bear has come back, is lingering in the area and not showing fear.',null,null,null,null,null,null,'Levette Lake FSR, Squamish, BC','Levette Lake Campground','2023-07-06 13:05:35','2023-07-06 13:05:35',null,'CROCHON@idir','2023-07-07 09:35:09',null,null,null,null,'OPEN','SQUMISH',ST_GeomFromText('POINT(-123.1823072 49.8316142)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025953','COM was hiking on the Rail Trail near Island Lake Lodge and startled a sow with a cub. The sow bluff charged as the cub went up a tree. It was reported that the bear has been frequenting the trails over the past couple of days.',null,null,null,null,null,null,'Mt Fernie Park Rd, West Fernie, BC','Where Rail Trail crosses the road to the lodge','2023-07-06 13:10:37','2023-07-06 13:10:37',null,'JMELENKA@idir','2023-07-06 18:07:34',null,null,null,null,'CLOSED','FERNIE',ST_GeomFromText('POINT(-115.1300679 49.4958429)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025954','COM reporting a problem bear that''s been coming by their townhouse complex for the last three weeks. Recently it is coming by every other night and climbing over fences and has broken through fences. COM notes that there should be no attractants in anyone''s yards, but the bear seems keen to sniff around anyway. BB is usually there between 0200-0300, as seen on security cameras. ',null,null,null,null,null,null,'2495 Davies Ave, Port Coquitlam, BC',null,'2023-07-06 13:18:32','2023-07-06 13:18:32',null,'PDAYTON@idir','2023-07-13 13:42:10',null,null,null,null,'CLOSED','PORTCOQ',ST_GeomFromText('POINT(-122.781693 49.2683504)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025956','Reporting 2 different bears, 1 with cubs that have been frequenting the neighborhood. The dogs have been chasing the bears off the property and COM is concerned that the bears may become habituated.',null,null,null,null,null,null,'Pemberton Meadows Rd, Pemberton, BC',null,'2023-07-06 13:26:12','2023-07-06 13:26:12',null,'LMOSS@idir','2023-07-06 13:28:44',null,null,null,null,'CLOSED','PEMBERTN',ST_GeomFromText('POINT(-122.8187951 50.3386556)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025957','COM reporting a sighting of a yearling bb in her backyard. BB ran away. ',null,null,null,null,null,null,'13915 Harris Rd, Pitt Meadows, BC',null,'2023-07-06 13:28:33','2023-07-06 13:28:33',null,'DAGRAY@idir','2023-07-06 13:31:44',null,null,null,null,'CLOSED','PITTMDWS',ST_GeomFromText('POINT(-122.6911286 49.2552769)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025960','COM reporting that a bear figured out how to open his garage door, entered and was able to get food out of his freezer. COM did his best to haze the bear off, but the bear was back within 5 minutes. COM has since locked the garage door. ',null,null,null,null,null,null,'70 Head Rd, Gibsons, BC',null,'2023-07-06 12:37:00','2023-07-06 13:37:11',null,'DAGRAY@idir','2023-07-06 13:43:52',null,null,null,null,'OPEN','GIBSONS',ST_GeomFromText('POINT(-123.5271262 49.3859059)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025961','Aggressive deer in the neighborhood has been approaching dogs on leash. The deer was chasing another deer this morning and then turned around and came at COM. COM fears for her safety when leaving the house.',null,null,null,null,null,null,'505 Vardon Lane, Vernon, BC','Predator Ridge','2023-07-06 13:42:10','2023-07-06 13:42:10',null,'MSRICHAR@idir','2023-07-06 16:22:38',null,null,null,null,'CLOSED','VERNON',ST_GeomFromText('POINT(-119.3923106 50.1918988)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025964','Caller reporting an ongoing issue with 2 BB''s. 7 - 8 months ago, they damaged the trampoline, this morning the backyard was torn up and toys were damaged. The 2 brother bears are not scared of humans. They have approached the caller, and came within 6 feet of the caller. They get garbage from somewhere and bring it to the caller''s backyard, as it appears to be their safe space. The caller cannot afford to replace the damaged items. - -** Caller requesting a callback. ',null,null,null,null,null,null,'1602 McPherson Dr, Port Coquitlam, BC',null,'2023-07-06 13:45:56','2023-07-06 13:45:56',null,'PBRACKEN@idir','2023-07-06 14:00:02',null,null,null,null,'OPEN','PORTCOQ',ST_GeomFromText('POINT(-122.7855584 49.2452937)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025967','COM reporting an injured deer walking on three legs. ',null,null,null,null,null,null,'1606 2nd Ave, Invermere, BC',null,'2023-07-06 13:55:41','2023-07-06 13:55:41',null,'MATTHEWH@idir','2023-07-10 09:58:39',null,null,null,null,'CLOSED','INVERMER',ST_GeomFromText('POINT(-116.0204432 50.4991802)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025970','COM reporting a buck deer with an injured rear left leg that is broken. Deer has been coming by her once a week or so, but each time since she noticed the injury the deer appears more and more emaciated. Deer is still mobile at this point, as it is able to jump COM''s fence. ',null,null,null,null,null,null,'637 Murchie Rd, Township of Langley, BC',null,'2023-07-06 14:03:43','2023-07-06 14:03:43',null,'ALBUCHAN@idir','2023-07-27 11:19:17',null,null,null,null,'OPEN','LANGLEY',ST_GeomFromText('POINT(-122.5770437 49.0132434)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025972','Last night a bear attempted to get into the garage and ripped off the rubber strip at bottom of garage door. Bear was attracted by old garbage which COM has now disposed of properly and bleached the area to remove any lingering scent.',null,null,null,null,null,null,'6280 Storey''s Beach Rd, Port Hardy, BC',null,'2023-07-06 14:14:14','2023-07-06 14:14:14',null,'JBJARNAS@idir','2023-07-14 14:26:11',null,null,null,null,'CLOSED','PORTHRDY',ST_GeomFromText('POINT(-127.4264046 50.7083822)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025973','BB accessed neighbours green bin. Big bear.',null,null,null,null,null,null,'925 Lillian St, Coquitlam, BC',null,'2023-07-06 14:15:00','2023-07-06 14:15:15',null,'doweber@idir','2023-07-06 14:17:13',null,null,null,null,'OPEN','COQUITLM',ST_GeomFromText('POINT(-122.8596894 49.2667475)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025974','COM reporting a bear that has been coming by their house daily over the last week. When the first noticed the bear coming last week they moved their green bin inside, but the bear is still coming by regularly. COM reports being too nervous to try hazing the bear, would like some advice from a CO. ',null,null,null,null,null,null,'501 Saville Cres, District of North Vancouver, BC',null,'2023-07-06 14:19:59','2023-07-06 14:19:59',null,'SZUKEWI@idir','2023-07-07 10:07:11',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.0825257 49.3468767)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025980','BB is treed in his neighbours yard. His dog is on his deck, suspect the barking made the BB go up the tree. -Largest BB he''s ever seen. ',null,null,null,null,null,null,'2485 Brule Dr, Sooke, BC',null,'2023-07-06 14:40:47','2023-07-06 14:40:47',null,'doweber@idir','2023-07-06 14:43:27',null,null,null,null,'CLOSED','SOOKE',ST_GeomFromText('POINT(-123.6944159 48.4010119)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025981','SECTION 1: PERSONAL INFORMATION -Name Jenny Domaoan -Phone (077) 830-2197 -Email koonejo@yahoo.com -Address 8147 15th Avenue -SECTION 2: VIOLATION REPORT -City where the violation occurred Burnaby -Did you observe the violation? No -Additional Comments I am just reporting a bear sighting this morning on the corner of 2nd and 17th Street Burnaby, around 9:45 am. It was witnessed by a friend of mine who posted a video on her Facebook Page. I asked when she saw it, she said this morning while walking home from dropping off her son to day care. -Not sure if you can open this link, but this is where she posted it: https://www.facebook.com/reel/1949779222045469 - -The bear''s left ear appears to be tagged. ',null,null,null,null,null,null,'17th Ave, Burnaby, BC',null,'2023-07-06 09:45:00','2023-07-06 14:43:56',null,'doweber@idir','2023-07-06 14:45:12',null,null,null,null,'CLOSED','BURNBY',ST_GeomFromText('POINT(-122.9379297 49.2226547)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025984','COM reporting an aggressive deer that attacked his wife while she was walking her two dogs in the RV Park. ',null,null,null,null,null,null,'2065 Boucherie Rd, West Kelowna, BC','Princess RV Park','2023-07-03 14:54:00','2023-07-06 14:54:09',null,'KOWENS@idir','2023-07-07 14:41:27',null,null,null,null,'CLOSED','WSTKELOW',ST_GeomFromText('POINT(-119.6038481 49.824454)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025986','BB just walked down the road. ',null,null,null,null,null,null,'17806 Matsu Dr, Summerland, BC',null,'2023-07-06 14:59:00','2023-07-06 14:59:33',null,'doweber@idir','2023-07-06 15:01:14',null,null,null,null,'CLOSED','SMRLAND',ST_GeomFromText('POINT(-119.668885 49.6209325)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025994','Caller states this call is urgent. Reporting a nuisance bear. Unit 8 103 Parkside Dr. Port Moody. Bear is getting into garbage daily through upper part of the complex their patios etc. Wondered if we could set a trap.',null,null,null,null,null,null,'UNIT 8 -- 103 Parkside Dr, Port Moody, BC',null,'2023-07-06 15:12:58','2023-07-06 15:12:58',null,'HGREGG@IDIR','2023-07-27 09:37:07',null,null,null,null,'OPEN','PORTMDY',ST_GeomFromText('POINT(-122.8405815 49.2916753)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025995','553 Lynton St. Coquitlam. Reporting a young bear in their backyard. It looked hungry.',null,null,null,null,null,null,'','553 Lynton St. Coquitlam, BC','2023-07-06 15:17:00','2023-07-06 15:17:00',null,'PDAYTON@idir','2023-07-06 15:18:50',null,null,null,null,'CLOSED','COQUITLM',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-025996','COM reported a bear attacked a tree planter Tumbler Ridge. Bleeding out of their face and stomach, evacuating to the hospital. Caller not on scene. First aid attendant is on scene and private heli on the way. BCEHS is aware. -Caller does not know many details. -Person on scene: Colin 613-700-4919',null,null,null,null,null,null,'','55 0 20.5 / -120 42 40.9','2023-07-06 15:20:41','2023-07-06 15:20:41',null,'KATHDYKE@idir','2023-07-26 11:56:53',null,null,null,null,'CLOSED','TUMBLER',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026001','COM advised that there is a bear that comes by nightly to access garbage stored in the yards at the below noted location. The bear has broken down a couple of fence panels at the COM''s yard.',null,null,null,null,null,null,'3733 Norwood Ave, District of North Vancouver, BC',null,'2023-07-06 15:28:10','2023-07-06 15:28:10',null,'TDSCHUMA@idir','2023-07-06 16:18:55',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.0775629 49.3435183)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026005','COM reporting a sighting of a black bear at the noted location. ',null,null,null,null,null,null,'Grover Ave, Coquitlam, BC','Como Lake Park','2023-07-06 15:37:35','2023-07-06 15:37:35',null,'DAGRAY@idir','2023-07-06 15:43:18',null,null,null,null,'CLOSED','COQUITLM',ST_GeomFromText('POINT(-122.8621318 49.262568)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026006','Caller advises that they seem to have bears coming through their yard on a regular basis. They come down from the Mtn and into the British properties and then back again. So far they have not caused any problems.',null,null,null,null,null,null,'1035 King Georges Way, West Vancouver, BC',null,'2023-07-06 15:42:53','2023-07-06 15:42:53',null,'PROEMER@idir','2023-07-06 15:45:57',null,null,null,null,'CLOSED','WSTVANCO',ST_GeomFromText('POINT(-123.145504 49.3506561)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026007','ORPHAN',null,null,null,null,null,null,'',null,'2023-07-06 15:45:53','2023-07-06 15:45:53',null,'JDSCOTT@idir','2023-07-06 16:10:08',null,null,null,null,'CLOSED','TUMBLER',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026008','Yearling bear was in the neighbor''s yard. COM thinks the bear looks quite thin and is missing fur.',null,null,null,null,null,null,'545 Fir St, Fort St. James, BC',null,'2023-07-06 15:46:19','2023-07-06 15:46:19',null,'BKNIBBS@idir','2023-07-06 16:06:09',null,null,null,null,'CLOSED','FTSTJAME',ST_GeomFromText('POINT(-124.2597365 54.4506489)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026009','Caller advises that yesterday he had two bears come around one in the early morning and then again in the early evening. Then it came around 05:00 this morning and was into the neighbours garbage. They tried to scare it but it just snarled at them and carried on.',null,null,null,null,null,null,'1617 Ralph St, District of North Vancouver, BC',null,'2023-07-06 15:47:37','2023-07-06 15:47:37',null,'TDSCHUMA@idir','2023-07-06 16:16:56',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.0274566 49.3495016)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026010','COM reporting sighting of bear walking toward Winslow Ave. going through garbage cans along the way. They are following it in their car, not being aggressive, just walking fast. ',null,null,null,null,null,null,'602 Gatensbury St, Coquitlam, BC',null,'2023-07-06 15:52:21','2023-07-06 15:52:21',null,'EFITCH@IDIR','2023-07-06 15:59:13',null,null,null,null,'OPEN','COQUITLM',ST_GeomFromText('POINT(-122.8583688 49.254394)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026011','COM reporting a black bear knocking over their garbage bins. ',null,null,null,null,null,null,'636 Gatensbury St, Coquitlam, BC',null,'2023-07-06 15:52:26','2023-07-06 15:52:26',null,'DAGRAY@idir','2023-07-06 15:54:34',null,null,null,null,'OPEN','COQUITLM',ST_GeomFromText('POINT(-122.8580746 49.2558989)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026012','Bear was in the backyard today. There are bear droppings in the yard.',null,null,null,null,null,null,'7028 Fielding Crt, Burnaby, BC',null,'2023-07-06 15:56:06','2023-07-06 15:56:06',null,'LMOSS@idir','2023-07-06 15:57:37',null,null,null,null,'CLOSED','BURNBY',ST_GeomFromText('POINT(-122.9585267 49.2539311)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026013','COM reporting a pack of 5 Coyotes attacked his dog 10:30 am on July 5th and had to get stiches for the dog. ',null,null,null,null,null,null,'Northern Entrance of Rice Lake Loop / Access ',null,'2023-07-05 10:30:00','2023-07-06 16:00:05',null,'TDSCHUMA@idir','2023-07-06 17:00:54',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026014','Tagged bear into the Green bin (going through a bag). -Still there. Looks young. ',null,null,null,null,null,null,'778 Adiron Ave, Coquitlam, BC',null,'2023-07-06 16:14:02','2023-07-06 16:14:02',null,'doweber@idir','2023-07-06 16:16:10',null,null,null,null,'OPEN','COQUITLM',ST_GeomFromText('POINT(-122.8768653 49.2671559)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026015','Caller was biking through the area when they encountered a large bear just strolling down the street on the sidewalk. ',null,null,null,null,null,null,'580 Raven Woods Dr, District of North Vancouver, BC',null,'2023-07-06 16:15:48','2023-07-06 16:15:48',null,'PROEMER@idir','2023-07-06 16:18:40',null,null,null,null,'OPEN','NORVAN',ST_GeomFromText('POINT(-122.9723291 49.3072229)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026020','Caller reporting she has a fawn that was hit by a car, back legs injured, maybe spinal. -Caller has requested a file # so that she can discuss with critter care.',null,null,null,null,null,null,'Soames Rd, Granthams Landing, BC',null,'2023-07-06 16:33:32','2023-07-06 16:33:32',null,'LMOSS@idir','2023-07-06 20:01:22',null,null,null,null,'OPEN','GRANTHMS',ST_GeomFromText('POINT(-123.4880822 49.4169475)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026023','Caller advises that they have about 3 bears coming through the area. They are hanging around the back of the property and are into the blueberries there. They are also strolling across the road in broad daylight. -He is hoping for a call to discuss the situation and determine what he should/could do about the animals.',null,null,null,null,null,null,'31500 Downes Rd, Abbotsford, BC',null,'2023-07-06 16:48:52','2023-07-06 16:48:52',null,'ALBUCHAN@idir','2023-07-16 13:52:38',null,null,null,null,'OPEN','ABTFRD',ST_GeomFromText('POINT(-122.3517638 49.0737268)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026025','Caller reporting a Cougar on the property, by the beach with 20 kids & adults with dogs. The cougar has been on site for a few hours+ watching the people/dogs. - -',null,null,null,null,null,null,'257 Williams Beach Rd, Merville, BC',null,'2023-07-06 16:51:38','2023-07-06 16:51:38',null,'DSEXTON@idir','2023-07-10 13:24:37',null,null,null,null,'OPEN','MERVILLE',ST_GeomFromText('POINT(-125.0590032 49.8325695)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026027','Caller reported his girlfriend hit a deer while driving south on Pacific Way, just after Howe Rd. The deer has a broken leg and is not getting up but is alert. ',null,null,null,null,null,null,'','Pacific way south up the hill after Howe Rd ','2023-07-06 16:55:39','2023-07-06 16:55:39',null,'JESJONES@idir','2023-07-07 12:36:47',null,null,null,null,'CLOSED','KAMLOOPS',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026029','Caller advises that his wife spotted a bear at the back of the yard knocking the garbage bins about looking for food. It then began to move towards the house and he is concerned as he has tenants in the basement and they sometimes have their door open, but he has been unable to get in touch with them and is hoping maybe a CO could attend to check it out.',null,null,null,null,null,null,'1407 Austin Ave, Coquitlam, BC',null,'2023-07-06 16:58:03','2023-07-06 16:58:03',null,'PROEMER@idir','2023-07-06 17:01:50',null,null,null,null,'OPEN','COQUITLM',ST_GeomFromText('POINT(-122.8537548 49.2493046)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026030','1 sow and 3 cubs were the complex getting into the compost bins and garbage dumpster. ',null,null,null,null,null,null,'3397 Hastings St, Port Coquitlam, BC',null,'2023-07-06 16:58:48','2023-07-06 16:58:48',null,'LMOSS@idir','2023-07-06 17:01:01',null,null,null,null,'OPEN','PORTCOQ',ST_GeomFromText('POINT(-122.7827089 49.2729213)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026032','Caller reported a black bear outside her house. Caller advised that it is on a busy road. Caller is unsure if there are any attractants accessible to the bear. ',null,null,null,null,null,null,'1420 Austin Ave, Coquitlam, BC',null,'2023-07-06 17:21:11','2023-07-06 17:21:11',null,'BJETTE@idir','2023-07-06 17:23:25',null,null,null,null,'CLOSED','PORTCOQ',ST_GeomFromText('POINT(-122.8529582 49.2486958)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026033','Bear was just seen on the path behind Nusdeh Yoh School.',null,null,null,null,null,null,'2579 Victoria St, Prince George, BC',null,'2023-07-06 17:30:08','2023-07-06 17:30:08',null,'HIDESMAR@idir','2023-07-17 14:49:02',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7555616 53.8982322)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026035','Fawn was struck by a vehicle, doe and another fawn made it across the road. The fawn is laying at the side of the road.',null,null,null,null,null,null,'Mission Flats Rd and Victoria St W, Kamloops, BC',null,'2023-07-06 17:45:54','2023-07-06 17:45:54',null,'JESJONES@idir','2023-07-07 14:54:22',null,null,null,null,'CLOSED','KAMLOOPS',ST_GeomFromText('POINT(-120.3566844 50.6811668)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026036','Front right leg of the deer appears to be injured and it is unable to put weight on it. It is still moving slowly and appears to be able to feed.',null,null,null,null,null,null,'552 Curlew Dr, Kelowna, BC',null,'2023-07-06 17:50:44','2023-07-06 17:50:44',null,'GSMALL@idir','2023-07-21 22:45:01',null,null,null,null,'CLOSED','KELOWNA',ST_GeomFromText('POINT(-119.502974 49.7988261)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026037','COM saw 3 juvenile cougars together in the residential area today and they did not initially show fear. COM''s dog spooked them.',null,null,null,null,null,null,'Whiskey Jack Dr, Sparwood, BC','near Cummins Creek','2023-07-06 17:51:00','2023-07-06 17:51:00',null,'JMELENKA@idir','2023-07-06 18:00:39',null,null,null,null,'CLOSED','SPRWOOD',ST_GeomFromText('POINT(-114.8974428 49.7581938)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026038','Caller was hiking up the trail when a small cub ran across the trail in front of her, there was no sign of a sow at that time. She turned around and is safe but can hear some cracking of bush from up in the direction she spotted the cub.',null,null,null,null,null,null,'','trail to first and second peak sign post','2023-07-06 18:09:25','2023-07-06 18:09:25',null,'PROEMER@idir','2023-07-06 18:16:19',null,null,null,null,'CLOSED','SQUMISH',ST_GeomFromText('POINT(-123.144755 49.680652)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026039','Caller reported a bear ripped off the side of their fiber glass toilet in their outhouse on Monday morning, July 3rd. -',null,null,null,null,null,null,'Levette Lake FSR, Squamish, BC','Cabin on the private side of Lavette Lake ','2023-07-06 18:13:36','2023-07-06 18:13:36',null,'PBRACKEN@idir','2023-07-07 13:35:59',null,null,null,null,'OPEN','SQUMISH',ST_GeomFromText('POINT(-123.1823072 49.8316142)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026040','Caller advised she saw a deer get hit by a car and one leg is gone. The deer on the side of the road closest to the water and is unable to get up. ',null,null,null,null,null,null,'Summit Drive Connector','Mission Hill, right before the switch back. ','2023-07-06 18:25:47','2023-07-06 18:25:47',null,'JESJONES@idir','2023-07-07 17:03:36',null,null,null,null,'CLOSED','KAMLOOPS',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026041','One of their trucks called in reporting that there is an injured deer at the reported location and it is running around in traffic.',null,null,null,null,null,null,'Summit Dr and Victoria St W, Kamloops, BC',null,'2023-07-06 18:29:25','2023-07-06 18:29:25',null,'JESJONES@idir','2023-07-07 14:57:52',null,null,null,null,'CLOSED','KAMLOOPS',ST_GeomFromText('POINT(-120.3682061 50.6805066)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026044','Caller reported a bear in her yard. It pasted through and into her neighbour''s yard. No attractants. ',null,null,null,null,null,null,'1080 Lombardy Dr, Port Coquitlam, BC',null,'2023-07-06 18:37:54','2023-07-06 18:37:54',null,'BJETTE@idir','2023-07-06 18:41:47',null,null,null,null,'CLOSED','PORTCOQ',ST_GeomFromText('POINT(-122.7439588 49.274588)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026045','Caller reports the animal is walking slowly in the ditch and if it comes out will be in traffic fairly quickly.',null,null,null,null,null,null,'Lac Le Jeune Rd, Kamloops, BC','In ditch across from Trans Mtn yard beside Inland Kenworth','2023-07-06 18:41:04','2023-07-06 18:41:04',null,'JESJONES@idir','2023-07-07 17:17:32',null,null,null,null,'CLOSED','KAMLOOPS',ST_GeomFromText('POINT(-120.416921 50.663758)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026053','BB near the park but has now left and gone into the residential area.',null,null,null,null,null,null,'Cornwall St, Port Coquitlam, BC','Evergreen Park','2023-07-06 19:21:18','2023-07-06 19:21:18',null,'LMOSS@idir','2023-07-06 19:23:26',null,null,null,null,'CLOSED','PORTCOQ',ST_GeomFromText('POINT(-122.7414179 49.2725272)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026056','Cougar killed 3 goats at the property noted below. CO Bueckert has set a carcass set and foot hold traps. ',null,null,null,null,null,null,'2340 Claymine Rd, Bouchie Lake, BC',null,'2023-07-06 19:44:13','2023-07-06 19:44:13',null,'JMILLETT@idir','2023-07-13 12:13:05',null,null,null,null,'CLOSED','BCHLK',ST_GeomFromText('POINT(-122.5955921 53.0469702)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026057','Caller advises that there is a doe and two fawns behind the Staples store in a field. She believes that the doe may be injured.',null,null,null,null,null,null,'Warren Ave W, Penticton, BC','behind Staples and Petsmart','2023-07-06 19:51:48','2023-07-06 19:51:48',null,'BRANBECK@idir','2023-07-07 12:39:56',null,null,null,null,'CLOSED','PENTICTN',ST_GeomFromText('POINT(-119.5894638 49.4738647)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026058','BB in the neighborhood',null,null,null,null,null,null,'Gatensbury St, Coquitlam, BC','near Austin ','2023-07-06 19:53:47','2023-07-06 19:53:47',null,'LMOSS@idir','2023-07-06 19:54:57',null,null,null,null,'CLOSED','COQUITLM',ST_GeomFromText('POINT(-122.8564455 49.2601572)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026059','Caller reported seeing a bear on the front lawn of his apartment building. Caller scared it away by shouting at it. ',null,null,null,null,null,null,'1300 St. Albert Ave, Port Coquitlam, BC',null,'2023-07-06 20:01:17','2023-07-06 20:01:17',null,'BJETTE@idir','2023-07-06 20:03:56',null,null,null,null,'CLOSED','COQUITLM',ST_GeomFromText('POINT(-122.7581901 49.2635934)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026062','bear running into an alley behind the below cross rds ',null,null,null,null,null,null,'Austin Ave and Gatensbury St, Coquitlam, BC',null,'2023-07-06 20:07:00','2023-07-06 20:07:00',null,'BJETTE@idir','2023-07-06 20:11:32',null,null,null,null,'CLOSED','COQUITLM',ST_GeomFromText('POINT(-122.8579766 49.2489682)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026063','Last week black bear damaged the fence 2 days in a row. Bear has been present multiple times every day.',null,null,null,null,null,null,'925 Osprey Pl, Port Coquitlam, BC',null,'2023-07-06 20:07:10','2023-07-06 20:07:10',null,'PDAYTON@idir','2023-07-13 13:41:15',null,null,null,null,'CLOSED','PORTCOQ',ST_GeomFromText('POINT(-122.7401698 49.2723744)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026064','Submitted via RAPP email: -Details of the violation - on July 6, 2023 at approximately 9:30 am a contractor employee discovered a deceased what appears to be a yearling female black bear in a forested area in the vicinity of the Highland Valley Copper Mine. The bear was several 100 m from active roads in a forested area and did not have any obvious external injuries. She however did seem to be emaciated. She will be moved away for a working field crew for safety reasons, but will be left to naturally decompose. -',null,null,null,null,null,null,'',null,'2023-07-06 20:07:23','2023-07-06 20:07:23',null,'MSANDERS@idir','2023-07-07 08:56:29',null,null,null,null,'CLOSED','LOGNLK',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026065','Calling to report a black bear hanging out in a McDonalds parking lot',null,null,null,null,null,null,'1200 Howie Ave, Coquitlam, BC',null,'2023-07-06 20:10:33','2023-07-06 20:10:33',null,'ISCHMIDT@idir','2023-07-06 20:11:46',null,null,null,null,'CLOSED','COQUITLM',ST_GeomFromText('POINT(-122.8588133 49.2502628)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026066','Calling to report a black bear sow with two cubs. The sow is clearly in a lot of pain but the caller could not identify the injuries, having issues moving but still mobile. The two cubs were in the cherry tree.',null,null,null,null,null,null,'Skimlik Bridge, Bella Coola, BC',null,'2023-07-06 20:12:27','2023-07-06 20:12:27',null,'CPOSTHUM@idir','2023-07-12 10:57:29',null,null,null,null,'CLOSED','BLLACOOL',ST_GeomFromText('POINT(-126.6939846 52.3666651)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026067','Calling to report a grizzly was hit by a car with damage to his back end but still mobile',null,null,null,null,null,null,'4 Mile Subdiv and Hwy 20, Bella Coola, BC',null,'2023-07-06 20:23:49','2023-07-06 20:23:49',null,'JETYRE@idir','2023-08-14 14:30:25',null,null,null,null,'CLOSED','BLLACOOL',ST_GeomFromText('POINT(-126.7139327 52.3646189)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026068','Moose calf spotted alone without a cow near the road. 10 minutes south of Rose Prairie on Rose Prairie Rd. ',null,null,null,null,null,null,'Rose Prairie Rd, Pineview, BC',null,'2023-07-06 20:27:45','2023-07-06 20:27:45',null,'JCLAUSEN@idir','2023-07-16 15:25:31',null,null,null,null,'CLOSED','ROSEPRR',ST_GeomFromText('POINT(-120.8210145 56.3464024)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026070','BB in the neighborhood.',null,null,null,null,null,null,'Chamberlain Cres, Tumbler Ridge, BC',null,'2023-07-06 20:37:51','2023-07-06 20:37:51',null,'LMOSS@idir','2023-07-06 20:39:25',null,null,null,null,'CLOSED','TUMBLER',ST_GeomFromText('POINT(-121.0089919 55.1266559)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026073','BB in the neighborhood',null,null,null,null,null,null,'1700 Rochester Ave, Coquitlam, BC',null,'2023-07-06 21:01:42','2023-07-06 21:01:42',null,'LMOSS@idir','2023-07-06 21:02:33',null,null,null,null,'CLOSED','COQUITLM',ST_GeomFromText('POINT(-122.846223 49.2447242)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026075','Caller reported a grizzly bear is sitting beside the bear trap that was set up beside the band office. The trap is closed right now. ',null,null,null,null,null,null,'Kitwanga Band Office ',null,'2023-07-06 21:13:59','2023-07-06 21:13:59',null,'RLEBLANC@idir','2023-07-19 12:49:40',null,null,null,null,'CLOSED','KITWANGA',ST_GeomFromText('POINT(-128.0525336 55.1938759)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026079','BB was getting into the garbage dumpsters and is now headed to the back field.',null,null,null,null,null,null,'2640 Carnation St, District of North Vancouver, BC','Seymour Heights Elementary','2023-07-06 21:25:52','2023-07-06 21:25:52',null,'BMUELLER@idir','2023-07-22 16:21:37',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.0008117 49.3186552)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026080','Caller reported was a cougar in his yard for the last 30 minutes lying beside some bushes but has now walked away. Caller is on 5 acres but advised there is residential all around him. ',null,null,null,null,null,null,'1074 Donwood Dr, Saanich, BC',null,'2023-07-06 21:36:09','2023-07-06 21:36:09',null,'DSEXTON@idir','2023-07-10 11:27:57',null,null,null,null,'OPEN','SAANICH',ST_GeomFromText('POINT(-123.3630577 48.4918751)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026081','Bear is at the loading bay getting into garbage/compost bins.',null,null,null,null,null,null,'475 Guildford Way, Port Moody, BC','Eagle Ridge Hospital','2023-07-06 21:36:21','2023-07-06 21:36:21',null,'LMOSS@idir','2023-07-06 21:37:54',null,null,null,null,'OPEN','PORTMDY',ST_GeomFromText('POINT(-122.8241855 49.2851675)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026082','BB in the neighborhood',null,null,null,null,null,null,'Deep Cove Rd, District of North Vancouver, BC',null,'2023-07-06 21:48:12','2023-07-06 21:48:12',null,'LMOSS@idir','2023-07-06 21:49:25',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-122.9535748 49.3214059)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026083','A very large bear has gotten into the complexes enclosure where the food waste is kept and is chowing down. They attempted to scare him with little to no success.',null,null,null,null,null,null,'8500 Forest Grove Dr, Burnaby, BC',null,'2023-07-06 21:57:05','2023-07-06 21:57:05',null,'SZUKEWI@idir','2023-07-07 10:13:19',null,null,null,null,'OPEN','BURNBY',ST_GeomFromText('POINT(-122.9175395 49.2643295)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026084','Calling to report a black bear is beside their house, it has been trying to get into the compost for about 20 minutes. Feels trapped in her house as it has not responded to hazing, the car alarm was set off along with a bear banger.',null,null,null,null,null,null,'1737 Deep Cove Rd, District of North Vancouver, BC',null,'2023-07-06 22:06:20','2023-07-06 22:06:20',null,'BMUELLER@idir','2023-07-22 16:22:31',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-122.9538971 49.3223508)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026086','COM states improper waste storage at the trailer park and when he went to put garbage in the plywood bin area, there was a bear in the bins. The bear jumped out of the bin and ran off. The COM states he could have easily been hurt by the bear if he couldn''t get out of the way fast enough.',null,null,null,null,null,null,'Chichouyenily Dr, Mackenzie, BC','Woodlands Trailer Park','2023-07-06 22:13:24','2023-07-06 22:13:24',null,'HIDESMAR@idir','2023-07-10 14:45:02',null,null,null,null,'CLOSED','MACKENZI',ST_GeomFromText('POINT(-123.0975056 55.3299657)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026087','Caller witnessed a coyote take a cat at the entrance to the townhouse complex listed.',null,null,null,null,null,null,'2418 Avon Pl, Port Coquitlam, BC',null,'2023-07-06 22:41:58','2023-07-06 22:41:58',null,'PDAYTON@idir','2023-07-13 13:40:40',null,null,null,null,'CLOSED','PORTCOQ',ST_GeomFromText('POINT(-122.7374477 49.2591023)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026089','BB in the neighborhood.',null,null,null,null,null,null,'Fromme Rd, District of North Vancouver, BC','near Wellington','2023-07-06 22:50:18','2023-07-06 22:50:18',null,'LMOSS@idir','2023-07-06 22:54:13',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.0437034 49.3389817)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026090','Calling to report a black bear has been around his house, spending in the back yard and regularly eating the unsecured garbage. Caller also says the bear was able to push the door open and get in and eat the food in the house. Requesting a CO call back to discuss. They don''t feel safe going outside when the bear is in the yard. ',null,null,null,null,null,null,'3448 Sefton St, Port Coquitlam, BC',null,'2023-07-06 22:57:00','2023-07-06 22:57:00',null,'JBULL@idir','2023-07-07 11:01:37',null,null,null,null,'OPEN','PORTCOQ',ST_GeomFromText('POINT(-122.7572044 49.274248)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026091','Caller called 3 days ago about a bear in their neighborhood. At 7:00pm tonight a neighbor was honking at the bear and it was not phased at all. The bear looks very skinny. The bear did get into the garbage. Caller is concerned as her kids like to play outside and she is worried for their safety as well as neighbors. - -***Caller would like a call back***',null,null,null,null,null,null,'130 Ash St W, Fort St. James, BC',null,'2023-07-06 23:13:49','2023-07-06 23:13:49',null,'SGBATES@idir','2023-07-10 14:54:36',null,null,null,null,'CLOSED','FTSTJAME',ST_GeomFromText('POINT(-124.2513776 54.4464967)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026092','Calling to report his daughter hit a fawn with her car, it is still mobile and was able to get off the road',null,null,null,null,null,null,'1801 Northwest Bay Rd, Nanoose Bay, BC',null,'2023-07-06 23:21:25','2023-07-06 23:21:25',null,'MAWILSON@idir','2023-07-28 15:51:35',null,null,null,null,'CLOSED','NANOBAY',ST_GeomFromText('POINT(-124.2302163 49.3007557)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026097','Calling to report a black bear has been coming around the tents. There is no food out currently but suspects the bear has gotten treats before from campers not securing their food. Last night other campers left food out until they heard the bear coming towards their camp too. ',null,null,null,null,null,null,'Sweltzer Creek Campground Access Rd, Cultus Lake, BC',null,'2023-07-07 03:50:44','2023-07-07 03:50:44',null,'ALBUCHAN@idir','2023-07-09 11:44:16',null,null,null,null,'OPEN','LINDELLB',ST_GeomFromText('POINT(-121.9610547 49.0896626)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026098','Calling to report a deer hit by a car and laying in the middle of the road',null,null,null,null,null,null,'Hwy 3 and Sumac Rd, Cawston, BC',null,'2023-07-07 05:31:45','2023-07-07 05:31:45',null,'BRANBECK@idir','2023-07-08 13:33:28',null,null,null,null,'CLOSED','CWSTN',ST_GeomFromText('POINT(-119.6935568 49.0313145)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026101','Reporting a deer, hit by a car, immobile in the middle of the road',null,null,null,null,null,null,'Hwy 3a near nighthawk rd',null,'2023-07-07 05:42:58','2023-07-07 05:42:58',null,'BRANBECK@idir','2023-07-07 12:47:23',null,null,null,null,'CLOSED','OSOYOOS',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026102','Calling to report a black bear working on compost bins and recycling bins. Garbage''s and compost bins are unsecured. ',null,null,null,null,null,null,'331 Riverside Dr, District of North Vancouver, BC',null,'2023-07-07 05:45:23','2023-07-07 05:45:23',null,'SZUKEWI@idir','2023-07-07 09:03:45',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.015115 49.3082246)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026103','COM is reporting that a bear just killed one of his goats. Advised that the bear is still there. COM tries to scare it away but it keeps coming back. Advised that this is the first incident with the bear. ',null,null,null,null,null,null,'1495 Legault Rd, Ferndale-Tabor, BC',null,'2023-07-07 06:25:39','2023-07-07 06:25:39',null,'BRADAMS@idir','2023-07-23 09:21:57',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.6016065 53.9137211)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026105','COM reported a BB walking down the street. No aggression or attractants. ',null,null,null,null,null,null,'Ballantree Rd, West Vancouver, BC',null,'2023-07-07 06:42:53','2023-07-07 06:42:53',null,'DTALEVSK@idir','2023-07-07 06:44:59',null,null,null,null,'CLOSED','WSTVANCO',ST_GeomFromText('POINT(-123.1296205 49.3638834)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026107','COM reported a BB that went up a tree in the woods as the COM was out for a walk. ',null,null,null,null,null,null,'','Mackenzie and Centennial ','2023-07-07 07:27:51','2023-07-07 07:27:51',null,'DTALEVSK@idir','2023-07-07 07:31:27',null,null,null,null,'CLOSED','MACKENZI',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026108','Caller with Mainroad and en route to pick up a dead cougar that was hit on the Hwy. Apparently very large. -Taking it to their shop. Caller phoned CO Petrovcic - no contact made. Wanted to advise COS. ',null,null,null,null,null,null,'Courtenay, BC',null,'2023-07-07 07:28:46','2023-07-07 07:28:46',null,'DSEXTON@idir','2023-07-10 12:54:09',null,null,null,null,'OPEN','COURTNY',ST_GeomFromText('POINT(-124.9955556 49.6891667)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026111','goat killed this morning BB still on the property, other goats on the property',null,null,null,null,null,null,'1495 Legault Rd, Ferndale-Tabor, BC',null,'2023-07-07 07:49:47','2023-07-07 07:49:47',null,'EMCARTHU@idir','2023-07-17 15:23:39',null,null,null,null,'CLOSED','TABOR',ST_GeomFromText('POINT(-122.6016065 53.9137211)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026114','Caller reporting a bb in the backyard at this time. The bb has discovered the bbq and is in it. Garbage is secure. The BB is on site right now. ',null,null,null,null,null,null,'8 Rainbow Pl, Mackenzie, BC',null,'2023-07-07 08:06:41','2023-07-07 08:06:41',null,'HIDESMAR@idir','2023-07-09 14:12:03',null,null,null,null,'CLOSED','MACKENZI',ST_GeomFromText('POINT(-123.0885742 55.3457186)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026119','BB tipped over garbage and eating it. -Garbage day today. ',null,null,null,null,null,null,'2384 Huron Dr, Coquitlam, BC',null,'2023-07-07 08:11:37','2023-07-07 08:11:37',null,'doweber@idir','2023-07-07 08:13:01',null,null,null,null,'OPEN','COQUITLM',ST_GeomFromText('POINT(-122.8253357 49.2699765)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026121','COM reported a deer that attacked their dog this morning, 30 minutes ago. Dog was let out in an unfenced yard when the deer attacked at the noted address. COM also reported a woman''s dog was attacked yesterday. The deer is currently laying on the lawn in front of the Naramata Inn. ',null,null,null,null,null,null,'60 Robinson Point Rd, Naramata, BC','Naramata Inn ','2023-07-07 08:27:10','2023-07-07 08:27:10',null,'BRANBECK@idir','2023-07-07 14:54:58',null,null,null,null,'CLOSED','NARAMA',ST_GeomFromText('POINT(-119.6041558 49.5971502)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026122','COM is reporting two coyotes in her backyard and one of them was chasing her dog. Neighbour came with a broom to scare them away. A month ago they killed COM cat. No contact between coyote and her dog. COM is really shaken up and worried and is requesting to speak to a CO. - -',null,null,null,null,null,null,'2259 Leclair Dr, Coquitlam, BC',null,'2023-07-07 08:28:52','2023-07-07 08:28:52',null,'JBULL@idir','2023-07-07 10:54:28',null,null,null,null,'OPEN','COQUITLM',ST_GeomFromText('POINT(-122.8301715 49.2412446)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026123','snake caught in a deer fence. ',null,null,null,null,null,null,'14186 Juniper Dr, Coldstream, BC',null,'2023-07-07 08:30:08','2023-07-07 08:30:08',null,'TBECK@idir','2023-07-07 10:25:18',null,null,null,null,'CLOSED','CLDSTRM',ST_GeomFromText('POINT(-119.2738049 50.211901)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026126','COM reported a BB walking at the noted location. No aggression or attractants noted. ',null,null,null,null,null,null,'','Mackenzie Walkway','2023-07-07 08:35:34','2023-07-07 08:35:34',null,'DTALEVSK@idir','2023-07-07 08:37:30',null,null,null,null,'CLOSED','TUMBLER',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026128','Caller was on the ambulance call yesterday in Chetwynd. -COS requested photo''s from the incident. Please call. ',null,null,null,null,null,null,'Chetwynd, BC',null,'2023-07-07 08:40:37','2023-07-07 08:40:37',null,'doweber@idir','2023-07-07 08:43:30',null,null,null,null,'OPEN','CHETWND',ST_GeomFromText('POINT(-121.6380556 55.6955556)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026129','COM is reporting a deer with a collar and ear tag that frequents their cabin in Loon Lake. Advised that the deer is limping badly. Deer is mobile. Advised that it is in the area often. COM has video footage of the deer from her security cameras. ',null,null,null,null,null,null,'2990 Stevens Rd, Loon Lake, BC','Loon Lake near Cache Creek ','2023-07-07 08:43:58','2023-07-07 08:43:58',null,'MMBOOTH@idir','2023-07-07 10:28:40',null,null,null,null,'CLOSED','LOONLAKE',ST_GeomFromText('POINT(-121.1995917 51.1284992)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026132','COM reporting a sighting of a BB on side of road. ',null,null,null,null,null,null,'MacKenzie Way, Tumbler Ridge, BC','Murray Drive and Mackenzie Way ','2023-07-07 08:55:05','2023-07-07 08:55:05',null,'EFITCH@IDIR','2023-07-07 08:57:18',null,null,null,null,'CLOSED','TUMBLER',ST_GeomFromText('POINT(-120.9941591 55.130652)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026133','COM reporting deer struck on hwy requiring dispatch -RCMP have a file # but no members assigned yet. - -RCMP # 23-2779 - -0908 briefed CO Leblanc',null,null,null,null,null,null,'Hwy 16 W and Yelich Rd, Smithers, BC',null,'2023-07-07 09:05:04','2023-07-07 09:05:04',null,'RLEBLANC@idir','2023-07-07 13:28:15',null,null,null,null,'CLOSED','SMITHERS',ST_GeomFromText('POINT(-127.1995651 54.8312138)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026134','COM reporting BB sighting on the public access part of CFB Comox',null,null,null,null,null,null,'194 Voodo Blv, Comox',null,'2023-07-07 09:13:56','2023-07-07 09:13:56',null,'DLEWERS@idir','2023-07-07 09:16:23',null,null,null,null,'CLOSED','COMOX',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026137','Injured deer call 30 min ago. Approx 5 km south of Melors Store in Salmon Arm and 20 feet off the road in high grass. -RCMP responding to check it out. RCMP FILE #SA23-4153.',null,null,null,null,null,null,'Hwy 97B, Salmon Arm, BC',null,'2023-07-07 09:16:47','2023-07-07 09:16:47',null,'ETYUKODI@idir','2023-07-08 11:04:10',null,null,null,null,'CLOSED','SALMARM',ST_GeomFromText('POINT(-119.2108328 50.6640306)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026141','COM reporting an abandon fawn in her front yard for the last 4 days, it is meowing and she hasn''t seen the mother. ',null,null,null,null,null,null,'1655 Tasco Close, Saanich, BC',null,'2023-07-07 09:22:54','2023-07-07 09:22:54',null,'MAWILSON@idir','2023-07-28 15:53:29',null,null,null,null,'OPEN','SAANICH',ST_GeomFromText('POINT(-123.3293602 48.4832676)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026142','COM is reporting an incidental mortality at their mine site involving at least 22 toads. Advised that the toads got trapped within the liner while crews were completing a salvage. Advised the scene has been frozen and a QP will be coming down to the site. Dead toads have been collected and will be submitted for necropsy. A full water quality and toxicology assessment is also to be conducted. - -GPS: -114.866 50.066',null,null,null,null,null,null,'Green Hills Mine Operation ',null,'2023-07-07 09:27:27','2023-07-07 09:27:27',null,'RYGORDON@idir','2023-07-11 08:54:10',null,null,null,null,'CLOSED','ELKFORD',ST_GeomFromText('POINT(-114.866 50.066)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026145','COM reporting cougar sighting in her yard 2 days ago',null,null,null,null,null,null,'3169 Shetler Dr, West Kelowna, BC',null,'2023-07-05 09:36:00','2023-07-07 09:36:36',null,'KOWENS@idir','2023-07-10 11:08:12',null,null,null,null,'CLOSED','WSTKELOW',ST_GeomFromText('POINT(-119.6533405 49.848078)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026153','Caller reporting a bb in the area this morning, and has been around everyday this week. - -**Caller requests a callback to co-ordinate efforts on Federal Jurisdiction. -',null,null,null,null,null,null,'1475 Salmonberry Dr, Comox, BC',null,'2023-07-07 09:49:35','2023-07-07 09:49:35',null,'CHAMLYN@idir','2023-07-14 14:42:46',null,null,null,null,'CLOSED','COMOX',ST_GeomFromText('POINT(-124.9143757 49.7095003)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026154','BB eating someone''s garbage on Violet St. ',null,null,null,null,null,null,'Violet St, District of North Vancouver, BC',null,'2023-07-07 09:51:00','2023-07-07 09:51:54',null,'SZUKEWI@idir','2023-07-07 10:09:59',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-122.9856351 49.3166989)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026155','COM reporting a deer in traffic , she is just concerned. ',null,null,null,null,null,null,'South Fraser Way, Abbotsford, BC','East Bound down ','2023-07-07 09:54:14','2023-07-07 09:54:14',null,'EFITCH@IDIR','2023-07-07 09:59:17',null,null,null,null,'CLOSED','ABTFRD',ST_GeomFromText('POINT(-122.324667 49.0513529)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026159','BB into garbage at the below. -4 residents in the Strata.. Not sure who is responsible for the unsecured garbage.',null,null,null,null,null,null,'700 Seedtree Rd, East Sooke, BC',null,'2023-07-07 10:00:40','2023-07-07 10:00:40',null,'DSEXTON@idir','2023-07-10 11:31:13',null,null,null,null,'OPEN','SOOKE',ST_GeomFromText('POINT(-123.6297732 48.3499133)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026160','COM is reporting that last night a coyote attacked one of their dogs. Dog needs to go to the vet for a puncture wound sustained in the attack. Also advised that neighbours have had their chickens killed by the coyotes. -',null,null,null,null,null,null,'4425 Anderson Rd, Kelowna, BC',null,'2023-07-07 10:06:27','2023-07-07 10:06:27',null,'JHANRATT@idir','2023-07-14 16:09:12',null,null,null,null,'CLOSED','KELOWNA',ST_GeomFromText('POINT(-119.3522819 49.9477422)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026161','Brown coloured black bear at the noted location. No food conditioned or aggressive behaviour. ',null,null,null,null,null,null,'201A St, Langley, BC',null,'2023-07-07 10:15:34','2023-07-07 10:15:34',null,'IPAVLOVI@IDIR','2023-07-07 10:17:54',null,null,null,null,'CLOSED','LANGLEY',ST_GeomFromText('POINT(-122.6641773 49.1038349)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026164','COM reporting BB sighting',null,null,null,null,null,null,'798 Dalip Crt, Coquitlam, BC',null,'2023-07-07 10:16:58','2023-07-07 10:16:58',null,'DLEWERS@idir','2023-07-07 10:17:54',null,null,null,null,'CLOSED','COQUITLM',ST_GeomFromText('POINT(-122.8763607 49.2638351)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026168','Caller reporting sow with badly mangled foot and two skinny cubs.',null,null,null,null,null,null,'','4 Mile Reserve','2023-07-07 10:26:29','2023-07-07 10:26:00',null,'CPOSTHUM@idir','2023-07-07 10:47:50',null,null,null,null,'CLOSED','BLLACOOL',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026170','Required to report they had a deer strike (hit by a vehicle). -At km 29 on the Morice Owen FSR. -Pulled off the road. ',null,null,null,null,null,null,'Morice Owen FSR, Houston, BC','KM 29 on Morice Owen FSR ','2023-07-07 10:34:06','2023-07-07 10:34:06',null,'RLEBLANC@idir','2023-07-07 13:31:35',null,null,null,null,'CLOSED','HOUSTON',ST_GeomFromText('POINT(-126.7831987 54.1311163)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026171','Caller reporting a BB in the yard. The BB is hanging around. There is fruit available and the BB is not getting into it. - -**caller requesting a callback for assistance',null,null,null,null,null,null,'3595 Mt Lehman Rd, Abbotsford, BC',null,'2023-07-07 10:34:59','2023-07-07 10:34:59',null,'ALBUCHAN@idir','2023-07-19 11:47:53',null,null,null,null,'OPEN','ABTFRD',ST_GeomFromText('POINT(-122.3925502 49.0677848)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026172','COM is reporting that a bear came into his garage and took garbage from the garbage can while his daughter was in the garage and about to leave the home. Bear is not fearful of people. COM daughter is ok, no contact. Advised the bear has been in the area for awhile and has been accessing COM neighbours garage. -',null,null,null,null,null,null,'1907 Parkway Blvd, Coquitlam, BC',null,'2023-07-07 10:38:38','2023-07-07 10:38:38',null,'IPAVLOVI@IDIR','2023-07-07 10:42:26',null,null,null,null,'OPEN','COQUITLM',ST_GeomFromText('POINT(-122.8009729 49.3113819)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026173','COM is a delivery person for removal of medical waste at Eagle Ridge Hospital. Advising BB in rear loading docks, bear is inside one of the bins. ',null,null,null,null,null,null,'475 Guildford Way, Port Moody, BC',null,'2023-07-07 10:39:05','2023-07-07 10:39:05',null,'JBULL@idir','2023-07-20 14:33:10',null,null,null,null,'OPEN','PORTMDY',ST_GeomFromText('POINT(-122.8241855 49.2851675)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026176','COM reported an injured big horn sheep with a broken horn and limping at the noted address. ',null,null,null,null,null,null,'1750 Westside Rd, West Kelowna, BC',null,'2023-07-07 10:42:52','2023-07-07 10:42:52',null,'ESEITZ@idir','2023-07-07 13:55:51',null,null,null,null,'CLOSED','WSTKELOW',ST_GeomFromText('POINT(-119.5395981 49.8833998)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026177','COM reporting there was a cougar with kittens in her neighbors yard last night. ',null,null,null,null,null,null,'Reno St, Zeballos, BC','Old school annex','2023-07-06 20:46:00','2023-07-07 10:46:20',null,'JBJARNAS@idir','2023-07-07 11:51:57',null,null,null,null,'CLOSED','ZEBALLOS',ST_GeomFromText('POINT(-126.8458587 49.9807771)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026178','Caller reporting BB''s accessing cabins. They found spices/ dry goods -The BB''s have ripped the door off and made a mess. -2 BB''s keep coming in even after bear sprayed. -Caller is only in Whitehorse next couple hours. use email after that',null,null,null,null,null,null,'Turnagain River, Kechika ','=hunting camp Turnagain River Windy Point Hunting Camp','2023-07-07 10:50:58','2023-07-07 10:50:58',null,'EHARBICH@idir','2023-07-12 11:44:55',null,null,null,null,'OPEN','FTNELSON',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026180','Caller reporting a deer hit that is suffering. Sounds like both front legs broken.',null,null,null,null,null,null,'Hwy 97 and St. Annes Rd, Okanagan IR South, BC','between the golf course and Westside Road on the north side up hill. ','2023-07-07 11:02:18','2023-07-07 11:02:18',null,'TBECK@idir','2023-07-07 14:01:50',null,null,null,null,'CLOSED','VERNON',ST_GeomFromText('POINT(-119.3170842 50.3997861)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026183','COM is reporting two grizzly bear cubs that are coming towards him as they cut fish. COM believes that the mother is nearby. ',null,null,null,null,null,null,'712 4 Mile Reserve',null,'2023-07-07 11:07:28','2023-07-07 11:07:28',null,'CPOSTHUM@idir','2023-07-12 10:52:27',null,null,null,null,'CLOSED','BLLACOOL',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026184','BB sleeping under the porch over the last while (weeks). - -** caller requesting a callback for assistance.',null,null,null,null,null,null,'7263 Bryant Pl, Chilliwack, BC',null,'2023-07-07 11:09:02','2023-07-07 11:09:02',null,'PDAYTON@idir','2023-07-13 14:02:55',null,null,null,null,'CLOSED','CHILLIWK',ST_GeomFromText('POINT(-121.8380684 49.1357252)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026186','COM is reporting a large bear that was in her backyard today. COM is concerned for the safety of her dogs and herself. Advised there are lots of fruit trees and berries growing on her property. ',null,null,null,null,null,null,'2851 30 St NE, Salmon Arm, BC',null,'2023-07-07 11:12:57','2023-07-07 11:12:57',null,'ETYUKODI@idir','2023-07-10 09:43:17',null,null,null,null,'CLOSED','SALMARM',ST_GeomFromText('POINT(-119.252923 50.7208462)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026189','COM reports BB getting into garbage 3 or so times in last couple of weeks',null,null,null,null,null,null,'5080 20 Ave NE, Salmon Arm, BC',null,'2023-07-07 11:29:49','2023-07-07 11:29:49',null,'ETYUKODI@idir','2023-07-31 12:35:46',null,null,null,null,'CLOSED','SALMARM',ST_GeomFromText('POINT(-119.2256647 50.7136687)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026190','COM reporting spotted fawn that appears to have 2 broken legs and now laying on her side. - -1138 briefed CO Krenz',null,null,null,null,null,null,'Hwy 3, Cranbrook, BC','eastbound 5km east of Jaffray, passing lane Galloway Mill','2023-07-07 11:34:17','2023-07-07 11:34:17',null,'RKRENZ@idir','2023-08-04 14:05:10',null,null,null,null,'CLOSED','CRANBRK',ST_GeomFromText('POINT(-115.8161834 49.4759958)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026191','COM''s friend reported a sow and two cubs in a complex getting into large garbage bins. ',null,null,null,null,null,null,'2517 Hastings Pl, Port Coquitlam, BC',null,'2023-07-07 11:34:46','2023-07-07 11:34:46',null,'DTALEVSK@idir','2023-07-07 11:37:08',null,null,null,null,'OPEN','PORTCOQ',ST_GeomFromText('POINT(-122.7832393 49.2759731)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026192','caller reporting a raccoon that is injured dragging it''s back end. Caller unsure why the injury, worried about rabbies? -emailed only - due to caller concern about diseased animal. - -',null,null,null,null,null,null,'6663 Hwy 97, Peachland, BC 97 south','Edgewater Mobile home park unit 18','2023-07-07 11:39:34','2023-07-07 11:39:34',null,'BRANBECK@idir','2023-07-07 13:09:23',null,null,null,null,'CLOSED','PEACHLND',ST_GeomFromText('POINT(-119.7618772 49.7419363)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026194','COM reports that BB was in his green bin the COM was within 20'' of the BB and honked air horn at it. When he honked the air horn the BB came towards him. No contact made -COM reports BB is back every week',null,null,null,null,null,null,'UNIT 1 -- 1705 Parkway Blvd, Coquitlam, BC',null,'2023-07-07 11:47:25','2023-07-07 11:47:25',null,'JBULL@idir','2023-07-07 17:29:43',null,null,null,null,'OPEN','COQUITLM',ST_GeomFromText('POINT(-122.8020129 49.3062779)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026195','COM reported a BB that came into their yard and ate the chickens in a chicken coop. ',null,null,null,null,null,null,'10625 Granby Rd, Grand Forks, BC',null,'2023-07-07 11:51:09','2023-07-07 11:51:09',null,'HGREGG@IDIR','2023-07-26 15:32:40',null,null,null,null,'CLOSED','GRANDFOR',ST_GeomFromText('POINT(-118.4472236 49.1128981)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026196','RCMP reported BCEHS is on-route to a hiker who hit their head when a BB lunged at them. The party is scared to leave as the BB keeps coming and going to their location. ',null,null,null,null,null,null,'4000 Quarry Rd, Coquitlam, BC, 400m in from the Quarry parking lot. ',null,'2023-07-07 12:01:51','2023-07-07 12:01:51',null,'TJHUNTER@idir','2023-07-07 14:15:58',null,null,null,null,'OPEN','COQUITLM',ST_GeomFromText('POINT(-122.7023952 49.3058593)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026197','COM reporting sighting of 2 bb across the street. She said that the bear got into the neighbors garbage but didnt eat it. ',null,null,null,null,null,null,'923 Spence Ave, Coquitlam, BC',null,'2023-07-07 12:03:59','2023-07-07 12:03:59',null,'EFITCH@IDIR','2023-07-07 12:09:25',null,null,null,null,'CLOSED','COQUITLM',ST_GeomFromText('POINT(-122.8711718 49.2658018)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026200','COM reporting a BB crossing the street into the residential area yesterday. Was told by CO that if they see one please call in. ',null,null,null,null,null,null,'60 Chichouyenily Dr, Mackenzie, BC','MacKenzie Blvd near cross street - Pioneer street ','2023-07-07 12:09:46','2023-07-07 12:09:46',null,'HIDESMAR@idir','2023-07-09 14:13:37',null,null,null,null,'CLOSED','MACKENZI',ST_GeomFromText('POINT(-123.096665 55.329436)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026201','COM is reporting an ongoing problem with a bear in his neighbourhood. The bear keeps breaking through COM fence. Advised the bear is accessing food sources from neighbours as well as his locked shed. COM has built numerous different structures and barricades to deter the bear but it keeps returning. COM is requesting to speak with a CO as this has been an ongoing issue for a long time.',null,null,null,null,null,null,'3809 Richmond St, Port Coquitlam, BC',null,'2023-07-07 12:11:31','2023-07-07 12:11:31',null,'IPAVLOVI@IDIR','2023-07-07 12:20:07',null,null,null,null,'OPEN','PORTCOQ',ST_GeomFromText('POINT(-122.7397056 49.2805408)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026202','Deer Buck cut to the side of neck and mouth, mouth split open -sitting in the dirt for the last 2 hours breathing heavy',null,null,null,null,null,null,'15608 Elsey Ave, Summerland, BC',null,'2023-07-07 12:17:18','2023-07-07 12:17:18',null,'BRANBECK@idir','2023-07-08 13:29:53',null,null,null,null,'CLOSED','SMRLAND',ST_GeomFromText('POINT(-119.6625885 49.6117176)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026204','COM reporting BB sightings in the area and where there is a summer day camp with 20 kids and is looking for advice on these BB that are not seemingly afraid of humans',null,null,null,null,null,null,'31521 Brookside Ave, Abbotsford, BC',null,'2023-07-07 12:30:33','2023-07-07 12:30:33',null,'PDAYTON@idir','2023-07-13 14:02:31',null,null,null,null,'CLOSED','ABTFRD',ST_GeomFromText('POINT(-122.3516994 49.072102)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026205','COM is reporting a black bear in her yard that is eating her garbage. Advises that this is the second time that is has happened today. ',null,null,null,null,null,null,'1014 Carnaby Pl, District of North Vancouver, BC',null,'2023-07-07 12:30:37','2023-07-07 12:30:37',null,'BMUELLER@idir','2023-07-22 16:23:19',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.0033379 49.3161763)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026206','COM reporting deer had 2 fawns and now only one and she is extremely distended',null,null,null,null,null,null,'951 Homewood Rd, Campbell River, BC',null,'2023-07-07 12:38:14','2023-07-07 12:38:14',null,'DLEWERS@idir','2023-07-07 12:39:35',null,null,null,null,'CLOSED','CMBLRV',ST_GeomFromText('POINT(-125.2616311 50.0240948)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026207','COM reporting a BB crossing the road. Just for information. ',null,null,null,null,null,null,'Berkley Rd, District of North Vancouver, BC','Mt Seymour Parkway at Berkley','2023-07-07 12:41:59','2023-07-07 12:41:59',null,'EFITCH@IDIR','2023-07-07 12:44:59',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.0049851 49.3187392)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026208','little bb - -a week, ',null,null,null,null,null,null,'Vernon','17.5 Westside Rd ','2023-07-07 12:52:03','2023-07-07 12:52:03',null,'doweber@idir','2023-07-07 12:54:31',null,null,null,null,'OPEN','VERNON',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026209','COM reported a BB that dragged their garbage in the yard overnight. The garbage is usually left outside along the fence. The COM will try to find a way to keep it locked. ',null,null,null,null,null,null,'35222 Wells Gray Ave, Abbotsford, BC',null,'2023-07-07 12:55:39','2023-07-07 12:55:39',null,'MAISMITH@idir','2023-07-08 13:04:39',null,null,null,null,'CLOSED','ABTFRD',ST_GeomFromText('POINT(-122.2488188 49.0601554)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026211','5 pt buck has been around the area for awhile, its got big black spots all over it. Thinks its diseased. ',null,null,null,null,null,null,'1000 Mesa Vista Crt, Ashcroft, BC','#8 ','2023-07-07 13:05:30','2023-07-07 13:05:30',null,'doweber@idir','2023-07-07 13:08:39',null,null,null,null,'OPEN','ASHCROF',ST_GeomFromText('POINT(-121.2792364 50.7132487)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026212','Young fawn has been in the neighborhood for the past 2-3 days wandering alone without a doe. The fawn has been crying and approaching other deer.',null,null,null,null,null,null,'1651 Tasco Close, Saanich, BC',null,'2023-07-07 13:05:51','2023-07-07 13:05:51',null,'MAWILSON@idir','2023-07-28 15:55:11',null,null,null,null,'OPEN','SAANICH',ST_GeomFromText('POINT(-123.3297344 48.4833401)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026214','BC Wildlife Park is advising that there are two bears behind their property. No food conditioned or aggressive behaviour reported. ',null,null,null,null,null,null,'9077 Dallas Dr, Kamloops, BC',null,'2023-07-07 13:11:18','2023-07-07 13:11:18',null,'IPAVLOVI@IDIR','2023-07-07 13:13:07',null,null,null,null,'CLOSED','KAMLOOPS',ST_GeomFromText('POINT(-120.0760234 50.6541767)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026215','COM is reporting bears in the neighbourhood. COM thinks they are trying to access COM neighbours chicken coup. No confirmed sighting that the bear is accessing the chicken coup. ',null,null,null,null,null,null,'3 Manson Cres, Mackenzie, BC',null,'2023-07-07 13:13:37','2023-07-07 13:13:37',null,'HIDESMAR@idir','2023-07-09 14:15:42',null,null,null,null,'CLOSED','MACKENZI',ST_GeomFromText('POINT(-123.0927486 55.3293717)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026216','Caller hit 2 bear cubs while driving from Kitwanga to Hazelton. The sow made it across the road with 1 other cub. This occurred near Skeena Crossing approximately 45 minutes ago. The caller kept driving and did not see the cubs get up.',null,null,null,null,null,null,'Hwy 16 and Skeena Crossing Rd, Gitsegukla, BC',null,'2023-07-07 13:21:21','2023-07-07 13:21:21',null,'RLEBLANC@idir','2023-07-19 12:38:55',null,null,null,null,'CLOSED','KITWANGA',ST_GeomFromText('POINT(-127.8184482 55.0928129)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026220','BB knocked over someone''s garbage. In the area right now. ',null,null,null,null,null,null,'847 Riverside Dr, District of North Vancouver, BC',null,'2023-07-07 13:35:21','2023-07-07 13:35:21',null,'BMUELLER@idir','2023-07-22 16:23:53',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.0131714 49.3136293)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026223','COM reporting - At rear of home. Deer has given birth and fawn is still born half in and out of the uterus. Fawn is unable to move or complete the birth or get up. He states deer is in distress and laying down for the last 4 hours. ',null,null,null,null,null,null,'UNIT 3 -- 9060 Tronson Rd, Vernon, BC',null,'2023-07-07 13:41:05','2023-07-07 13:41:05',null,'TBECK@idir','2023-07-07 14:10:28',null,null,null,null,'CLOSED','VERNON',ST_GeomFromText('POINT(-119.4107692 50.2437194)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026224','COM is reporting seeing a bear on Tuesday, July 4. No food conditioned behaviour. No aggressive behaviour reported. ',null,null,null,null,null,null,'Miracle Beach Campground ',null,'2023-07-07 13:41:06','2023-07-07 13:41:06',null,'IPAVLOVI@IDIR','2023-07-07 13:52:44',null,null,null,null,'CLOSED','OYSTERRV',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026225','BB into garbage on Nation Ave. -House to house. ',null,null,null,null,null,null,'Nation Ave, Mackenzie, BC',null,'2023-07-07 13:42:41','2023-07-07 13:42:41',null,'HIDESMAR@idir','2023-07-09 14:18:16',null,null,null,null,'CLOSED','MACKENZI',ST_GeomFromText('POINT(-123.0886651 55.330534)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026228','COM stuck BB cub , appears that the back legs are broken. It crawled up the left hand side of east bound side of the road just before cattle guard near white fence to a farm possible address is 1033 Heffley Louis Creek Road.',null,null,null,null,null,null,'1033 Heffley-Louis Creek Rd, Heffley Creek, BC',null,'2023-07-07 13:53:18','2023-07-07 13:53:18',null,'KBRITTO@idir','2023-07-16 00:19:26',null,null,null,null,'OPEN','HEFFLLAK',ST_GeomFromText('POINT(-120.1952658 50.8661897)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026229','COM reporting BB cub on the road -OO advised to call non-emergency police for traffic issues',null,null,null,null,null,null,'University Dr, Burnaby, BC','SFU ','2023-07-07 13:53:39','2023-07-07 13:53:39',null,'DLEWERS@idir','2023-07-07 13:55:19',null,null,null,null,'CLOSED','BURNBY',ST_GeomFromText('POINT(-122.919146 49.2800542)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026232','BB 5 min ago chased her children in her yard. No contact made. -',null,null,null,null,null,null,'1819 Harbour Dr, Coquitlam, BC',null,'2023-07-07 13:55:04','2023-07-07 13:55:04',null,'PDAYTON@idir','2023-07-27 15:12:20',null,null,null,null,'CLOSED','COQUITLM',ST_GeomFromText('POINT(-122.8427327 49.2689734)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026240','COM saw a car hit a deer that is laying the grass on the north side, unable to walk ',null,null,null,null,null,null,'','On Ryan Rd (Between Anderton Rd and Crowne Isle Blvd) ','2023-07-07 14:21:25','2023-07-07 14:21:25',null,'MAWILSON@idir','2023-07-28 15:59:15',null,null,null,null,'CLOSED','COURTNY',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026241','COM is reporting an injured deer that was likely struck by a vehicle. Advised that the rear end appears to be paralyzed and the deer is dragging its rear end as it tried to move. COM has tied a blue cloth to a shrub on the side of the road near the animal. ',null,null,null,null,null,null,'Ryan Rd, Courtenay, BC','1 KM West of Anderton Rd and Ryan Rd intersection. 200 M East of Crown Isle Blvd. ','2023-07-07 14:25:27','2023-07-07 14:25:27',null,'MAWILSON@idir','2023-07-28 15:59:55',null,null,null,null,'CLOSED','COURTNY',ST_GeomFromText('POINT(-124.9672547 49.7095148)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026244','COM was sitting down having a smoke when a female deer with 2 fawns approached and charged COM, friend and their dog. Another individual had to block the deer with a truck in order for COM to get away. COM states the deer did kick the dog but the dog does not have any apparent injuries.',null,null,null,null,null,null,'2400 Kootenay St N, Cranbrook, BC','In the field','2023-07-07 14:42:03','2023-07-07 14:42:03',null,'JMELENKA@idir','2023-07-26 12:25:52',null,null,null,null,'CLOSED','CRANBRK',ST_GeomFromText('POINT(-115.74706 49.5214992)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026246','COM is SFU security reporting she has multiple phone calls of a BB in and out of traffic. It has moved on.',null,null,null,null,null,null,'8999 Nelson Way, Burnaby, BC',null,'2023-07-07 14:51:34','2023-07-07 14:51:34',null,'EFITCH@IDIR','2023-07-07 14:55:16',null,null,null,null,'CLOSED','BURNBY',ST_GeomFromText('POINT(-122.9129084 49.2737244)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026249','Yearling bear has been frequenting the property and is attracted by fruit trees and vegetable garden. The bear charged COM''s dog. COM is concerned that the bear is becoming habituated and not moving along.',null,null,null,null,null,null,'41205 Trans-Canada Hwy, Boston Bar, BC',null,'2023-07-07 15:04:14','2023-07-07 15:04:14',null,'ALBUCHAN@idir','2023-07-17 13:23:19',null,null,null,null,'OPEN','BSTNBR',ST_GeomFromText('POINT(-121.4192956 49.7443913)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026250','Caller reporting an Elk sighting - a buck in a low lying area. Caller was unaware of Elk south of the Cowichan Valley.',null,null,null,null,null,null,'Happy Valley Rd and Luxton Rd, Langford, BC','behind the ranger station ','2023-07-07 15:11:45','2023-07-07 15:11:45',null,'PBRACKEN@idir','2023-07-07 15:17:17',null,null,null,null,'CLOSED','LANGFORD',ST_GeomFromText('POINT(-123.5330035 48.4191269)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026252','Bear on the property last night. A bear killed COM''s sheep back in 2021 and COM wants CO to set up a trap again.',null,null,null,null,null,null,'4528 Stratford Rd, Saanich, BC',null,'2023-07-07 15:19:46','2023-07-07 15:19:46',null,'LMOSS@idir','2023-07-07 15:22:26',null,null,null,null,'CLOSED','SAANICH',ST_GeomFromText('POINT(-123.425563 48.4950523)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026254','COM reported a doe and fawn that have been charging people. They cornered the COM in a persons yard and they had to be let in the house by the owner.',null,null,null,null,null,null,'4829 Parkridge Dr, Kelowna, BC',null,'2023-07-07 15:24:49','2023-07-07 15:24:49',null,'JHANRATT@idir','2023-07-14 16:21:02',null,null,null,null,'CLOSED','KELOWNA',ST_GeomFromText('POINT(-119.4556899 49.8077474)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026255','COM reported a BB that got into their bird feeders and apple tree on their property. COM is looking for advice on deterring the bear. They will take down the bird feeder. ',null,null,null,null,null,null,'23312 46 Ave, Township of Langley, BC',null,'2023-07-07 15:29:11','2023-07-07 15:29:11',null,'MAISMITH@idir','2023-07-08 12:21:03',null,null,null,null,'CLOSED','LANGLEY',ST_GeomFromText('POINT(-122.5782034 49.0850091)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026257','COM struck deer and kept driving. The deer looks deceased and was just off the side of the road.',null,null,null,null,null,null,'Fawnhill Rd and Heffley-Louis Creek Rd, Heffley Lake, BC','1KM up the hill from intersection','2023-07-07 15:33:12','2023-07-07 15:33:12',null,'JESJONES@idir','2023-07-07 16:49:22',null,null,null,null,'CLOSED','KAMLOOPS',ST_GeomFromText('POINT(-120.0866326 50.8471004)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026258','COM is reporting a bear on his lawn at 1430 today. Advised that the bear comes to their property because their neighbour would leave unsecured garbage out. COM spoke to his neighbour and told them the importance of locking up attractants to deter bears from returning. COM advises that the neighbours are out of town for 5 weeks and there are no attractants present. Ops Officer advised COM that bears are habitual creatures and will often return to a place that formerly had attractants out. Ops Officer advised COM to phone the RAPP line back if the issue of his neighbour leaving attractants out continues after they have returned from their trip. -',null,null,null,null,null,null,'272 W Braemar Rd, District of North Vancouver, BC',null,'2023-07-07 15:37:42','2023-07-07 15:37:42',null,'IPAVLOVI@IDIR','2023-07-07 15:44:12',null,null,null,null,'OPEN','NORVAN',ST_GeomFromText('POINT(-123.0764828 49.3436242)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026259','COM reported two BBs trying to get into empty garbage cans. ',null,null,null,null,null,null,'4218 Coventry Way, District of North Vancouver, BC',null,'2023-07-07 15:39:16','2023-07-07 15:39:16',null,'BMUELLER@idir','2023-07-22 16:24:27',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.0708165 49.3481362)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026260','COM reported a juvenile BB walking in the neighbourhood today. COM thinks it is looking for garbage but has not seen it get into any. ',null,null,null,null,null,null,'2745 Douglas Dr, Coquitlam, BC',null,'2023-07-07 15:41:20','2023-07-07 15:41:20',null,'DTALEVSK@idir','2023-07-07 15:43:13',null,null,null,null,'OPEN','COQUITLM',ST_GeomFromText('POINT(-122.8105638 49.255775)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026261','COM reporting BB sighting below',null,null,null,null,null,null,'213 Crysdale Dr, Mackenzie, BC',null,'2023-07-07 15:45:33','2023-07-07 15:45:33',null,'DLEWERS@idir','2023-07-07 15:46:26',null,null,null,null,'CLOSED','MACKENZI',ST_GeomFromText('POINT(-123.093034 55.3306695)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026262','There has been a bear frequenting the neighborhood for the past week or so. Today the bear climbed over the fence and damaged it as well as the pool. The bear was fearful once it realized there were people in the yard and left quickly. COM is concerned for young children in the area.',null,null,null,null,null,null,'51005 Sophie Cres, Chilliwack, BC',null,'2023-07-07 15:45:46','2023-07-07 15:45:46',null,'PDAYTON@idir','2023-07-13 14:01:14',null,null,null,null,'CLOSED','CHILLIWK',ST_GeomFromText('POINT(-121.8133937 49.1569589)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026263','COM is reporting that she struck a deer with her vehicle at the noted location. Deer got up after the collision and ran away. Deer is mobile. ',null,null,null,null,null,null,'1318 Hwy 93 And 95, Windermere, BC',null,'2023-07-07 16:07:28','2023-07-07 16:07:28',null,'MATTHEWH@idir','2023-07-10 09:56:58',null,null,null,null,'CLOSED','WINDRMER',ST_GeomFromText('POINT(-115.9876709 50.4813589)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026264','cos vm Lives at Harris Crescent QB. A neighbour at 3469 Harris Crescent is leaving green bin out many days before it is to be picked up. Bears are getting into. Very distressing to neighbourhood, believes they are out from out of province and don''t realize how important it is to not feed the bears. Please visit them and set them straight',null,null,null,null,null,null,'3469 Harris Cres, Qualicum Beach, BC','3469 Harris Crescent','2023-07-05 09:13:00','2023-07-07 16:11:25',null,'MAWILSON@idir','2023-07-07 16:13:54',null,null,null,null,'OPEN','QLICMBCH',ST_GeomFromText('POINT(-124.5030949 49.3081663)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026265','Caller reporting a black bear that was getting into garbage at the location noted below. Advised the bear has been around for about 7 days now getting into garbages around the neighborhood. ',null,null,null,null,null,null,'Liverpool St, Port Coquitlam, BC',null,'2023-07-07 16:13:49','2023-07-07 16:13:49',null,'DDUFFY@idir','2023-07-07 16:17:24',null,null,null,null,'OPEN','PORTCOQ',ST_GeomFromText('POINT(-122.7603025 49.2784348)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026266','Deer present in the industrial area for the past two days. COM is concerned that it doesn''t seem to know where to go.',null,null,null,null,null,null,'45844 Hocking Ave, Chilliwack, BC',null,'2023-07-07 16:18:11','2023-07-07 16:18:11',null,'LMOSS@idir','2023-07-07 16:20:11',null,null,null,null,'CLOSED','CHILLIWK',ST_GeomFromText('POINT(-121.9550537 49.1579872)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026267','COM reported a sitting on the white line on the side of the road. Deer is conscious but but moving. ',null,null,null,null,null,null,'','Northbound into Kimberly under the railway bridge on hwy 95A. ','2023-07-07 16:29:35','2023-07-07 16:29:35',null,'JRISTO@idir','2023-07-07 17:30:34',null,null,null,null,'CLOSED','KIMBERLY',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026271','Deceased deer just off the side of the road at Dolphin Dr and Oak Leaf Dr. -OO LM BCSPCA 250-741-0778',null,null,null,null,null,null,'Dolphin Dr, Nanoose Bay, BC','Oak Leaf Dr','2023-07-07 16:47:23','2023-07-07 16:47:23',null,'MAWILSON@idir','2023-07-28 16:01:38',null,null,null,null,'OPEN','NANOBAY',ST_GeomFromText('POINT(-124.1443311 49.2891723)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026272','Caller reporting a black back that was seen walking by the below location. Advised last seen heading toward Alderlynn drive. COM advised was not being aggressive or going after garbage.',null,null,null,null,null,null,'1603 Ayleslynn Dr, District of North Vancouver, BC','Alderlynn Dr ','2023-07-07 16:49:38','2023-07-07 16:49:38',null,'DDUFFY@idir','2023-07-07 16:52:56',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.0348477 49.3228552)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026274','Young deer wandering in traffic and looks very thin. COM thinks deer is orphaned.',null,null,null,null,null,null,'Dolphin St, Sechelt, BC','Between Trail and Inlet','2023-07-07 16:57:21','2023-07-07 16:57:21',null,'LMOSS@idir','2023-07-07 16:58:28',null,null,null,null,'OPEN','SECHELT',ST_GeomFromText('POINT(-123.7588063 49.4741899)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026275','Caller reporting a smaller bb with a yellow tag that approached him and his young sons while there were playing at the tree fort (cedar tree). The kids were very loud and the BB got to within 15'' before the caller noticed the BB. The caller picked up his kids and ran into the house. The garbage can is located in the area, however the BB did not appear interested in it. The kids are past the diaper stage, so no diapers in the garbage. This BB has been seen with garbage in the area. -This incident occurred at 16:45 hours. -The caller has seen the bb in the area acting strangely, shaking it''s head, growling and huffing at no one. -Caller concerned about how close the BB got and was not bothered by all the noise and people. -Aggressive may be the wrong classification, as it did not stand up against anyone or growl/ huff at people. It just didn''t hesitate to get into the caller''s personal space. ',null,null,null,null,null,null,'1321 E 17th St, District of North Vancouver, BC','mountain highway north shore','2023-07-07 17:03:37','2023-07-07 17:03:37',null,'SZUKEWI@idir','2023-07-18 11:13:08',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.0376511 49.3235446)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026276','Caller reporting driving out of Osoyoos to Grand Forks and saw a deer in the ditch that was injured but still alive as they were driving by. COM advised not sure if it was still able to move.',null,null,null,null,null,null,'','Just by Richard Pass just before the sasquatch statue','2023-07-07 17:05:28','2023-07-07 17:05:28',null,'BRANBECK@idir','2023-07-08 13:22:20',null,null,null,null,'CLOSED','OSOYOOS',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026278','Overnight the bear broke the locks on the garbage container and got into the garbage.',null,null,null,null,null,null,'3450 Sunset Blvd, District of North Vancouver, BC',null,'2023-07-07 17:15:34','2023-07-07 17:15:34',null,'LMOSS@idir','2023-07-07 17:17:21',null,null,null,null,'OPEN','NORVAN',ST_GeomFromText('POINT(-123.106994 49.3400769)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026279','Moose calf in a fenced cow corral area, pacing, crying and trying to cross the barbed wire fence. Calf is trying to get to the south side of 97.',null,null,null,null,null,null,'8345 Hwy 97 D','8345 97 D','2023-07-07 17:23:16','2023-07-07 17:23:16',null,'JESJONES@idir','2023-07-10 13:51:11',null,null,null,null,'CLOSED','LACLEJUN',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026280','COM reporting a cub hit side of his motorcycle sidecar and rolled off into the ditch. COM unsure if its alive or not. Could only see barely in distance. ',null,null,null,null,null,null,'Hwy 23 and Hwy 31, Galena Bay, BC','east side of hwy 23','2023-07-07 17:24:20','2023-07-07 17:24:20',null,'TBTHIN@idir','2023-07-16 13:16:39',null,null,null,null,'CLOSED','GALENABAY',ST_GeomFromText('POINT(-117.86654 50.611237)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026282','A smallish bear was spotted running around the area, there was no sign of a larger animal.',null,null,null,null,null,null,'Old Dollarton Rd and Riverside Dr, District of North Vancouver, BC',null,'2023-07-07 17:28:52','2023-07-07 17:28:52',null,'PROEMER@idir','2023-07-07 17:31:51',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.0147586 49.3076518)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026283','COM reporting BB was in the garbage and has been hanging around for the past few weeks',null,null,null,null,null,null,'6450 Dawson Rd, Prince George, BC',null,'2023-07-07 17:30:25','2023-07-07 17:30:25',null,'HIDESMAR@idir','2023-07-17 15:12:50',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7765283 53.9885613)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026285','COM reporting BB sighting on the roadway',null,null,null,null,null,null,'Gaglardi Way, Burnaby, BC',null,'2023-07-07 17:35:10','2023-07-07 17:35:10',null,'DLEWERS@idir','2023-07-07 17:36:19',null,null,null,null,'CLOSED','BURNBY',ST_GeomFromText('POINT(-122.912705 49.265803)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026286','COM reporting coyote sighting at location below',null,null,null,null,null,null,'225 Sicamous Pl, Coquitlam, BC',null,'2023-07-07 17:44:07','2023-07-07 17:44:07',null,'DLEWERS@idir','2023-07-07 17:46:40',null,null,null,null,'CLOSED','COQUITLM',ST_GeomFromText('POINT(-122.8312537 49.2382673)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026287','COM forgot to bring his garbage bin inside and a bear got into the garbage.',null,null,null,null,null,null,'3988 Prospect Rd, District of North Vancouver, BC',null,'2023-07-07 18:09:05','2023-07-07 18:09:05',null,'LMOSS@idir','2023-07-07 18:10:42',null,null,null,null,'OPEN','NORVAN',ST_GeomFromText('POINT(-123.0731122 49.3457846)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026289','Caller advises that there are 2 yearling cubs that were chillin in the yard and have now moved across the street. So far they have not caused any problems.',null,null,null,null,null,null,'1005 Torbet Pl, Squamish, BC',null,'2023-07-07 18:12:53','2023-07-07 18:12:53',null,'PROEMER@idir','2023-07-07 18:15:11',null,null,null,null,'CLOSED','SQUMISH',ST_GeomFromText('POINT(-123.1089978 49.7486915)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026290','Back right leg of a small deer is broken and they are unable to put any weight on it. ',null,null,null,null,null,null,'344 Railway Ave, Barriere, BC',null,'2023-07-07 18:39:06','2023-07-07 18:39:06',null,'KANEKOPP@idir','2023-07-10 10:30:02',null,null,null,null,'CLOSED','BARRIR',ST_GeomFromText('POINT(-120.1298854 51.1710248)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026296','BB just came over the fence into the lookout area and there are lots of people around',null,null,null,null,null,null,'3757 Cypress Bowl Rd, West Vancouver, BC','The Shed Coffee Bar','2023-07-07 19:32:48','2023-07-07 19:32:48',null,'LMOSS@idir','2023-07-07 19:33:52',null,null,null,null,'CLOSED','WSTVANCO',ST_GeomFromText('POINT(-123.2202945 49.3478766)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026297','BB came onto the property and then left.',null,null,null,null,null,null,'250 Lions Bay Ave, Lions Bay, BC',null,'2023-07-07 19:36:23','2023-07-07 19:36:23',null,'LMOSS@idir','2023-07-07 19:37:27',null,null,null,null,'CLOSED','LIONSBAY',ST_GeomFromText('POINT(-123.240356 49.460141)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026299','Caller advises that the bear is hanging around the area and cruises the street around this time of day. He believes he saw a yellow tag in the left ear of the animal. He has video footage of the animal if the CO''s would like to see it. -Most people are familiar with bears and everyone is pretty good about attractants and such as a result. His biggest concern is that with the nice weather and school being out there are a lot of kids out on the street as well.',null,null,null,null,null,null,'150 Seaview Pl, Lions Bay, BC',null,'2023-07-07 19:38:35','2023-07-07 19:38:35',null,'PROEMER@idir','2023-07-07 19:44:24',null,null,null,null,'CLOSED','LIONSBAY',ST_GeomFromText('POINT(-123.2392738 49.4581517)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026301','Caller advises that there is a big bear that is hanging around the neighbourhood climbing up onto decks and porches checking for food. -His biggest concern is the number of kids out and about.',null,null,null,null,null,null,'807 Porteau Pl, District of North Vancouver, BC',null,'2023-07-07 19:47:02','2023-07-07 19:47:02',null,'PROEMER@idir','2023-07-07 19:49:45',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-122.9785997 49.3133435)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026303','Hiking up the Eagle lake access rd when they spotted a bear, his buddy began to video it when it suddenly charged at them. It turned right away and went into the bush and then a short time later they watched it cross the road.',null,null,null,null,null,null,'Cypress Bowl Rd, West Vancouver, BC',null,'2023-07-07 19:59:54','2023-07-07 19:59:54',null,'PROEMER@idir','2023-07-07 20:03:41',null,null,null,null,'OPEN','WSTVANCO',ST_GeomFromText('POINT(-123.1956508 49.371416)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026307','Caller reporting a black bear eating garbage at the below location. Advised he is not being aggressive. ',null,null,null,null,null,null,'2270 Dollarton Hwy, District of North Vancouver, BC','By the Jeep cov brewers or the hive climbing club ','2023-07-07 20:28:40','2023-07-07 20:28:40',null,'DDUFFY@idir','2023-07-07 20:31:35',null,null,null,null,'OPEN','NORVAN',ST_GeomFromText('POINT(-123.0121274 49.3063585)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026311','Caller reported a bear is yard hopping at the crossroads below. ',null,null,null,null,null,null,'124 Ave and 224 St, Maple Ridge, BC',null,'2023-07-07 20:41:19','2023-07-07 20:41:19',null,'BJETTE@idir','2023-07-07 20:43:13',null,null,null,null,'CLOSED','MAPLERID',ST_GeomFromText('POINT(-122.6012708 49.2277218)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026313','Caller advises that there is a deer that does not appear to be doing well. It has a growth on the side of its face/antler is skinny and is stumbling about. It has been in his yard on several occasions and was there for most of the day but has now wandered off.',null,null,null,null,null,null,'2072 Lillooet Crt, Kelowna, BC',null,'2023-07-07 20:50:59','2023-07-07 20:50:59',null,'JHANRATT@idir','2023-07-14 16:00:25',null,null,null,null,'CLOSED','KELOWNA',ST_GeomFromText('POINT(-119.4420834 49.8960568)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026314','COM advised that there is a bear knocking over the garbage cans as he wanders down the street.',null,null,null,null,null,null,'610 Hillcrest St, Coquitlam, BC',null,'2023-07-07 20:51:09','2023-07-07 20:51:09',null,'JDSCOTT@idir','2023-07-07 20:53:30',null,null,null,null,'OPEN','COQUITLM',ST_GeomFromText('POINT(-122.8355007 49.2526986)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026315','BB in the neighborhood.',null,null,null,null,null,null,'610 Hillcrest St, Coquitlam, BC',null,'2023-07-07 20:54:10','2023-07-07 20:54:10',null,'LMOSS@idir','2023-07-07 20:54:58',null,null,null,null,'CLOSED','COQUITLM',ST_GeomFromText('POINT(-122.83586 49.2530875)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026316','COM advised that there is a dead deer with 2 small fawns on his property at the below noted location. COM feels that the doe died within the last hour or so. ',null,null,null,null,null,null,'7803 Dalrae Pl, Otter Point, BC',null,'2023-07-07 20:55:31','2023-07-07 20:55:31',null,'MAWILSON@idir','2023-07-28 16:04:16',null,null,null,null,'OPEN','SOOKE',ST_GeomFromText('POINT(-123.786935 48.3670182)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026317','Caller reported a bear keeps coming back and is not afraid of loud noises. The bear is currently getting into the recycling bins. 2 weeks ago caller came face to face with if when she was putting out the recycling as a neighbour out garbage in the recycling bin. The bear is not aggressive but keeps coming bay at least 3 times a week. ',null,null,null,null,null,null,'600 Falcon Dr, Port Moody, BC',null,'2023-07-07 20:57:25','2023-07-07 20:57:25',null,'BJETTE@idir','2023-07-07 21:07:06',null,null,null,null,'OPEN','PORTMDY',ST_GeomFromText('POINT(-122.8228038 49.2868745)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026318','Deer with Chronic Wasting Disease seen crossing the highway and heading into the bushes at the AIS inspection.',null,null,null,null,null,null,'Hwy 3, Fernie, BC',null,'2023-07-07 20:58:42','2023-07-07 20:58:42',null,'RYGORDON@idir','2023-07-11 08:57:00',null,null,null,null,'CLOSED','FERNIE',ST_GeomFromText('POINT(-115.063804 49.5086679)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026319','Caller advises that there was a bear in their driveway and it just left and went into the neighbours yard. It was not causing any issues and was just cruising the area.',null,null,null,null,null,null,'1585 Ross Rd, District of North Vancouver, BC',null,'2023-07-07 20:59:50','2023-07-07 20:59:50',null,'PROEMER@idir','2023-07-07 21:02:14',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.0307977 49.3358221)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026320','BB in the neighborhood getting into the garbage. Neighbors leave their garbage out regularly.',null,null,null,null,null,null,'3144 Seton Cres, Prince George, BC',null,'2023-07-07 21:01:25','2023-07-07 21:01:25',null,'JOCHARTR@idir','2023-07-25 15:08:28',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7794728 53.9886758)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026321','BB in the complex getting into the garbage area. BB does not respond to yelling and banging pots/pans. COM does not have an air horn or bear banger.',null,null,null,null,null,null,'600 Falcon Dr, Port Moody, BC','Co-op Complex','2023-07-07 21:07:32','2023-07-07 21:07:32',null,'LMOSS@idir','2023-07-07 21:09:40',null,null,null,null,'OPEN','PORTMDY',ST_GeomFromText('POINT(-122.8228038 49.2868745)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026325','Caller advises that there was a bear just cruising through the neighbourhood. ',null,null,null,null,null,null,'123 Kiskatinaw Cres, Tumbler Ridge, BC',null,'2023-07-07 21:47:15','2023-07-07 21:47:15',null,'PROEMER@idir','2023-07-07 21:49:58',null,null,null,null,'CLOSED','TUMBLER',ST_GeomFromText('POINT(-120.990545 55.1307927)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026326','Black bear with 2 cubs getting into the compost bin. Bears are not responding to banging pots and pans.',null,null,null,null,null,null,'303 Princeton Ave, Port Moody, BC',null,'2023-07-07 21:50:03','2023-07-07 21:50:03',null,'LMOSS@idir','2023-07-07 21:53:12',null,null,null,null,'OPEN','PORTMDY',ST_GeomFromText('POINT(-122.8760169 49.2860763)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026329','Caller advises that there is a grizzly sow and 2 cubs that have been in the area for most of the day and she believes the cubs are in back of her place now.',null,null,null,null,null,null,'912 Askimlikw Mamnta, Bella Coola, BC',null,'2023-07-07 22:21:13','2023-07-07 22:21:13',null,'PROEMER@idir','2023-07-07 22:30:22',null,null,null,null,'CLOSED','BLLACOOL',ST_GeomFromText('POINT(-126.7070228 52.3648975)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026331','Caller reported young black charged him while he was working. Caller hopped into his truck and the bear then stole a garbage bag and ran off with it. This happened 30 minutes ago. Caller originally caller RCMP. - -',null,null,null,null,null,null,'Parkinson Rd and Youbou Rd, Lake Cowichan, BC','MCON ','2023-07-07 22:29:13','2023-07-07 22:29:13',null,'DSEXTON@idir','2023-07-10 11:42:58',null,null,null,null,'OPEN','LKECOWCH',ST_GeomFromText('POINT(-124.1103378 48.8484388)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026334','North side of tracks elk hit the train, condition of animal is unknown at this time. -Rough Lat/Long provided by CP 49.54599/-115.56829',null,null,null,null,null,null,'Mile 89 on Cranbrook Sub','East Side of River','2023-07-07 22:37:49','2023-07-07 22:37:49',null,'JMELENKA@idir','2023-07-26 12:28:11',null,null,null,null,'CLOSED','FTSTEELE',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026335','BB in the neighborhood',null,null,null,null,null,null,'4150 Goodchild St, Abbotsford, BC',null,'2023-07-07 22:45:34','2023-07-07 22:45:34',null,'LMOSS@idir','2023-07-07 22:46:50',null,null,null,null,'CLOSED','ABTFRD',ST_GeomFromText('POINT(-122.247961 49.0774347)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026336','Caller reporting a injured deer with a broke back leg last seen at the below location. Advised the deer is mobile but was moving very slowly.',null,null,null,null,null,null,'Okanagan Landing in Vernon, BC','Right big Chief mobile home park just before the canco Gas station ','2023-07-07 22:55:48','2023-07-07 22:55:48',null,'MSRICHAR@idir','2023-07-09 12:34:23',null,null,null,null,'CLOSED','VERNON',ST_GeomFromText('POINT(-119.3511111 50.2330556)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026338','Caller can hear bear cubs crying and thinks they are in the trap that is set nearby.',null,null,null,null,null,null,'Bella Coola, BC','1122 4-mile','2023-07-07 23:07:49','2023-07-07 23:07:49',null,'CPOSTHUM@idir','2023-07-12 10:52:15',null,null,null,null,'CLOSED','BLLACOOL',ST_GeomFromText('POINT(-126.7513889 52.3830556)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026339','Caller advises that the bear came up onto the front porch and was looking in the windows. Her son went out to the front room to get a video of it and the animal smacked the side of the house. They have no attractants on the front porch so she is not sure why is staying there.',null,null,null,null,null,null,'10 Rainbow Pl, Mackenzie, BC',null,'2023-07-07 23:11:45','2023-07-07 23:11:45',null,'HIDESMAR@idir','2023-07-13 11:49:20',null,null,null,null,'CLOSED','MACKENZI',ST_GeomFromText('POINT(-123.088232 55.3456389)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026341','COM advised that there is currently a bear in the front yard at the above location. The bear has destroyed the COM''s garbage can',null,null,null,null,null,null,'3473 Sefton St, Port Coquitlam, BC',null,'2023-07-08 02:59:22','2023-07-08 02:59:22',null,'KSORENSE@idir','2023-07-08 06:31:55',null,null,null,null,'OPEN','PORTCOQ',ST_GeomFromText('POINT(-122.7579923 49.2743798)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026342','COM advised that there is an injured fawn at the above location. The fawn is mobile and is with a doe with an injured front leg (also mobile)',null,null,null,null,null,null,'2966 Gilbert Rd, Kamloops, BC',null,'2023-07-08 04:30:44','2023-07-08 04:30:44',null,'KANEKOPP@idir','2023-07-10 10:22:18',null,null,null,null,'CLOSED','KAMLOOPS',ST_GeomFromText('POINT(-120.3476108 50.7582057)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026343','Caller is a security guard at the Eagle Ridge Hospital. Caller is reporting a bear outside looking in the garbage. ',null,null,null,null,null,null,'475 Guildford Way, Port Moody, BC','Eagle Ridge Hospital ','2023-07-08 05:01:23','2023-07-08 05:01:23',null,'JBULL@idir','2023-07-20 14:32:16',null,null,null,null,'OPEN','PORTMDY',ST_GeomFromText('POINT(-122.8241855 49.2851675)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026344','COM advised that there is a bear in the trap behind the house at 4 Mile. COM stated that the bear is not happy and shaking the trap around. - -***OO toggled species as Grizzly Bear based on HWCR 23-026067',null,null,null,null,null,null,'',null,'2023-07-08 05:04:03','2023-07-08 05:04:03',null,'CPOSTHUM@idir','2023-07-12 10:53:59',null,null,null,null,'CLOSED','BLLACOOL',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026347','Caller reported a cougar walked across his lawn. ',null,null,null,null,null,null,'4452 Rangemont Pl, Saanich, BC',null,'2023-07-08 05:23:28','2023-07-08 05:23:28',null,'DSEXTON@idir','2023-07-10 11:41:38',null,null,null,null,'CLOSED','SAANICH',ST_GeomFromText('POINT(-123.3320305 48.4900438)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026348','Caller reported a small grizzly in his yard and it just ran into the neighbour''s yard. It looks like a grizzly. Caller advised that he has cattle and is concerned for them. ',null,null,null,null,null,null,'4598 Zilkie Rd, Prince George, BC',null,'2023-07-08 05:30:35','2023-07-08 05:30:35',null,'EMCARTHU@idir','2023-07-29 10:43:48',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.6574823 53.8803811)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026349','COM advised that there is an injured elk in their yard at the below location. Mobile in the yard, but constantly falling over and defecating. -',null,null,null,null,null,null,'1 Intata Rd, Elkford, BC','Upper Shop ','2023-07-08 05:32:35','2023-07-08 05:32:35',null,'RYGORDON@idir','2023-07-11 08:46:01',null,null,null,null,'CLOSED','ELKFORD',ST_GeomFromText('POINT(-114.9238866 49.9764196)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026350','Caller advised the bear is in the trap. -',null,null,null,null,null,null,'70 MacKenzie Blvd, Mackenzie, BC','RV Royal Oak Hotel','2023-07-08 05:39:50','2023-07-08 05:39:50',null,'BRADAMS@idir','2023-07-12 12:26:27',null,null,null,null,'CLOSED','MACKENZI',ST_GeomFromText('POINT(-123.095 55.3308139)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026352','Caller reporting an injured moose near the below noted location. Caller advised the moose was hit by a bus and was laying in the ditch but got up and hobbled towards the train tracks. Caller noted one of the moose''s back legs appeared to be broken. - -',null,null,null,null,null,null,'','Fording Mine Rd','2023-07-08 06:19:43','2023-07-08 06:19:43',null,'RYGORDON@idir','2023-07-11 08:22:52',null,null,null,null,'CLOSED','ELKFORD',ST_GeomFromText('POINT(-114.8076714 50.0454682)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026354','COM reported hearing a possible grizzly banging in a trap behind the neighbour''s house next to the noted address. ',null,null,null,null,null,null,'922 Askimlikw Mamnta, Bella Coola, BC',null,'2023-07-08 06:31:00','2023-07-08 06:31:34',null,'CPOSTHUM@idir','2023-07-12 10:55:24',null,null,null,null,'CLOSED','BLLACOOL',ST_GeomFromText('POINT(-126.7059081 52.3650853)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026355','Caller reporting a bb that chased his cat into the house. The BB made it in the house, stood up, looked at the caller and left the house. The bb is presently up in the cherry tree within 20'' of the house and not leaving. 2 BB''s have been in the yard for the last several days and not leaving. Caller requesting assistance.',null,null,null,null,null,null,'48636 3rd Ave, Boston Bar, BC',null,'2023-07-08 07:21:00','2023-07-08 07:21:00',null,'ALBUCHAN@idir','2023-07-09 13:21:58',null,null,null,null,'OPEN','BSTNBR',ST_GeomFromText('POINT(-121.4477583 49.8802079)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026357','COM is reporting a deer that appears to be stuck in their gated community at the noted location. ',null,null,null,null,null,null,'UNIT 136 -- 8485 Young Rd, Chilliwack, BC',null,'2023-07-08 07:43:42','2023-07-08 07:43:42',null,'MAISMITH@idir','2023-07-08 10:12:20',null,null,null,null,'CLOSED','CHILLIWK',ST_GeomFromText('POINT(-121.9547652 49.1564165)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026358','Caller reporting an injured calf moose near the below noted location. Caller advised the moose appeared to have a broken leg and is laying in the middle of the road. -',null,null,null,null,null,null,'Fort Nelson, BC','Km 21 of Syd Rd - oil field road ','2023-07-08 07:51:00','2023-07-08 07:51:00',null,'BALACEY@idir','2023-07-17 10:58:33',null,null,null,null,'CLOSED','FTNELSON',ST_GeomFromText('POINT(-122.6969444 58.8052778)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026359','Dispatcher reporting a cougar & cubs with a deer kill just north of the ball field. The Cougar was on the road and was unafraid of the police car. Member on route to SAR in Sooke, unable to remain in the area. The area is a high visitor traffic area.',null,null,null,null,null,null,'Sooke River Rd, Sooke, BC','towards potholes','2023-07-08 07:58:23','2023-07-08 07:58:23',null,'DSEXTON@idir','2023-07-10 11:39:53',null,null,null,null,'OPEN','SOOKE',ST_GeomFromText('POINT(-123.7142938 48.4236067)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026360','Cst Rios attending and requesting COS assistance. -Injured deer in front of the Harvest Golf Club. ',null,null,null,null,null,null,'2725 KLO Rd, Kelowna, BC',null,'2023-07-08 07:58:29','2023-07-08 07:58:29',null,'GSMALL@idir','2023-07-21 22:17:45',null,null,null,null,'CLOSED','KELOWNA',ST_GeomFromText('POINT(-119.4245223 49.8559696)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026361','COM reports BB getting in garbage',null,null,null,null,null,null,'Hartford Pl, District of North Vancouver, BC',null,'2023-07-08 08:10:59','2023-07-08 08:10:59',null,'DLEWERS@idir','2023-07-08 08:11:44',null,null,null,null,'OPEN','NORVAN',ST_GeomFromText('POINT(-122.9887757 49.3136441)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026362','Caller reporting a bb hanging out for last week. In a cherry tree about an hour on monday and again today. The bb is limping and the left rear of the body appears deformed, The bb is not scared of people. The bb has a yellow tag. - -picture available ',null,null,null,null,null,null,'Braemar Dr and Friedel Cres, Squamish, BC',null,'2023-07-08 08:26:31','2023-07-08 08:26:31',null,'CROCHON@idir','2023-07-09 09:47:28',null,null,null,null,'CLOSED','SQUMISH',ST_GeomFromText('POINT(-123.1203628 49.7424483)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026363','Caller reporting food conditioned black bears at the below noted location. Caller advised the sow and cub have been coming back to the complex for the past 2-3 days and are knocking over the garbages and compost. Caller noted they have not been aggressive but is concerned as there are kids and small animals at the complex. -***Caller requesting a callback from a CO for information.***',null,null,null,null,null,null,'331 Riverside Dr, District of North Vancouver, BC',null,'2023-07-08 06:00:00','2023-07-08 08:26:47',null,'SZUKEWI@idir','2023-07-18 11:15:30',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.015115 49.3082246)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026365','COM is reporting that his daughter hit a deer with her vehicle at the noted location. Daughter has been on scene for about 20 - 25 min and the deer cannot get up. Appears to have an injured leg(s) or hip. COM is requesting a call back as she is concerned for the deer and would like to know the outcome. ',null,null,null,null,null,null,'2711 White Lake Rd, White Lake, BC',null,'2023-07-08 08:55:50','2023-07-08 08:55:50',null,'ETYUKODI@idir','2023-07-08 10:44:22',null,null,null,null,'CLOSED','SALMARM',ST_GeomFromText('POINT(-119.2947955 50.8734276)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026370','COM reporting BB is being aggressive towards campers. It is going camp site to campsite trying to get food. 8 campers have called him since 8:30 am he is very concerned for campers and children in area. ',null,null,null,null,null,null,'32585 Caine Creek FSR, Summit Lake, BC','Loons Haven Resort (secured gate needs to call for entry) ','2023-07-08 09:10:14','2023-07-08 09:10:14',null,'EMCARTHU@idir','2023-07-18 12:24:11',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.6601667 54.3186977)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026371','COM reporting BB sighting',null,null,null,null,null,null,'22908 Eagle Ave, Maple Ridge, BC',null,'2023-07-08 09:14:11','2023-07-08 09:14:11',null,'DLEWERS@idir','2023-07-08 09:15:14',null,null,null,null,'CLOSED','MAPLERID',ST_GeomFromText('POINT(-122.5874757 49.223186)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026373','Caller reporting a BB wandering around the area. It has been seen in the front yards along the street.',null,null,null,null,null,null,'1387 Trafalgar St, Coquitlam, BC',null,'2023-07-08 09:32:06','2023-07-08 09:32:06',null,'PBRACKEN@idir','2023-07-08 09:34:03',null,null,null,null,'CLOSED','COQUITLM',ST_GeomFromText('POINT(-122.7569044 49.2975995)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026374','COM is reporting that there is a cougar behind his daughters work place at the noted location. Advised that it has been in the area for the last couple of days ',null,null,null,null,null,null,'1515 Arbutus Rd, Quesnel, BC',null,'2023-07-08 09:33:08','2023-07-08 09:33:08',null,'JMILLETT@idir','2023-07-13 12:14:53',null,null,null,null,'CLOSED','QUESNEL',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026376','COM called into RCMP (250-491-4301) advising that a deer was hit by a car and lying in a ditch near the fountain near the sasquatch statue 8 km outside of town. Deer is immobile and unable to get up and thinks that the leg is broken. RCMP is requesting CO to dispatch the deer. - - ',null,null,null,null,null,null,'Hwy 3, Osoyoos, BC','In a ditch near the Fountain near the Sasquatch statue- 8 km outside of town','2023-07-08 09:34:41','2023-07-08 09:34:41',null,'BRANBECK@idir','2023-07-08 13:26:27',null,null,null,null,'CLOSED','OSOYOOS',ST_GeomFromText('POINT(-119.4974976 49.0395649)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026377','Deceased deer on the side of the road. ',null,null,null,null,null,null,'','summit connector north shore before the hairpin road above mission flats','2023-07-08 09:35:31','2023-07-08 09:35:31',null,'KANEKOPP@idir','2023-07-10 10:23:10',null,null,null,null,'CLOSED','KAMLOOPS',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026380','COM is reporting that bears have destroyed their shed last week and accessed bins that were stored inside. Advised they also climb up the stairs onto the deck to access the compost bin. Advised they have also damaged the sliding door on the deck. Requesting a call back from the COs. ',null,null,null,null,null,null,'2579 Larkin Ave, Port Coquitlam, BC',null,'2023-07-08 09:37:16','2023-07-08 09:37:16',null,'IPAVLOVI@IDIR','2023-07-08 09:46:52',null,null,null,null,'OPEN','PORTCOQ',ST_GeomFromText('POINT(-122.7848591 49.2777872)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026385','2 yr old BB, limping (left paw). Was just trying to get at his garbage. -Scared it off property. ',null,null,null,null,null,null,'12195 Dewdney Trunk Rd, Mission, BC',null,'2023-07-08 09:55:44','2023-07-08 09:55:44',null,'doweber@idir','2023-07-08 09:58:33',null,null,null,null,'OPEN','MISSION',ST_GeomFromText('POINT(-122.3178737 49.2220626)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026394','COM is reporting that he struck a deer with his truck at the noted location. Deer is immobile. Tries to get up but cannot. NB side. ',null,null,null,null,null,null,'281 Rd and Hwy 29 N, Charlie Lake, BC','Hudson Hope Rd ','2023-07-08 10:28:32','2023-07-08 10:28:32',null,'AEAGLES@idir','2023-07-08 10:49:09',null,null,null,null,'CLOSED','CHRLLK',ST_GeomFromText('POINT(-121.0582347 56.3069197)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026395','Caller reports seeing a bear walk through their yard into a neighbors yard.',null,null,null,null,null,null,'5043 Shirley Ave, District of North Vancouver, BC',null,'2023-07-08 10:57:52','2023-07-08 10:57:52',null,'SMCCREAD@idir','2023-07-08 10:59:52',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.0972952 49.358478)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026402','COM reporting BB sighting outside the fence',null,null,null,null,null,null,'9077 Dallas Dr, Kamloops, BC',null,'2023-07-08 11:31:01','2023-07-08 11:31:01',null,'DLEWERS@idir','2023-07-08 11:31:56',null,null,null,null,'CLOSED','KAMLOOPS',ST_GeomFromText('POINT(-120.0760234 50.6541767)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026403','Caller advises of Deer injured by MVI, needs to be dispatched. Located in the bushes.',null,null,null,null,null,null,'Bowen Rd, Nanaimo, BC','224 Emery way east side of the road buried in the bushes, hydro pole with blue graffitti, McDonald''s cup on the side of the road. ','2023-07-08 11:31:59','2023-07-08 11:31:59',null,'MAWILSON@idir','2023-07-31 15:02:12',null,null,null,null,'OPEN','NANAIMO',ST_GeomFromText('POINT(-123.9817737 49.1851389)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026404','COM is advising that they found a dead bird, possibly a Junco at the noted location. COM advises that it is their policy to report dead birds to the RAPP line. ',null,null,null,null,null,null,'101 Smeltersite Rd, Kitimat, BC','LNG Canada Site','2023-07-08 11:33:03','2023-07-08 11:33:03',null,'MGEUZE@idir','2023-07-09 00:14:22',null,null,null,null,'CLOSED','KITIMAT',ST_GeomFromText('POINT(-128.7123759 54.0285015)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026407','COM is reporting a BB in the neighborhood again, just walking down the street. He said he has reported this several times in the past, just concerned as there are children in the neighborhood.',null,null,null,null,null,null,'73 Deep Dene Rd, West Vancouver, BC',null,'2023-07-08 11:43:11','2023-07-08 11:43:11',null,'EFITCH@IDIR','2023-07-08 11:48:02',null,null,null,null,'CLOSED','WSTVANCO',ST_GeomFromText('POINT(-123.1190681 49.3576733)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026409','Caller reports a cougar sighting on Maplebank Rd near the sports field on the Songhees reserve. Saw it at 9pm last night.',null,null,null,null,null,null,'200 Maplebank Rd, View Royal, BC',null,'2023-07-08 11:46:16','2023-07-08 11:46:16',null,'SMCCREAD@idir','2023-07-08 11:50:35',null,null,null,null,'CLOSED','VIEWROYL',ST_GeomFromText('POINT(-123.4333055 48.4412539)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026413','COM reporting spotted fawn with injured leg unable to get up. They are currently holding it and trying to help - -1152 briefed CO Maitland',null,null,null,null,null,null,'8618 Grand View Dr, Chilliwack, BC',null,'2023-07-08 11:49:28','2023-07-08 11:49:28',null,'MAISMITH@idir','2023-07-08 12:37:48',null,null,null,null,'CLOSED','CHILLIWK',ST_GeomFromText('POINT(-122.0051023 49.1579499)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026414','Caller reporting 4 coyotes in the backyard, within arms length of the caller. Trying to get at the caller''s dog. The caller has screamed at them and has had pick up her dog and run inside the house. They are not bothered by humans and are getting more brazen. The coyotes have their den at the neighbour''s yard (2550). The caller reports that every night they are screaming. -',null,null,null,null,null,null,'2520 SW Marine Dr, Vancouver, BC',null,'2023-07-08 11:49:44','2023-07-08 11:49:44',null,'SZUKEWI@idir','2023-07-11 10:17:35',null,null,null,null,'OPEN','VANCOUVR',ST_GeomFromText('POINT(-123.1634758 49.2230969)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026415','COM reporting juvenile grizzly bear suspected last night broke down front fence around their garden and then the back fences. This AM they discovered a grizzly up in their cherry tree eating cherries for about 1 hour. She let the her dog out but grizzly is not scared. Has left the area, she will pick the rest of the cherries. ',null,null,null,null,null,null,'1216 Clayton St, Bella Coola, BC',null,'2023-07-08 11:50:33','2023-07-08 11:50:33',null,'CPOSTHUM@idir','2023-07-12 11:26:21',null,null,null,null,'CLOSED','BLLACOOL',ST_GeomFromText('POINT(-126.7563798 52.3748536)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026416','COM reported a fox that has denned next door in an empty lot where people leave their yard waste. It growls at the COMs dogs in the morning at the gate. The fox has lived there since next door. -** COM would like a call to know if anything is done so she knows her dogs are safe. ',null,null,null,null,null,null,'',null,'2023-07-08 11:53:03','2023-07-08 11:53:03',null,'EMCARTHU@idir','2023-07-20 10:02:41',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026417','COM is reporting seeing a coyote at the noted park. No aggressive behaviour reported. ',null,null,null,null,null,null,'Guildford Heights Park ',null,'2023-07-08 11:57:14','2023-07-08 11:57:14',null,'IPAVLOVI@IDIR','2023-07-08 11:59:01',null,null,null,null,'CLOSED','SURRY',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026419','COM is reporting a fawn that has been struck by a vehicle at the noted location. COM is unsure if the fawn was in shock or not and unable to confirm immobility. COM did not see the fawn very well as she was driving by and advised there was a group of people standing around. ',null,null,null,null,null,null,'8670 Grand View Dr, Chilliwack, BC',null,'2023-07-08 12:06:50','2023-07-08 12:06:50',null,'MAISMITH@idir','2023-07-08 12:35:14',null,null,null,null,'CLOSED','CHILLIWK',ST_GeomFromText('POINT(-122.008836 49.1601038)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026420','Caller reporting an injured yearling black bear near the below noted location. Caller advised 3 people have reported seeing the bear that looks sick and is walking slowly. ',null,null,null,null,null,null,'Estavilla Dr, Prince George, BC',null,'2023-07-08 12:09:34','2023-07-08 12:09:34',null,'HIDESMAR@idir','2023-07-17 15:15:48',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.79768 54.007326)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026421','COM reporting that huge wild dog - bull mastiff has entered into his property. He advised there are approx. 80 ""wild dog packs"" in the area causing problems. He had apparently had a conversation with a CO within the last 4 years, and they advised that if they didn''t have a collar to call the office if they return. -Advised him that CO office does not handle wild dog complaints but is insistent on speaking with a local CO. ',null,null,null,null,null,null,'1680 Anaconda Rd, Anaconda, BC',null,'2023-07-08 12:14:50','2023-07-08 12:14:50',null,'MPLAMOND@idir','2023-07-08 14:11:59',null,null,null,null,'CLOSED','GREENWOD',ST_GeomFromText('POINT(-118.6781295 49.0608816)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026422','COM reporting sighting of mom and 2 cubs',null,null,null,null,null,null,'Bear Mountain Pky, Highlands, BC',null,'2023-07-08 12:24:13','2023-07-08 12:24:13',null,'DLEWERS@idir','2023-07-08 12:25:17',null,null,null,null,'CLOSED','LANGFORD',ST_GeomFromText('POINT(-123.5192102 48.4750738)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026425','Sow with 3 cubs into green waste bin across the street right now.',null,null,null,null,null,null,'3384 Raleigh St, Port Coquitlam, BC',null,'2023-07-08 12:39:24','2023-07-08 12:39:24',null,'doweber@idir','2023-07-08 12:41:14',null,null,null,null,'OPEN','PORTCOQ',ST_GeomFromText('POINT(-122.785589 49.2728089)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026427','Bear in the area, little guy, was up a tree. Not sure where it went. ',null,null,null,null,null,null,'1810 Summit Dr, Kamloops, BC',null,'2023-07-08 12:47:42','2023-07-08 12:47:42',null,'doweber@idir','2023-07-08 12:49:29',null,null,null,null,'CLOSED','KAMLOOPS',ST_GeomFromText('POINT(-120.3417469 50.651567)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026428','Bear getting into the grease recovery containers. We are sending a member',null,null,null,null,null,null,'1636 Peninsula Rd, Ucluelet, BC',null,'2023-07-08 12:51:11','2023-07-08 12:51:11',null,'MAWILSON@idir','2023-07-11 11:04:33',null,null,null,null,'CLOSED','UCLUELET',ST_GeomFromText('POINT(-125.5475036 48.942174)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026429','COM reports 2 BB were fighting and have taken off. COM reports the BB have been hanging around as a neighbor has a barrel with some unknown substance that the BB keep getting in to.',null,null,null,null,null,null,'8361 Needles Dr, Whistler, BC',null,'2023-07-08 12:54:22','2023-07-08 12:54:22',null,'TDSCHUMA@idir','2023-07-18 13:30:49',null,null,null,null,'OPEN','WHISTLER',ST_GeomFromText('POINT(-122.9688032 50.1454408)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026430','Caller reports seeing a young bear in a tree eating berries. ',null,null,null,null,null,null,'1060 Legacy Way, Whistler, BC',null,'2023-07-08 13:06:09','2023-07-08 13:06:09',null,'SMCCREAD@idir','2023-07-08 13:09:29',null,null,null,null,'CLOSED','WHISTLER',ST_GeomFromText('POINT(-123.0420193 50.0787578)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026431','COM reporting she saw a cougar on the trail when walking her dogs a couple of days ago. COM reports she scared it off. She also saw it again 2 days later',null,null,null,null,null,null,'Lickman Rd, Chilliwack, BC','north of CO-OP gas station','2023-07-08 13:14:36','2023-07-08 13:14:36',null,'PDAYTON@idir','2023-07-13 14:00:16',null,null,null,null,'CLOSED','CHILLIWK',ST_GeomFromText('POINT(-122.0067645 49.1255362)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026433','Caller reports injured Deer at the entrance to Stocking Creek Park. Very injured and needs to be dispatched',null,null,null,null,null,null,'Finch Pl, Ladysmith, BC',null,'2023-07-08 13:16:01','2023-07-08 13:16:01',null,'SMCCREAD@idir','2023-07-08 13:23:29',null,null,null,null,'OPEN','CHMNUS',ST_GeomFromText('POINT(-123.7771606 48.9616724)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026436','Caller reporting at 03:15 hours today a cougar crossed the yard in front of his house. The caller has notified his neighbours. The caller stated that there is very little deer in the area. The caller would like to know if signs/ social media be done due to high use trail head. Caller will make himself available to show the route the cougar has been using. - -species changed to reflect cougar',null,null,null,null,null,null,'580 Arizona Dr, Campbell River, BC',null,'2023-07-08 13:20:58','2023-07-08 13:20:58',null,'DSEXTON@idir','2023-07-10 11:52:10',null,null,null,null,'CLOSED','CMBLRV',ST_GeomFromText('POINT(-125.2216244 49.9526538)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026438','COM reporting that Mother BB and 3 cubs broken down fence and sitting in back yard. He does not want this classified as property damage and fine with them being in back yard and just wants this reported as a sighting. ',null,null,null,null,null,null,'3358 Jervis St, Port Coquitlam, BC',null,'2023-07-08 13:23:27','2023-07-08 13:23:27',null,'EFITCH@IDIR','2023-07-08 13:29:28',null,null,null,null,'CLOSED','PORTCOQ',ST_GeomFromText('POINT(-122.7841402 49.2722972)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026441','COM is reporting a nuisance bear in the neighbourhood that has been accessing has garbage and the neighbours garbage. Advised that it has accessed his garbage twice now. COM says "If push comes to shove he will put the bear down himself". ',null,null,null,null,null,null,'1301 Kring Rd, Fort St. James, BC',null,'2023-07-08 13:34:54','2023-07-08 13:34:54',null,'JSCHULTZ@idir','2023-08-09 14:35:48',null,null,null,null,'CLOSED','FTSTJAME',ST_GeomFromText('POINT(-124.2819055 54.4299993)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026442','Caller reporting an injured deer near the below noted location. Caller advised the deer was hit by a car and then limped off the road towards the west side of the bridge. ',null,null,null,null,null,null,'Hwy 97 N, Kelowna, BC','William R Bennett Bridge - North side of bridge on west side. ','2023-07-08 13:43:22','2023-07-08 13:43:22',null,'JHANRATT@idir','2023-07-14 15:47:54',null,null,null,null,'CLOSED','KELOWNA',ST_GeomFromText('POINT(-119.3900245 49.9379289)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026443','COM is reporting an injured deer at the noted location that he believes was recently struck by a vehicle. Advised that the deer is mobile. ',null,null,null,null,null,null,'William R Bennett Bridge, West Kelowna, BC','Deer is on the West Kelowna side of the bridge','2023-07-08 13:45:50','2023-07-08 13:45:50',null,'GSMALL@idir','2023-07-21 22:47:02',null,null,null,null,'CLOSED','WSTKELOW',ST_GeomFromText('POINT(-119.5143301 49.8790135)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026445','COM is reporting a doe with two fawns that has been frequenting his property for years. Advised that he just saw the doe but it has some sort of fencing wrapped all around its chest and one of its legs. Deer is not struggling but also does not look very comfortable. ',null,null,null,null,null,null,'1910 Bay St, Ucluelet, BC',null,'2023-07-08 13:50:47','2023-07-08 13:50:47',null,'MAWILSON@idir','2023-07-31 15:05:41',null,null,null,null,'CLOSED','UCLUELET',ST_GeomFromText('POINT(-125.5498263 48.9449685)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026446','Caller reports a bear cub in Lions Park by the river.',null,null,null,null,null,null,'Shaughnessy St, Port Coquitlam, BC',null,'2023-07-08 13:51:35','2023-07-08 13:51:35',null,'PDAYTON@idir','2023-07-13 13:40:07',null,null,null,null,'CLOSED','PORTCOQ',ST_GeomFromText('POINT(-122.7827055 49.2583014)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026447','COM is reporting a bear that went around their property and ate all the mice traps that a pest control company placed. Advised that the bear was unafraid of COM. Also advised that to access the property the bear walked right through the fence and damaged it. ',null,null,null,null,null,null,'99 Strong Rd, Anmore, BC',null,'2023-07-08 13:55:29','2023-07-08 13:55:29',null,'IPAVLOVI@IDIR','2023-07-08 14:01:00',null,null,null,null,'OPEN','ANMR',ST_GeomFromText('POINT(-122.8429312 49.3072385)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026448','Caller reporting an injured deer near the below noted location. Caller advised the deer has an injured rear right leg and is not weight bearing. Caller noted the deer is mobile. ',null,null,null,null,null,null,'2nd Ave and Birch St, Campbell River, BC','Heading towards Centennial Park on Birch St. ','2023-07-08 13:55:59','2023-07-08 13:55:59',null,'MAWILSON@idir','2023-07-28 16:06:39',null,null,null,null,'CLOSED','CMBLRV',ST_GeomFromText('POINT(-125.2418392 50.0111392)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026450','COM is reporting a dead deer off of their property that is now attracting coyotes. Advised that she contacted the city but they have no removed it. ',null,null,null,null,null,null,'1585 Columbia Gardens Rd, Fruitvale, BC',null,'2023-07-08 14:01:18','2023-07-08 14:01:18',null,'TBTHIN@idir','2023-07-16 13:14:42',null,null,null,null,'CLOSED','FRUITVAL',ST_GeomFromText('POINT(-117.554495 49.100785)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026451','RCMP received a report of a food conditioned black bear near the below noted location. RCMP advised the bear was getting into the dumpsters and tearing into the garbage. RCMP noted it is a populated area. ',null,null,null,null,null,null,'3625 Banff Crt, District of North Vancouver, BC',null,'2023-07-08 14:03:00','2023-07-08 14:06:11',null,'KSORENSE@idir','2023-07-08 14:08:41',null,null,null,null,'OPEN','NORVAN',ST_GeomFromText('POINT(-122.9704923 49.3180705)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026452','Caller rteports between Oliver and Okanagan Falls at Vaseuax lake on Hwy 97 there is a very young bear cub. It is on the wrong side of the wild life fence, across the highway from a bird sanctuary.',null,null,null,null,null,null,'Hwy 97, Okanagan Falls, BC',null,'2023-07-08 14:11:03','2023-07-08 14:11:03',null,'BRANBECK@idir','2023-07-08 14:38:29',null,null,null,null,'CLOSED','OKAFALLS',ST_GeomFromText('POINT(-119.57104 49.3381138)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026455','Caller was driving past and noticed a coyote laying on the shoulder, she is not sure if the animal is alive or dead but it was not moving at that time.',null,null,null,null,null,null,'16 Ave and 194 St, Surrey, BC','East of 194th','2023-07-08 14:17:58','2023-07-08 14:17:58',null,'ALBUCHAN@idir','2023-07-09 12:12:30',null,null,null,null,'CLOSED','LANGLEY',ST_GeomFromText('POINT(-122.6858233 49.0310686)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026456','COM reported a wolf/coyote wandering in the area for a few. COM said animal control was aware and looking for it. No aggression noted. ',null,null,null,null,null,null,'10125 156 St, Surrey, BC',null,'2023-07-08 14:23:25','2023-07-08 14:23:25',null,'DTALEVSK@idir','2023-07-08 14:26:59',null,null,null,null,'CLOSED','SURRY',ST_GeomFromText('POINT(-122.7901455 49.1867222)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026457','Caller reporting a food conditioned black bear near the below noted location. Caller advised the bear look''s like a yearling and knocked over his garbage and tore the bags apart. Caller noted he yelled at the bear and it was unafraid. ',null,null,null,null,null,null,'6905 Fairmont Cres, Prince George, BC',null,'2023-07-08 14:36:27','2023-07-08 14:36:27',null,'HIDESMAR@idir','2023-07-17 15:18:11',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7600603 53.8589404)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026458','COM reports a BB sighting',null,null,null,null,null,null,'Anderton Rd, Courtenay, BC',null,'2023-07-08 14:42:42','2023-07-08 14:42:42',null,'DLEWERS@idir','2023-07-08 14:43:38',null,null,null,null,'CLOSED','COURTNY',ST_GeomFromText('POINT(-124.9333993 49.7248676)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026459','Caller reports a bear in their garden. not aggressive, was treed by their dogs.',null,null,null,null,null,null,'250 Hector Rd, Saanich, BC',null,'2023-07-08 14:46:19','2023-07-08 14:46:19',null,'SMCCREAD@idir','2023-07-08 14:54:14',null,null,null,null,'OPEN','SAANICH',ST_GeomFromText('POINT(-123.4340675 48.4949518)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026460','COM is reporting a black bear wandering behind the noted skatepark. No food conditioned or aggressive behaviour reported. ',null,null,null,null,null,null,'Skatepark ',null,'2023-07-08 14:53:25','2023-07-08 14:53:25',null,'IPAVLOVI@IDIR','2023-07-08 14:55:11',null,null,null,null,'CLOSED','PORTMDY',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026461','Caller Reports there was a bear wandering up Todd Rd near the Baptist church. Not aggressive.',null,null,null,null,null,null,'Todd Rd, Kamloops, BC',null,'2023-07-08 14:55:18','2023-07-08 14:55:18',null,'SMCCREAD@idir','2023-07-08 14:58:42',null,null,null,null,'CLOSED','KAMLOOPS',ST_GeomFromText('POINT(-120.1813169 50.6541531)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026463','COM is reporting a nuisance bear in their neighbourhood. Has charged COM each time he has tried to scare it away. COM thinks someone might try to shoot it if it is not dealt with. ',null,null,null,null,null,null,'8461 Bradshaw Pl, Chilliwack, BC',null,'2023-07-08 14:59:14','2023-07-08 14:59:14',null,'ALBUCHAN@idir','2023-07-09 12:21:43',null,null,null,null,'OPEN','CHILLIWK',ST_GeomFromText('POINT(-121.817086 49.1549564)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026465','Caller reporting a BB in the park with people running up to the BB with their children. The caller feels the BB is being cornered. ',null,null,null,null,null,null,'Rocky Point Park ','port moody','2023-07-08 15:01:46','2023-07-08 15:01:46',null,'PBRACKEN@idir','2023-07-08 15:07:41',null,null,null,null,'OPEN','PORTMDY',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026467','West Vancouver Police received a report of a black bear sighting near the below noted location. Caller advised the COM said the bear was in their backyard and was not aggressive. COM noted the bear seemed like it was looking for garbage. ',null,null,null,null,null,null,'5700 Cranley Dr, West Vancouver, BC',null,'2023-07-08 15:04:55','2023-07-08 15:04:55',null,'KSORENSE@idir','2023-07-08 15:07:55',null,null,null,null,'CLOSED','WSTVANCO',ST_GeomFromText('POINT(-123.2643987 49.3567007)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026469','Caller reporting a black bear sighting near the below noted location. Caller advised the bear was going through the backyard. Caller noted he made some noise and the bear left. Caller advised there was no garbage out. -',null,null,null,null,null,null,'109 Bonnymuir Dr, West Vancouver, BC',null,'2023-07-08 15:05:00','2023-07-08 15:09:08',null,'KSORENSE@idir','2023-07-08 15:15:23',null,null,null,null,'CLOSED','WSTVANCO',ST_GeomFromText('POINT(-123.1239941 49.3605873)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026470','RCMP advising that people are going up to the bear at Rocky Point Park. ',null,null,null,null,null,null,'2800 Murray St, Port Moody','Rocky Point Park ','2023-07-08 15:11:10','2023-07-08 15:11:10',null,'IPAVLOVI@IDIR','2023-07-08 15:15:24',null,null,null,null,'OPEN','PORTMDY',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026471','COM reporting a BB sighting in the area near Shoreline Trail ',null,null,null,null,null,null,'2800 Murray St, Port Moody, BC',null,'2023-07-08 15:13:25','2023-07-08 15:13:25',null,'DLEWERS@idir','2023-07-08 15:14:57',null,null,null,null,'CLOSED','PORTMDY',ST_GeomFromText('POINT(-122.8489618 49.2796326)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026473','COM is reporting a bear and 2 cubs at the noted location. ',null,null,null,null,null,null,'1155 Glenayre Dr, Port Moody, BC ',null,'2023-07-08 15:29:53','2023-07-08 15:29:53',null,'IPAVLOVI@IDIR','2023-07-08 15:33:45',null,null,null,null,'CLOSED','PORTMDY',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026474','Police received a call of a bear that was up on the back porch and has now moved off to the neighbours and is seemingly cruising the neighbourhood.',null,null,null,null,null,null,'1366 Camwell Dr, West Vancouver, BC',null,'2023-07-08 15:33:45','2023-07-08 15:33:45',null,'PROEMER@idir','2023-07-08 15:35:55',null,null,null,null,'CLOSED','WSTVANCO',ST_GeomFromText('POINT(-123.1576827 49.3459786)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026475','Caller reporting 2 cubs and a sow up a tree for the last 3 - 4 hours The caller is concerned that once the caller leaves the BB will destroy his 30 foot 5th wheel. -Caller requesting assistance.',null,null,null,null,null,null,'3610 Hwy 21 S, Lister, BC','South of Simon rd (3610A)','2023-07-08 15:46:11','2023-07-08 15:46:11',null,'BDAY@idir','2023-08-04 13:19:33',null,null,null,null,'CLOSED','CRESTON',ST_GeomFromText('POINT(-116.5209407 49.0660159)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026476','COM is reporting finding a bear cub on its own at the noted location. COM and her friend waited around for at least 30 min but the sow was no where to be seen. Advised the cub looks rather skinny. Bear was on the south side of the road when travelling towards Prince George - -GPS: 54.009839 -123.097104 -',null,null,null,null,null,null,'Ness Lake Rd, Ness Lake, BC',null,'2023-07-08 15:46:15','2023-07-08 15:46:15',null,'HIDESMAR@idir','2023-07-17 15:20:16',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-123.097104 54.009839)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026478','Caller reporting a black bear sighting near the below noted location. Caller advised the bear was about 10 feet off the trail and was just wandering around. ',null,null,null,null,null,null,'Jameson Rd, Nanaimo, BC','Creek side trail near Ammonite Falls ','2023-07-08 15:49:40','2023-07-08 15:49:40',null,'KSORENSE@idir','2023-07-08 15:52:49',null,null,null,null,'CLOSED','NANAIMO',ST_GeomFromText('POINT(-124.0522316 49.1749481)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026481','Caller reports that there is a injured bear CN railyard above the mill.',null,null,null,null,null,null,'1300 Main St, Lillooet, BC',null,'2023-07-08 16:11:21','2023-07-08 16:11:21',null,'MMBOOTH@idir','2023-07-18 15:38:20',null,null,null,null,'CLOSED','LILLOOET',ST_GeomFromText('POINT(-121.9360377 50.6847379)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026482','Caller reporting a black bear on site adjacent to the address noted below getting into garbages. Advised the garbages are locked up but the bear is still getting into them. COM advised the black bear has been coming around eating garbage for about two weeks now. Advised if the CO''s need to get on site they have to give caller listed below a call first to disable the security system.',null,null,null,null,null,null,'2337 Old Dollarton Rd, District of North Vancouver, BC','Adjacent to the adress noted above ','2023-07-08 16:12:36','2023-07-08 16:12:36',null,'DDUFFY@idir','2023-07-08 16:18:22',null,null,null,null,'OPEN','NORVAN',ST_GeomFromText('POINT(-123.0097878 49.3072396)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026483','COM works at the provincial park and received another report of an injured bear in the park that is dragging both of its back legs. Bear is mobile. Park employee did not see the injured bear himself. ',null,null,null,null,null,null,'','Sasquatch Park ','2023-07-08 16:20:59','2023-07-08 16:20:59',null,'ALBUCHAN@idir','2023-07-09 12:28:00',null,null,null,null,'OPEN','HARHOTSP',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026484','Dispatcher reporting a bear injured on railway tracks at 50.675337 -121.951169 -OIC Cst Andrew Hodges 604-218-1656 is heading to scene and requesting a COS callback.',null,null,null,null,null,null,'',null,'2023-07-08 16:23:31','2023-07-08 16:23:31',null,'MMBOOTH@idir','2023-07-18 16:05:34',null,null,null,null,'CLOSED','LILLOOET',ST_GeomFromText('POINT(-121.951169 50.675337 )')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026485','Caller reporting was driving back up from the old pulp mill road and saw a small bear on the left hand side of the road across from the railroad tracks. Advised could not see a mother bear around and is worried it is orphaned. ',null,null,null,null,null,null,'','Old Pulp Mill Road by Prince George Pulp Mill ','2023-07-08 16:30:08','2023-07-08 16:30:08',null,'HIDESMAR@idir','2023-07-17 15:24:09',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026486','Caller reporting a fawn with a broken leg not mobile in the front yard. ',null,null,null,null,null,null,'330 Willow point dr campbell River ',null,'2023-07-08 16:34:56','2023-07-08 16:34:56',null,'MAWILSON@idir','2023-07-28 16:37:44',null,null,null,null,'OPEN','CMBLRV',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026487','Caller reporting a bald eagle that doesn''t appear to be able to take off.',null,null,null,null,null,null,'Bottom Wood Lake Rd, Lake Country, BC','BETWEEN 1-2 KM NORTH ON RAIL TRAIL ON THE EAST SIDE OF WOODS LAKE','2023-07-08 16:40:03','2023-07-08 16:40:03',null,'KOWENS@idir','2023-07-08 17:31:20',null,null,null,null,'CLOSED','LAKECNRY',ST_GeomFromText('POINT(-119.4021682 50.0358576)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026491','Caller reported small bear loose by the river in Lion''s Park seen within last five minutes.',null,null,null,null,null,null,'Shaughnessy St, Port Coquitlam, BC',null,'2023-07-08 16:51:40','2023-07-08 16:51:40',null,'PDAYTON@idir','2023-07-13 13:39:03',null,null,null,null,'CLOSED','PORTCOQ',ST_GeomFromText('POINT(-122.7827055 49.2583014)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026492','Caller reporting a black bear that has come into the backyard several times. Advised he has not seen the bear but keeps finding bear poop in the backyard. Advised there is berries in the poop so there is berries around. COM is worried that the bear will have interactions with kids that are in the area. - Emailing CO due to the COM requesting a callback -***Requesting a CO callback COM wants to know what they will do about this***',null,null,null,null,null,null,'35278 Hibiscus Crt, Abbotsford, BC',null,'2023-07-08 16:53:16','2023-07-08 16:53:16',null,'PDAYTON@idir','2023-07-13 13:59:11',null,null,null,null,'CLOSED','ABTFRD',ST_GeomFromText('POINT(-122.2477561 49.0483711)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026495','Front left leg animal is unable to put any weight on it. It is still able to walk and has moved to a yard nearby.',null,null,null,null,null,null,'Departure Bay Rd and Neyland Rd, Nanaimo, BC',null,'2023-07-08 16:58:31','2023-07-08 16:58:31',null,'MAWILSON@idir','2023-07-31 15:06:33',null,null,null,null,'CLOSED','NANAIMO',ST_GeomFromText('POINT(-123.9867168 49.2101215)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026500','Caller advises that a bear was in the backyard and has moved to the neighbours who are not home and has grabbed some garbage and is chowing down.',null,null,null,null,null,null,'1113 Hansard Cres, Coquitlam, BC',null,'2023-07-08 17:10:22','2023-07-08 17:10:22',null,'PROEMER@idir','2023-07-08 17:12:24',null,null,null,null,'OPEN','COQUITLM',ST_GeomFromText('POINT(-122.8033983 49.2736352)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026501','COM just had a bear in their backyard that was walking through. No food conditioned behaviour or aggressive behaviour reported. ',null,null,null,null,null,null,'1520 Camelot Rd, West Vancouver, BC',null,'2023-07-08 17:11:04','2023-07-08 17:11:04',null,'IPAVLOVI@IDIR','2023-07-08 17:12:23',null,null,null,null,'CLOSED','WSTVANCO',ST_GeomFromText('POINT(-123.1573752 49.34516)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026507','Caller reports that there is a black bear that is causing problems getting at food, Not aggressive to people, maybe 2 years old. - -Requesting a call from CO to discuss, if no contact please leave message.',null,null,null,null,null,null,'Tsylos Lodge, North End of Chilko Lake',null,'2023-07-08 17:45:36','2023-07-08 17:45:36',null,'JPAULS@idir','2023-07-30 15:10:26',null,null,null,null,'CLOSED','CHLKLK',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026508','COM reporting buck with injured left hind leg',null,null,null,null,null,null,'90 Bennett Ave, Penticton, BC',null,'2023-07-08 17:46:18','2023-07-08 17:46:18',null,'MSTERN@idir','2023-07-12 08:52:13',null,null,null,null,'CLOSED','PENTICTN',ST_GeomFromText('POINT(-119.5854554 49.4857047)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026509','COM reports 4 days in a row the BB has been in neigbours garbage and this afternoon the BB huffed at the COMs husband. COM''s husband sprayed the BB with bear spray. ',null,null,null,null,null,null,'244 Blackwater Cres, Mackenzie, BC',null,'2023-07-08 17:55:14','2023-07-08 17:55:14',null,'HIDESMAR@idir','2023-07-16 13:09:13',null,null,null,null,'CLOSED','MACKENZI',ST_GeomFromText('POINT(-123.1037247 55.3385215)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026512','Caller reporting seeing a bear enter into neighbors back yard.',null,null,null,null,null,null,'3964 St. Thomas St, Port Coquitlam, BC',null,'2023-07-08 18:30:57','2023-07-08 18:30:57',null,'SMCCREAD@idir','2023-07-08 18:33:45',null,null,null,null,'CLOSED','PORTCOQ',ST_GeomFromText('POINT(-122.7341553 49.283229)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026521','Deer at the intersection of Young and Airport in Chilliwack. Not injured, just wandering around ',null,null,null,null,null,null,'Airport Rd and Young Rd, Chilliwack, BC',null,'2023-07-08 18:56:42','2023-07-08 18:56:42',null,'SMCCREAD@idir','2023-07-08 18:58:53',null,null,null,null,'CLOSED','CHILLIWK',ST_GeomFromText('POINT(-121.9553843 49.1548128)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026522','Deer been hit by a car at West Bay Rd and Boucherie. in distress, needs to be dispatched.',null,null,null,null,null,null,'Boucherie Rd and West Bay Rd, West Kelowna, BC',null,'2023-07-08 18:59:02','2023-07-08 18:59:02',null,'GSMALL@idir','2023-07-21 22:48:58',null,null,null,null,'CLOSED','WSTKELOW',ST_GeomFromText('POINT(-119.5817021 49.8335813)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026523','Caller reporting a bear has been around the last few weeks and going through people''s garbage',null,null,null,null,null,null,'52179 Cheam Cres, Cheam IR, BC',null,'2023-07-08 19:04:20','2023-07-08 19:04:20',null,'CDOYLEWA@idir','2023-07-09 13:43:59',null,null,null,null,'OPEN','ROSEDALE',ST_GeomFromText('POINT(-121.7824127 49.1881209)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026525','Caller reports a returning bear. the neighbors have a cherry tree. ',null,null,null,null,null,null,'38079 Westway Ave, Squamish, BC',null,'2023-07-08 19:12:47','2023-07-08 19:12:47',null,'CROCHON@idir','2023-07-09 14:22:00',null,null,null,null,'OPEN','SQUMISH',ST_GeomFromText('POINT(-123.136941 49.6989133)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026526','Caller reports hit deer and it is just off the road in a small ditch beside the Highway. Was able to walk by itself to the side of the highway',null,null,null,null,null,null,'Hwy 16, McBride, BC','53.54692604524325, -120.73494336690916','2023-07-08 19:23:30','2023-07-08 19:23:30',null,'JOCHARTR@idir','2023-08-01 10:56:27',null,null,null,null,'CLOSED','MCBRIDE',ST_GeomFromText('POINT(-120.167078 53.3060399)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026527','A small bear maybe 70 lb is in their backyard. There is no sign of a larger one around as far as he can determine.',null,null,null,null,null,null,'2198 Wind Sail Pl, Squamish, BC',null,'2023-07-08 19:27:38','2023-07-08 19:27:38',null,'PROEMER@idir','2023-07-08 19:29:53',null,null,null,null,'CLOSED','SQUMISH',ST_GeomFromText('POINT(-123.1236673 49.7068936)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026528','Caller reporting a deer that appears to be injured and is limping',null,null,null,null,null,null,'Lakeshore Rd, Kelowna, BC','NEAR BLUEBIRD BEACH','2023-07-08 19:31:53','2023-07-08 19:31:53',null,'HGOOLIAF@idir','2023-08-06 12:24:16',null,null,null,null,'CLOSED','KELOWNA',ST_GeomFromText('POINT(-119.5320785 49.7968859)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026529','Caller reported a deer has been stocking her the las couple of mornings while she walks her dog. The caller knows that it has 2 fawns with it and the deer usually gets in between her and the fawns. This morning the the deer blocked her path on the sidewalk. The deer did not charge just barred the caller''s way. A car came by and eventually scared away the deer by honking at it. Dog was on leash. ',null,null,null,null,null,null,'Sahali Terr, Kamloops, BC','Right after the Terra Vista Complex. Bestwick ','2023-07-08 19:54:56','2023-07-08 19:54:56',null,'KANEKOPP@idir','2023-07-10 10:32:57',null,null,null,null,'CLOSED','KAMLOOPS',ST_GeomFromText('POINT(-120.3428606 50.6708708)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026530','Caller spotted the bear near the apartment building and later his wife saw it again and got a video of it. It seems to be hanging around the area. There is a creek nearby as well.',null,null,null,null,null,null,'10320 and 156th st, Surrey BC',null,'2023-07-08 19:55:54','2023-07-08 19:55:54',null,'PROEMER@idir','2023-07-08 20:02:45',null,null,null,null,'CLOSED','SURRY',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026532','Caller reporting a black bear that was getting trying to break into the green garbage bins at the location noted below. Advised the bins are locked but the bear was trying to break them open.',null,null,null,null,null,null,'40066 Plateau Dr, Squamish, BC',null,'2023-07-08 20:03:17','2023-07-08 20:03:17',null,'KPPOPJES@idir','2023-07-08 21:44:37',null,null,null,null,'OPEN','SQUMISH',ST_GeomFromText('POINT(-123.1337277 49.7039597)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026533','RCMP advised there was a bear struck and injured on Hwy 1 just past the Ice Cream Mountain Shop, the ditch of the north bound lane. RCMP dispatched the bear. ',null,null,null,null,null,null,'Hwy 1, Langford, BC','2900 block, past Ice Cream Mountain shop ','2023-07-08 20:08:21','2023-07-08 20:08:21',null,'BJETTE@idir','2023-07-08 20:16:04',null,null,null,null,'OPEN','LANGFORD',ST_GeomFromText('POINT(-123.5486594 48.4781865)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026535','Caller reporting a bear wandering through backyards',null,null,null,null,null,null,'124 Ave and 227 St, Maple Ridge, BC',null,'2023-07-08 20:11:47','2023-07-08 20:11:47',null,'ASDUNCAN@idir','2023-07-08 20:12:49',null,null,null,null,'CLOSED','MAPLERID',ST_GeomFromText('POINT(-122.5938554 49.2276319)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026536','Caller reported a big black bear walking around and getting into garbage. Caller advised there are a lot of people in the area and people are going close to it. There is also someone try to scare it away with a scooter. ',null,null,null,null,null,null,'2120 Dorset Ave, Port Coquitlam, BC',null,'2023-07-08 20:30:23','2023-07-08 20:30:23',null,'BJETTE@idir','2023-07-08 20:34:16',null,null,null,null,'OPEN','PORTCOQ',ST_GeomFromText('POINT(-122.7707622 49.2737626)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026537','Caller reported a buck with a bunch of plastic netting/fencing around its antlers as well as some bamboo. ',null,null,null,null,null,null,'12 Wellington Ave, Victoria, BC',null,'2023-07-08 20:35:03','2023-07-08 20:35:03',null,'BJETTE@idir','2023-07-08 20:37:51',null,null,null,null,'OPEN','VICTORIA',ST_GeomFromText('POINT(-123.3535303 48.4075183)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026540','Caller reported a very large black bear in his front yard. ',null,null,null,null,null,null,'342 Kelly St, Prince George, BC','342 Kelly St South, Prince George ','2023-07-08 20:39:24','2023-07-08 20:39:24',null,'EMCARTHU@idir','2023-07-19 13:43:55',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7825391 53.9221421)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026541','Caller reported a couple of rattle snakes getting into his house 2 caller has them in a container. -',null,null,null,null,null,null,'1457 Ponderosa Rd, West Kelowna, BC',null,'2023-07-08 20:52:52','2023-07-08 20:52:52',null,'KOWENS@idir','2023-07-12 11:56:01',null,null,null,null,'CLOSED','WSTKELOW',ST_GeomFromText('POINT(-119.5765552 49.8597935)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026544','Caller reporting there was an aggressive deer that chased her and her sister while they were out for a walk around the location noted below. Advised the female deer chased the COM''s sister down the road into a driveway where she hid in a shed. Advised the deer paced the outside of the shed until home owners came out with shovels and banged them on the ground to chase the deer off. Advised COM and husband have been chased before by this deer at the same location.',null,null,null,null,null,null,'1251 Lake Dr, Windermere, BC',null,'2023-07-08 21:01:58','2023-07-08 21:01:58',null,'MATTHEWH@idir','2023-07-10 09:55:47',null,null,null,null,'CLOSED','INVERMER',ST_GeomFromText('POINT(-115.99343 50.4833062)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026545','Caller reported a black bear comes everyday to her town house complex and is not afraid of people. Caller has video footage of her and her husband trying to scare the bear away and it not caring. The neighbors leave garbage out and the bear strews it all around. Caller tries to clean as much as they can to deter the bear but it keeps coming back. Caller is worried about the situation escalating. ',null,null,null,null,null,null,'UNIT 44 -- 22412 124 Ave, Maple Ridge, BC',null,'2023-07-08 21:06:14','2023-07-08 21:06:14',null,'BJETTE@idir','2023-07-08 21:16:50',null,null,null,null,'OPEN','MAPLERID',ST_GeomFromText('POINT(-122.6002059 49.2280306)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026546','Caller is a contractor for problem wildlife. Permit # WL21-620278 Received a report that homeowner Gloria Jacobson has had 2 calves chewed up killed in a manner consistent with wolves. Caller has dealt with this same problem and people in the passed. HWCR # provided to caller. - -*Emailed Only',null,null,null,null,null,null,'',null,'2023-07-08 21:09:37','2023-07-08 21:09:37',null,'JPAULS@idir','2023-07-11 12:35:26',null,null,null,null,'CLOSED','BIGLK',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026550','Caller reporting a cougar went through her backyard into the woods behind the property',null,null,null,null,null,null,'1242 Saturna Dr, Parksville, BC',null,'2023-07-08 21:29:53','2023-07-08 21:29:53',null,'MAWILSON@idir','2023-07-11 11:06:12',null,null,null,null,'CLOSED','PARKSVLE',ST_GeomFromText('POINT(-124.2576295 49.3051802)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026553','Caller reporting on behalf of COM who advised a black bear is in a residential area knocking over garbage cans eating garbage at the location noted below. Advised the bear was not being aggressive. COM''s name is Ralph wagner and his number is the alt number listed below.',null,null,null,null,null,null,'36358 Carrington Lane, Abbotsford, BC',null,'2023-07-08 21:32:58','2023-07-08 21:32:58',null,'DDUFFY@idir','2023-07-08 21:37:44',null,null,null,null,'OPEN','ABTFRD',ST_GeomFromText('POINT(-122.2184664 49.0528698)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026556','RCMP passing along a bear sighting report. RCMP have a file up and will be responding. Advised a CO will not be attending unless requested',null,null,null,null,null,null,'Jamie Pl and Misty Way, Langford, BC','NEAR A POND ALONG TRAYNOR AVE','2023-07-08 21:42:00','2023-07-08 21:42:00',null,'ASDUNCAN@idir','2023-07-08 21:44:02',null,null,null,null,'CLOSED','LANGFORD',ST_GeomFromText('POINT(-123.505263 48.4673228)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026558','Caller advises that there is a bear that is hanging around the area. She watched it cross the street into the park a short time after a group of young teens came by on bikes looking for the bear. She managed to convince them not to go into the park after it.',null,null,null,null,null,null,'176 Chamberlain Cres, Tumbler Ridge, BC',null,'2023-07-08 21:46:57','2023-07-08 21:46:57',null,'PROEMER@idir','2023-07-08 21:50:11',null,null,null,null,'CLOSED','TUMBLER',ST_GeomFromText('POINT(-121.0078578 55.1261382)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026561','Caller reporting an injured grizzly bear around the location noted below. Advise the bear was still mobile and last seen heading towards the river just off of fourmile. ',null,null,null,null,null,null,'','Between second road and the hwy just off of fourmile ','2023-07-08 21:53:00','2023-07-08 21:53:00',null,'CPOSTHUM@idir','2023-07-12 11:32:08',null,null,null,null,'CLOSED','BLLACOOL',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026568','Caller reporting a bear was spotted on his property by his camera this afternoon around 13:30. Caller has 2 young kids',null,null,null,null,null,null,'5547 Norton Rd, Nanaimo, BC',null,'2023-07-08 22:50:15','2023-07-08 22:50:15',null,'ASDUNCAN@idir','2023-07-08 22:51:59',null,null,null,null,'CLOSED','NANAIMO',ST_GeomFromText('POINT(-124.0084976 49.2329444)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026569','Caller reporting a black bear traveling east alongside the road noted below. Advised saw the bear just walking along the road as her brother drove by.',null,null,null,null,null,null,'Austin Ave and Mariner Way, Coquitlam, BC',null,'2023-07-08 22:57:00','2023-07-08 22:57:00',null,'DDUFFY@idir','2023-07-08 23:01:28',null,null,null,null,'CLOSED','COQUITLM',ST_GeomFromText('POINT(-122.8157346 49.2490718)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026570','Caller reporting a grizzly bear in the bella coola elementary school field eating cherries from the cherry tree right next to the bella coola hospital parking lot.',null,null,null,null,null,null,'1025 Elcho St, Bella Coola, BC',null,'2023-07-08 23:01:33','2023-07-08 23:01:33',null,'CPOSTHUM@idir','2023-07-12 11:29:05',null,null,null,null,'CLOSED','BLLACOOL',ST_GeomFromText('POINT(-126.757077 52.3734948)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026571','Caller reporting a grizzly has been hanging around her house and she believes it is now in the field of the Elementary School',null,null,null,null,null,null,'1026 Elcho St, Bella Coola, BC',null,'2023-07-08 23:04:39','2023-07-08 23:04:39',null,'CPOSTHUM@idir','2023-07-12 11:34:45',null,null,null,null,'CLOSED','BLLACOOL',ST_GeomFromText('POINT(-126.7573277 52.3743631)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026573','Caller reporting a bear wandering down the street',null,null,null,null,null,null,'El Camino Dr, Coquitlam, BC',null,'2023-07-08 23:11:20','2023-07-08 23:11:20',null,'ASDUNCAN@idir','2023-07-08 23:12:05',null,null,null,null,'CLOSED','COQUITLM',ST_GeomFromText('POINT(-122.7787283 49.2964443)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026576','Caller advises that this is a part of the university and the bear comes around mostly at night but also during the daytime. ',null,null,null,null,null,null,'2420 Dollarton Hwy, District of North Vancouver, BC',null,'2023-07-09 00:15:42','2023-07-09 00:15:42',null,'PROEMER@idir','2023-07-09 00:20:54',null,null,null,null,'OPEN','NORVAN',ST_GeomFromText('POINT(-123.0065129 49.3087612)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026577','Caller reported Conservation officers have been looking for a wounded bear sow on her property. The Caller advised the bear is there now in one of her trees and is not looking good. ',null,null,null,null,null,null,'924 Askimlikw Mamnta, Bella Coola, BC',null,'2023-07-09 01:09:21','2023-07-09 01:09:21',null,'CPOSTHUM@idir','2023-07-12 11:39:27',null,null,null,null,'CLOSED','BLLACOOL',ST_GeomFromText('POINT(-126.7055101 52.3651505)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026578','Caller reported seeing a black bear cross the street and into the backyard of the southern residence on 227 Street and Abernethy Way. ',null,null,null,null,null,null,'227 St and Abernethy Way, Maple Ridge, BC','west 227 st heading into the southern resiednce. ','2023-07-09 03:24:59','2023-07-09 03:24:59',null,'BJETTE@idir','2023-07-09 03:29:55',null,null,null,null,'CLOSED','MAPLERID',ST_GeomFromText('POINT(-122.5938264 49.2292061)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026581','COM reporting BB and cub into garbage last night and was at the campsites this AM. Friend tried to scare off it turned and hissed and left. He is concerned for campers. ',null,null,null,null,null,null,'53730 Bridal Falls Rd, Popkum, BC','Camperland RV Resort & Cabins - Various campsites ','2023-07-09 07:08:27','2023-07-09 07:08:27',null,'LMOSS@idir','2023-07-12 08:52:25',null,null,null,null,'OPEN','ROSEDALE',ST_GeomFromText('POINT(-121.7412858 49.1873399)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026582','Caller reporting an injured deer near the below noted location. Caller advised the deer is sitting in the middle of the road and is bleeding from a gash on it''s head. Caller noted there was a truck stopped that may have hit it. -',null,null,null,null,null,null,'Hwy 97 and Kitwanga Dr, 108 Mile Ranch, BC',null,'2023-07-09 07:33:35','2023-07-09 07:33:35',null,'MMBOOTH@idir','2023-07-19 13:11:43',null,null,null,null,'CLOSED','108MLRNH',ST_GeomFromText('POINT(-121.3492996 51.7510077)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026583','Advises that there is a black bear walking around.',null,null,null,null,null,null,'MacKenzie Way and Murray Dr, Tumbler Ridge, BC',null,'2023-07-09 07:37:03','2023-07-09 07:37:03',null,'CDOYLEWA@idir','2023-07-09 07:38:22',null,null,null,null,'CLOSED','TUMBLER',ST_GeomFromText('POINT(-120.99729 55.1382641)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026587','Advises that there is bear pacing along the highway and a dead deer carcass on the highway. Caller thinks the bear is trying to get the carcass off the highway. There is a bike race that will go through there today.',null,null,null,null,null,null,'','Watermin hill near OK falls','2023-07-09 07:45:21','2023-07-09 07:45:21',null,'CDOYLEWA@idir','2023-07-09 07:48:23',null,null,null,null,'CLOSED','PENTICTN',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026592','Advises that a Grizz sow and cub are hanging around breaking trees and getting into berry bushes. They have been hanging around for a month or two. - -*email due to no current sighting',null,null,null,null,null,null,'761 Hill Creek Rd, Galena Bay, BC',null,'2023-07-09 08:01:23','2023-07-09 08:01:23',null,'JDHAWKES@idir','2023-07-10 11:54:58',null,null,null,null,'CLOSED','GALENABAY',ST_GeomFromText('POINT(-117.8482685 50.672627)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026593','COM BB (possible) sighted in the front of the community centre. ',null,null,null,null,null,null,'931 Lytton St, District of North Vancouver, BC',null,'2023-07-09 08:02:46','2023-07-09 08:02:46',null,'EFITCH@IDIR','2023-07-09 08:06:30',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.0009368 49.3141731)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026594','COM is reporting a sighting of a BB in the neighbors large construction site garbage bin. No garbage, just construction site debris. Bear has been seen in neighbourhood before. ',null,null,null,null,null,null,'890 Greenwood Rd, West Vancouver, BC',null,'2023-07-09 08:06:55','2023-07-09 08:06:55',null,'EFITCH@IDIR','2023-07-09 08:12:19',null,null,null,null,'OPEN','WSTVANCO',ST_GeomFromText('POINT(-123.135207 49.3549139)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026596','Caller reporting an aggressive deer near the below noted location. Caller advised the deer came up behind his wife and large dog yesterday while they were walking and chased them into a neighbors yard. The neighbor came out and they threw rocks at the deer until it left. Caller noted this deer has been going after people in the neighborhood. -***Caller requesting a callback from a CO for information.*** -',null,null,null,null,null,null,'Appleridge Rd, Kelowna, BC','Crawford Estates ','2023-07-08 09:30:00','2023-07-09 08:45:26',null,'KOWENS@idir','2023-07-09 14:00:54',null,null,null,null,'CLOSED','KELOWNA',ST_GeomFromText('POINT(-119.4599298 49.8123035)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026597','Advises that there is an injured deer in her yard limping on 3 legs.',null,null,null,null,null,null,'549 Curlew Dr, Kelowna, BC',null,'2023-07-09 08:46:25','2023-07-09 08:46:25',null,'KOWENS@idir','2023-07-09 13:08:43',null,null,null,null,'CLOSED','KELOWNA',ST_GeomFromText('POINT(-119.5037876 49.7980077)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026598','COM was told by a couple of neighbours they saw a cougar at 0600 near a creek between the two noted blocks. -**Emailed due to time delay. ',null,null,null,null,null,null,'','Between 1600 and 1700 Block Draycott ','2023-07-09 08:47:04','2023-07-09 08:47:04',null,'DTALEVSK@idir','2023-07-09 08:50:58',null,null,null,null,'OPEN','NORVAN',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026601','Advises that there was a badger running around her yard. Caller threw a bike at it and it ran into the empty lot beside them. -Caller has a photo of the badger if a CO wants it. - -*not sure what to tag report, because badgers can be aggressive I labelled the report aggressive not present, but there were no signs of aggression towards the caller',null,null,null,null,null,null,'701 Alexander Ave, Penticton, BC',null,'2023-07-09 09:05:34','2023-07-09 09:05:34',null,'MSTERN@idir','2023-07-12 08:53:17',null,null,null,null,'CLOSED','PENTICTN',ST_GeomFromText('POINT(-119.604339 49.4998179)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026603','RCMP dispatch (250-334-5961) - COM reporting BB in intersection charging at him, hissing, angry, frothing mouth and rearing up on hind legs. Officers are attending. - -',null,null,null,null,null,null,'Holly Cres and Larch Rd, Ucluelet, BC',null,'2023-07-09 09:06:51','2023-07-09 09:06:51',null,'DSEXTON@idir','2023-07-14 14:31:02',null,null,null,null,'CLOSED','PORTALBR',ST_GeomFromText('POINT(-125.5494557 48.9418369)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026605','Advises that she saw a cougar coming out of the campsite yesterday afternoon. - -*email due to time delay',null,null,null,null,null,null,'','near the Porpoise Bay Provincial Campground','2023-07-09 09:15:54','2023-07-09 09:15:54',null,'CDOYLEWA@idir','2023-07-09 09:21:06',null,null,null,null,'OPEN','SECHELT',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026606','Caller reporting a doe with 2 fawns. The doe has wire wound around her neck and is still mobile, and is hanging around the area. The caller attempted to remove the wire but the doe got up and ran off a short distance. The doe is sticking around the Cypress/ Bay road area. ',null,null,null,null,null,null,'1766 Cypress Rd, Ucluelet, BC','Cypress/Bay','2023-07-09 09:18:04','2023-07-09 09:18:04',null,'MAWILSON@idir','2023-07-31 15:08:15',null,null,null,null,'CLOSED','UCLUELET',ST_GeomFromText('POINT(-125.5483984 48.9446023)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026607','Caller reporting food conditioned black bears near the below noted location. Caller advised there are 3 cubs treed in his backyard and the sow is getting into garbage cans around the neighborhood and destroyed his fence. -',null,null,null,null,null,null,'3243 Ogilvie Cres, Port Coquitlam, BC',null,'2023-07-09 09:27:09','2023-07-09 09:27:09',null,'KSORENSE@idir','2023-07-09 09:30:13',null,null,null,null,'OPEN','PORTCOQ',ST_GeomFromText('POINT(-122.7808717 49.2720647)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026608','Caller reporting an aggressive deer. The caller was walking his dog on a leash. As he was walking the dog the deer blocked the road. As he tried to go around the deer kept approaching caller. The caller stated there were no fawns in the area. The caller stated others in the area were warning people about the aggressive deer. ',null,null,null,null,null,null,'4th St and Gwendoline Ave, Naramata, BC','united church park by the lake','2023-07-09 09:35:40','2023-07-09 09:35:40',null,'MSTERN@idir','2023-07-12 08:54:03',null,null,null,null,'CLOSED','NARAMA',ST_GeomFromText('POINT(-119.5991492 49.5947233)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026610','COM reported an animal up a hill opposite side of their fenced in worksite, yipping for over 1 hour. The COM can hear the noise but can''t see what it is. The COM thinks it sounds like a coyote.',null,null,null,null,null,null,'','Sproat Drive ','2023-07-09 09:40:01','2023-07-09 09:40:01',null,'DTALEVSK@idir','2023-07-09 10:36:17',null,null,null,null,'CLOSED','NELSON',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026616','Caller reporting a BB accessed neighbour''s garbage at 1531 - then headed toward Caller''s at 1540. - -OO note: Sounded as though Caller''s garbage was stored in the carport.',null,null,null,null,null,null,'','1531 bridgman ave','2023-07-09 10:01:33','2023-07-09 10:01:33',null,'TBIRNEY@idir','2023-07-09 10:04:07',null,null,null,null,'OPEN','PORTCOQ',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026619','Transition house duty officer reporting a BB investigating the facility''s compost. -Caller on shift until 1900. Caller could provide facility address - -Compost is stored in a fenced (kennel) area - BB climbed fence. Shed is unsuitable for storage. -',null,null,null,null,null,null,'',null,'2023-07-09 10:12:36','2023-07-09 10:12:36',null,'MAWILSON@idir','2023-07-11 11:07:16',null,null,null,null,'CLOSED','UCLUELET',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026621','Young buck with arrow sticking out of his neck, mobile in the backyard. - -requesting CO callback',null,null,null,null,null,null,'5121 Hammond Rd, Garden Bay, BC',null,'2023-07-09 10:12:57','2023-07-09 10:12:57',null,'DLMILLER@idir','2023-07-10 09:49:31',null,null,null,null,'OPEN','GARDENBY',ST_GeomFromText('POINT(-124.0194904 49.6530008)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026624','Caller reporting a deer in the SB ditch, immobile. -Caller witnessed the camper ahead of them strike a deer. Male driver and party appeared to be European – all okay. -Caller investigated the deer – rear end injuries and unable to stand -“About Half way” between moyie and Yahk - -Briefed Sgt Melenka ',null,null,null,null,null,null,'','“About Half way” between moyie and Yahk','2023-07-09 10:20:49','2023-07-09 10:20:49',null,'JMELENKA@idir','2023-07-26 12:26:39',null,null,null,null,'CLOSED','MOYIE',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026627','COM reporting image of cougar on ring door bell - has images. She said this was told to her from her sister, whose home backs onto the park. She originally reported to Police who advised her to contact CO. She is just wanting CO to be made aware of sighting in park. ',null,null,null,null,null,null,'Mount Douglas Park Trail, Saanich, BC',null,'2023-07-08 09:20:00','2023-07-09 10:30:53',null,'EFITCH@IDIR','2023-07-09 10:38:36',null,null,null,null,'CLOSED','SAANICH',ST_GeomFromText('POINT(-123.3442328 48.4926721)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026628','Advises that a bear was walking around.',null,null,null,null,null,null,'Nelson Way, Burnaby, BC',null,'2023-07-09 10:44:43','2023-07-09 10:44:43',null,'CDOYLEWA@idir','2023-07-09 10:45:18',null,null,null,null,'CLOSED','BURNBY',ST_GeomFromText('POINT(-122.9125018 49.2742377)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026629','Caller reporting a moose in distress near the below noted location. Caller advised the calf moose is caught behind the fence and the cow moose is running around distressed near the road. ',null,null,null,null,null,null,'8585 Old Fort Rd, Fort St. John, BC',null,'2023-07-09 10:48:25','2023-07-09 10:48:25',null,'KSORENSE@idir','2023-07-09 10:56:38',null,null,null,null,'OPEN','FTSTJOHN',ST_GeomFromText('POINT(-120.8767854 56.2328647)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026631','Caller reporting an injured deer near the below noted location. Caller advised the deer has been in the area for a few days and has a large growth coming out of it''s stomach. Caller noted he has pictures. ',null,null,null,null,null,null,'1843 Springhill Dr, Kamloops, BC',null,'2023-07-09 10:45:00','2023-07-09 10:58:59',null,'KANEKOPP@idir','2023-07-10 10:25:45',null,null,null,null,'CLOSED','KAMLOOPS',ST_GeomFromText('POINT(-120.3585643 50.6536285)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026635','Caller reporting a food conditioned black bear near the below noted location. Caller advised the bear tore into his neighbors plastic greenhouse and ate some strawberries and then was licking out of a paper cup. Caller noted the bear was scared away easily. ',null,null,null,null,null,null,'1048 Pacific Rim Hwy, Tofino, BC',null,'2023-07-09 09:00:00','2023-07-09 11:23:51',null,'MAWILSON@idir','2023-07-11 11:11:54',null,null,null,null,'CLOSED','TOFINO',ST_GeomFromText('POINT(-125.8890093 49.1367832)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026636','Requestng to speak with a CO regarding a food conditioned bear. He has had reports of it hissing, growling, and bluff charging. ',null,null,null,null,null,null,'Holly Cres, Ucluelet, BC',null,'2023-07-09 11:25:41','2023-07-09 11:25:41',null,'MAWILSON@idir','2023-07-31 09:18:08',null,null,null,null,'OPEN','UCLUELET',ST_GeomFromText('POINT(-125.5481158 48.9408646)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026638','Advises that a bear was getting into their garbage bins.',null,null,null,null,null,null,'',null,'2023-07-09 11:49:41','2023-07-09 11:49:41',null,'CDOYLEWA@idir','2023-07-09 11:54:32',null,null,null,null,'OPEN','WSTVANCO',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026641','Caller reporting that there is an injured deer on the golf course. Caller advised the deer is laying under a tree covered in blood. ',null,null,null,null,null,null,'1800 Blackwater Rd, Bouchie Lake, BC','On front 9 - Quesnel Golf Course ','2023-07-09 12:11:44','2023-07-09 12:11:44',null,'MWALKOSK@idir','2023-07-18 12:22:42',null,null,null,null,'CLOSED','BCHLK',ST_GeomFromText('POINT(-122.5575244 53.0172368)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026642','Caller reporting a black bear sighting near the below noted location. Caller advised a neighbor caught a sow and 3 cubs on camera this morning walking down the road. ',null,null,null,null,null,null,'2503 Battistoni Pl, Port Coquitlam, BC',null,'2023-07-09 10:30:00','2023-07-09 12:19:06',null,'KSORENSE@idir','2023-07-09 12:29:12',null,null,null,null,'CLOSED','PORTCOQ',ST_GeomFromText('POINT(-122.7825381 49.2722134)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026643','Caller reporting an injured deer near the below noted location. Caller advised they hit the deer with their car and the deer got up and limped of the highway. Caller noted it''s rear leg looked broken. ',null,null,null,null,null,null,'Little Fort Hwy 24 and Shertenlib Rd, Roe Lake, BC',null,'2023-07-09 12:18:00','2023-07-09 12:23:14',null,'MMBOOTH@idir','2023-07-18 16:14:50',null,null,null,null,'CLOSED','ROELAKE',ST_GeomFromText('POINT(-120.8423535 51.5220329)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026644','11:30 Caller observed a BB walk down the roadway, and enter Westbay elementary school grounds - -LVM CO Zukewich (DOR) -LVM CO Popjes (DOR)',null,null,null,null,null,null,'','Westbay elementary school grounds','2023-07-09 12:27:48','2023-07-09 12:27:48',null,'TBIRNEY@idir','2023-07-09 12:32:44',null,null,null,null,'OPEN','WSTVANCO',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026647','Advises that a bear broke into the neighbours car were there was a bunch of food. The vehicle had Alberta plates.',null,null,null,null,null,null,'1551 Rockcress Pl, Coquitlam, BC',null,'2023-07-09 13:01:06','2023-07-09 13:01:06',null,'CDOYLEWA@idir','2023-07-09 13:05:37',null,null,null,null,'OPEN','COQUITLM',ST_GeomFromText('POINT(-122.8044194 49.3010971)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026652','Advises that some coyotes have been hanging around and being really aggressive towards the marina visitors. They have been growling at people. They believe that someone might be feeding the coyotes.',null,null,null,null,null,null,'5794 Naylor Rd, Sechelt, BC',null,'2023-07-09 13:13:04','2023-07-09 13:13:04',null,'CDOYLEWA@idir','2023-07-09 13:16:39',null,null,null,null,'OPEN','SECHELT',ST_GeomFromText('POINT(-123.761716 49.5353541)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026653','Blueberry farm reports a BB transited their operation. -Farm personnel evacuated the patrons. -Farm requesting hazing advice – OO recommended wildsafeBC for hazing introduction. - -emailed for advice',null,null,null,null,null,null,'','bluehaven farms (u-pick blueberries)','2023-07-09 13:15:48','2023-07-09 13:15:48',null,'HDUMAINE@idir','2023-07-09 16:34:13',null,null,null,null,'CLOSED','COMOX',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026654','Advises that there is a bear on the trail.',null,null,null,null,null,null,'','Cotton wood park','2023-07-09 13:20:21','2023-07-09 13:20:21',null,'CDOYLEWA@idir','2023-07-09 13:20:55',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026655','Caller reporting they struck and injured a cougar - 03:30 -Caller was driving down island and Just before sayward gas station a cougar crossed the highway and went under vehicle. -COM pulled over –cougar fled into bush -',null,null,null,null,null,null,'','sayward gas station','2023-07-09 13:22:19','2023-07-09 13:22:19',null,'HDUMAINE@idir','2023-07-09 16:12:06',null,null,null,null,'CLOSED','SAYWARD',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026656','Caller reporting that a black bear came through her backyard after going through the u-pick blueberry farm down the street. Caller advised the bear was there eating blueberries and was hazed off by the owners. ',null,null,null,null,null,null,'2092 Idiens Way, Comox, BC','2046 Idiens Way - Blueberry Farm ','2023-07-09 13:11:00','2023-07-09 13:42:02',null,'HDUMAINE@idir','2023-07-09 16:37:12',null,null,null,null,'OPEN','COMOX',ST_GeomFromText('POINT(-124.9383155 49.6980422)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026657','Reporting a nuisance BB cub that caller believes is 3-4 months old. Caller states he heard that the sow was killed recently by a train. Cub has been seen around the community for the past month getting into composts & garbages. Caller states that the cub was just in the ''upper village'' feeding on garbage about 20 mins prior to call in. . ',null,null,null,null,null,null,'10542 Edwards Rd, Cheam IR, BC',null,'2023-07-09 13:43:30','2023-07-09 13:43:30',null,'ALBUCHAN@idir','2023-07-26 11:49:09',null,null,null,null,'OPEN','ROSEDALE',ST_GeomFromText('POINT(-121.7880803 49.193461)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026659','Caller reporting an injured doe. Deer moved to side of roadway -Bleeding from mouth – negative attempt to rise -Locals advise doe may be one which had one/two fawns. -Vehicle occupants are okay. - -Briefed CO Buchanan',null,null,null,null,null,null,'','Fraser highway and Station road (near shell gas station)','2023-07-09 13:56:47','2023-07-09 13:56:47',null,'ALBUCHAN@idir','2023-07-10 12:56:18',null,null,null,null,'CLOSED','ALDRGRV',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026660','Caller reporting that a black bear took down a portion of his fence in his backyard. Caller advised the bear tried getting at his garbage but was unable to and then went around the backyard and took down the fence and left. ',null,null,null,null,null,null,'3036 Thee Crt, Prince George, BC',null,'2023-07-09 13:30:00','2023-07-09 13:57:39',null,'SPEELING@idir','2023-07-25 16:05:40',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7785554 53.9967416)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026661','Advises that a coyote or wolf is chasing bunnies.',null,null,null,null,null,null,'Bamberton Dr and Steveston Hwy, Richmond, BC',null,'2023-07-09 13:58:57','2023-07-09 13:58:57',null,'CDOYLEWA@idir','2023-07-09 14:00:18',null,null,null,null,'CLOSED','RICHMOND',ST_GeomFromText('POINT(-123.143765 49.1335174)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026662','Reporting an injured deer with a broken back on the shoulder of the road in the below noted location. Caller states she is a large animal vet and is requesting permission to dispatch the deer. ',null,null,null,null,null,null,'Fraser Hwy and Station Rd, Township of Langley, BC',null,'2023-07-09 13:59:17','2023-07-09 13:59:17',null,'ALBUCHAN@idir','2023-07-10 13:03:25',null,null,null,null,'OPEN','LANGLEY',ST_GeomFromText('POINT(-122.4598029 49.0576501)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026665','Caller reporting an injured deer near the below noted location. Caller advised the deer jumped off her back deck on Friday afternoon and injured itself. Caller noted it has been laying on her lawn since 08:00 this morning and is panting and seems distressed. Caller advised yesterday it was not putting any weight on one of it''s rear legs. ',null,null,null,null,null,null,'1370 Lake Dr, Windermere, BC',null,'2023-07-09 08:00:00','2023-07-09 14:02:29',null,'MATTHEWH@idir','2023-07-10 09:52:25',null,null,null,null,'CLOSED','WINDRMER',ST_GeomFromText('POINT(-115.9891478 50.4783165)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026666','Advises that a bear was trying to get into the garbage bins.',null,null,null,null,null,null,'4443 Skyline Dr, District of North Vancouver, BC',null,'2023-07-09 14:03:17','2023-07-09 14:03:17',null,'CDOYLEWA@idir','2023-07-09 14:04:41',null,null,null,null,'OPEN','NORVAN',ST_GeomFromText('POINT(-123.0878649 49.3517039)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026667','Caller reporting an injured deer near the below noted location. Caller advised the deer appears to have a broken rear, left leg and is mobile. Caller noted it is with two other deer in an empty lot. ',null,null,null,null,null,null,'Maryland Rd and Willow Creek Rd, Campbell River, BC',null,'2023-07-09 14:03:00','2023-07-09 14:08:54',null,'MAWILSON@idir','2023-07-28 16:39:35',null,null,null,null,'CLOSED','CMBLRV',ST_GeomFromText('POINT(-125.216367 49.9530614)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026669','COM reported 2 BB that walked along their fence line to the neighbour''s yard. No attractants noted. ',null,null,null,null,null,null,'2309 Kensington Cres, Port Coquitlam, BC',null,'2023-07-09 14:13:25','2023-07-09 14:13:25',null,'DTALEVSK@idir','2023-07-09 14:16:13',null,null,null,null,'CLOSED','PORTCOQ',ST_GeomFromText('POINT(-122.7773425 49.2362281)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026671','I saw an injured deer walking down the sidewalk Joyce ave. Its a male 2-4 spike deer with a broken rear foot/ankle. It was having difficulty walking across the road. It crossed the road where there is the grove of alder trees along Joyce, right near Lytton st crosses. ',null,null,null,null,null,null,'',null,'2023-07-09 14:20:13','2023-07-09 14:20:13',null,'CDOYLEWA@idir','2023-07-09 14:20:50',null,null,null,null,'OPEN','POWELLRV',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026673','Caller reporting a food conditioned black bear near the below noted location. Caller advised the bear has been in the neighborhood for a week and has been getting into garbages. Caller noted the bear came into his garage four days ago to get his garbage. Caller advised the bear is currently up a tree in his yard. -***Caller is requesting a CO callback for advice.***',null,null,null,null,null,null,'7300 Peri Rd, Lake Cowichan, BC',null,'2023-07-09 14:23:53','2023-07-09 14:23:53',null,'DSEXTON@idir','2023-07-10 11:50:26',null,null,null,null,'OPEN','LKECOWCH',ST_GeomFromText('POINT(-124.1152608 48.8324608)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026675','Caller reporting a black bear sighting near the below noted location. Caller advised the bear has been around her property for a few days. Caller noted the bear has not been aggressive and there are not attractants out. Caller is concerned for her safety as her partner is away. -***Emailed sighting for a CO callback request for advice. *** -',null,null,null,null,null,null,'3493 Nadina Pl, Smithers, BC',null,'2023-07-09 14:37:56','2023-07-09 14:37:56',null,'FBKNIBBS@idir','2023-07-11 15:09:27',null,null,null,null,'CLOSED','SMITHERS',ST_GeomFromText('POINT(-127.1500442 54.7761591)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026676','Reporting a BB spotted roaming around in the below noted location. No ATB observed. ',null,null,null,null,null,null,'Barnet Rd and Bayview Dr, Burnaby, BC',null,'2023-07-09 14:44:40','2023-07-09 14:44:40',null,'DDAVIS@idir','2023-07-09 14:45:52',null,null,null,null,'CLOSED','BURNBY',ST_GeomFromText('POINT(-122.9520881 49.2864311)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026677','Reporting a BB spotted wandering up neighbours driveway and into backyard about 10 mins prior to call in. Caller did not know the exact address of the neighbour at time of call in. -',null,null,null,null,null,null,'Finnerty Cres, Nanaimo, BC','2nd house on the right','2023-07-09 14:58:06','2023-07-09 14:58:06',null,'DDAVIS@idir','2023-07-09 15:02:26',null,null,null,null,'CLOSED','NANAIMO',ST_GeomFromText('POINT(-123.9795506 49.2361935)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026678','Caller reporting a bb in backyard, bbq on going. The BB climbed over the fence into his backyard while the caller was cooking on the bbb. The caller retreated to the house and can no longer see the bb. The bbq is still going and the bear appears to be gone.',null,null,null,null,null,null,'415 Rabbit Lane, West Vancouver, BC',null,'2023-07-09 15:03:30','2023-07-09 15:03:30',null,'PBRACKEN@idir','2023-07-09 15:10:39',null,null,null,null,'OPEN','WSTVANCO',ST_GeomFromText('POINT(-123.1248018 49.3435961)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026680','Reporting a BB currently feeding on garbage that it accessed from locked garbage cans. Caller states that the residents are currently not home right now. ',null,null,null,null,null,null,'602 Lucerne Pl, District of North Vancouver, BC',null,'2023-07-09 15:21:13','2023-07-09 15:21:13',null,'DDAVIS@idir','2023-07-09 15:24:00',null,null,null,null,'OPEN','NORVAN',ST_GeomFromText('POINT(-123.085132 49.3465777)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026682','Spotted fawn potentially stuck in a fence or wire strand -Caller thinks a wire or similar is stuck around the fawn’s mouth area. Doe is present – blocking caller access. Fawn is wriggling and rolling, but appears tethered. -Advised in direct sun - -Briefed CO Elder',null,null,null,null,null,null,'','124th ave and Ansell st. - across from 12447 Ansell st.','2023-07-09 15:30:44','2023-07-09 15:30:44',null,'CELDER@idir','2023-07-24 10:28:24',null,null,null,null,'OPEN','MAPLERID',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026683','Caller observed a BB in the parking lot - headed toward ecology centre -TD 5 - -LVM CO Zukewich (DOR) -LVM CO Popjes (DOR)',null,null,null,null,null,null,'','Lynn Canyon park','2023-07-09 15:40:44','2023-07-09 15:40:44',null,'TBIRNEY@idir','2023-07-09 15:44:35',null,null,null,null,'OPEN','NORVAN',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026684','Caller reporting an injured bighorn sheep. His right front leg broken and he is missing a horn. The sheep is mobile. ',null,null,null,null,null,null,'1724 Westside Rd, North Westside, BC',null,'2023-07-09 15:46:17','2023-07-09 15:46:17',null,'KOWENS@idir','2023-07-10 11:22:14',null,null,null,null,'CLOSED','WSTKELOW',ST_GeomFromText('POINT(-119.4989637 49.9818478)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026688','Police received a caller who hung up before they could get a name. The bear believed to be the one that was reported on Rabbit Lane which is nearby was in his driveway and had knocked over his garbage cans.',null,null,null,null,null,null,'342 Stevens Dr, West Vancouver, BC',null,'2023-07-09 15:47:33','2023-07-09 15:47:33',null,'PROEMER@idir','2023-07-09 15:49:39',null,null,null,null,'OPEN','WSTVANCO',ST_GeomFromText('POINT(-123.1223123 49.3462318)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026690','Caller reporting a BB that came within 4'' of his 4 year old male son. The caller yelled at the BB, it stopped and took one step back. The call moved in and grabbed his son and went inside. The caller stated the BB didn''t look like he was aggressive. The BB has brought another bag of garbage behind the yard/fence. It appears as if it is the BB''s comfort zone. Unknown where the garbage came from. This caller has called in before with similar events. - -**Caller requesting a callback. ',null,null,null,null,null,null,'1602 McPherson Dr, Port Coquitlam, BC',null,'2023-07-09 15:54:38','2023-07-09 15:54:38',null,'EVEROBER@idir','2023-07-30 12:54:17',null,null,null,null,'OPEN','PORTCOQ',ST_GeomFromText('POINT(-122.7855584 49.2452937)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026695','Advises that a sow has been hanging around. The bear got into the garage and destroyed their shop vac. The bear has been getting into everyone''s garbage.',null,null,null,null,null,null,'5235 Schneider Pl, Tappen, BC',null,'2023-07-09 16:23:59','2023-07-09 16:23:59',null,'ETYUKODI@idir','2023-07-10 10:31:39',null,null,null,null,'CLOSED','TAPPEN',ST_GeomFromText('POINT(-119.3376211 50.7699995)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026696','Caller reports a spotted Fawn wandering their neighbourhood. Caller heard tire squealing etc this morning, and is concerned fawn may be orphaned.',null,null,null,null,null,null,'','1244 lawson ave','2023-07-09 16:26:52','2023-07-09 16:26:52',null,'KOWENS@idir','2023-07-10 11:19:59',null,null,null,null,'CLOSED','KELOWNA',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026697','Advises that a bear limped through her yard.',null,null,null,null,null,null,'Larkin Cross Rd, Spallumcheen, BC',null,'2023-07-09 16:31:15','2023-07-09 16:31:15',null,'CDOYLEWA@idir','2023-07-09 16:33:14',null,null,null,null,'OPEN','SPALLMCHN',ST_GeomFromText('POINT(-119.2557162 50.3762665)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026698','Fawn separated from its doe and remaining fawn -Caller’s husband works for the Gov, and has a key to the gate. -Advised roadside location has significant traffic. - -LVM CO Pauls -LVM CO Walkosky -Briefed Sgt Tyre',null,null,null,null,null,null,'','1010 mackenzie ','2023-07-09 16:38:52','2023-07-09 16:38:52',null,'CEDGE@idir','2023-07-10 16:03:17',null,null,null,null,'CLOSED','WILLMSLK',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026701','Caller reporting a bb on the dike for the last few weeks. It is moving from the blue berry & grass fields across the dyke. The caller is concerned about human/bear interactions and feels the area should be signed to warn of black bears.',null,null,null,null,null,null,'42275 Industrial Way, Chilliwack, BC','past Richie Bros ','2023-07-09 17:02:11','2023-07-09 17:02:11',null,'PDAYTON@idir','2023-07-13 13:58:18',null,null,null,null,'CLOSED','CHILLIWK',ST_GeomFromText('POINT(-122.057004 49.1401435)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026705','BB Cub 2 1/2'' tall, near the road going through residential garbage, no sow visible. There are non-municipal, non-latching garbage cans available to bb''s. This BB is making the rounds from yard to yard accessing the non-secured cans. ',null,null,null,null,null,null,'1700 Peters Rd, District of North Vancouver, BC','Peters /Henderson.','2023-07-09 17:12:16','2023-07-09 17:12:16',null,'PBRACKEN@idir','2023-07-09 17:16:09',null,null,null,null,'OPEN','NORVAN',ST_GeomFromText('POINT(-123.0275458 49.3417385)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026709','Caller report a black bear that got into the garbage cans today eating their garbage and eating garbages in the area. Advised store their garbages outside and do not have locks and cant store it inside due to other tenants not being able to get at it and it is a shared garbage. Advised from other neighbours in the area the black bear has been around since last year getting into garbages in the area.',null,null,null,null,null,null,'35222 Wells Gray Ave, Abbotsford, BC',null,'2023-07-09 17:55:12','2023-07-09 17:55:12',null,'DDUFFY@idir','2023-07-09 18:00:19',null,null,null,null,'OPEN','ABTFRD',ST_GeomFromText('POINT(-122.2488188 49.0601554)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026713','Caller advises that there is a deer that has become entangled in some wire that is wrapped around its neck and legs and it is having trouble walking. They have attempted to get close to help it but it gets spooked and moves off. The wire is sticking into the side of the animal is getting more and more entangled in the wire.',null,null,null,null,null,null,'Bay St and Cypress Rd, Ucluelet, BC',null,'2023-07-09 18:57:59','2023-07-09 18:57:59',null,'MAWILSON@idir','2023-07-31 15:09:30',null,null,null,null,'CLOSED','UCLUELET',ST_GeomFromText('POINT(-125.548782 48.9449713)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026714','Caller reporting on behalf of COM who advised there is a 3 year old black bear walking through neck point park. Advised the bear caught some people off guard. Advised the black bear was not behaving aggressively. Advised the trial is used frequently. -COM''s name is Tyler and number is the alt number listed below. -***Emailing CO''s as a precaution due to the trial being used frequently*** ',null,null,null,null,null,null,'','Neck Point Park ','2023-07-09 18:59:59','2023-07-09 18:59:59',null,'MAWILSON@idir','2023-07-11 11:13:54',null,null,null,null,'CLOSED','NANAIMO',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026717','Caller’s family were walking in Neck Point Park and observed a BB cross the trail – no interactions. TD 20 - -LVM CO Dyck (DOR) -LVM Sgt Eichstadter (DOR)',null,null,null,null,null,null,'',null,'2023-07-09 19:12:14','2023-07-09 19:12:14',null,'MAWILSON@idir','2023-07-11 11:17:22',null,null,null,null,'CLOSED','NANAIMO',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026719','Reporting that at 1730 hours on Tuesday July 4th, callers 3 dogs were in her fenced in backyard when the began barking constantly. Caller states she looked out and initially did not see anything. She was then able to get her dogs inside where they continued to bark. Caller then looked out and saw a cougar heading up the hilly area behind residence. Caller does not have a telephone so was not able to call until now. She provided her neighbours telephone # where a message could be left for her at. ',null,null,null,null,null,null,'118 Maquinna Ave, Zeballos, BC',null,'2023-07-09 19:23:31','2023-07-09 19:23:31',null,'HDUMAINE@idir','2023-07-16 15:43:01',null,null,null,null,'CLOSED','ZEBALLOS',ST_GeomFromText('POINT(-126.845772 49.9855672)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026721','COM advised of a buck tangled up in Christmas lights. He notes it is barely able to move and struggling to breathe. Contact COM for direction, as he was unclear of the neighbour''s address. - -1928 CO Murray Booth - Briefed',null,null,null,null,null,null,'319 Hollywood Cres, Lillooet, BC','Neighbour to the above address','2023-07-09 19:24:48','2023-07-09 19:24:48',null,'EFITCH@IDIR','2023-08-06 13:57:40',null,null,null,null,'CLOSED','LILLOOET',ST_GeomFromText('POINT(-121.9157654 50.7132838)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026723','COM observed a BB transiting past their residence – no interactions.',null,null,null,null,null,null,'','22nd and schaften road','2023-07-09 19:26:10','2023-07-09 19:26:10',null,'TBIRNEY@idir','2023-07-09 19:27:43',null,null,null,null,'CLOSED','WSTVANCO',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026724','Callers superior came upon the animal dead on the side of the road. It is believed that it was likely a result of a motor vehicle incident. He will check with his boss about getting someone to move it.',null,null,null,null,null,null,'Xit''olacw Rd, Mount Currie, BC',null,'2023-07-09 19:29:44','2023-07-09 19:29:44',null,'PROEMER@idir','2023-07-09 19:33:25',null,null,null,null,'OPEN','MOUNTCUR',ST_GeomFromText('POINT(-122.6614111 50.3269181)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026731','Transit dispatch received a report of a bear just strolling along near the location below.',null,null,null,null,null,null,'W Balmoral Rd, District of North Vancouver, BC',null,'2023-07-09 20:22:16','2023-07-09 20:22:16',null,'PROEMER@idir','2023-07-09 20:24:07',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.0754496 49.3442294)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026732','Caller reporting a black bear in the garbage at the location noted below. Advised just got new clips and garbage can fixed and the bear has torn into it again. COM advised bear did the same thing last week. ',null,null,null,null,null,null,'4 Benson Dr, Port Moody, BC',null,'2023-07-09 20:35:20','2023-07-09 20:35:20',null,'DDUFFY@idir','2023-07-09 20:38:08',null,null,null,null,'OPEN','PORTMDY',ST_GeomFromText('POINT(-122.8518843 49.2926631)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026733','Caller advises that a large bear has been coming around just about every day now for some time. It is trying to get into the garbage bins.',null,null,null,null,null,null,'1662 Robertson Ave, Port Coquitlam, BC',null,'2023-07-09 20:40:31','2023-07-09 20:40:31',null,'PROEMER@idir','2023-07-09 20:47:56',null,null,null,null,'OPEN','PORTCOQ',ST_GeomFromText('POINT(-122.7604486 49.2624352)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026734','Caller reports a bear came up onto the back porch near the door and was ripping into the garbage. It has now moved off ',null,null,null,null,null,null,'4434 Strathcona Rd, District of North Vancouver, BC','near Mirtle park','2023-07-09 20:42:39','2023-07-09 20:42:39',null,'PROEMER@idir','2023-07-09 20:47:25',null,null,null,null,'OPEN','NORVAN',ST_GeomFromText('POINT(-122.9483978 49.3181243)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026735','Reporting a sow & cub currently feeding on a fruit plant outside of callers front patio. ',null,null,null,null,null,null,'3570 Westmount Crt, West Vancouver, BC',null,'2023-07-09 20:48:10','2023-07-09 20:48:10',null,'DDAVIS@idir','2023-07-09 20:50:27',null,null,null,null,'OPEN','WSTVANCO',ST_GeomFromText('POINT(-123.2152486 49.3445947)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026736','COM: Penzin 604-652-4251 reported a BB spotted roaming around the area noted below. No ATB reported. ',null,null,null,null,null,null,'2100 Shafton Pl, West Vancouver, BC',null,'2023-07-09 20:59:37','2023-07-09 20:59:37',null,'DDAVIS@idir','2023-07-09 21:04:41',null,null,null,null,'CLOSED','WSTVANCO',ST_GeomFromText('POINT(-123.168858 49.3431661)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026737','Driving to Castlegar just before the Brick on the right side the caller spotted what she believes was a young coyote standing/sitting next to its dead mother.',null,null,null,null,null,null,'Hwy 5 ','possibly in town','2023-07-09 21:02:32','2023-07-09 21:02:32',null,'PROEMER@idir','2023-07-09 21:05:29',null,null,null,null,'OPEN','BLUBRY',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026738','Caller reporting a bear that showed up yesterday. It''s been getting into the garbage cans and recycling bins. The bear has been getting closer to the children',null,null,null,null,null,null,'2420 Dollarton Hwy, District of North Vancouver, BC','CANADIAN INTERNATIONAL STUDENT SERVICE - CAMP','2023-07-09 21:08:55','2023-07-09 21:08:55',null,'SZUKEWI@idir','2023-07-18 11:17:00',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.0065129 49.3087612)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026740','Reporting that there are 2 BBs on the side of the path inhibiting the caller and his family from getting to their vehicle. Caller states that one BB is aboug 100 meters away & the other is aboutg 150 meters from him. They are not exhibiting any ATB but caller is freightened and is scared to walk by BBs. - - -==Caller advised after being told that messages were left with all COs in zone that he would make LOUD noises and attempt to make it to his vehicle without assistance.==',null,null,null,null,null,null,'Quarry Rd, Coquitlam, BC','access road where trail starts ','2023-07-09 21:12:43','2023-07-09 21:12:43',null,'PDAYTON@idir','2023-07-24 15:18:18',null,null,null,null,'CLOSED','COQUITLM',ST_GeomFromText('POINT(-122.6844747 49.3244228)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026741','Report passed down from RCMP. Caller demanding they shoot a bear that was on site reportedly climbing on people''s decks looking for food and charged the caller when he was trying to get out of his car. 5-10 minute time delay. RCMP have a file up but no officer attached at this time. The bear has since left.',null,null,null,null,null,null,'610 Elm St W, Fort St. James, BC','WB ON ELM','2023-07-09 21:15:52','2023-07-09 21:15:52',null,'SGBATES@idir','2023-07-13 16:11:28',null,null,null,null,'CLOSED','FTSTJAME',ST_GeomFromText('POINT(-124.2607468 54.4498128)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026742','Caller reporting a bear sighting.',null,null,null,null,null,null,'','LAFARGE LAKE PARK','2023-07-09 21:23:15','2023-07-09 21:23:15',null,'ASDUNCAN@idir','2023-07-09 21:24:39',null,null,null,null,'CLOSED','COQUITLM',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026744','Caller reporting a two black bears getting into garbages at the house two doors down from the location below. Advised the bears are just eating the garbage and no being aggressive.',null,null,null,null,null,null,'860 Blue Mountain St, Coquitlam, BC','opposite side of the location noted above two door downs with the white fence ','2023-07-09 21:36:10','2023-07-09 21:36:10',null,'DDUFFY@idir','2023-07-09 21:39:57',null,null,null,null,'OPEN','COQUITLM',ST_GeomFromText('POINT(-122.8690414 49.2662175)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026745','RCMP passing down a report of a bear chasing a lama. The lama is injured from being chased. Caller reported it''s been an ongoing issue. The bear has also damaged the fenceline. RCMP have a file up but no officer assigned yet',null,null,null,null,null,null,'12711 251 St, Maple Ridge, BC',null,'2023-07-09 21:42:53','2023-07-09 21:42:53',null,'DDAVIS@idir','2023-07-09 22:31:47',null,null,null,null,'OPEN','MAPLERID',ST_GeomFromText('POINT(-122.5283498 49.2331205)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026746','Caller reporting a black bear cub in the complex at the location noted below. Advised the baby black bear did jump the fence and took off. Advised sow was not seen but COM was worried about the sow getting aggressive over its baby. Advised the baby black bear was hanging around some kids who came to him for help with the baby bear. ',null,null,null,null,null,null,'33295 MacLure Rd, Abbotsford, BC',null,'2023-07-09 21:50:10','2023-07-09 21:50:10',null,'DDUFFY@idir','2023-07-09 21:54:48',null,null,null,null,'CLOSED','ABTFRD',ST_GeomFromText('POINT(-122.3022246 49.0609532)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026747','Caller advises that she spotted a youngish bear cruising through the area checking the garbage bins for food.',null,null,null,null,null,null,'1893 Coquitlam Ave, Port Coquitlam, BC',null,'2023-07-09 22:00:00','2023-07-09 22:10:12',null,'PROEMER@idir','2023-07-09 22:13:18',null,null,null,null,'OPEN','PORTCOQ',ST_GeomFromText('POINT(-122.766971 49.267622)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026751','COM: John Enslie 778-229-5053 reported to RCMP that a BB is currently feeding on their garbage. ',null,null,null,null,null,null,'3036 Flint St, Port Coquitlam, BC',null,'2023-07-09 22:14:44','2023-07-09 22:14:44',null,'DDAVIS@idir','2023-07-09 22:16:05',null,null,null,null,'OPEN','PORTCOQ',ST_GeomFromText('POINT(-122.7728484 49.2680772)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026752','Caller spotted a bear in the park near Lafarge Lake just wandering around and checking out the garbage bins.',null,null,null,null,null,null,'Lafarge lake, coquitlam bc',null,'2023-07-09 22:15:13','2023-07-09 22:15:13',null,'PROEMER@idir','2023-07-09 22:18:52',null,null,null,null,'OPEN','COQUITLM',ST_GeomFromText('POINT(-122.788039 49.287810)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026753','Caller reporting a black bear that ran across the location noted below into the bushes. ',null,null,null,null,null,null,'MacKenzie Way and Willow Dr, Tumbler Ridge, BC','mckens street and willow drive ','2023-07-09 22:28:50','2023-07-09 22:28:50',null,'DDUFFY@idir','2023-07-09 22:33:19',null,null,null,null,'CLOSED','TUMBLER',ST_GeomFromText('POINT(-120.9943812 55.1319049)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026754','A large grizzly is cruising the area checking things in the Jack Pine Flats area.',null,null,null,null,null,null,'616 Old Lakelse Lake Dr, Terrace, BC',null,'2023-07-09 22:32:55','2023-07-09 22:32:55',null,'MGEUZE@idir','2023-07-24 13:02:18',null,null,null,null,'CLOSED','TERRACE',ST_GeomFromText('POINT(-128.4769769 54.4439409)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026755','Right beside my house in the grass field and behind my house a very aggressive momma deer followed me and my girlfriend and are new dog and charged us and harassing us - -1 or maybe 2 momma deers very aggressive and trying to attack my dog and me and my girlfriend -It started effecting us since we got a new dog - -WITNESS - Ellise anderson +1 (250) 256-9435 -',null,null,null,null,null,null,'',null,'2023-07-09 22:33:06','2023-07-09 22:33:06',null,'MMBOOTH@idir','2023-07-19 13:09:34',null,null,null,null,'CLOSED','LILLOOET',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026756','Police received a call about a bear cruising through the area. He believes it might be the same one as broke the lock on his garbage last week but is not positive.',null,null,null,null,null,null,'4014 Rose Cres, West Vancouver, BC',null,'2023-07-09 22:44:19','2023-07-09 22:44:19',null,'PROEMER@idir','2023-07-09 22:47:03',null,null,null,null,'CLOSED','WSTVANCO',ST_GeomFromText('POINT(-123.2266135 49.3420951)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026757','3 coyotes went after 2 dogs while out walking. Occurred 20 minutes ago. Caller also noted that 5 days ago, there was a coyote hanging around the house "scoping out his daughter"',null,null,null,null,null,null,'E 22nd St and Queensbury Ave, North Vancouver, BC','GREENWOOD PARK','2023-07-09 22:50:36','2023-07-09 22:50:36',null,'SZUKEWI@idir','2023-07-22 11:48:22',null,null,null,null,'OPEN','NORVAN',ST_GeomFromText('POINT(-123.0574918 49.3290855)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026758','Caller advises that down by a pond at the back of the property there is a deer that is injured, she is unsure how but it seems to be unable to get up and struggles a lot in trying.',null,null,null,null,null,null,'1324 Jones Rd, Merville, BC',null,'2023-07-09 22:51:10','2023-07-09 22:51:10',null,'GJGUDBRA@idir','2023-07-10 09:55:35',null,null,null,null,'OPEN','MERVILLE',ST_GeomFromText('POINT(-125.0687162 49.8005279)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026759','Reporting that about 30 mins prior to call in, a BB broke into callers garbage shed where she stores her garbage and compost. Caller also states that last Sat night around the same time, a BB broke into the same shed and was rewarded with compost & garbage. BB has since left and was last seen wandering into a neighbours yard. - -',null,null,null,null,null,null,'4014 Rose Cres, West Vancouver, BC',null,'2023-07-09 22:52:22','2023-07-09 22:52:22',null,'ASDUNCAN@idir','2023-07-11 00:58:46',null,null,null,null,'OPEN','WSTVANCO',ST_GeomFromText('POINT(-123.2266135 49.3420951)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026760','Caller heard a yelping and then someone yelling and noticed a coyote leaving the area. It had come over to the neighbours to try and get their dog. The owner must have spotted it and got the dog inside before it could be hurt. -This coyote has been around before and got another neighbours cat but did not eat it or was forced to drop it.',null,null,null,null,null,null,'2250 Paradise Ave, Coquitlam, BC','at the neighbours house','2023-07-09 23:08:53','2023-07-09 23:08:53',null,'PDAYTON@idir','2023-07-13 13:37:30',null,null,null,null,'CLOSED','COQUITLM',ST_GeomFromText('POINT(-122.8307807 49.2411724)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026761','Reporting that about 30 mins prior to call in while leaving residence and walking to garage door, caller noticed a rattlesnake on the left side of residence. Caller states that the snake went up to the left of residence toward waterheater. Caller only noticed the snake because she almost stepped on it. Caller is not home for the rest of the night but will call back tomorrow evening when she returns home if the snake is still there. ',null,null,null,null,null,null,'1167 Michael Dr, West Kelowna, BC',null,'2023-07-09 23:11:04','2023-07-09 23:11:04',null,'ESEITZ@idir','2023-07-10 09:10:08',null,null,null,null,'CLOSED','WSTKELOW',ST_GeomFromText('POINT(-119.5635858 49.860077)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026762','Caller reporting a big black bear wonderings around the riverside at the location noted below. Advised the bear was last seen heading towards maple wood farm',null,null,null,null,null,null,'Mt Seymour Pky and Riverside Dr, District of North Vancouver, BC',null,'2023-07-09 23:17:16','2023-07-09 23:17:16',null,'DDUFFY@idir','2023-07-09 23:30:03',null,null,null,null,'OPEN','NORVAN',ST_GeomFromText('POINT(-123.014715 49.3109968)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026764','Broke into storage and got into the compost bin and garbage',null,null,null,null,null,null,'638 King Georges Way, West Vancouver, BC',null,'2023-07-10 00:28:55','2023-07-10 00:28:55',null,'ASDUNCAN@idir','2023-07-10 00:31:19',null,null,null,null,'OPEN','WSTVANCO',ST_GeomFromText('POINT(-123.1307643 49.3510856)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026765','Caller advised there is deer choking across in someone''s property at the location noted below. Deer is still mobile.',null,null,null,null,null,null,'Harcourt Ave and Hill St, Quesnel, BC',null,'2023-07-10 00:29:27','2023-07-10 00:29:27',null,'JMILLETT@idir','2023-07-11 13:06:15',null,null,null,null,'CLOSED','QUESNEL',ST_GeomFromText('POINT(-122.5108131 52.9781811)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026767','Caller reporting a bear in her cherry tree',null,null,null,null,null,null,'1030 Elcho St, Bella Coola, BC',null,'2023-07-10 00:42:10','2023-07-10 00:42:10',null,'CPOSTHUM@idir','2023-07-12 12:02:14',null,null,null,null,'CLOSED','BLLACOOL',ST_GeomFromText('POINT(-126.7567977 52.3743486)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026768','Caller is reporting a train has struck and killed a couple of deer out near kamloops around the location below.',null,null,null,null,null,null,'E Trans-Canada Hwy and Lafarge Rd, Kamloops, BC','between above location and campbell creek','2023-07-10 00:45:28','2023-07-10 00:45:28',null,'KANEKOPP@idir','2023-07-10 10:27:48',null,null,null,null,'CLOSED','KAMLOOPS',ST_GeomFromText('POINT(-120.0674546 50.6537381)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026769','Caller reporting he believes he heard a cougar outside. It sounded like a screaming cat but didn''t sound like a housecat. - -Emailed only due to uncertainty',null,null,null,null,null,null,'1130 Finlayson St, Victoria, BC',null,'2023-07-10 03:27:03','2023-07-10 03:27:03',null,'MAWILSON@idir','2023-07-11 10:26:17',null,null,null,null,'CLOSED','VICTORIA',ST_GeomFromText('POINT(-123.3564568 48.4471095)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026770','Caller bought a bear proof garbage can yesterday and has been around the last few nights. The bear knocked over the landlords temporary fence and caller would like some ideas',null,null,null,null,null,null,'10332 240 St, Maple Ridge, BC',null,'2023-07-10 04:54:56','2023-07-10 04:54:56',null,'ASDUNCAN@idir','2023-07-10 04:57:45',null,null,null,null,'OPEN','MAPLERID',ST_GeomFromText('POINT(-122.5564306 49.1900551)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026771','RCMP passing on a report of someone who believed they saw a bear entering a residence. Police are responding. Exact address unknown, police have a description of the house and will call if CO attendance is required. - -*Emailed through given the nature',null,null,null,null,null,null,'1600 22nd St, Courtenay, BC',null,'2023-07-10 05:41:26','2023-07-10 05:41:26',null,'KSORENSE@idir','2023-07-10 09:29:53',null,null,null,null,'CLOSED','COURTNY',ST_GeomFromText('POINT(-125.0001072 49.6712717)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026772','A bear has been around the last 3 days and the bear broke the gate last night. Caller has locks for the bins but the bear still accesses them',null,null,null,null,null,null,'2919 Walton Ave, Coquitlam, BC',null,'2023-07-10 05:54:48','2023-07-10 05:54:48',null,'ASDUNCAN@idir','2023-07-10 05:56:13',null,null,null,null,'OPEN','COQUITLM',ST_GeomFromText('POINT(-122.7998815 49.2901433)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026773','Caller reporting an aggressive cougar near the below noted location. Caller advised he was running on the trail and the cougar came out of the bushes at him. Caller noted the cougar was growling at him and came within 10 feet. Caller advised he was yelling and screaming at it and then threw a rock and the cougar ran off. Caller regularly hunts and is outdoors and this is his first confrontation with this aggressive of a cougar. ',null,null,null,null,null,null,'','South side of Mt Arrowsmith ','2023-07-09 06:30:00','2023-07-10 06:17:51',null,'DSEXTON@idir','2023-07-14 14:13:22',null,null,null,null,'OPEN','PARKSVLE',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026774','I was just walking on Thacker Drive in West Kelowna (exact location noted in attachment) and heard an animal in a man hole (grated cover) in what sounded like great distress. This is the second day I''ve heard this animal. - -https://maps.app.goo.gl/9fBi5X5mVGrAwpTZ8?g_st=im - -',null,null,null,null,null,null,'',null,'2023-07-10 06:22:37','2023-07-10 06:22:37',null,'KOWENS@idir','2023-07-10 11:17:14',null,null,null,null,'CLOSED','WSTKELOW',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026775','Caller received a report of a dead black bear that was struck by a train near the below noted location. Caller advised the bear is beside the track. -',null,null,null,null,null,null,'','Beside the tracks across the river from Wolsely Creek FSR. ','2023-07-10 06:23:54','2023-07-10 06:23:54',null,'ETYUKODI@idir','2023-07-10 09:10:08',null,null,null,null,'CLOSED','ALBRTCNY',ST_GeomFromText('POINT(-117.88579 51.11901)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026776','Deer jumped the fence and broke its leg, looks like it is going to bleed out. It did move a couple feet and fell down again. It is behind the brewery and COs need to be buzzed in, there is a panel.',null,null,null,null,null,null,'2808 27 Ave, Vernon, BC',null,'2023-07-10 06:32:14','2023-07-10 06:32:14',null,'ETYUKODI@idir','2023-07-10 09:58:16',null,null,null,null,'CLOSED','VERNON',ST_GeomFromText('POINT(-119.267876 50.259624)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026777','Banging on a garage door at one point and wandered away. - -RP: Daniel Sitnam 604-926-4461',null,null,null,null,null,null,'1270 Taylor Way, West Vancouver, BC',null,'2023-07-10 06:42:48','2023-07-10 06:42:48',null,'COMILLER@idir','2023-07-10 06:44:50',null,null,null,null,'CLOSED','WSTVANCO',ST_GeomFromText('POINT(-123.1340337 49.3360688)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026778','Advises that there are 2 moose stuck in a mud pond beside the highway.',null,null,null,null,null,null,'','highway 1; halfway between the interchange and the turn off to Afton Mine','2023-07-10 07:20:42','2023-07-10 07:20:42',null,'MSANDERS@idir','2023-07-10 09:41:25',null,null,null,null,'OPEN','KAMLOOPS',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026780','Advises that there is a bear walking around.',null,null,null,null,null,null,'Jubilee Pky and S Dogwood St, Campbell River, BC',null,'2023-07-10 07:29:48','2023-07-10 07:29:48',null,'CDOYLEWA@idir','2023-07-10 07:32:33',null,null,null,null,'CLOSED','CMBLRV',ST_GeomFromText('POINT(-125.2338864 49.955068)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026781','Bear going through garbage''s on the block. It is garbage day and has gotten into some of them. ',null,null,null,null,null,null,'52 Mount Royal Dr, Port Moody, BC',null,'2023-07-10 07:36:22','2023-07-10 07:36:22',null,'COMILLER@idir','2023-07-10 07:38:32',null,null,null,null,'OPEN','PORTMDY',ST_GeomFromText('POINT(-122.8740075 49.2736765)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026787','Advises that there is a bear eating berries.',null,null,null,null,null,null,'UNIT 40 -- 1040 Legacy Way, Whistler, BC','Commons park','2023-07-10 07:52:25','2023-07-10 07:52:25',null,'CDOYLEWA@idir','2023-07-10 07:55:30',null,null,null,null,'OPEN','WHISTLER',ST_GeomFromText('POINT(-123.0419209 50.079196)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026794','Caller reporting a food conditioned black bear near the below noted location. Caller advised the bear comes every 3 days and gets into their garbage. Caller noted there was a bear trap set up a street over a few weeks ago. ',null,null,null,null,null,null,'8012 Princeton Cres, Prince George, BC',null,'2023-07-10 07:45:00','2023-07-10 08:03:56',null,'HIDESMAR@idir','2023-07-17 15:26:29',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7663302 53.8497178)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026796','My friend and I were fishing under the Kingsway bridge in Port Coquitlam Monday July 3rd 10:30 am. A young bear with little fear decided to check out gear while we were standing 30 feet away. Of course we didn’t have any open food or landed fish which he would taken. There are so many kids with parents and walkers that use that trail they might scare that young garbage eating bear into hurting someone. -Regards, -Ed Ronald -#307-525 10th street -New Westminster BC -',null,null,null,null,null,null,'Port Coquitlam, BC','under the Kingsway bridge in Port Coquitlam ','2023-07-10 08:17:27','2023-07-10 08:17:27',null,'PDAYTON@idir','2023-07-10 08:20:44',null,null,null,null,'CLOSED','PORTCOQ',ST_GeomFromText('POINT(-122.7802778 49.2616667)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026797','Nice BB minding its own business. Do have crews working in the area.',null,null,null,null,null,null,'MacKenzie Way and Willow Dr, Tumbler Ridge, BC',null,'2023-07-10 08:17:45','2023-07-10 08:17:45',null,'COMILLER@idir','2023-07-10 08:20:08',null,null,null,null,'CLOSED','TUMBLER',ST_GeomFromText('POINT(-120.9943812 55.1319049)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026799','Reporting an injured bear, bad limp back leg.',null,null,null,null,null,null,'17600 Kennedy Rd, Pitt Meadows, BC','Pitt River Greenway','2023-07-10 08:27:48','2023-07-10 08:27:48',null,'COMILLER@idir','2023-07-10 08:29:59',null,null,null,null,'OPEN','PITTMDWS',ST_GeomFromText('POINT(-122.7343153 49.2405878)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026800','Advises that the bear is getting into the garbage. Today is garbage pick up.',null,null,null,null,null,null,'64 Bonnymuir Pl, West Vancouver, BC',null,'2023-07-10 08:27:55','2023-07-10 08:27:55',null,'KWINTERS@idir','2023-07-12 00:20:53',null,null,null,null,'OPEN','WSTVANCO',ST_GeomFromText('POINT(-123.1254491 49.36376)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026801','Caller reporting an injured eagle near the below noted location. Caller advised the eagle had some fishing wire around it''s foot. Caller noted the eagle was struggling to stand and then flew off. ',null,null,null,null,null,null,'Bay St, Daajing Giids, BC','flying east ','2023-07-10 08:26:00','2023-07-10 08:31:00',null,'AMAESTRE@idir','2023-07-17 15:42:20',null,null,null,null,'CLOSED','DJNG',ST_GeomFromText('POINT(-132.0821188 53.254286)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026804','Advise that a bear has hanging around their yard last night.',null,null,null,null,null,null,'2999 Larson Rd, District of North Vancouver, BC',null,'2023-07-10 08:38:22','2023-07-10 08:38:22',null,'CDOYLEWA@idir','2023-07-10 08:40:33',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.0847194 49.3362991)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026810','Advises that there is a small bear in the cul-de-sac. The bear is not scared of anyone or any noise. The bear is knocking over bins and getting into garbage at the neighbours place.',null,null,null,null,null,null,'3664 Hughes Pl, Port Coquitlam, BC',null,'2023-07-10 08:55:16','2023-07-10 08:55:16',null,'PDAYTON@idir','2023-07-13 13:36:29',null,null,null,null,'CLOSED','PORTCOQ',ST_GeomFromText('POINT(-122.778883 49.2781405)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026813','Reporting that there is a dead deer on the left side of their property. A mama bear, 3 cubs and a bunch of coyotes have been eating it, not a ton left. Don''t have the means to remove it themselves, advised of options for disposal and they are going to try contacting those. Also have fruit trees that the bears wrecked the fencing and going to re-staple them.',null,null,null,null,null,null,'2158 Hwy 97, Okanagan Falls, BC',null,'2023-07-10 09:02:19','2023-07-10 09:02:19',null,'MSTERN@idir','2023-07-12 08:54:45',null,null,null,null,'CLOSED','OKAFALLS',ST_GeomFromText('POINT(-119.5572443 49.3185805)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026814','Advises that there was a sow and cub walking along their property. The sow and cubs have been getting into their garbage at night.',null,null,null,null,null,null,'35957 Empress Dr, Abbotsford, BC',null,'2023-07-10 09:03:54','2023-07-10 09:03:54',null,'CDOYLEWA@idir','2023-07-10 09:06:16',null,null,null,null,'OPEN','ABTFRD',ST_GeomFromText('POINT(-122.2293942 49.0522625)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026816','COM reporting concerns about a buck deer that has been in her backyard eating her plants for the last few days. COM has attempted to haze it away but the deer stands it''s ground. ',null,null,null,null,null,null,'5056 Keith Rd, West Vancouver, BC',null,'2023-07-10 09:08:36','2023-07-10 09:08:36',null,'DAGRAY@idir','2023-07-10 09:18:30',null,null,null,null,'CLOSED','WSTVANCO',ST_GeomFromText('POINT(-123.2638753 49.3414055)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026817','COM sent email to COS HQ-fwd to COS NiZone - report two cougar sightings on my rural property. I was not threatened, but I understand that Conservation Service likes to keep track of these things (I had a more threatening encounter with probably a 2-year old male in 2022 which I reported and a CO attended). -Yesterday, July 4 at 6:15, my domestic cat bolted into the house as though her tail was on fire, and ran upstairs and hid under a bed; this was the most frightened I have ever seen her. I looked out through all my windows and found a young cougar cub at my back door; it did not seem relaxed or comfortable, and the mother was not in sight. I opened and slammed the door, and the cub ran off. -Half an hour later, I observed an adult probably female cougar in my pasture coming towards my house, I imagine returning from an unsuccessful hunt. When she saw me on my balcony, she stopped and stared, then proceeded in a less relaxed fashion to the woods that go around the back of my house. I did not yell at her; I wanted her to reconnect with the cub. -I advised my neighbours who have toddlers, sheep and poultry. They didn’t see the cougar and had no losses. I have chickens and also had no losses. -We did not see a cougar today. - -',null,null,null,null,null,null,'3220 MacHam Rd, Courtenay, BC','3220 Macham Road, Courtenay','2023-07-04 06:15:00','2023-07-10 09:08:45',null,'DSEXTON@idir','2023-07-10 11:57:47',null,null,null,null,'CLOSED','COURTNY',ST_GeomFromText('POINT(-125.0508313 49.7373163)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026825','Across road forested area, last night at 0630 on walking trails and encountered a very large and aggressive BB. Could not scare it away with yelling, throwing rocks and waving a stick. It was growling and charging at husband. Did scare off eventually, but it circled around and saw it again as they were leaving. Previously had seen a mama and cubs seen in the area.',null,null,null,null,null,null,'Cottonwood Rd and Fuller Lake Rd, Chemainus, BC',null,'2023-07-10 09:21:06','2023-07-10 09:21:06',null,'MAWILSON@idir','2023-07-11 10:27:53',null,null,null,null,'OPEN','CHMNUS',ST_GeomFromText('POINT(-123.7148609 48.9034657)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026827','Advises that a bear pooped in their yard.',null,null,null,null,null,null,'2444 Ironridge Rd, West Kelowna, BC',null,'2023-07-10 09:21:24','2023-07-10 09:21:24',null,'CDOYLEWA@idir','2023-07-10 09:23:23',null,null,null,null,'CLOSED','WSTKELOW',ST_GeomFromText('POINT(-119.6280124 49.854042)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026831','Advises that a bear was eating grass and walking along the porch.',null,null,null,null,null,null,'Pioneer Loop, Tumbler Ridge, BC',null,'2023-07-10 09:29:14','2023-07-10 09:29:14',null,'CDOYLEWA@idir','2023-07-10 09:30:36',null,null,null,null,'CLOSED','TUMBLER',ST_GeomFromText('POINT(-120.9962877 55.1272655)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026832','COM reporting a bear that''s been around their residence 3 times of the last 3 weeks. One occasion the bb was eating compost out of the neighbours green bin (not on garbage day) and other sighting were on the COM''s property during the day. Bb did respond—slowly—to hazing using pots and pans. ',null,null,null,null,null,null,'2687 Fortress Dr, Port Coquitlam, BC',null,'2023-07-10 09:29:52','2023-07-10 09:29:52',null,'DAGRAY@idir','2023-07-10 09:37:01',null,null,null,null,'OPEN','PORTCOQ',ST_GeomFromText('POINT(-122.7888241 49.2292638)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026834','Advises that there are two fawns with spots running around without a doe.',null,null,null,null,null,null,'Carmi Ave and Main St, Penticton, BC',null,'2023-07-10 09:33:48','2023-07-10 09:33:48',null,'MSTERN@idir','2023-07-12 08:55:17',null,null,null,null,'CLOSED','PENTICTN',ST_GeomFromText('POINT(-119.5855226 49.4827265)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026836','BB situation seen it by the door yesterday morning and seen at least 4 times in the past year. Would like COs to do something about it. Garbage always locked, and has not gotten into it. ',null,null,null,null,null,null,'803 Apex Ave, District of North Vancouver, BC',null,'2023-07-10 09:42:25','2023-07-10 09:42:25',null,'COMILLER@idir','2023-07-10 09:48:51',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-122.9818473 49.3128938)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026837','COM struck a deer - COM okay -Deer was off the roadway, but COM thinks it has walked into the centre median area – COM believes free of travelway. -',null,null,null,null,null,null,'','parkway, 100m south of northfield road','2023-07-10 09:43:30','2023-07-10 09:43:30',null,'MAWILSON@idir','2023-07-31 15:10:58',null,null,null,null,'CLOSED','NANAIMO',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026838','COM reporting an injured deer with two broken rear legs that was hit by a car near their house. Deer has been moved off the road, but is non-mobile, non-viable. ',null,null,null,null,null,null,'2395 Yellow Point Rd, Nanaimo, BC',null,'2023-07-10 09:44:12','2023-07-10 09:44:12',null,'MAWILSON@idir','2023-07-31 15:12:47',null,null,null,null,'OPEN','NANAIMO',ST_GeomFromText('POINT(-123.8363759 49.0869356)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026839','COM reporting a BB transited their driveway and out the back yard – 20:00 saturday -COM has photographs -Zero attractants // interactions. -',null,null,null,null,null,null,'',null,'2023-07-10 09:47:03','2023-07-10 09:47:03',null,'TBIRNEY@idir','2023-07-10 09:48:44',null,null,null,null,'CLOSED','WSTVANCO',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026840','Caller reporting a black bear sighting near the below noted location. Caller advised a sow and 2 cubs have been around the area for the last few weeks. ',null,null,null,null,null,null,'3057 Pool Rd, McBride Rural, BC',null,'2023-07-09 20:00:00','2023-07-10 09:47:53',null,'KSORENSE@idir','2023-07-10 09:51:09',null,null,null,null,'CLOSED','MCBRIDE',ST_GeomFromText('POINT(-120.2183626 53.3182579)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026841','Caller observed a deer dragging wire – wire appeared loosely caught around the deer’s neck.',null,null,null,null,null,null,'','BX road and 42nd ave','2023-07-10 09:49:51','2023-07-10 09:49:51',null,'MSRICHAR@idir','2023-07-10 13:31:40',null,null,null,null,'CLOSED','VERNON',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026847','Advises that a cougar came into their backyard and was looking into their windows. This happened on Friday at 2-3 am. - -*email due to time delay',null,null,null,null,null,null,'3097 Slocan Valley East Rd, Slocan Park, BC',null,'2023-07-10 10:00:45','2023-07-10 10:00:45',null,'JDHAWKES@idir','2023-07-10 11:38:51',null,null,null,null,'CLOSED','SLOCNPRK',ST_GeomFromText('POINT(-117.6261157 49.5154612)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026848','COM reporting a sow and cub grizzly on her property. COM said there may be some people in the area but wasn’t sure. ',null,null,null,null,null,null,'924 Askimlikw Mamnta, Bella Coola',null,'2023-07-10 00:05:00','2023-07-10 00:05:00',null,'CPOSTHUM@idir','2023-07-12 12:00:46',null,null,null,null,'CLOSED','BLLACOOL',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026850','Advises that she saw 2 moose in rural Peachland.',null,null,null,null,null,null,'Coldham Rd, Peachland, BC',null,'2023-07-10 10:09:17','2023-07-10 10:09:17',null,'CDOYLEWA@idir','2023-07-10 10:10:41',null,null,null,null,'CLOSED','PEACHLND',ST_GeomFromText('POINT(-119.7126241 49.7917398)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026852','COM and girlfriend have a new dog – regular interactions with doe living in adjacent field. -COM aware there is likely to be a fawn – COM does not believe the doe should be aggressive despite fawn. -',null,null,null,null,null,null,'','453 main st','2023-07-10 10:10:52','2023-07-10 10:10:52',null,'MMBOOTH@idir','2023-07-19 10:23:36',null,null,null,null,'CLOSED','LILLOOET',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026853','Caller reporting a BB carcass on the roadway - believe risk to traffic. - -negative landmarks in area, but caller checked odometer - -Briefed CO Kerr. Advised en route',null,null,null,null,null,null,'','Hwy 5, ""just under 5km"" SW of Merritt','2023-07-10 10:19:53','2023-07-10 10:19:53',null,'TYKERR@idir','2023-07-10 14:41:01',null,null,null,null,'CLOSED','MERRITT',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026854','Advises that a wolf was hiding in the tomato field and attacked their dog this morning at 9am. Apparently this wolf has been coming around for a while.',null,null,null,null,null,null,'9450 West Fraser Rd, Narcosli Creek, BC',null,'2023-07-10 10:20:14','2023-07-10 10:20:14',null,'JMILLETT@idir','2023-07-26 14:41:30',null,null,null,null,'CLOSED','QUESNEL',ST_GeomFromText('POINT(-122.4679093 52.5281398)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026857','Mule deer doe, 2 fawns, back broken leg held on by skin. Walking 30min. to go 100ft. Fawns look healthy, trying to nurse, but seems dry.',null,null,null,null,null,null,'5264 Chasey Rd, Celista, BC',null,'2023-07-10 10:29:56','2023-07-10 10:29:56',null,'JESJONES@idir','2023-07-10 13:55:43',null,null,null,null,'CLOSED','CLSTA',ST_GeomFromText('POINT(-119.354241 50.9435731)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026859','Orphaned bear, there was a set of twins and mama in a well area. Mama and one cub gone, leaving one wandering around not doing too well.',null,null,null,null,null,null,'Beatton Airport Rd, Buick, BC','5Km up the road and turn a right onto North Pine rd about 2Km 6-29-87-20 West of six Meridian','2023-07-10 10:39:08','2023-07-10 10:39:08',null,'ELPEDERS@idir','2023-07-11 17:04:16',null,null,null,null,'OPEN','BKCRK',ST_GeomFromText('POINT(-121.2759289 56.7517651)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026862','Caller reporting an aggressive deer near the below noted location. Caller advised the deer has been in the area for a few weeks and there are signs up about it but this was his first time witnessing it. Caller noted the deer would charge at anyone who was walking with their dogs along the path. Caller advised people were screaming and shouting at it and it was reluctant to leave. -',null,null,null,null,null,null,'Sunset Dr, Kelowna, BC',null,'2023-07-10 10:40:00','2023-07-10 10:49:16',null,'KOWENS@idir','2023-07-12 09:42:15',null,null,null,null,'CLOSED','KELOWNA',ST_GeomFromText('POINT(-119.497022 49.8952095)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026865','Advises that a bear has been hanging around and wont be scared away.',null,null,null,null,null,null,'13 South Bamfield Rd, Bamfield, BC',null,'2023-07-10 10:53:33','2023-07-10 10:53:33',null,'DSEXTON@idir','2023-07-14 14:29:27',null,null,null,null,'CLOSED','BAMFELD',ST_GeomFromText('POINT(-125.1544667 48.8140447)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026866','COM reporting they''ve spotted a doe on their property with their neck and foreleg wrapped in wire. Doe is still mobile and able to graze. Doe has two fawns with her. ',null,null,null,null,null,null,'1944 Bay St, Ucluelet, BC',null,'2023-07-10 10:56:38','2023-07-10 10:56:38',null,'MAWILSON@idir','2023-07-31 15:33:28',null,null,null,null,'CLOSED','UCLUELET',ST_GeomFromText('POINT(-125.5498263 48.9449685)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026870','Advises that there is black bear walking around.',null,null,null,null,null,null,'','Blakeburn Lagoons Park','2023-07-10 11:14:03','2023-07-10 11:14:03',null,'CDOYLEWA@idir','2023-07-10 11:16:02',null,null,null,null,'CLOSED','PORTCOQ',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026872','COM reporting a bear in his driveway that''s displaying some aggressive behavior. Bear broke into a storage bin on on the back of his truck and found a tub of hot chocolate, and is now eating it in his driveway and wont leave. When COM attempted to shew him away bb snorted and bluff charged. ',null,null,null,null,null,null,'1409 Dogwood Pl, Port Moody, BC',null,'2023-07-10 11:29:15','2023-07-10 11:29:15',null,'CDOYLEWA@idir','2023-07-10 11:43:43',null,null,null,null,'OPEN','PORTMDY',ST_GeomFromText('POINT(-122.8252049 49.2921612)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026873','COM reporting they saw a bb on their ring cam last night behind their house. No attractants, no conflict. ',null,null,null,null,null,null,'116 Gibralter Rock, Nanaimo, BC',null,'2023-07-10 11:37:08','2023-07-10 11:37:08',null,'DAGRAY@idir','2023-07-10 11:39:45',null,null,null,null,'CLOSED','NANAIMO',ST_GeomFromText('POINT(-123.9583044 49.223461)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026874','COM (via RCMP) reporting a deer with a leg injury, mobile, at the noted location. ',null,null,null,null,null,null,'Lakeshore Rd and Okanagan Landing Rd, Vernon, BC',null,'2023-07-10 11:40:58','2023-07-10 11:40:58',null,'MSRICHAR@idir','2023-07-10 13:34:03',null,null,null,null,'CLOSED','VERNON',ST_GeomFromText('POINT(-119.3406788 50.2393633)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026876',' COM’s neighbour has a camera, reports two BBs frequent the area. -No attracts or interactions.',null,null,null,null,null,null,'',null,'2023-07-10 11:41:43','2023-07-10 11:41:43',null,'TBIRNEY@idir','2023-07-10 11:43:01',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026877','Caller reporting a deer which expired on the roadway - Caller moved clear of roadway. -understand carcass and area are messy.',null,null,null,null,null,null,'','1502 marina way ','2023-07-10 11:43:24','2023-07-10 11:43:24',null,'MAWILSON@idir','2023-07-31 15:34:26',null,null,null,null,'CLOSED','NANOBAY',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026878','Advises that he saw two coyotes in his yard. ',null,null,null,null,null,null,'1681 156A St, Surrey, BC',null,'2023-07-10 11:45:28','2023-07-10 11:45:28',null,'CDOYLEWA@idir','2023-07-10 11:48:08',null,null,null,null,'CLOSED','SURRY',ST_GeomFromText('POINT(-122.7888917 49.0325463)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026880','Caller stuck and killed a deer - Caller okay -deer is clear of roadway. -Caller inquired about keeping the meat - provided front counter BC contact ',null,null,null,null,null,null,'',null,'2023-07-10 11:57:05','2023-07-10 11:57:05',null,'TBIRNEY@idir','2023-07-10 11:59:55',null,null,null,null,'OPEN','MISSION',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026881','Advises that a bear was eating garbage.',null,null,null,null,null,null,'11 Parsnip Cres, Mackenzie, BC',null,'2023-07-10 12:00:28','2023-07-10 12:00:28',null,'HIDESMAR@idir','2023-07-10 13:56:13',null,null,null,null,'CLOSED','MACKENZI',ST_GeomFromText('POINT(-123.0829271 55.3248476)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026884','Caller reporting a possible orphaned black bear cub. Caller advised a black bear cub is walking down their street rummaging in the bushes and there is no sow in sight. -',null,null,null,null,null,null,'61 Bonnymuir Pl, West Vancouver, BC',null,'2023-07-10 12:11:08','2023-07-10 12:11:08',null,'KSORENSE@idir','2023-07-10 12:13:36',null,null,null,null,'OPEN','WSTVANCO',ST_GeomFromText('POINT(-123.1263705 49.3637755)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026886','Caller reporting an aggressive black bear near the below noted location. Caller advised the the bear hissed at him from the bushes and he yelled at it. The bear then walked through the yard and when he yelled at it again it hissed and did a bluff charge. Caller noted the bear then ran across the road near his neighbors house. ',null,null,null,null,null,null,'4620 Sowchea Rd, Fort St. James, BC',null,'2023-07-10 12:10:00','2023-07-10 12:19:05',null,'SGBATES@idir','2023-07-10 14:28:36',null,null,null,null,'CLOSED','FTSTJAME',ST_GeomFromText('POINT(-124.315699 54.4246563)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026891','Caller reporting a cougar that has been on his property for the last 5 days. Caller advised the cougar growled at him last night and killed and ate a deer on his property. Caller is concerned for his safety and for his dogs. ',null,null,null,null,null,null,'2241 Upper Gibson Rd, Pass Creek, BC',null,'2023-07-10 12:27:00','2023-07-10 12:27:15',null,'JDHAWKES@idir','2023-07-10 13:34:29',null,null,null,null,'OPEN','PASSCREE',ST_GeomFromText('POINT(-117.6614989 49.370686)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026894','Advises that there is a moose calf beside a dead moose cow.',null,null,null,null,null,null,'','Alaska Highway, 2 km north of Beaton airport road on the east side of the road','2023-07-10 12:32:13','2023-07-10 12:32:13',null,'ELPEDERS@idir','2023-07-11 16:48:37',null,null,null,null,'OPEN','FTSTJOHN',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026895','COM reporting a bear that broken into their garage by breaking a window. Garbage was stored in the garage at the time. Bear left promptly after being discovered. COM has video. ',null,null,null,null,null,null,'350 Inglewood Ave, West Vancouver, BC',null,'2023-07-10 09:30:00','2023-07-10 12:33:22',null,'SZUKEWI@idir','2023-07-25 13:10:58',null,null,null,null,'OPEN','WSTVANCO',ST_GeomFromText('POINT(-123.1253868 49.334173)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026901','Talked to the district and the bear society in June as it came around 3 times. They helped secure their garbage, but still knocks their bins around. Came up to husband about 15ft away not aggressive and seems not bothered by humans, or pots and pans. Looking for CO advice to help keep it from returning.',null,null,null,null,null,null,'842 Montroyal Blvd, District of North Vancouver, BC',null,'2023-07-10 12:42:40','2023-07-10 12:42:40',null,'SZUKEWI@idir','2023-07-25 13:34:18',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.0921051 49.3565103)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026902','Advises that a bear is walking around.',null,null,null,null,null,null,'1967 Dunrobin Cres, District of North Vancouver, BC',null,'2023-07-10 12:44:08','2023-07-10 12:44:08',null,'CDOYLEWA@idir','2023-07-10 12:45:13',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-122.9948832 49.3239579)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026903','Advises that he saw an ostrich mom and baby run across the road after fishing on Saturday.',null,null,null,null,null,null,'','driving back on Redeau lake road, km 15','2023-07-10 12:49:46','2023-07-10 12:49:46',null,'CDOYLEWA@idir','2023-07-10 13:02:59',null,null,null,null,'CLOSED','150MHHS',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026904','Caller reporting a black bear sighting near the below noted location. Caller advised the bear was walking around the park last nigh at 21:30. Caller noted the bear was not aggressive and did not see it get into an attractants. Caller advised the bear went into the woods near the lake. -',null,null,null,null,null,null,'1299 Pinetree Way, Coquitlam, BC','Coquitlam Town Centre Park ','2023-07-09 21:30:00','2023-07-10 13:00:36',null,'KSORENSE@idir','2023-07-10 13:05:33',null,null,null,null,'CLOSED','COQUITLM',ST_GeomFromText('POINT(-122.7896743 49.2909387)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026905','Wounded bear limping on back leg knocking over garbage that has been picked up already.',null,null,null,null,null,null,'Ambleside Close, Port Coquitlam, BC','East side','2023-07-10 13:01:38','2023-07-10 13:01:38',null,'COMILLER@idir','2023-07-10 13:05:20',null,null,null,null,'OPEN','PORTCOQ',ST_GeomFromText('POINT(-122.7461425 49.2828964)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026907','RCMP relaying report of a BB - Understand not interested in people - -emailed FYI',null,null,null,null,null,null,'','3800 blk cleaveland ave','2023-07-10 13:07:02','2023-07-10 13:07:02',null,'CROCHON@idir','2023-07-12 13:09:13',null,null,null,null,'CLOSED','SQUMISH',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026908','COM reporting a grizzly bear that was outside their building. Grizzly left after someone blew and airhorn. This particular bear had accessed ther dumpster behind the building on a previous occasion. ',null,null,null,null,null,null,'860 Centennial Dr, Mackenzie, BC',null,'2023-07-10 12:50:00','2023-07-10 13:07:28',null,'HIDESMAR@idir','2023-07-10 15:04:03',null,null,null,null,'CLOSED','MACKENZI',ST_GeomFromText('POINT(-123.0924957 55.3285874)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026910','Reporting a cougar interaction last night. They were in their tent and it tried to get in a couple of times, no growling, humming and purring for about 10 mins. They had dogs in the tent and threw rocks at it, but it took some time for it to go away, no physical contact. They went to their car and slept in it and it did not chase them. No initial signs of it in the area, but some other campers had seen it during the day. Just outside Buttle Lake campground, they had parked at the boat ramp and was at the Lupin area. Craft Creek Trail right beside it.',null,null,null,null,null,null,'','Buttle Lake Campground, Lupin','2023-07-10 01:00:00','2023-07-10 13:15:40',null,'GJGUDBRA@idir','2023-07-10 15:27:42',null,null,null,null,'OPEN','GOLDRIVR',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026912','Advises that there is a sow and 2 cubs walking around.',null,null,null,null,null,null,'Rockland Rd and S Dogwood St, Campbell River, BC',null,'2023-07-10 13:22:34','2023-07-10 13:22:34',null,'CDOYLEWA@idir','2023-07-10 13:23:50',null,null,null,null,'CLOSED','CMBLRV',ST_GeomFromText('POINT(-125.2480549 49.9813435)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026913','COM reporting a yearling bb that has been coming by for the last 2 months, getting progressively more brazen. Yesterday for the 3rd time COM found the bear in his kitchen eating the cat''s food. Bear left when discovered, but less quickly than he had on previous occasions. ',null,null,null,null,null,null,'1499 Grafton Ave, Errington, BC',null,'2023-07-10 13:26:35','2023-07-10 13:26:35',null,'DSEXTON@idir','2023-07-26 12:51:22',null,null,null,null,'CLOSED','ERRINGTN',ST_GeomFromText('POINT(-124.3677621 49.2903726)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026919','Since May 17 they have had regular sightings of coyotes at Concorde Pacific. Most recent July 07 and 10. There are people living onsite and frequent filming site. No aggression, but activity level is prominent during the day, getting comfortable with humans. Mostly stare people down as they go by. Contract security scared to go near them. -**Looking for some CO advice. ',null,null,null,null,null,null,'1550 Burrard St, Vancouver, BC',null,'2023-07-10 13:42:03','2023-07-10 13:42:03',null,'SZUKEWI@idir','2023-07-18 11:18:36',null,null,null,null,'CLOSED','VANCOUVR',ST_GeomFromText('POINT(-123.1435814 49.2720587)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026920','Caller saw bear going into a neighbors yard.',null,null,null,null,null,null,'32659 Downes Rd, Abbotsford, BC',null,'2023-07-10 13:43:16','2023-07-10 13:43:16',null,'SMCCREAD@idir','2023-07-10 13:44:49',null,null,null,null,'CLOSED','ABTFRD',ST_GeomFromText('POINT(-122.3202922 49.0749519)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026921','Caller reporting an injured deer near the below noted location. Caller advised the deer was hit by his vehicle and is now laying down on the side of the road and needs to be dispatched. ',null,null,null,null,null,null,'Coldwater Rd, Merritt, BC','4km south of Patchett Rd ','2023-07-10 13:43:00','2023-07-10 13:43:45',null,'TYKERR@idir','2023-07-10 14:55:29',null,null,null,null,'CLOSED','MERRITT',ST_GeomFromText('POINT(-120.7633761 50.0987084)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026926','Caller reports a Black bear in the neighboring vacant lot. Not aggressive, just sitting there.',null,null,null,null,null,null,'685 St. Andrews Rd, West Vancouver, BC',null,'2023-07-10 13:51:26','2023-07-10 13:51:26',null,'SMCCREAD@idir','2023-07-10 13:53:05',null,null,null,null,'CLOSED','WSTVANCO',ST_GeomFromText('POINT(-123.131742 49.3566322)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026927','Caller reports that after a week, new born fawns were left out by themselves. Advised they leave the fawn alone.',null,null,null,null,null,null,'',null,'2023-07-10 13:53:17','2023-07-10 13:53:17',null,'SMCCREAD@idir','2023-07-10 13:58:52',null,null,null,null,'CLOSED','WSTKELOW',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026930','Caller reporting that their neighbour has gone to hospital following an interaction with a racoon. Understand neighbour’s dog requires veterinary care, too. -Just after noon caller heard screaming and noise for about 1 minute, followed by yells requesting 911. Caller has no details on injury. - -Briefed A/Sgt Mueller',null,null,null,null,null,null,'1838 Alma St, Vancouver, BC',null,'2023-07-10 14:03:44','2023-07-10 14:03:44',null,'BMUELLER@idir','2023-08-04 09:36:59',null,null,null,null,'CLOSED','VANCOUVR',ST_GeomFromText('POINT(-123.1854523 49.2701594)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026931','Caller reports that at 0130 on Saturday they collided with a deer, which took off into the forest.',null,null,null,null,null,null,'Hwy 95, Fairmont Hot Springs, BC',null,'2023-07-10 14:09:37','2023-07-10 14:09:37',null,'MATTHEWH@idir','2023-07-11 09:15:41',null,null,null,null,'CLOSED','FAIRMONT',ST_GeomFromText('POINT(-115.8823382 50.2587058)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026932','Caller reporting an injured deer near the below noted location. Caller advised the deer was hit by a car and is laying on the side of the road. Caller noted it''s back end looked bad and needed to be dispatched.',null,null,null,null,null,null,'Hwy 1, Langford, BC','Heading northbound where the hwy turns into 4 lanes. ','2023-07-10 14:01:00','2023-07-10 14:01:00',null,'MAWILSON@idir','2023-07-28 16:42:18',null,null,null,null,'OPEN','LANGFORD',ST_GeomFromText('POINT(-123.5486594 48.4781865)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026933','Reporting a baby cub in their cherry tree, second day in a row, not a yearling. They did manage to scare it off yesterday, but has since come back. No mama in sight. ',null,null,null,null,null,null,'1012 Tobermory Way, Squamish, BC',null,'2023-07-10 14:12:09','2023-07-10 14:12:09',null,'CROCHON@idir','2023-07-12 14:07:56',null,null,null,null,'OPEN','SQUMISH',ST_GeomFromText('POINT(-123.102729 49.7452939)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026934','Dead moose clear of roadway',null,null,null,null,null,null,'','Giscome road (after all the corners)','2023-07-10 14:13:31','2023-07-10 14:13:31',null,'EMCARTHU@idir','2023-07-17 15:26:30',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026936','Caller reports there is a black bear that seems to be unafraid of people that is making the rounds in the neighborhood during day time hours. Has done some minor property damage.',null,null,null,null,null,null,'2727 Starlane Dr, Prince George, BC',null,'2023-07-10 14:31:45','2023-07-10 14:31:45',null,'HIDESMAR@idir','2023-07-18 11:32:12',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7765952 53.8764807)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026938','COM is concerned about the number of coyotes in her area. Her dog was attacked by the coyotes 3 weeks ago. COM hasn''t been able to let her dog out unsupervised because the coyotes are regular stocking him. ',null,null,null,null,null,null,'2553 Willow Park Rd, Vernon, BC',null,'2023-06-22 14:42:00','2023-07-10 14:42:11',null,'MSRICHAR@idir','2023-07-11 11:55:25',null,null,null,null,'CLOSED','VERNON',ST_GeomFromText('POINT(-119.31834 50.2526305)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026939','Caller reports sighting a bear in the parking lot of Kalamalka Lake Park. Took off into the bush once he made some noise',null,null,null,null,null,null,'Kalamalka Lake Provincial Pk, Coldstream, BC',null,'2023-07-10 14:42:58','2023-07-10 14:42:58',null,'SMCCREAD@idir','2023-07-10 14:45:12',null,null,null,null,'CLOSED','CLDSTRM',ST_GeomFromText('POINT(-119.277982 50.2076591)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026940','Caller reports that there is a bear which has broken into their property and has injured a llama. Last night saw the bear chasing their llama again. More in fun than like trying to capture it.',null,null,null,null,null,null,'12711 251 St, Maple Ridge, BC',null,'2023-07-10 14:53:15','2023-07-10 14:53:15',null,'SMCCREAD@idir','2023-07-10 15:00:57',null,null,null,null,'OPEN','MAPLERID',ST_GeomFromText('POINT(-122.5283498 49.2331205)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026942','Caller reporting a bb in the neighbourhood last night back. The yard backs onto Pearson Park. -The bb got into the garbage last night. A visitor put garbage in can that in usually in use and the BB found it. The BB has been in the area for some time. - ',null,null,null,null,null,null,'1695 Pearson Ave, Prince George, BC',null,'2023-07-10 14:57:22','2023-07-10 14:57:22',null,'HIDESMAR@idir','2023-07-18 11:06:26',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.759444 53.8977896)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026943','Caller reporting that a black bear has been breaking down fences near the below noted location. Caller advised there are no attractants out and the bear has been in the neighborhood for a few days. -',null,null,null,null,null,null,'Capilano Rd and Edgewood Rd, District of North Vancouver, BC',null,'2023-07-10 14:20:00','2023-07-10 14:57:54',null,'SZUKEWI@idir','2023-07-18 11:20:27',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.1078548 49.3507949)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026944','Caller reporting a baby deer stuck in a fenced area adjacent from the location noted below. Advised doe is outside of the fenced area coming and going trying to get to the baby. Advised the business is at groverhill farm called the italian deli and this is where the baby deer is stuck. ',null,null,null,null,null,null,'2263 Lochsyde Dr, Duncan, BC',null,'2023-07-10 15:00:26','2023-07-10 15:00:26',null,'MAWILSON@idir','2023-07-28 16:44:15',null,null,null,null,'OPEN','DUNCAN',ST_GeomFromText('POINT(-123.6824721 48.7934756)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026945','Caller reporting an aggressive deer near the below noted location. Caller advised the deer has been in the area for a while and has had run ins with multiple people. Caller noted last night it stalked and then charged him and his dog. Caller advised he had to scream at it and wave a hockey stick over his head for it to go away. -***Caller requesting a callback from a CO. ***',null,null,null,null,null,null,'601 Tadanac Blvd, Kimberley, BC',null,'2023-07-09 19:30:00','2023-07-10 15:00:56',null,'RKRENZ@idir','2023-08-04 14:03:59',null,null,null,null,'CLOSED','KIMBERLY',ST_GeomFromText('POINT(-115.9873316 49.6938539)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026946','COM reporting she was chased by an aggressive doe this morning. the Doe chased her for about 3 blocks. COM was carrying bear spray following previous encounters she has had with aggressive deer, and discharged it when the doe got close enough. The doe passed momentarily but then continued it''s pursuit. COM was able to get away after a passing motorist intervened by interposing their vehicle between the COM and the pursuing deer. ',null,null,null,null,null,null,'5th St S and Victoria Ave S, Cranbrook, BC','Close to Kinsmen Park','2023-07-10 06:30:00','2023-07-10 15:16:20',null,'RKRENZ@idir','2023-08-04 14:06:24',null,null,null,null,'CLOSED','CRANBRK',ST_GeomFromText('POINT(-115.7515067 49.5040639)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026949','Reporting they have a deer outside the retirement home that is hurt not getting around for the past couple of days. It does get up and move around a little bit, but in the same area. Leg is bothering it and limping around.',null,null,null,null,null,null,'1220 Hugh Allan Dr, Kamloops, BC',null,'2023-07-10 15:21:18','2023-07-10 15:21:18',null,'KANEKOPP@idir','2023-07-11 11:01:46',null,null,null,null,'CLOSED','KAMLOOPS',ST_GeomFromText('POINT(-120.3729788 50.6499607)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026954','RCMP received a report of a doe that was near the road at the below noted location. Caller advised the deer was getting close to the traffic on the road and had 2 fawns with it. ',null,null,null,null,null,null,'4th St N and Victoria Ave N, Cranbrook, BC',null,'2023-07-10 15:00:00','2023-07-10 15:36:03',null,'KSORENSE@idir','2023-07-10 15:41:01',null,null,null,null,'CLOSED','CRANBRK',ST_GeomFromText('POINT(-115.7535827 49.5156731)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026955','Hi ,I want to bring to your attention that we have a problem with bears in our area , coming often at day and night time and turning over our garbage bins. I do not feel secure,. Can you do something for our protection? The address is 2192 Laurier Ave Port Coquitlam V3B 5N7 ES resident -',null,null,null,null,null,null,'2192 Laurier Ave, Port Coquitlam, BC','2192 LAURIER AVE. PORT COQUITLAM, BC','2023-07-10 15:41:41','2023-07-10 15:41:41',null,'EVEROBER@idir','2023-07-24 15:01:18',null,null,null,null,'OPEN','PORTCOQ',ST_GeomFromText('POINT(-122.7737208 49.2744998)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026962','RCMP received a report of an injured deer near the below noted location. Caller advised the deer is laying in the ditch and appears to have both back legs broken. ',null,null,null,null,null,null,'10999 Oriole Lane, North Saanich, BC',null,'2023-07-10 15:54:47','2023-07-10 15:54:47',null,'MAWILSON@idir','2023-07-28 16:46:21',null,null,null,null,'OPEN','NORSAAN',ST_GeomFromText('POINT(-123.4243531 48.6804544)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026963','Injured young moose – head is up but not rising. Caller did not approach in case momma was around. - -Briefed CO Damert -',null,null,null,null,null,null,'','Sweetwater road between the 231 road and the 235 road','2023-07-10 15:55:44','2023-07-10 15:55:44',null,'BALACEY@idir','2023-07-21 10:20:43',null,null,null,null,'CLOSED','FARMINGT',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026965','Twine wrapped around a buck’s snout – inhibiting eating, but trying to feed. -Twine appears to be older - nose looks ""awful"" -',null,null,null,null,null,null,'',null,'2023-07-10 16:11:43','2023-07-10 16:11:43',null,'MSRICHAR@idir','2023-07-11 12:17:36',null,null,null,null,'CLOSED','VERNON',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026967','Caller reports there is a black bear roaming behind their home.',null,null,null,null,null,null,'3621 Regent Ave, District of North Vancouver, BC',null,'2023-07-10 16:18:58','2023-07-10 16:18:58',null,'SMCCREAD@idir','2023-07-10 16:22:12',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.0610087 49.3421959)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026969','COM reporting a bear that climbed the fence from their neighbours yard and was sniffing around for something in her backyard. Bear was responsive to hazing and climbed over to the next neighbour''s house when yelled at. ',null,null,null,null,null,null,'495 Sargent Rd, Gibsons, BC',null,'2023-07-10 16:10:00','2023-07-10 16:22:49',null,'DAGRAY@idir','2023-07-10 16:26:26',null,null,null,null,'OPEN','GIBSONS',ST_GeomFromText('POINT(-123.511235 49.4012531)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026970',' Caller reporting a black bear sighting near the below noted location. Caller advised the bear was walking down the street and then went into his neighbors yard. Caller noted the bear had a yellow tag on it''s ear. ',null,null,null,null,null,null,'40309 Kintyre Dr, Squamish, BC','Across the street ','2023-07-10 16:26:15','2023-07-10 16:26:15',null,'DDUFFY@idir','2023-07-10 16:49:54',null,null,null,null,'CLOSED','SQUMISH',ST_GeomFromText('POINT(-123.1160239 49.7382922)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026971','COM saw a coyote out front of above - zero interactions',null,null,null,null,null,null,'7651 Goldstream Dr, Richmond, BC',null,'2023-07-10 16:30:00','2023-07-10 16:30:00',null,'TBIRNEY@idir','2023-07-10 16:31:13',null,null,null,null,'CLOSED','RICHMOND',ST_GeomFromText('POINT(-123.1394189 49.1354668)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026973','Caller reporting a sow and two cubs frequenting a field adjacent to Dyke road. Caller has seen sow with a fresh kill, and natural foods. -No interactions',null,null,null,null,null,null,'','Field adjacent to Dyke road, near exit 109 (yale road)','2023-07-10 16:38:17','2023-07-10 16:38:17',null,'TBIRNEY@idir','2023-07-10 16:40:55',null,null,null,null,'CLOSED','CHILLIWK',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026977','COM reporting and injured immobile deer in the ditch at the side of the Hwy. ',null,null,null,null,null,null,'Hwy 5, Avola, BC','Just past past Hellsgate Provincial Park ','2023-07-10 17:13:50','2023-07-10 17:13:50',null,'MMBOOTH@idir','2023-07-19 13:08:43',null,null,null,null,'CLOSED','AVOLA',ST_GeomFromText('POINT(-119.3095961 51.8033722)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026978','Caller reports a cougar sighting in Mt Douglas park at the Weir in the lower part of the park. This just happened. Saw the cougar, it didnt see me.',null,null,null,null,null,null,'1635 Hybury Pl, Saanich, BC',null,'2023-07-10 17:23:42','2023-07-10 17:23:42',null,'MAWILSON@idir','2023-07-11 10:43:57',null,null,null,null,'CLOSED','SAANICH',ST_GeomFromText('POINT(-123.3288175 48.4885652)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026980','Injured deer in the ditch just north of the Little Hells Gate access road on HWY 5.',null,null,null,null,null,null,'',null,'2023-07-10 17:36:42','2023-07-10 17:36:42',null,'MMBOOTH@idir','2023-07-19 10:30:40',null,null,null,null,'CLOSED','AVOLA',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026983','COM reporting a bb that broke into their outdoor shed and is eating garbage. Bear is not responsive to hazing. ',null,null,null,null,null,null,'2676 Hardy Cres, District of North Vancouver, BC',null,'2023-07-10 17:56:22','2023-07-10 17:56:22',null,'SZUKEWI@idir','2023-07-18 11:22:02',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-122.999804 49.3204107)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026984','Caller reporting a bear that keeps coming back, some neighbors have live stock killed. Dogs have treed this bear a couple times.',null,null,null,null,null,null,'6520 Carlson Rd, Courtenay, BC',null,'2023-07-10 17:58:29','2023-07-10 17:58:29',null,'SMCCREAD@idir','2023-07-10 18:01:21',null,null,null,null,'OPEN','COURTNY',ST_GeomFromText('POINT(-125.0979403 49.7544902)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026986','Caller reports that the bear is now on their property after being frightened from the neighbours yard. Worried more of her sheep will be killed. - -Req a CO contact them after 8pm',null,null,null,null,null,null,'6519 Carlson Rd, Courtenay, BC',null,'2023-07-10 18:09:32','2023-07-10 18:09:32',null,'MAWILSON@idir','2023-07-14 14:42:15',null,null,null,null,'CLOSED','COURTNY',ST_GeomFromText('POINT(-125.0999969 49.7543273)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026987','COM advised of two black bears playing in a lot across from his home. No aggression/attractants.',null,null,null,null,null,null,'816 Grover Ave, Coquitlam, BC',null,'2023-07-10 18:11:58','2023-07-10 18:11:58',null,'LEARCHIB@idir','2023-07-10 18:12:58',null,null,null,null,'CLOSED','COQUITLM',ST_GeomFromText('POINT(-122.8755215 49.2624235)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026988','A couple of bears are roaming throughout the neighborhood in Coquitlam, heading southbound through the yards. Have damaged fences.',null,null,null,null,null,null,'817 Grover Ave, Coquitlam, BC',null,'2023-07-10 18:24:55','2023-07-10 18:24:55',null,'PDAYTON@idir','2023-07-13 13:35:47',null,null,null,null,'CLOSED','COQUITLM',ST_GeomFromText('POINT(-122.8755293 49.2629192)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026992','small BB cub walking along Chilko road near the school. -Advised zero children',null,null,null,null,null,null,'','riverview park elementary','2023-07-10 18:47:32','2023-07-10 18:47:32',null,'TBIRNEY@idir','2023-07-10 18:51:46',null,null,null,null,'CLOSED','COQUITLM',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-026993','Caller reporting a bear in the parking lot of the Cheakamus Canyon picnic spot in Garibaldi Prov park.',null,null,null,null,null,null,'Brackendale in Squamish, BC',null,'2023-07-10 18:56:26','2023-07-10 18:56:26',null,'SMCCREAD@idir','2023-07-10 19:02:35',null,null,null,null,'CLOSED','WHISTLER',ST_GeomFromText('POINT(-123.1511111 49.7663889)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027000','caller reports a giant rattlesnake on their driveway ',null,null,null,null,null,null,'1900 Ord Rd, Kamloops, BC house 29',null,'2023-07-10 20:10:57','2023-07-10 20:10:57',null,'KANEKOPP@idir','2023-07-11 11:03:28',null,null,null,null,'CLOSED','KAMLOOPS',ST_GeomFromText('POINT(-120.4007345 50.7113011)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027001','Caller reporting bb came into the campground and sat and stared at the caller and the group from about 20'' away. Hazing didn''t work/ or had short term effect. The BB came within 10'' of the group. The caller said the bear seemed like he wanted to approach the group. The caller is no longer in the area. The last occurrence was on Sunday morning. -The caller stated that their food was rummaged through, but could not confirm whether it was bears or birds. Dog food, hamburgers. ',null,null,null,null,null,null,'South Bamfield Rd, Bamfield, BC','lot 13 & 14 ','2023-07-10 20:14:24','2023-07-10 20:14:24',null,'DSEXTON@idir','2023-07-14 14:16:12',null,null,null,null,'OPEN','BAMFELD',ST_GeomFromText('POINT(-125.144259 48.814635)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027002','Caller reporting a bear broke her fence, wandered through her backyard and then wandered down the cul de sac',null,null,null,null,null,null,'2819 Trillium Pl, District of North Vancouver, BC','HEADED TOWARDS EMERSON DST','2023-07-10 20:15:22','2023-07-10 20:15:22',null,'SZUKEWI@idir','2023-07-18 11:25:07',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-122.9960147 49.3190264)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027003','Caller reports sighting the grizzly bear that has been reported previously. In the empty lot between the neighbors and their house.',null,null,null,null,null,null,'443 Cinnamon St, Bear Lake, BC',null,'2023-07-10 20:30:59','2023-07-10 20:30:59',null,'EMCARTHU@idir','2023-07-17 15:30:20',null,null,null,null,'CLOSED','BRLK',ST_GeomFromText('POINT(-122.6766716 54.4947349)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027004','Caller reporting bb in the neighbourhood crossing the road and went up the tree. Caller would like to see signs put up. Caller feels that the bb is attracted to the fruit trees in the area. ',null,null,null,null,null,null,'Carnation St and Emerson Way, District of North Vancouver, BC',null,'2023-07-10 20:32:56','2023-07-10 20:32:56',null,'PBRACKEN@idir','2023-07-10 20:38:13',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-122.9980813 49.3180615)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027008','Caller reports sighting a cougar in the main parking lot of Mt Douglas, we have two units responding - -12737 Saanich police file -CST Robirtis responding 250-883-8383',null,null,null,null,null,null,'Mount Douglas Park Trail, Saanich, BC',null,'2023-07-10 20:48:06','2023-07-10 20:48:06',null,'MAWILSON@idir','2023-07-11 10:40:41',null,null,null,null,'CLOSED','SAANICH',ST_GeomFromText('POINT(-123.3442328 48.4926721)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027010','Caller reports a sickly thin wolf that is walking around out by ferry terminal. Unable to make it back up the hill.',null,null,null,null,null,null,'','road leading to McLoughlin Bay Ferry Terminal','2023-07-10 21:01:10','2023-07-10 21:01:10',null,'JBJARNAS@idir','2023-07-11 14:18:09',null,null,null,null,'OPEN','BLLABELA',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027011','Caller reporting that he struck and killed a Bear sow with his vehicle. The sow is deceased and the small cub ran off. heading toward Moose Heights.',null,null,null,null,null,null,'Quesnel-Hixon Rd, Quesnel, BC','just before Couldwell RD. off the road. south bound lane shoulder. ','2023-07-10 21:07:14','2023-07-10 21:07:14',null,'JMILLETT@idir','2023-07-11 13:09:44',null,null,null,null,'CLOSED','QUESNEL',ST_GeomFromText('POINT(-122.5239714 53.0565563)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027013','Caller reporting a bb that has returned for the 3rd day in a row in the backyard eating garbage. It is the neighbour''s garbage and caller stated that the BB has been eating his blueberries. The caller indicated the neighbours are chasing the bear around. -Caller has a video. -**caller requesting a callback. ',null,null,null,null,null,null,'2601 Harrier Dr, Coquitlam, BC',null,'2023-07-10 21:19:41','2023-07-10 21:19:41',null,'PBRACKEN@idir','2023-07-10 21:24:48',null,null,null,null,'OPEN','COQUITLM',ST_GeomFromText('POINT(-122.8170726 49.2828499)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027014','Caller reporting 2 cubs across the street trying to get into a garbage can. Pick up day is tomorrow. Caller cannot see the sow around',null,null,null,null,null,null,'3692 Howden Dr, Nanaimo, BC',null,'2023-07-10 21:20:41','2023-07-10 21:20:41',null,'DSEXTON@idir','2023-07-14 14:33:13',null,null,null,null,'OPEN','NANAIMO',ST_GeomFromText('POINT(-124.0080962 49.2138304)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027015','Caller reporting black bear at the below location hanging around in the area. Advised no garbage or aggressive behavior. ',null,null,null,null,null,null,'3 Williston Cres, Mackenzie, BC','between 2 and 3 of the above location ','2023-07-10 21:26:05','2023-07-10 21:26:05',null,'DDUFFY@idir','2023-07-10 21:28:39',null,null,null,null,'CLOSED','MACKENZI',ST_GeomFromText('POINT(-123.0840703 55.3352215)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027017','reporting a running bear',null,null,null,null,null,null,'3677 Ross Rd, Nanaimo, BC',null,'2023-07-10 21:34:31','2023-07-10 21:34:31',null,'ASDUNCAN@idir','2023-07-10 21:35:20',null,null,null,null,'CLOSED','NANAIMO',ST_GeomFromText('POINT(-124.0084106 49.2125756)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027018','Caller reports that the same bear has been charging the caller every time he goes to clean up any mess the bear has made. He is a renter and doesnt have access to the garage, so his garbage gets locked into an area that the bear breaks into. ',null,null,null,null,null,null,'636A Bentley Rd, Port Moody, BC',null,'2023-07-10 21:38:20','2023-07-10 21:38:20',null,'TBIRNEY@idir','2023-08-03 19:39:15',null,null,null,null,'OPEN','PORTMDY',ST_GeomFromText('POINT(-122.8447959 49.2899518)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027022','Caller reports that a BB broke in to the shed for the garbage. The dog is keeping the BB in the tree. Caller advised that the BB won''t come down out of the tree while the dog is there. Caller advises that CO removed a bb from the area recently. ',null,null,null,null,null,null,'224 Centennial Dr, Mackenzie, BC',null,'2023-07-10 21:50:02','2023-07-10 21:50:02',null,'HIDESMAR@idir','2023-07-13 11:46:21',null,null,null,null,'CLOSED','MACKENZI',ST_GeomFromText('POINT(-123.0804995 55.3334433)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027025','BB ripping down the fences at a townhome complex. He maybe trying to find his way.',null,null,null,null,null,null,'3105 Dayanee Springs Blvd, Coquitlam, BC','unit 203 behind the unit. ','2023-07-10 22:09:19','2023-07-10 22:09:19',null,'PDAYTON@idir','2023-07-13 13:35:17',null,null,null,null,'CLOSED','COQUITLM',ST_GeomFromText('POINT(-122.7831247 49.2946632)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027026','Caller reporting a black bear in their backyard and getting into the garbage. Advised keeps the garbage under the porch behind the house and does not keep locks on garbage.',null,null,null,null,null,null,'3011 Lazy A St, Coquitlam, BC',null,'2023-07-10 22:13:04','2023-07-10 22:13:04',null,'DDUFFY@idir','2023-07-10 22:16:22',null,null,null,null,'OPEN','COQUITLM',ST_GeomFromText('POINT(-122.8064653 49.2640232)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027028','RCMP advises they received a caller that hit a moose east side of Nimpo Lake on hwy20 about an hour ago. Unsure if animal is dead or not.',null,null,null,null,null,null,'Anahim Lake, BC',null,'2023-07-10 22:21:54','2023-07-10 22:21:54',null,'CPOSTHUM@idir','2023-07-12 12:05:28',null,null,null,null,'CLOSED','ANHMLK',ST_GeomFromText('POINT(-125.3180556 52.4663889)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027029','Caller reporting on behalf of COM who hit a deer at the location noted below. Advised COM is just going to keep driving but the deer was last seen on the side of the road and not mobile and badly injured. -COM''s name is Adriana Norris and her number is the primary number listed below. ',null,null,null,null,null,null,'3303 Ryan Rd, Courtenay, BC','Off the driving portion of the road west bound side ','2023-07-10 22:26:40','2023-07-10 22:26:40',null,'MAWILSON@idir','2023-07-31 15:38:04',null,null,null,null,'OPEN','COURTNY',ST_GeomFromText('POINT(-124.9498038 49.7156129)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027030','Caller is the basement tenant and reports a Bear in the back yard and going through the garbage in the yard. Concerned that the homeowners will let their dog out to the back yard when they return home. Caller has texted and called them but no response yet',null,null,null,null,null,null,'1706 Edgewater Lane, District of North Vancouver, BC',null,'2023-07-10 22:51:37','2023-07-10 22:51:37',null,'SZUKEWI@idir','2023-07-18 11:40:08',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.0122461 49.3226469)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027031','Caller reporting a young BB roaming the neighbourhood, sounds like he is trying to get into garbage containers.',null,null,null,null,null,null,'St. Jacques Blvd, Ucluelet, BC','Bay street ','2023-07-10 23:59:55','2023-07-10 23:59:55',null,'DSEXTON@idir','2023-07-14 14:09:54',null,null,null,null,'CLOSED','UCLUELET',ST_GeomFromText('POINT(-125.5527406 48.9420281)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027032','Caller reporting hit moose and it has passed away at the location noted below. COM advised he is okay.',null,null,null,null,null,null,'','Halfway to Bear Lake from Prince George ','2023-07-11 00:16:14','2023-07-11 00:16:14',null,'EMCARTHU@idir','2023-07-17 15:31:04',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027033','Caller reporting a bear was in the backyard and when he went to investigate, it growled and raised up on it''s hind legs while holding garbage. It has since wandered to the neighbours',null,null,null,null,null,null,'699 Duval Crt, Coquitlam, BC',null,'2023-07-11 00:51:48','2023-07-11 00:51:48',null,'ASDUNCAN@idir','2023-07-11 01:00:41',null,null,null,null,'OPEN','COQUITLM',ST_GeomFromText('POINT(-122.8380024 49.2595467)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027035','RCMP passing down a report of a cougar at the noted location',null,null,null,null,null,null,'4100 Glendenning Rd, Saanich, BC',null,'2023-07-11 05:56:58','2023-07-11 05:56:58',null,'MAWILSON@idir','2023-07-11 10:39:26',null,null,null,null,'CLOSED','SAANICH',ST_GeomFromText('POINT(-123.345093 48.4779725)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027040','Advises that there is a sick deer on their property. Its very skinny and has diarrhea.',null,null,null,null,null,null,'819 Gibsons Way, Gibsons, BC',null,'2023-07-11 07:11:39','2023-07-11 07:11:39',null,'DLMILLER@idir','2023-07-11 13:20:17',null,null,null,null,'OPEN','GIBSONS',ST_GeomFromText('POINT(-123.5150044 49.4067594)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027041','They were out walking their dog when a lady informed them that there was cougar following them. The cougar was then seen going into the bushes by the apartments towards 10th Ave. ',null,null,null,null,null,null,'4278 8th Ave, Port Alberni, BC',null,'2023-07-11 06:45:00','2023-07-11 07:15:40',null,'MAWILSON@idir','2023-07-11 11:00:43',null,null,null,null,'OPEN','PORTALBR',ST_GeomFromText('POINT(-124.8009363 49.2536361)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027042','Advises that a bear is getting into the neighbours garbage. Today is garbage pick up.',null,null,null,null,null,null,'1557 Lennox St, District of North Vancouver, BC',null,'2023-07-11 07:26:44','2023-07-11 07:26:44',null,'CDOYLEWA@idir','2023-07-11 07:31:17',null,null,null,null,'OPEN','NORVAN',ST_GeomFromText('POINT(-123.0077822 49.3212624)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027043','Caller reported seeing a bear on the parkway Trail where it splits off to go to Dufferin. Caller advised the bear was non aggressive and ran back up the trail. ',null,null,null,null,null,null,'Parkway Trail, Nanaimo, BC','Where the trail splits off to go to Dufferin ','2023-07-11 07:33:25','2023-07-11 07:33:25',null,'BJETTE@idir','2023-07-11 07:38:23',null,null,null,null,'CLOSED','NANAIMO',ST_GeomFromText('POINT(-123.9876729 49.181625)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027044','Advises that there was an injured deer with a broken leg.',null,null,null,null,null,null,'','Pass Creek Rd','2023-07-11 07:44:41','2023-07-11 07:44:41',null,'BBEETLES@idir','2023-07-11 10:44:42',null,null,null,null,'CLOSED','CSTLGR',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027045','Caller reported a large bear on his street going through the bins. Today is collection day. The truck is there now and the bear just walked into the alley beside his house. ',null,null,null,null,null,null,'3963 St. Thomas St, Port Coquitlam, BC',null,'2023-07-11 07:46:42','2023-07-11 07:46:42',null,'ISCHMIDT@idir','2023-07-18 09:35:31',null,null,null,null,'OPEN','PORTCOQ',ST_GeomFromText('POINT(-122.7348699 49.2832326)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027047','Advises that deer got hit and is laying down on the side of the road.',null,null,null,null,null,null,'','Queens Way before the Simon Fraser bridge','2023-07-11 07:49:34','2023-07-11 07:49:34',null,'SMCCREAD@idir','2023-07-11 22:16:35',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.748929 53.891923)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027048','Caller reported a deer was in the middle of Pass Creek road near Sorokin Rd on the left hand side, heading towards Castlegar. The deer is alive and immobile and was in the middle of the road but caller dragged it off to the side. -',null,null,null,null,null,null,'Pass Creek Rd, Pass Creek, BC',null,'2023-07-11 07:49:54','2023-07-11 07:49:54',null,'BBEETLES@idir','2023-07-11 10:44:09',null,null,null,null,'CLOSED','PASSCREE',ST_GeomFromText('POINT(-117.6552587 49.4038638)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027051','Advises of a bear walking around and getting into garbage.',null,null,null,null,null,null,'Cedar Rd, Ucluelet, BC',null,'2023-07-11 08:04:16','2023-07-11 08:04:16',null,'DSEXTON@idir','2023-07-14 14:11:22',null,null,null,null,'CLOSED','UCLUELET',ST_GeomFromText('POINT(-125.5473667 48.9436265)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027053','COM reporting a bear that has been frequenting their property, and tried to get into her trailer 3 days ago. One of the yurts at the campground had a door ripped off a an outdoor fridge. Possible attractants include a dumpster on the property, as well as a few bags of empty bottles. ',null,null,null,null,null,null,'20201 Hwy 40, Summerland, BC',null,'2023-07-11 08:10:37','2023-07-11 08:10:37',null,'MSTERN@idir','2023-07-12 09:08:21',null,null,null,null,'CLOSED','SMRLAND',ST_GeomFromText('POINT(-119.7470018 49.592904)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027054','COM reporting that a grizzly walked up to their front door this morning. No aggressive behaviour, but stared at them. It was there last night as well and in the area for a while. Reports it is not scared of people and wants something done today about it. Stated they will take care of it themselves if nothing done. Does have photos of it. Currently in their yard.',null,null,null,null,null,null,'9730 Ellis Rd, Pineview FFG, BC',null,'2023-07-11 08:11:16','2023-07-11 08:11:16',null,'EMCARTHU@idir','2023-07-20 08:05:48',null,null,null,null,'CLOSED','PINEVIEW',ST_GeomFromText('POINT(-122.6809533 53.8382369)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027057','Advises that a bear was in yard last night.',null,null,null,null,null,null,'6985 Stafford Rd, Blackwater North, BC',null,'2023-07-11 08:13:18','2023-07-11 08:13:18',null,'CDOYLEWA@idir','2023-07-11 08:14:48',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.8433338 53.8129346)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027062','Advises that a bear has been hanging around and knocked down the fence. The bear was sniffing at the storage shed and their house.',null,null,null,null,null,null,'',null,'2023-07-11 08:53:35','2023-07-11 08:53:35',null,'CDOYLEWA@idir','2023-07-11 08:55:57',null,null,null,null,'OPEN','WSTVANCO',ST_GeomFromText('POINT(-123.2270055 49.3422132)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027063','Caller reported a grizzly stalking a brushing crew (4 people) for 2 days and has gotten very close. The crew has just left. -Block CP 641-654 -Coordinates: 51.3240 N 117.65 W -Crew Contacts: -Yentoff Woods 250-272-3151 -Leah Downey 250-270-0348 - -***Caller would like a call back***',null,null,null,null,null,null,'',null,'2023-07-11 08:55:03','2023-07-11 08:55:03',null,'GPKRUGER@idir','2023-07-25 15:19:39',null,null,null,null,'CLOSED','GOLDEN',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027064','COM reporting a grizzly bear that was following their brush clearing crew for about 2 hours yesterday, while they were working on the noted logging block yesterday. No aggressive behavior, COM believes the bear was just curious about them. Also noting that there is a cycling trail that goes through this cut block, so future conflict is possible. ',null,null,null,null,null,null,'','Logging block #638187 ','2023-07-11 08:57:35','2023-07-11 08:57:35',null,'DAGRAY@idir','2023-07-11 09:08:48',null,null,null,null,'CLOSED','GOLDEN',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027066','Went into back yard with their dog around 1300 July 11 and startled a racoon that is about 50lbs. It must have felt trapped and attacked the caller leaving 15 punctures and deep cuts on their legs, shins and hands. They called BCEHS and went to VGH and received 20 stitches. The incident had brought out 20-30 neighbours who also report they have had issues with the racoon as well. The racoon also went straight for the caller and not their dog. The dog is okay and has some minor scratches on the stomach after taking it to the vet. Was wondering whos responsibility it is to relocate the racoon, if it is them by contacting a pest control company.',null,null,null,null,null,null,'1838 Alma St, Vancouver, BC',null,'2023-07-10 01:00:00','2023-07-11 09:01:24',null,'BMUELLER@idir','2023-08-04 09:37:44',null,null,null,null,'CLOSED','VANCOUVR',ST_GeomFromText('POINT(-123.1854523 49.2701594)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027067','COM reporting a cougar treed in the South West corner of Mt Doug Park. ',null,null,null,null,null,null,'','Mt Doug Park - SW corner','2023-07-11 09:02:01','2023-07-11 09:02:01',null,'MAWILSON@idir','2023-07-11 10:49:04',null,null,null,null,'CLOSED','SAANICH',ST_GeomFromText('POINT(-123.348055 48.489736)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027068','Advises that there is a deer trying to give birth in their yard and has been struggling all night. ',null,null,null,null,null,null,'3649 Panorama Ridge, Cobble Hill, BC',null,'2023-07-11 09:06:37','2023-07-11 09:06:37',null,'CDOYLEWA@idir','2023-07-11 09:08:31',null,null,null,null,'OPEN','COBBLHIL',ST_GeomFromText('POINT(-123.5376129 48.6930034)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027069','Advises that a bear pulled open the window and got into the cabin and stole lots of food. The bear has gotten into her car also.',null,null,null,null,null,null,'105 Granite Rd, Rossland, BC',null,'2023-07-11 09:08:56','2023-07-11 09:08:56',null,'BBEETLES@idir','2023-07-21 17:58:51',null,null,null,null,'CLOSED','ROSSLND',ST_GeomFromText('POINT(-117.815822 49.10536)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027070','COM reporting a bb yearling eating garbage on garbage day. ',null,null,null,null,null,null,'7500 Toombs Dr, Prince George, BC',null,'2023-07-11 09:09:06','2023-07-11 09:09:06',null,'EMCARTHU@idir','2023-07-17 15:32:36',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.8542753 53.9699269)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027073','Reporting a coyote problem, it came into their yard and took their dog Sunday morning. Reports that it hunted their dog down. They found their dog''s body 15ft from their house in the green belt yesterday at 1500. On Saturday night walking their dog and saw 2 coyotes on Harvey Hill.',null,null,null,null,null,null,'808 Courtney Rd, Granthams Landing, BC',null,'2023-07-11 09:26:31','2023-07-11 09:26:31',null,'COMILLER@idir','2023-07-11 09:33:55',null,null,null,null,'OPEN','GIBSONS',ST_GeomFromText('POINT(-123.5016112 49.4110975)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027075','COM reporting a grizzly bear that''s been spotted getting close to the village. Some residents are dumping fish guts in the river and this is attracting the bear. No phone number provided, but COM advised he is well known to COs. ',null,null,null,null,null,null,'','Village Graveyard - North end of Village','2023-07-11 09:30:23','2023-07-11 09:30:23',null,'SMCCREAD@idir','2023-07-11 22:33:46',null,null,null,null,'CLOSED','KISPIOX',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027077','BB in their backyard last night. Their tenants saw it and it came up to their house and ran off when they opened the sliding door.',null,null,null,null,null,null,'3349 Uplands Dr, Nanaimo, BC',null,'2023-07-11 09:34:26','2023-07-11 09:34:26',null,'COMILLER@idir','2023-07-11 09:37:49',null,null,null,null,'CLOSED','NANAIMO',ST_GeomFromText('POINT(-123.9988252 49.2144241)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027078','Youths observed a cougar last night near a daycare, and two days ago near a residence. -No interactions with the youths who observed it. -Caller suspects the cougar is using a path near the youth centre - -emailed due to TD',null,null,null,null,null,null,'',null,'2023-07-11 09:38:01','2023-07-11 09:38:01',null,'MAWILSON@idir','2023-07-18 14:56:02',null,null,null,null,'OPEN','PORTHRDY',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027079','One of the Big Horn sheep is on the wrong side of the wild life fence. It is trying to scale back up the hill.',null,null,null,null,null,null,'','2Km South of the North Bench Rd on the West Side','2023-07-11 09:41:34','2023-07-11 09:41:34',null,'COMILLER@idir','2023-07-11 09:43:46',null,null,null,null,'CLOSED','SMRLAND',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027080','COM reporting several interactions with a deer and both their and other dogs. - -COM doesn''t know where the fawn is - wants COS to remove the doe.',null,null,null,null,null,null,'',null,'2023-07-11 09:44:24','2023-07-11 09:44:24',null,'MSTERN@idir','2023-07-12 09:02:26',null,null,null,null,'CLOSED','NARAMA',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027081','COM reporting multiple sighting of a black bear over the last three days, mostly sighted on security cameras and shared on social media. No attractants, no conflict. ',null,null,null,null,null,null,'','Lakeview Elemetary ','2023-07-11 09:45:42','2023-07-11 09:45:42',null,'DAGRAY@idir','2023-07-11 09:58:59',null,null,null,null,'CLOSED','LANGFORD',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027082','COM reporting a coyote in the immediate area of their preschool this morning. ',null,null,null,null,null,null,'2600 Austin Ave, Coquitlam, BC',null,'2023-07-11 09:51:08','2023-07-11 09:51:08',null,'PDAYTON@idir','2023-07-13 13:34:18',null,null,null,null,'CLOSED','COQUITLM',ST_GeomFromText('POINT(-122.8201514 49.2485804)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027085','Caller advised they hit a deer while driving on Crofton Rd. The deer is dead. Caller moved the deer off to the left side of the road, over the median at the crest of the hill before going down to the corner bridge. ',null,null,null,null,null,null,'Crofton Rd, Crofton, BC','2km before Crofton, near MacDonald Road. ','2023-07-11 09:55:57','2023-07-11 09:55:57',null,'MAWILSON@idir','2023-07-11 10:52:21',null,null,null,null,'CLOSED','CROFTON',ST_GeomFromText('POINT(-123.6585208 48.8760146)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027087','Advises that a bear has been hanging around and eating all the mice that are caught in the mouse traps. The caller found a bunch of paw prints on his window.',null,null,null,null,null,null,'100 Capilano Rd, Port Moody, BC',null,'2023-07-11 10:10:52','2023-07-11 10:10:52',null,'CDOYLEWA@idir','2023-07-11 10:12:44',null,null,null,null,'OPEN','PORTMDY',ST_GeomFromText('POINT(-122.8308765 49.2795895)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027091','COM reporting concerns about a flock of turkeys that have become endemic in the area. Some residents are feeding the turkeys, and the turkeys are attracting predators such as coyotes and bob cats, leading the the loss of pets. ',null,null,null,null,null,null,'500 16th Ave, Genelle, BC',null,'2023-07-11 10:19:44','2023-07-11 10:19:44',null,'BBEETLES@idir','2023-07-21 17:58:19',null,null,null,null,'CLOSED','CSTLGR',ST_GeomFromText('POINT(-117.6865651 49.2108943)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027093','Fawn dying in the middle of the road, still breathing, causing issues. Believe its neck is broken.',null,null,null,null,null,null,'Eckhardt Ave W and Winnipeg St, Penticton, BC',null,'2023-07-11 10:26:06','2023-07-11 10:26:06',null,'BRANBECK@idir','2023-07-11 20:19:31',null,null,null,null,'CLOSED','PENTICTN',ST_GeomFromText('POINT(-119.5922724 49.4923401)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027094','Advises that an eagle made contact with the pole. The crew have left the carcass at the bottom of the pole',null,null,null,null,null,null,'3840 Island Hwy S, Campbell River, BC',null,'2023-07-11 10:26:47','2023-07-11 10:26:47',null,'MAWILSON@idir','2023-07-31 15:39:22',null,null,null,null,'OPEN','CMBLRV',ST_GeomFromText('POINT(-125.1878259 49.9342904)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027095','Caller reported a fawn was struck by a vehicle and not mobile on the side of the road. ',null,null,null,null,null,null,'Eckhardt Ave W and Winnipeg St, Penticton, BC',null,'2023-07-11 10:28:01','2023-07-11 10:28:01',null,'BRANBECK@idir','2023-07-11 20:14:37',null,null,null,null,'CLOSED','PENTICTN',ST_GeomFromText('POINT(-119.5922724 49.4923401)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027098','Report received via email to COS mailbox. A large black bear 20 feet from my front door on my property (2259 Trudie Terrace in Thetis Heights, Langford). I was on my way out the front door with my dog at 9:05 pm, Thur. July 06, 2023) to go for a walk. We do not have any garbage outside.',null,null,null,null,null,null,'2259 Trudie Terr, Langford, BC',null,'2023-07-06 21:45:00','2023-07-11 10:29:03',null,'SMCCREAD@idir','2023-07-11 22:44:18',null,null,null,null,'CLOSED','HIGHLAND',ST_GeomFromText('POINT(-123.4975443 48.4699776)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027101',' A bear keeps coming to the building and getting into peoples yards. Caller is a senior and has low mobility and is concerned as she has people coming for lunch tomorrow and would like to sit on the patio. Caller would like to speak to a CO.',null,null,null,null,null,null,'100 Capilano Rd, Port Moody, BC',null,'2023-07-11 10:32:20','2023-07-11 10:32:20',null,'PDAYTON@idir','2023-07-24 15:17:35',null,null,null,null,'CLOSED','PORTMDY',ST_GeomFromText('POINT(-122.8308765 49.2795895)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027102','COM reporting an eagles nest that was blown down in a windstorm last night, and there is an immature eagle at the base of the tree at the noted location. COM can provide more detailed direction. ECC advised on the contact number for BC Wildlife Park. ',null,null,null,null,null,null,'',null,'2023-07-11 10:35:59','2023-07-11 10:35:59',null,'MSRICHAR@idir','2023-07-11 11:33:32',null,null,null,null,'CLOSED','SALMARM',ST_GeomFromText('POINT( -119.079426 50.823541)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027103','COM reporting a bear at Deka Lake. We have a cabin at the corner of Womack and Simon at Deka Lake. We have been visited by the same bear 3 days in a row. It is about. 2 years old and has very little fear of people. It wanders around our yard and gets into the bird feeders. We have taken down the feeders and put them away. Bear looks skinny and still has some winter coat on it. Definitely, not afraid of humans. Moves off when you clap your hands or yell at it but always returns. ',null,null,null,null,null,null,'Deka Lake, BC',null,'2023-07-11 10:37:45','2023-07-11 10:37:45',null,'JXKLINE@idir','2023-07-11 11:01:54',null,null,null,null,'CLOSED','DEKALAKE',ST_GeomFromText('POINT(-120.8511111 51.6080556)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027104','Reporting a young grizzly bear that is hanging around the property. Has not shown aggression or motivation for human food. However, it seems to not care about the presence of humans and will walk towards humans.',null,null,null,null,null,null,'4280 Whistler Rd, Smithers, BC',null,'2023-07-11 10:41:44','2023-07-11 10:41:44',null,'FBKNIBBS@idir','2023-07-11 15:54:40',null,null,null,null,'CLOSED','SMITHERS',ST_GeomFromText('POINT(-127.1634807 54.7326402)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027105','Advises that there is a yearling bear that looks very unhealthy and is not scared of any noise. -',null,null,null,null,null,null,'','creek side by the rim rock','2023-07-11 10:50:19','2023-07-11 10:50:19',null,'CDOYLEWA@idir','2023-07-11 10:52:18',null,null,null,null,'OPEN','WHISTLER',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027106','Caller reported a bear has been coming around for the past month and the last 2 nights it has successfully broken into this shed and gotten his garbage. Last night at 2am the caller tried scaring it away but the bear ignored him. Caller through a rock at it and it ran away but came back later on and broke his shed. Caller would like call back. ',null,null,null,null,null,null,'4430 Byng Rd, Port Hardy, BC',null,'2023-07-11 10:55:36','2023-07-11 10:55:36',null,'MAWILSON@idir','2023-07-14 14:40:33',null,null,null,null,'OPEN','PORTHRDY',ST_GeomFromText('POINT(-127.3947039 50.6887478)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027110','Advises that there is a brown bear in her yard. Caller is 80 with a strong Italian accent. Caller could not say if the bear has a hump or not. Bear is just walking through the yard.',null,null,null,null,null,null,'37948 Sixth Ave, Squamish, BC',null,'2023-07-11 10:59:32','2023-07-11 10:59:32',null,'CROCHON@idir','2023-08-06 13:00:24',null,null,null,null,'OPEN','SQUMISH',ST_GeomFromText('POINT(-123.1599169 49.6996314)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027111','Mama BB and 2 cubs at North Island College, running across the street.',null,null,null,null,null,null,'1685 S Dogwood St, Campbell River, BC',null,'2023-07-11 11:00:18','2023-07-11 11:00:18',null,'COMILLER@idir','2023-07-11 11:02:31',null,null,null,null,'CLOSED','CMBLRV',ST_GeomFromText('POINT(-125.2471269 49.974484)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027113','Advises that a bear was in the veggie garden and was getting into the compost bin.',null,null,null,null,null,null,'1824 St. Jacques Blvd, Ucluelet, BC',null,'2023-07-11 11:12:16','2023-07-11 11:12:16',null,'DSEXTON@idir','2023-07-14 14:19:20',null,null,null,null,'CLOSED','UCLUELET',ST_GeomFromText('POINT(-125.5540254 48.9421045)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027114','Caller reported aggressive coyotes in the area. 2 days ago the caller was gardening and he could hear the coyotes growling at him behinds his chain linked face but could not see them. Later on when he let his dogs out she saw the coyotes charging the fence at his dogs. Caller would like a call back. -',null,null,null,null,null,null,'2548 Willow Park Rd, Vernon, BC',null,'2023-07-11 11:12:23','2023-07-11 11:12:23',null,'STECOOK@idir','2023-07-19 15:50:30',null,null,null,null,'CLOSED','VERNON',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027118','Advises that a sow and cubs have been hanging around. The bear waits till garbage day and gets into stuff. The sow likes to hang out on their deck where there is nothing for it to get into.',null,null,null,null,null,null,'3850 Fairburn Pl, Prince George, BC',null,'2023-07-11 11:18:09','2023-07-11 11:18:09',null,'EMCARTHU@idir','2023-07-17 15:34:13',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.8105507 53.959849)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027119','Caller is reporting a habituated bear in the area. It is a 3 year old that is living in the area and in not afraid of people. A week ago caller saw the bear walking on Chartwell Cres looking for garage. The caller has also seen it on the school grounds eating garbage from the bins. Caller is concerned about thing escalating as the bins are not bear proof. - -***Caller would like a call back***',null,null,null,null,null,null,'1188 Chartwell Court Cres',null,'2023-07-11 11:21:07','2023-07-11 11:21:07',null,'BJETTE@idir','2023-07-11 12:25:21',null,null,null,null,'OPEN','WSTVANCO',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027121','Advises that a bear is hanging around sniffing at their bottles under their deck.',null,null,null,null,null,null,'Dawson Rd, Prince George, BC',null,'2023-07-11 11:25:44','2023-07-11 11:25:44',null,'EMCARTHU@idir','2023-07-29 10:46:47',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7769219 53.9910572)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027122','Advises that a bear was sniffing around the compost.',null,null,null,null,null,null,'2358 Grafton Ave, Coombs, BC',null,'2023-07-11 11:29:24','2023-07-11 11:29:24',null,'DSEXTON@idir','2023-07-14 14:18:26',null,null,null,null,'CLOSED','COOMBS',ST_GeomFromText('POINT(-124.4265629 49.2886706)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027123','COM reporting a black bear cub (this years cub) seen alone near the noted location. COM last saw the bb cub on Sunday. Cub has been seen without the sow since June 22nd. Park ranger at the park is aware and is monitoring. Critter Care Wildlife is aware. ',null,null,null,null,null,null,'4000 Quarry Rd, Coquitlam, BC','Minnekhada Lodge ','2023-07-11 11:30:56','2023-07-11 11:30:56',null,'EVEROBER@idir','2023-07-11 14:02:11',null,null,null,null,'OPEN','COQUITLM',ST_GeomFromText('POINT(-122.7023952 49.3058593)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027124','Found a rattlesnake in a BC parks outhouse. Staging area for the MTB trails, by the pipeline. 50.724 -120.4',null,null,null,null,null,null,'Lac Du Bois Rd, Lac Du Bois, BC','Staging area for the MTB trails, by the pipeline. 50.724, -120.4','2023-07-11 11:32:08','2023-07-11 11:32:08',null,'JCONNAT@idir','2023-07-11 13:26:02',null,null,null,null,'CLOSED','KAMLOOPS',ST_GeomFromText('POINT(-120.4399822 50.7912514)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027128','Past several days an injured eagle has been hiding near the totes on the fish plant site. -Advised caller only has service in the area when near internet. -',null,null,null,null,null,null,'','Port Simpson fish plant','2023-07-11 11:50:58','2023-07-11 11:50:58',null,'ALYUBOMU@idir','2023-07-12 09:07:25',null,null,null,null,'CLOSED','PORTSIMP',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027133','Emcon personnel at the hush lake rest area report a BB in their vicinity despite activity. -No report of ATB -Believe personnel are equipped with hazing tools – no report of deployment. - -phoned for interagency cooperation -briefed CO Pauls',null,null,null,null,null,null,'','hush lake rest area','2023-07-11 11:54:12','2023-07-11 11:54:12',null,'TBIRNEY@idir','2023-07-11 11:57:54',null,null,null,null,'CLOSED','QUESNEL',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027134','This morning at 0330 a BB got into theirs and neighbours garbage. Not scared of dogs, they were banging on doors and windows and it stuck around. Neighbours was bolted down, but moved on to the next. Caller is going to strap their garbage.',null,null,null,null,null,null,'5 Portage Cres, Mackenzie, BC',null,'2023-07-11 11:58:21','2023-07-11 11:58:21',null,'HIDESMAR@idir','2023-07-11 15:09:05',null,null,null,null,'CLOSED','MACKENZI',ST_GeomFromText('POINT(-123.0812685 55.3283057)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027135','COM reporting a deer that seems to be in distress. Doe has ribs showing, and both rear legs are injured. Does is walking with a significant limp, can''t run, but is mobile. ',null,null,null,null,null,null,'1750 Lenz Rd, West Kelowna, BC','Pinewood Villa ','2023-07-11 12:03:52','2023-07-11 12:03:52',null,'KOWENS@idir','2023-07-12 09:37:43',null,null,null,null,'CLOSED','WSTKELOW',ST_GeomFromText('POINT(-119.5857376 49.8734437)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027136','1-2 y/o BB on their lawn eating clover.',null,null,null,null,null,null,'2107 Whistler Rd, Whistler, BC',null,'2023-07-11 12:04:47','2023-07-11 12:04:47',null,'SZUKEWI@idir','2023-07-22 10:07:12',null,null,null,null,'CLOSED','WHISTLER',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027137','Director of facilities came across a dead fawn on property. Aware of responsibility for disposal.',null,null,null,null,null,null,'5617 51st St, Fort Nelson, BC','GW Carlson Elementary','2023-07-11 12:19:40','2023-07-11 12:19:40',null,'BALACEY@idir','2023-07-17 12:15:17',null,null,null,null,'CLOSED','FTNELSON',ST_GeomFromText('POINT(-122.6975698 58.8129494)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027138','Caller reported a very persistent black bear getting into the garbage at the Capilano Golf and Country Club. Air horns did nothing, the bear hung around for a while and finally left just now. ',null,null,null,null,null,null,'420 Southborough Dr, West Vancouver, BC',null,'2023-07-11 12:25:39','2023-07-11 12:25:39',null,'BJETTE@idir','2023-07-11 12:28:32',null,null,null,null,'OPEN','WSTVANCO',ST_GeomFromText('POINT(-123.1250679 49.3537172)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027139','Reporting a huge bear destroyed their fence. It is currently in their backyard. It has been getting into garbage in the neighbourhood.',null,null,null,null,null,null,'24 Fernway Dr, Port Moody, BC',null,'2023-07-11 12:26:51','2023-07-11 12:26:51',null,'COMILLER@idir','2023-07-11 12:32:06',null,null,null,null,'OPEN','PORTMDY',ST_GeomFromText('POINT(-122.8335559 49.3045588)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027142','Caller reported yesterday and just now he heard a growling/hissing at the back of his property while he was cutting blackberry bushes. Caller thinks it is a cougar but could not see it. It sound like it was 50-60 feet away from him. ',null,null,null,null,null,null,'4998 Margaret St, Port Alberni, BC',null,'2023-07-11 12:37:36','2023-07-11 12:37:36',null,'DSEXTON@idir','2023-07-14 14:22:13',null,null,null,null,'OPEN','PORTALBR',ST_GeomFromText('POINT(-124.8154342 49.2653177)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027144','Advises that a bear keeps coming around and keeps getting into the garbage that they house in the open car port.',null,null,null,null,null,null,'999 Lincoln Ave, Port Coquitlam, BC',null,'2023-07-11 12:42:20','2023-07-11 12:42:20',null,'PDAYTON@idir','2023-07-13 14:28:23',null,null,null,null,'CLOSED','PORTCOQ',ST_GeomFromText('POINT(-122.7416658 49.278663)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027145','Caller reported finding 2 dead racoons, one was found a week and half ago and the other one today. The first one was a baby racoon on her lawn and the second one was across from her place on the other side of the water. Caller is concerned about the cause of death of the racoons. Caller''s friend has a incident with a bat and is getting treated for rabies. The caller is worried as the second racoon is currently being eaten by vultures and an eagle and it is right beside their intake valve. Caller would like a follow up. ',null,null,null,null,null,null,'598 Martindale Rd, Parksville, BC',null,'2023-07-11 12:44:46','2023-07-11 12:44:46',null,'MAWILSON@idir','2023-07-31 15:40:59',null,null,null,null,'OPEN','PARKSVLE',ST_GeomFromText('POINT(-124.2825772 49.3043193)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027148','Advises that there is a doe with metal wrapped around its neck. there are two fawns with it. Doe is still mobile.',null,null,null,null,null,null,'Larch Rd, Ucluelet, BC',null,'2023-07-11 12:46:41','2023-07-11 12:46:41',null,'MAWILSON@idir','2023-07-31 15:35:34',null,null,null,null,'CLOSED','UCLUELET',ST_GeomFromText('POINT(-125.5483906 48.9414103)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027149','Advises that a bear was pushing again the door when it was around earlier today. The bear broke the screen on the window. The bear was trying to climb the housel. ',null,null,null,null,null,null,'6842 Judson Rd, Roe Lake, BC',null,'2023-07-11 12:50:14','2023-07-11 12:50:14',null,'JXKLINE@idir','2023-07-17 12:45:33',null,null,null,null,'CLOSED','ROELAKE',ST_GeomFromText('POINT(-120.8530864 51.569431)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027150','Just talked with a guy that had an incident with a bear, front of their car is damaged on the front right side. Hit the bear, and it ran into the bushes. North of the scenic look out point. 15 min ago.',null,null,null,null,null,null,'Hwy 99, Squamish, BC','Tantalus Lookout','2023-07-11 12:50:32','2023-07-11 12:50:32',null,'SZUKEWI@idir','2023-07-18 11:41:35',null,null,null,null,'CLOSED','WHISTLER',ST_GeomFromText('POINT(-123.1283755 49.8170177)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027151','On Saturday, July 8th, at 7am I was walking with my 4 month old GSP dog behind Kuiper’s Peak in the Upper Mission area. At around 7:30am I realized I was being tracked by a group of at least 3 coyotes that were very large in size. They started to do their loud calling to each other and I quickly got my dog in front of me, and I started throwing stones at them and yelling. They continued to come closer and closer as I ran. While running, I used my phone to call for help and crank my music on my phone. I am on the trail systems lots with mountain biking, trail running and XC skiing in the winter and have often seen bears and wolves. Never have I been this terrified with wildlife. I continued to run with my dog out front (he was scared silly) towards my car that I had parked on the new perimeter road. We made it safely to the car and as I descended towards my car they stopped their calling. It has taken me a few days to process what actually happened on that walk as it was quite scary and I honestly think we were very fortunate. I live in Kettle Valley and about once a week I am hearing deer kills close by. I have seen up to 5 coyotes in this area working together on kills and they are very large. I now am very concerned for my own safety as I walk in the trails as I have seen first hand how quick they can start and organize a chase. If you would like more information on this incident I would be happy to discuss in person or over the phone. ',null,null,null,null,null,null,'',null,'2023-07-11 12:55:49','2023-07-11 12:55:49',null,'KOWENS@idir','2023-07-12 09:15:53',null,null,null,null,'CLOSED','KELOWNA',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027152','Caller reporting an injured deer transited past - suspected infection -deer''s left rear leg was hanging at the knee - significant odour -mobile',null,null,null,null,null,null,'',null,'2023-07-11 13:00:42','2023-07-11 13:00:42',null,'MAWILSON@idir','2023-07-31 15:36:46',null,null,null,null,'CLOSED','VICTORIA',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027153','Advises that they saw a bear walking around.',null,null,null,null,null,null,'393 Moyne Dr, West Vancouver, BC',null,'2023-07-11 13:06:26','2023-07-11 13:06:26',null,'CDOYLEWA@idir','2023-07-11 13:07:09',null,null,null,null,'CLOSED','WSTVANCO',ST_GeomFromText('POINT(-123.1225716 49.3436088)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027154','Reporting that a short time prior to call in, caller went behind shed at the back of property to retrieve dog and encountered a BB a short distance away. The caller states that he has a 5 ft high chain link fence, and the BB was on the opposite side and bluff charged caller. The caller yelled at his dog while backing away and the BB immediately took off into the green space behind the property. The caller noted that there are a ton of wild grown saskatoon berries there which he believes the BB was feeding on. BB’s location unknown by caller who states there was no interaction other than the bluff charge. The caller states he will be leaving his residence shortly to go to an appt so won’t be home but is available on his cell. ',null,null,null,null,null,null,'3657 Fairburn Rd, Prince George, BC',null,'2023-07-11 13:14:40','2023-07-11 13:14:40',null,'EMCARTHU@idir','2023-07-29 10:52:08',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.8113161 53.9582459)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027155','Deer with broken back left leg, still walking.',null,null,null,null,null,null,'15 St and 25 Ave, Vernon, BC','Vss school','2023-07-11 13:17:30','2023-07-11 13:17:30',null,'MSRICHAR@idir','2023-07-11 13:50:51',null,null,null,null,'CLOSED','VERNON',ST_GeomFromText('POINT(-119.251095 50.2600733)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027156','COM struck and injured a deer while driving. -COM departed to gain cell service – deer was in bush clear of the roadway -COM noted deer was next to electrical post 258 - -Briefed A/Sgt Mueller. Advised no officers available.',null,null,null,null,null,null,'','Hindu flats - between Pemberton and Pool Creek (from pemberton, LH side).','2023-07-11 13:21:27','2023-07-11 13:21:27',null,'SZUKEWI@idir','2023-07-18 11:43:07',null,null,null,null,'CLOSED','PEMBERTN',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027157','last two weeks an aggressive doe has been attacking people walking dogs. This morning a woman walking a dog had to hide on their front porch. One doe in particular has been an issue for the last 4 weeks. ',null,null,null,null,null,null,'493 Curlew Dr, Kelowna, BC',null,'2023-07-11 13:22:10','2023-07-11 13:22:10',null,'KOWENS@idir','2023-07-12 09:21:44',null,null,null,null,'CLOSED','KELOWNA',ST_GeomFromText('POINT(-119.5096666 49.7978521)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027158','Advises that a bear is getting into the garbage.',null,null,null,null,null,null,'482 Riverview Cres, Coquitlam, BC',null,'2023-07-11 13:23:08','2023-07-11 13:23:08',null,'PDAYTON@idir','2023-07-13 14:27:59',null,null,null,null,'CLOSED','COQUITLM',ST_GeomFromText('POINT(-122.8091431 49.2502644)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027161','COM reports that their dog was involved in an interaction with a doe. -understand doe w/ two fawns lives in the vinyard -',null,null,null,null,null,null,'',null,'2023-07-11 13:40:32','2023-07-11 13:40:32',null,'BRANBECK@idir','2023-07-11 20:12:01',null,null,null,null,'CLOSED','KALEDEN',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027163','Caller reported seeing a bear on the lower area of Bear Mountain Pky beside the welcome sign to bear mountain. ',null,null,null,null,null,null,'Bear Mountain Pky, Langford, BC',null,'2023-07-11 13:44:38','2023-07-11 13:44:38',null,'BJETTE@idir','2023-07-11 13:49:35',null,null,null,null,'CLOSED','LANGFORD',ST_GeomFromText('POINT(-123.5193344 48.4608272)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027167','Caller was asked by neighbour to make a report. Caller witnessed his neighbour David Manning get attacked by a racoon around 1500, yesterday July 10, 2023. Caller was outside in his backyard when he heard screaming. When caller came over he saw a racoon attacking his neighbor biting and scratching his hands, arms and legs. The racoon had gone after the neighbours dog. The dog has been checked out by a vet and is unharmed. ',null,null,null,null,null,null,'1838 Alma St, Vancouver, BC',null,'2023-07-11 13:53:48','2023-07-11 13:53:48',null,'SZUKEWI@idir','2023-07-18 11:44:53',null,null,null,null,'CLOSED','VANCOUVR',ST_GeomFromText('POINT(-123.1854523 49.2701594)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027170','Caller reported seeing a bear and cub in the ditch beside the trail. The bear and cub then moved onto the trail. ',null,null,null,null,null,null,'UNBC connecter system','Near a round about construction ','2023-07-11 14:14:18','2023-07-11 14:14:18',null,'BJETTE@idir','2023-07-11 14:24:10',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027171','Caller reported a bear digging in the garbage bin behind the daycare at the below noted location. The bear has been coming a for a while and either last night or early this morning the bear accessed the garbage bin. There are locks but the bear is still able to rip it open. ',null,null,null,null,null,null,'520 MacKenzie Blvd, Mackenzie, BC',null,'2023-07-11 14:16:49','2023-07-11 14:16:49',null,'HIDESMAR@idir','2023-07-11 15:12:21',null,null,null,null,'CLOSED','MACKENZI',ST_GeomFromText('POINT(-123.0956792 55.3397781)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027172','Advises that there is an injured deer standing on the side of the road.',null,null,null,null,null,null,'','highway 1, heading East from Kamloops, just before the turn off for highway 5','2023-07-11 14:19:58','2023-07-11 14:19:58',null,'JCONNAT@idir','2023-07-12 09:41:23',null,null,null,null,'CLOSED','KAMLOOPS',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027173','Reporting a deer seen standing on the side of the Hwy (on the EB shoulder) - caller believes the deer might have been hit by a vehicle. Deer looked ''bruised and bloodied''. ',null,null,null,null,null,null,'Peterson Creek Bridge, Kamloops, BC',null,'2023-07-11 14:20:57','2023-07-11 14:20:57',null,'JCONNAT@idir','2023-07-12 09:39:37',null,null,null,null,'CLOSED','KAMLOOPS',ST_GeomFromText('POINT(-120.3290781 50.6618526)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027174','Advises that a sow and cubs charged the staff member in her forklift and then bluff charged her when she was locking the gates. - -Requesting a call back.',null,null,null,null,null,null,'4504 Canim-Hendrix Lake Rd, Forest Grove, BC',null,'2023-07-11 14:24:09','2023-07-11 14:24:09',null,'JXKLINE@idir','2023-07-12 11:04:55',null,null,null,null,'CLOSED','100MHHS',ST_GeomFromText('POINT(-121.0744707 51.7689616)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027177','Reporting a bb wandering around the noted location. It put its paws on the neighbour''s windows, sleeping in various neighbour''s yards.',null,null,null,null,null,null,'',null,'2023-07-11 14:32:30','2023-07-11 14:32:30',null,'KWINTERS@idir','2023-07-11 14:33:44',null,null,null,null,'CLOSED','PORTMDY',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027179','Reporting a bb getting into garbage just before the garbage truck came. Another bear was there this afternoon on Lennox Ave, knocking bins over.',null,null,null,null,null,null,'',null,'2023-07-11 07:15:00','2023-07-11 14:38:23',null,'SZUKEWI@idir','2023-07-18 11:46:22',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027180','Advises that a bear is walking around.',null,null,null,null,null,null,'Dalke Ave and Egglestone Ave and Nottman St, Mission, BC',null,'2023-07-11 15:00:02','2023-07-11 15:00:02',null,'CDOYLEWA@idir','2023-07-11 15:01:47',null,null,null,null,'CLOSED','MISSION',ST_GeomFromText('POINT(-122.307829 49.1582764)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027181','Caller reporting that a bear has been coming bay and broke his fence and fruit trees. Caller believes the bear is living in the green space beside the creek nearby as he has seen the bear coming and going there. ',null,null,null,null,null,null,'1100 Chartwell Dr, West Vancouver, BC',null,'2023-07-11 15:01:07','2023-07-11 15:01:07',null,'SZUKEWI@idir','2023-07-18 11:49:11',null,null,null,null,'CLOSED','WSTVANCO',ST_GeomFromText('POINT(-123.1474509 49.3460522)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027182','COM has concerns about a cougar that''s been on her property. Last spotted just now, and then last night it was spotted in a tree above where her grandson was playing. Her daughter lost a cat that was suspected to be taken be a cougar, 4 weeks ago. *COM notes they will out of town for two weeks as of tomorrow and the gate to their property will be locked, but COM''s son at the alternate number noted (Ryan) has a key. ',null,null,null,null,null,null,'4518 Lindholm Rd, Metchosin, BC',null,'2023-07-11 15:03:03','2023-07-11 15:03:03',null,'MAWILSON@idir','2023-07-14 14:43:44',null,null,null,null,'OPEN','VICTORIA',ST_GeomFromText('POINT(-123.5825889 48.3921767)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027183','Advises that there is a bear walking around.',null,null,null,null,null,null,'12511 Izon Crt, Maple Ridge, BC',null,'2023-07-11 15:05:59','2023-07-11 15:05:59',null,'SMCCREAD@idir','2023-07-11 23:03:33',null,null,null,null,'CLOSED','MAPLERID',ST_GeomFromText('POINT(-122.597985 49.2291049)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027184','Coyote killed their cat and ate it, on Saturday evening. Wife came home and saw the coyote, chased it away and it came back again. Screaming again at it, as it tried to get their cat again. It backed off then came forward, lunging at the wife and she backed off. The coyote tried to grab the cat and was defending it. No physical contact. The coyote has been around for about 2 months and has been coming back every evening. Concerned about their baby, believes the coyote might be attracted to the crying sounds. It has been trying to dig a hole in the backyard.',null,null,null,null,null,null,'845 Spence Way, Anmore, BC',null,'2023-07-11 15:12:56','2023-07-11 15:12:56',null,'COMILLER@idir','2023-07-11 15:22:28',null,null,null,null,'OPEN','ANMR',ST_GeomFromText('POINT(-122.8533924 49.3178401)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027185','Caller reported an a deer and fawn stuck in a fenced off area at a construction site. Caller has seen them in there the past couple of days and believes they are trapped in there. ',null,null,null,null,null,null,'David Ave and Soball St, Coquitlam, BC',null,'2023-07-11 15:14:58','2023-07-11 15:14:58',null,'BJETTE@idir','2023-07-11 15:20:44',null,null,null,null,'OPEN','COQUITLM',ST_GeomFromText('POINT(-122.7503424 49.2932601)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027187','Caller is at Nechako Park near Prince George, there is a bear that is near the parking lot. Not Aggressive.',null,null,null,null,null,null,'North Nechako Rd, Prince George, BC',null,'2023-07-11 15:25:15','2023-07-11 15:25:15',null,'SMCCREAD@idir','2023-07-11 15:29:37',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.825199 53.9603739)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027188','Caller reported a black bear got into her freezer that is outside. Caller had a baby lock on it but the bear broke through it. The bear ate her food then left. Caller also caller police. ',null,null,null,null,null,null,'2196 Harrow Gate, Langford, BC',null,'2023-07-11 15:26:15','2023-07-11 15:26:15',null,'MAWILSON@idir','2023-07-14 15:10:42',null,null,null,null,'CLOSED','LANGFORD',ST_GeomFromText('POINT(-123.5123552 48.4705517)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027189','Caller reporting 2 small bears coming up from the river. Caller is on the strata council and asked everyone to keep garbage in now. The bears have been coming around off and on for 2 weeks. ',null,null,null,null,null,null,'4393 Cowart Rd, Prince George, BC',null,'2023-07-11 15:33:58','2023-07-11 15:33:58',null,'HIDESMAR@idir','2023-07-17 16:01:47',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7650579 53.8751038)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027190','Uclulet RCMP reports There is someone in town who has a deer with wire wrapped around its neck and legs. ',null,null,null,null,null,null,'1800 Bay St, Ucluelet, BC',null,'2023-07-11 15:43:50','2023-07-11 15:43:50',null,'MAWILSON@idir','2023-07-31 15:42:33',null,null,null,null,'OPEN','UCLUELET',ST_GeomFromText('POINT(-125.5512226 48.9429573)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027191','COM reporting a sow bear that broke into her garbage shed and got into the compost. Happened first at 1400, COM cleaned it up, then sow cam back again at 1530. COM tried to haze the bear with car alarm but the bb was not in any great hurry to leave. COM then cleaned the compost up again and moved it in the garage. ',null,null,null,null,null,null,'6456 Jasper Rd, Sechelt, BC',null,'2023-07-11 15:45:00','2023-07-11 15:45:24',null,'DAGRAY@idir','2023-07-11 15:48:58',null,null,null,null,'OPEN','SECHELT',ST_GeomFromText('POINT(-123.7993774 49.4721622)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027195','Caller reported an aggressive bear. Caller was camping at his friends place last Friday and Saturday and a bear came 6-7 times and was walking right up to people. The bear was not afraid of people and caller through his water bottle at it to get it to away. Caller advised they are near a dump and believes that is why the bear is in the area. ',null,null,null,null,null,null,'South Bamfield Rd, Bamfield, BC','Unit 13','2023-07-11 16:11:48','2023-07-11 16:11:48',null,'DSEXTON@idir','2023-07-20 08:39:17',null,null,null,null,'OPEN','BAMFELD',ST_GeomFromText('POINT(-125.144259 48.814635)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027196','COM reporting a bb that''s been around their strata complex for the last two weeks. COM believes he is eating the bate out of mouse traps. Garbage and green bins are all secured. ',null,null,null,null,null,null,'100 Capilano Rd, Port Moody, BC',null,'2023-07-11 16:15:39','2023-07-11 16:15:39',null,'DAGRAY@idir','2023-07-11 16:19:55',null,null,null,null,'OPEN','PORTMDY',ST_GeomFromText('POINT(-122.8308765 49.2795895)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027201','Caller is calling to complain about a bear. The caller has spoken to a CO and was advised there is a trap in the area but the bear has not been caught yet and he saw it yesterday eating his strawberries. The caller is very upset. ',null,null,null,null,null,null,'Kodiak St, Bear Lake, BC','UNit 27. ','2023-07-11 16:23:46','2023-07-11 16:23:46',null,'HIDESMAR@idir','2023-07-23 17:52:15',null,null,null,null,'CLOSED','BRLK',ST_GeomFromText('POINT(-122.6781129 54.4960788)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027202',' There is a bear out currently at 51099 Zander Place in Chilliwack. It has been here for the last 30 mins and is not at all scared of people. We have been honking car horns and yelling. There are dogs out barking and we still can’t get it to leave. It is not at all scared of people - even walking towards people. ',null,null,null,null,null,null,'','51099 Zander Place','2023-07-11 16:30:31','2023-07-11 16:30:31',null,'TBIRNEY@idir','2023-07-11 16:31:26',null,null,null,null,'CLOSED','CHILLIWK',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027204','COM reporting juvenile BB lives in the area -COM believes BB has accessed fruit trees and garbage in the area - no identified locations - -caller ID: 250-462-2114',null,null,null,null,null,null,'','west bench drive','2023-07-11 16:36:59','2023-07-11 16:36:59',null,'BRANBECK@idir','2023-07-11 16:52:15',null,null,null,null,'CLOSED','PENTICTN',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027208','Caller reported a big bear walked up the street and is headed towards a hill towards Ranch Park School. ',null,null,null,null,null,null,'Lazy A St, Coquitlam, BC',null,'2023-07-11 16:56:14','2023-07-11 16:56:14',null,'BJETTE@idir','2023-07-11 16:58:14',null,null,null,null,'CLOSED','COQUITLM',ST_GeomFromText('POINT(-122.80696 49.2657452)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027211','Caller reported a bear outside his apartment in a tree. The bear has been there for a while. Caller said it is near daycare. ',null,null,null,null,null,null,'1060 Legacy Way, Whistler, BC',null,'2023-07-11 17:10:35','2023-07-11 17:10:35',null,'SZUKEWI@idir','2023-07-18 11:50:08',null,null,null,null,'CLOSED','WHISTLER',ST_GeomFromText('POINT(-123.0420193 50.0787578)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027213','Sow and four cubs living in the area - -COM concerned as BBs have accessed their garbage twice, which they have not secured. -OO recommended wildsafe BC for attractant management - COM advised they have 10 years experience with BBs and do not need any advice.',null,null,null,null,null,null,'','Robinson and miller st.','2023-07-11 17:32:39','2023-07-11 17:32:39',null,'TBIRNEY@idir','2023-07-11 17:37:08',null,null,null,null,'CLOSED','COQUITLM',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027214','Caller observed an injured BB while riding on trails. -TD several hours. -Injured BB, favouring their left hindleg, with a limp. -',null,null,null,null,null,null,'','On Access trail, between lumberjack and jacks trail','2023-07-11 17:38:12','2023-07-11 17:38:12',null,'CROCHON@idir','2023-07-12 13:24:47',null,null,null,null,'OPEN','SQUMISH',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027215','Caller reporting an injured deer near the below noted location. Caller advised the fawn is laying down and has a large gash on it''s side before its rear leg that stretches from it''s back down to the belly. Caller noted there is no doe in sight. ',null,null,null,null,null,null,'1003 Peninsula Rd, Ucluelet, BC',null,'2023-07-11 17:48:00','2023-07-11 17:51:51',null,'MAWILSON@idir','2023-08-01 11:21:27',null,null,null,null,'OPEN','UCLUELET',ST_GeomFromText('POINT(-125.5368645 48.9281195)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027217','Caller reports that there was a bear trap set in town (Port Mellon). These people have chickens which are acting as an attractant, and are now suggesting that they are going to shoot the bear and have invited friends to bring guns and bows to take the bear out. Advised the caller to immediately call 911 if she sees anyone in the neighborhood with a gun or bow, as that is definitely a police matter.',null,null,null,null,null,null,'418 Dunham Rd, Port Mellon, BC',null,'2023-07-11 18:05:13','2023-07-11 18:05:13',null,'SMCCREAD@idir','2023-07-11 18:21:04',null,null,null,null,'CLOSED','PORTMELN',ST_GeomFromText('POINT(-123.4945242 49.5139089)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027218','Caller concerned about a deer which has been in their yard for ~ 1 week -Deer is lethargic, mobile, eating Caller’s flowers. -Deer has a sore above their nostril, with insects. Ribs are showing. -',null,null,null,null,null,null,'100 Mile House',null,'2023-07-11 18:07:16','2023-07-11 18:07:16',null,'JXKLINE@idir','2023-07-12 11:08:38',null,null,null,null,'CLOSED','100MHHS',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027223','Caller reporting an injured deer near the below noted location. Caller advised the deer has a badly broken rear leg that is quite swollen. Caller advised the deer is able to walk and eat but does not look good and has a fawn with it that looks quite skinny. Caller advised she saw the deer a week ago with the broken leg and saw it again today. ',null,null,null,null,null,null,'Chancellor Pl and Mission Hill Rd, West Kelowna, BC','Wooded area behind Chancellor Pl','2023-07-11 12:00:00','2023-07-11 18:27:53',null,'LMOSS@idir','2023-07-12 12:09:50',null,null,null,null,'CLOSED','WSTKELOW',ST_GeomFromText('POINT(-119.5784823 49.839988)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027225','Reporting a sow and 2 cubs eating berries on the side of the road near the noted location.',null,null,null,null,null,null,'','DOGWOOD ST BY TIMBERLINE HIGHSCHOOL','2023-07-11 18:35:31','2023-07-11 18:35:31',null,'KWINTERS@idir','2023-07-11 18:37:06',null,null,null,null,'CLOSED','CMBLRV',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027228','Reporting a bb in the area. It has been in the area for approx 2 months. It has gotten into other''s garbages. Caller has tried scaring the bear away but it doesn''t leave.',null,null,null,null,null,null,'','LUPIN CRT','2023-07-11 18:44:25','2023-07-11 18:44:25',null,'JESJONES@idir','2023-07-18 13:37:49',null,null,null,null,'CLOSED','KAMLOOPS',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027230','Caller reports a cougar on Mount Douglas, on the Blenkisop side near the perimeter of the park. It was moving toward the outside of the park saw at 1830 on Maddock trail',null,null,null,null,null,null,'Maddock Trail, Mt Douglas',null,'2023-07-11 18:30:00','2023-07-11 18:59:51',null,'MAWILSON@idir','2023-07-14 14:45:11',null,null,null,null,'CLOSED','SAANICH',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027233','Grizzly has tried to get into a RV travel trailer. Up and under trying to get into the trailer. A dog inside the trailer started barking and then the bear tried to get into the door. -Caller has made numerous calls about this bear. The bear comes around about 2230-2300 and again just before dawn. -Grizzy Inn Trailer Park -45 mins north of Prince George',null,null,null,null,null,null,'Bear Lake, BC',null,'2023-07-11 19:09:41','2023-07-11 19:09:41',null,'JSCHULTZ@idir','2023-08-08 13:06:58',null,null,null,null,'CLOSED','BRLK',ST_GeomFromText('POINT(-122.6680556 54.4997222)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027234','SFU campus security had a Caller who spotted a bear at Gaglardi Way and Burnaby Mtn Prkway, but when SFU campus security went to look it was gone. Occurred about 1900.',null,null,null,null,null,null,'Burnaby Mountain Pky and Gaglardi Way Offramp, Burnaby, BC',null,'2023-07-11 19:22:14','2023-07-11 19:22:14',null,'SMCCREAD@idir','2023-07-11 19:26:06',null,null,null,null,'CLOSED','BURNBY',ST_GeomFromText('POINT(-122.9273646 49.2734872)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027235','Caller reports that there are two bears in neighbors yard going through the garbage there.',null,null,null,null,null,null,'750 Sproule Ave, Coquitlam, BC',null,'2023-07-11 19:27:17','2023-07-11 19:27:17',null,'SMCCREAD@idir','2023-07-11 23:30:20',null,null,null,null,'CLOSED','COQUITLM',ST_GeomFromText('POINT(-122.8791623 49.268961)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027238','Caller reporting a confined deer near the below noted location. Caller advised the fawn has it''s head stuck in a fence. Caller noted the doe is nearby. ',null,null,null,null,null,null,'High Rd and Tronson Dr, Kelowna, BC',null,'2023-07-11 19:32:48','2023-07-11 19:32:48',null,'TAMYRONI@idir','2023-07-11 20:02:09',null,null,null,null,'CLOSED','KELOWNA',ST_GeomFromText('POINT(-119.4624822 49.8982636)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027240','Caller reports a bear on 1500 Lennox Street. Wandering down the street. ',null,null,null,null,null,null,'1485 Lennox St, District of North Vancouver, BC',null,'2023-07-11 19:46:24','2023-07-11 19:46:24',null,'SMCCREAD@idir','2023-07-11 19:48:54',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.0077639 49.3206945)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027243','Caller reporting a moose and calf sighting near the below noted location. Caller advised they were not aggressive but were not scared off. ',null,null,null,null,null,null,'Montane Pky, Fernie, BC','Montane Blue bike route ','2023-07-11 19:30:00','2023-07-11 19:50:35',null,'KSORENSE@idir','2023-07-11 19:53:27',null,null,null,null,'CLOSED','FERNIE',ST_GeomFromText('POINT(-115.0576836 49.4927102)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027244','DEER is wrapped at neck and leg with fencing wire.',null,null,null,null,null,null,'Bay St and Larch Rd, Ucluelet, BC',null,'2023-07-11 19:52:50','2023-07-11 19:52:50',null,'MAWILSON@idir','2023-08-01 11:23:00',null,null,null,null,'CLOSED','UCLUELET',ST_GeomFromText('POINT(-125.5512143 48.9425403)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027245','Caller reporting a black bear in the backyard eating greens with no attractants or aggressive behavior. ',null,null,null,null,null,null,'25 Pine Cres, Mackenzie, BC',null,'2023-07-11 19:56:34','2023-07-11 19:56:34',null,'DDUFFY@idir','2023-07-11 19:58:51',null,null,null,null,'CLOSED','MACKENZI',ST_GeomFromText('POINT(-123.0806064 55.3358847)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027248','Caller reporting a food conditioned black bear at the below noted location. Caller advised the bear got into his garbage and then left through the backyard. ',null,null,null,null,null,null,'972 Berkley Rd, District of North Vancouver, BC',null,'2023-07-11 20:05:00','2023-07-11 20:08:42',null,'SZUKEWI@idir','2023-07-18 11:54:57',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.0046671 49.3154025)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027249','Caller reporting on behalf of COM who advised a deer is wrapped up in metal fence up around its neck and legs. Advised the deer is stuck and can not get out. -COMs name is Logan Urie and his number is the primary number listed below ',null,null,null,null,null,null,'1800 Bay St, Ucluelet, BC','Behind the liquor store by the above address ','2023-07-11 20:10:29','2023-07-11 20:10:29',null,'MAWILSON@idir','2023-08-01 11:23:56',null,null,null,null,'CLOSED','UCLUELET',ST_GeomFromText('POINT(-125.5512226 48.9429573)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027250','Caller reporting an injured deer near the below noted location. Caller advised the deer was limping with an injured leg and is looking a little thin. Caller noted the deer is mobile and is eating shrubs. ',null,null,null,null,null,null,'5300 25 Ave, Vernon, BC',null,'2023-07-11 20:12:40','2023-07-11 20:12:40',null,'MSRICHAR@idir','2023-07-12 11:57:40',null,null,null,null,'CLOSED','VERNON',ST_GeomFromText('POINT(-119.307111 50.2547293)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027252','Caller reporting a deer might be hit and injured. Advised neighbors told COM deer was hit two weeks ago and never was dealt with. Advised deer is still mobile and can move around just has a hard time putting weight on its leg. Advised the deer is currently in the backyard at the location noted below ',null,null,null,null,null,null,'1625 Bay St, Nanaimo, BC',null,'2023-07-11 20:49:49','2023-07-11 20:49:49',null,'MAWILSON@idir','2023-08-01 11:24:58',null,null,null,null,'CLOSED','NANAIMO',ST_GeomFromText('POINT(-123.9759983 49.2062632)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027253','Reporting an injured deer with rear leg injury near the noted location.',null,null,null,null,null,null,'','GOVERNMENT ROAD & EDNA','2023-07-11 20:50:26','2023-07-11 20:50:26',null,'MSTERN@idir','2023-07-12 09:04:03',null,null,null,null,'CLOSED','PENTICTN',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027255','Caller reporting a black bear in the area noted below. Adived the bear is going around getting into garbages and hanging around the tent area.',null,null,null,null,null,null,'1990 Bay St, Ucluelet, BC ','Island west resort in the tenting area ','2023-07-11 21:01:28','2023-07-11 21:01:28',null,'DSEXTON@idir','2023-07-14 15:49:37',null,null,null,null,'CLOSED','UCLUELET',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027256','Reporting an injured deer in the front yard. There is a couple of inches of bone sticking out.',null,null,null,null,null,null,'',null,'2023-07-11 21:12:28','2023-07-11 21:12:28',null,'JCONNAT@idir','2023-07-12 09:31:41',null,null,null,null,'CLOSED','CLSTA',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027257','Caller reports a young deer unable to cross the highway (Hwy 17 in Delta) despite repeated attempts. Caller is concerned that the deer will either get hit or won''t have anything to eat or drink on the shoulder of the highway',null,null,null,null,null,null,'7156 Brown St, Delta, BC','Deer on Hwy 17 behind the above address','2023-07-11 21:17:44','2023-07-11 21:17:44',null,'ALBUCHAN@idir','2023-07-16 09:43:02',null,null,null,null,'CLOSED','DELTA',ST_GeomFromText('POINT(-123.014614 49.1324004)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027258','Caller reporting a black bear sighting near the below noted location. Caller advised the bear was on the path behind him and then wandered into someone''s yard. ',null,null,null,null,null,null,'Shaughnessy St, Port Coquitlam, BC','Near Shaugnessy bike park ','2023-07-11 21:25:14','2023-07-11 21:25:14',null,'KSORENSE@idir','2023-07-11 21:34:14',null,null,null,null,'CLOSED','PORTCOQ',ST_GeomFromText('POINT(-122.7827055 49.2583014)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027259','COM advised of a black bear getting into her freezer earlier, which she has since moved inside. It is currently going through garbage, but it belongs to her landlords. She was advised to make sure all food sources are secure and to visit WildSafeBC',null,null,null,null,null,null,'2196 Harrow Gate, Langford, BC',null,'2023-07-11 21:27:53','2023-07-11 21:27:53',null,'MAWILSON@idir','2023-07-14 14:56:17',null,null,null,null,'CLOSED','LANGFORD',ST_GeomFromText('POINT(-123.5123552 48.4705517)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027262','Caller reporting a bear trap in the area that has sprung with no bear in it and needs to be reset. Advised the bear was hanging around the trap. - ***BEAR IS NOT IN THE TRAP***',null,null,null,null,null,null,'Braeside Pl, Coquitlam, BC',null,'2023-07-11 21:40:07','2023-07-11 21:40:07',null,'DDUFFY@idir','2023-07-11 21:44:51',null,null,null,null,'OPEN','COQUITLM',ST_GeomFromText('POINT(-122.7941072 49.316383)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027263','Reporting a bb wandering through caller''s yard towards the garbage bins.',null,null,null,null,null,null,'',null,'2023-07-11 21:41:14','2023-07-11 21:41:14',null,'KWINTERS@idir','2023-07-11 21:42:18',null,null,null,null,'OPEN','PORTMDY',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027264','Caller reporting a black bear at the area noted below. Advised the bear walked out in front of him and then took off. ',null,null,null,null,null,null,'Bendale Rd and Berkley Rd, District of North Vancouver, BC',null,'2023-07-11 21:58:16','2023-07-11 21:58:16',null,'DDUFFY@idir','2023-07-11 22:01:40',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.0050362 49.3159477)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027265','Caller reporting a grizzly bear walked through her backyard at the location noted below. Advised the bear was not being aggressive or getting into gabages. Advised it was just passing through.',null,null,null,null,null,null,'41 Shallow Bay Rd, Cluculz Lake, BC',null,'2023-07-11 22:02:06','2023-07-11 22:02:06',null,'JSCHULTZ@idir','2023-08-03 16:59:30',null,null,null,null,'CLOSED','CLUCLZLK',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027266','COM advised of a buck that needs to be dispatched after being struck by a vehicle. Unable to get up. - -2206 CO Mike Richardson - Briefed',null,null,null,null,null,null,'6111 Bella Vista Rd, Vernon, BC','Bella Vista - North side of the ','2023-07-11 22:04:26','2023-07-11 22:04:26',null,'MSRICHAR@idir','2023-07-12 12:38:38',null,null,null,null,'CLOSED','VERNON',ST_GeomFromText('POINT(-119.3233941 50.2597166)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027267','Caller reports that there is a bear walking back and forth on front lawn. No aggressive behavior.',null,null,null,null,null,null,'40345 Government Rd, Squamish, BC',null,'2023-07-11 22:21:10','2023-07-11 22:21:10',null,'JDSCOTT@idir','2023-07-30 19:25:50',null,null,null,null,'CLOSED','SQUMISH',ST_GeomFromText('POINT(-123.1370505 49.739826)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027269','Reporting a bb near the noted location.',null,null,null,null,null,null,'2203 Harrow Gate, Langford, BC',null,'2023-07-11 22:32:27','2023-07-11 22:32:27',null,'KWINTERS@idir','2023-07-11 22:33:47',null,null,null,null,'CLOSED','LANGFORD',ST_GeomFromText('POINT(-123.5114504 48.470296)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027270','Caller reporting a food conditioned black bear near the below noted location. Caller advised the bear was walking through the property and came within 3 feet of him. Caller advised the bear then tore into his garbage when he went inside. ',null,null,null,null,null,null,'462 Fairway Dr, District of North Vancouver, BC',null,'2023-07-11 22:58:00','2023-07-11 22:58:53',null,'SZUKEWI@idir','2023-07-18 11:57:10',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-122.9568003 49.3078945)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027271','Reporting a bb that took down his hummingbird feeder. ',null,null,null,null,null,null,'',null,'2023-07-11 23:02:31','2023-07-11 23:02:31',null,'DLEWERS@idir','2023-07-29 18:21:17',null,null,null,null,'CLOSED','LIONSBAY',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027273','Caller reporting a coyote sighting near the below noted location. Caller advised the coyote was running down the street. ',null,null,null,null,null,null,'142 St, Surrey, BC',null,'2023-07-11 23:05:00','2023-07-11 23:17:06',null,'KSORENSE@idir','2023-07-11 23:19:14',null,null,null,null,'CLOSED','SURRY',ST_GeomFromText('POINT(-122.8288175 49.1221995)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027276','Bear keeps coming back to my house. -Caller want a CO to call -23-023899 -',null,null,null,null,null,null,'3342 Glasgow St, Port Coquitlam, BC',null,'2023-07-12 00:19:29','2023-07-12 00:19:29',null,'PDAYTON@idir','2023-07-24 15:17:07',null,null,null,null,'CLOSED','PORTCOQ',ST_GeomFromText('POINT(-122.7727524 49.2730114)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027278','Campus Police advise of a black bear sighting. Garbage suspected as an attractant.',null,null,null,null,null,null,'8888 University Dr, Burnaby, BC','BD Field','2023-07-12 03:35:41','2023-07-12 03:35:41',null,'LEARCHIB@idir','2023-07-12 03:37:45',null,null,null,null,'OPEN','BURNBY',ST_GeomFromText('POINT(-122.9183303 49.2765276)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027279','Caller reporting on behalf of COM who advised there is a black bear walking around at the location noted below. Advised the bear is not getting into garbages or being aggressive was just walking through the area. -COM''s name is Tyler Hill and his number is the alt number listed below ',null,null,null,null,null,null,'Newport Dr, Port Moody, BC','200 Block of Newport Drive','2023-07-12 04:47:38','2023-07-12 04:47:38',null,'DDUFFY@idir','2023-07-12 04:51:33',null,null,null,null,'CLOSED','PORTMDY',ST_GeomFromText('POINT(-122.827583 49.2824404)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027280','COM advised of a deer on his neighbour''s property that likely needs dispatch (presumably hit by a car). It was making distress noises during the night and now is only raising its head. - -0519 CO Jim Melenka - Briefed',null,null,null,null,null,null,'7760 Turner Rd, Cranbrook, BC','1 house North','2023-07-12 05:17:09','2023-07-12 05:17:09',null,'JMELENKA@idir','2023-07-26 12:26:21',null,null,null,null,'CLOSED','CRANBRK',ST_GeomFromText('POINT(-115.8391768 49.5834252)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027281','Caller reported hitting a deer before the passing lanes, 5-10 minutes outside of Woss heading towards Port McNeil. Caller does not know if it is deceased or not but believes it is seriously injured. -',null,null,null,null,null,null,'','5-10 minute outside Woss right, before the passing lanes. ','2023-07-12 06:00:20','2023-07-12 06:00:20',null,'MAWILSON@idir','2023-07-28 16:48:32',null,null,null,null,'OPEN','WOSS',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027284','BB was on the porch and then left.',null,null,null,null,null,null,'7 Finlay Forks Cres, Mackenzie, BC',null,'2023-07-12 06:22:26','2023-07-12 06:22:26',null,'LMOSS@idir','2023-07-12 06:23:26',null,null,null,null,'CLOSED','MACKENZI',ST_GeomFromText('POINT(-123.0831713 55.3269245)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027289','Caller reporting for an older women he saw while walking had a standoff with a cougar at the below noted intersection beside Peterson Berry Farm. Caller was told the cougar just stood and watched her from across the road 40-50ft feet. Caller does not know her name or where she lives. The women was visibly shaken. -',null,null,null,null,null,null,'Evergreen Rd and Petersen Rd and S Petersen Rd, Campbell River, BC',null,'2023-07-12 07:05:39','2023-07-12 07:05:39',null,'MAWILSON@idir','2023-07-14 14:46:47',null,null,null,null,'OPEN','CMBLRV',ST_GeomFromText('POINT(-125.2660081 50.0075092)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027290','Advises that there is deer in his yard with a injured leg.',null,null,null,null,null,null,'4129 Shelbourne St, Saanich, BC',null,'2023-07-12 07:18:23','2023-07-12 07:18:23',null,'MAWILSON@idir','2023-08-01 11:20:12',null,null,null,null,'CLOSED','VICTORIA',ST_GeomFromText('POINT(-123.3339676 48.4789469)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027291','Big BB that visits regularly at night. They are quite isolated and it has been getting into garbage. It is in a box with a padlock, but the BB is ripping everything apart. Concerned about bear getting stranded in a tree and RCMP having to shoot him. They have the perfect place to place a trap for relocation of bear.',null,null,null,null,null,null,'1601 Brighton Rd, Comox, BC',null,'2023-07-12 07:29:38','2023-07-12 07:29:38',null,'MAWILSON@idir','2023-07-14 14:58:52',null,null,null,null,'OPEN','COMOX',ST_GeomFromText('POINT(-124.9172338 49.6993911)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027292','Multiple bears every day have been on the property for the past 4 days. Bears are drawn by apricot tree.',null,null,null,null,null,null,'1611 60 Ave NE, Salmon Arm, BC',null,'2023-07-12 07:37:33','2023-07-12 07:37:33',null,'MSRICHAR@idir','2023-07-13 12:09:15',null,null,null,null,'CLOSED','SALMARM',ST_GeomFromText('POINT(-119.2676366 50.7439094)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027293','They lock their garbage and compost and last night a bear ripped the lock off the door to the area it is stored and got into it. A week ago the neighbour across the street reported greasy garbage spread across their lawn from the new coffee shop next door. Saw the bear on their camera last night first couple incidences with it. ',null,null,null,null,null,null,'4332 Erwin Dr, West Vancouver, BC',null,'2023-07-12 07:51:09','2023-07-12 07:51:09',null,'SZUKEWI@idir','2023-07-25 13:12:12',null,null,null,null,'CLOSED','WSTVANCO',ST_GeomFromText('POINT(-123.2398608 49.3398495)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027294','Advises that a bear got hit by a vehicle yesterday and wandered off.',null,null,null,null,null,null,'','highway 14 right before langford park turnoff near the coop','2023-07-12 07:55:19','2023-07-12 07:55:19',null,'MAWILSON@idir','2023-07-14 14:50:25',null,null,null,null,'CLOSED','LANGFORD',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027295','Cougar was seen this morning at 0700. COM states this doesn''t look like a local cougar.',null,null,null,null,null,null,'49612 Larsen Rd, Chilliwack River Valley, BC',null,'2023-07-12 08:01:33','2023-07-12 08:01:33',null,'ALBUCHAN@idir','2023-07-16 09:44:58',null,null,null,null,'CLOSED','CHILLIWK',ST_GeomFromText('POINT(-121.8516302 49.0869957)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027296','Advises that he saw a sow and 3 cubs yesterday walking around.',null,null,null,null,null,null,'','seatton lake entrance','2023-07-12 08:01:49','2023-07-12 08:01:49',null,'CDOYLEWA@idir','2023-07-12 08:03:39',null,null,null,null,'CLOSED','LILLOOET',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027298','Cougar was seen 5 minutes ago near the entrance of CFB Esquimalt on Naden St.',null,null,null,null,null,null,'Admirals Rd and Colville Rd and E&N Rail Trail, Esquimalt, BC','DND - Main entrance near the main buildings','2023-07-12 08:11:11','2023-07-12 08:11:11',null,'MAWILSON@idir','2023-07-14 14:51:56',null,null,null,null,'CLOSED','ESQUIMAL',ST_GeomFromText('POINT(-123.4191121 48.4372807)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027299','Returning big large bear from last year got into the garbage at the houses on both sides of their house this morning. Hoping to have a trap placed and relocate the bear.',null,null,null,null,null,null,'6975 Sea Lion Way, Sooke, BC',null,'2023-07-12 08:14:08','2023-07-12 08:14:08',null,'MAWILSON@idir','2023-07-14 14:54:58',null,null,null,null,'OPEN','SOOKE',ST_GeomFromText('POINT(-123.7265677 48.3573421)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027300','Caller reported he thinks he saw a young grizzly bear in town walking by his place last night at 7:30pm It looked like it had a hump and was golden in colour. ',null,null,null,null,null,null,'8103 Camino Dr, Whistler, BC',null,'2023-07-12 08:14:48','2023-07-12 08:14:48',null,'BJETTE@idir','2023-07-12 08:18:51',null,null,null,null,'OPEN','WHISTLER',ST_GeomFromText('POINT(-122.9650758 50.1450502)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027303','Contractor for the TMPL project reporting that there was a buck deer trapped in a wildlife fence on their worksite. Staff on site cut the fence and released the deer. *Emailing because situation was resolved. ',null,null,null,null,null,null,'','Hwy 5 and Kokahala Lakes Rd','2023-07-12 08:37:59','2023-07-12 08:37:59',null,'ALBUCHAN@idir','2023-07-16 09:45:57',null,null,null,null,'CLOSED','HOPE',ST_GeomFromText('POINT(-121.011611 49.657569)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027304','COM received 2nd hand report from a contractor of an injured bear that dragged its hind end across the road and then laid in the ditch. Contractor was not from the area but said the bear is near the bridge that was repaired last year. COM is not sure which bridge that would be.',null,null,null,null,null,null,'Gold River Rd, Gold River, BC','Near the bridge','2023-07-12 08:42:57','2023-07-12 08:42:57',null,'MAWILSON@idir','2023-07-14 14:48:28',null,null,null,null,'OPEN','GOLDRIVR',ST_GeomFromText('POINT(-126.0600881 49.7885668)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027307','Juvenile bear problem for the past month wrecking kids toys and pool noodles and going into the pool. It was on the neighbours car trying to look in. Usually getting into garbage on garbage day, otherwise it is secured. Not scared by car alarm, bear bangers. Pretty bear aware area.',null,null,null,null,null,null,'1037 Spiller Rd, Penticton, BC',null,'2023-07-12 08:47:21','2023-07-12 08:47:21',null,'MSTERN@idir','2023-07-12 09:34:42',null,null,null,null,'CLOSED','PENTICTN',ST_GeomFromText('POINT(-119.5449463 49.5289731)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027308','COM reporting a bb on his driveway this morning. ',null,null,null,null,null,null,'1465 Braiden Rd, Tofino, BC',null,'2023-07-12 08:53:22','2023-07-12 08:53:22',null,'DAGRAY@idir','2023-07-12 08:54:39',null,null,null,null,'CLOSED','TOFINO',ST_GeomFromText('POINT(-125.8697235 49.1018071)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027309','COM reporting that last night his son was mountain biking at the noted location when he surprised a bb sow and cub. The sow became aggressive and chased him for a short distance. ',null,null,null,null,null,null,'','Godey Creek - TMI Trail System ','2023-07-12 08:55:30','2023-07-12 08:55:30',null,'PRPIKE@idir','2023-07-25 12:58:18',null,null,null,null,'OPEN','MERRITT',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027310','Advises that there are 2 teenage bears that are hanging around the neighbourhood. The bears have chewed up the trampoline cover.',null,null,null,null,null,null,'1010 Blue Mountain St, Coquitlam, BC',null,'2023-07-12 08:59:55','2023-07-12 08:59:55',null,'CDOYLEWA@idir','2023-07-12 09:01:43',null,null,null,null,'OPEN','COQUITLM',ST_GeomFromText('POINT(-122.8693313 49.2706762)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027311','Advises that a bear has been getting into the garbage bins.',null,null,null,null,null,null,'2203 Harrow Gate, Langford, BC',null,'2023-07-12 09:05:01','2023-07-12 09:05:01',null,'MAWILSON@idir','2023-07-14 15:00:31',null,null,null,null,'CLOSED','LANGFORD',ST_GeomFromText('POINT(-123.5114504 48.470296)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027312','Advises that he saw a bear walking around.',null,null,null,null,null,null,'','jingle pot campground','2023-07-12 09:08:34','2023-07-12 09:08:34',null,'CDOYLEWA@idir','2023-07-12 09:10:33',null,null,null,null,'CLOSED','NANAIMO',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027313','COM reporting a buck deer that has been sitting in the same spot in a vacant lot for the past 24 hours, did not move when the COM approached it. COM believes the deer is unwell, although there were no external signs of injury. ',null,null,null,null,null,null,'3371 Oak St, Gillies Bay, BC',null,'2023-07-12 09:10:11','2023-07-12 09:10:11',null,'DAGRAY@idir','2023-07-12 09:13:31',null,null,null,null,'OPEN','GILLIESB',ST_GeomFromText('POINT(-124.4864877 49.6786904)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027315','BB ripped through the garbage storage last night. Shed door is damaged and will need to be replaced.',null,null,null,null,null,null,'1440 Barberry Dr, Port Coquitlam, BC',null,'2023-07-12 09:22:02','2023-07-12 09:22:02',null,'LMOSS@idir','2023-07-12 09:24:23',null,null,null,null,'OPEN','PORTCOQ',ST_GeomFromText('POINT(-122.75463 49.264882)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027316','BB is in the neighborhood',null,null,null,null,null,null,'Kendal Pl and Ruby Ave, District of North Vancouver, BC',null,'2023-07-12 09:27:06','2023-07-12 09:27:06',null,'LMOSS@idir','2023-07-12 09:29:36',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.1062962 49.3466193)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027317','Advises that there is a deer with a paper lantern attached to its antlers.',null,null,null,null,null,null,'2315 Departure Bay Rd, Nanaimo, BC',null,'2023-07-12 09:28:06','2023-07-12 09:28:06',null,'MAWILSON@idir','2023-08-01 11:09:54',null,null,null,null,'CLOSED','NANAIMO',ST_GeomFromText('POINT(-123.971006 49.1943285)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027318','Beehive in their back garden, 20 mins ago smashed it apart and was licking the honey. They made some noise and it leapt over the fence. Would like a CO callback for advice.',null,null,null,null,null,null,'4452 Regency Pl, West Vancouver, BC',null,'2023-07-12 09:28:15','2023-07-12 09:28:15',null,'SZUKEWI@idir','2023-07-18 12:03:50',null,null,null,null,'OPEN','WSTVANCO',ST_GeomFromText('POINT(-123.2439625 49.3439887)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027319','Reporting a doe flipping out, in a lot of stress. It is on the ground rolling around, can''t stand-up on the North side of the road.',null,null,null,null,null,null,'25 Ave and 43 St, Vernon, BC',null,'2023-07-12 09:33:42','2023-07-12 09:33:42',null,'MSRICHAR@idir','2023-07-12 16:33:42',null,null,null,null,'CLOSED','VERNON',ST_GeomFromText('POINT(-119.2966012 50.2588975)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027320','Caller is reporting a bear approached someone carrying trash headed to the garbage. The person got scared and dropped the garbage and left and the bear ate the garbage. The bear was not afraid when the caller''s husband tried scaring it away. ',null,null,null,null,null,null,'4355 Northlands Blvd, Whistler, BC','Northstar Unit 83 ','2023-07-12 09:38:10','2023-07-12 09:38:10',null,'TDSCHUMA@idir','2023-07-20 15:03:45',null,null,null,null,'CLOSED','WHISTLER',ST_GeomFromText('POINT(-122.9596059 50.1196263)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027322','RCMP are advising that they received a report of a bear sighting at the noted location. No food conditioned or aggressive behaviour reported. No contact info for original COM provided by RCMP. ',null,null,null,null,null,null,'401 Willemar Ave, Courtenay, BC',null,'2023-07-12 09:43:53','2023-07-12 09:43:53',null,'IPAVLOVI@IDIR','2023-07-12 09:45:32',null,null,null,null,'CLOSED','COURTNY',ST_GeomFromText('POINT(-125.014227 49.6844975)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027323','Caller believes found the remains one of their cats the other day and now their other cat is missing for this morning at 0600. Caller thinks it is a cougar. Caller would like a call back. ',null,null,null,null,null,null,'9709 West Coast Rd, Shirley, BC','Shirley ','2023-07-12 09:44:55','2023-07-12 09:44:55',null,'MAWILSON@idir','2023-07-14 15:02:04',null,null,null,null,'CLOSED','SOOKE',ST_GeomFromText('POINT(-123.9099335 48.388555)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027325','COM is reporting a fawn that looks lost/ orphaned. No doe in the area. Fawn still has spots on it. ',null,null,null,null,null,null,'2276 S Island Hwy, Campbell River','Heading south of the above noted location','2023-07-12 09:47:51','2023-07-12 09:47:51',null,'MAWILSON@idir','2023-08-01 11:12:44',null,null,null,null,'OPEN','CMBLRV',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027326','COM reporting a bear that''s been seen around the area of the dialisis clinic for the last three days. Bb is coming to investigate a dumpster. No conflict or aggression at this time. ',null,null,null,null,null,null,'2773 Barnet Hwy, Coquitlam, BC','Creekside Village','2023-07-12 09:49:27','2023-07-12 09:49:27',null,'DAGRAY@idir','2023-07-12 09:58:41',null,null,null,null,'OPEN','COQUITLM',ST_GeomFromText('POINT(-122.8071979 49.2785314)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027328','BB was seen on the Velodrome trail yesterday at the mountain bike park around 1300 hours.',null,null,null,null,null,null,'8486 Barnet Hwy, Burnaby, BC','Velodrome Trail','2023-07-12 09:50:35','2023-07-12 09:50:35',null,'LMOSS@idir','2023-07-12 09:53:22',null,null,null,null,'CLOSED','BURNBY',ST_GeomFromText('POINT(-122.9183062 49.287885)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027331','There is an injured mama deer and 2 fawns. Looks like it is a back leg is really broken and just hanging there. Still moving around and grazing. Tag on the ear.',null,null,null,null,null,null,'2700 16 St, Vernon, BC',null,'2023-07-12 10:00:47','2023-07-12 10:00:47',null,'MSRICHAR@idir','2023-07-12 16:44:35',null,null,null,null,'CLOSED','VERNON',ST_GeomFromText('POINT(-119.2529095 50.261805)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027332','Deer has been in the backyard for 2 days. The deer has just been laying down and is not alert. COM is too far away to see if it has any injuries but has seen it walking to and from the shed in the yard.',null,null,null,null,null,null,'758 Front St, Quesnel, BC',null,'2023-07-12 10:01:03','2023-07-12 10:01:03',null,'JMILLETT@idir','2023-07-13 12:16:51',null,null,null,null,'CLOSED','QUESNEL',ST_GeomFromText('POINT(-122.4992666 52.9851803)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027333','They work at a vineyard and have trapped a rattlesnake in a garbage pale. Looking for advice of where they can release it.',null,null,null,null,null,null,'608 Hwy 97, Osoyoos, BC',null,'2023-07-12 10:14:36','2023-07-12 10:14:36',null,'BRANBECK@idir','2023-07-15 09:57:57',null,null,null,null,'CLOSED','OSOYOOS',ST_GeomFromText('POINT(-119.4653026 49.0026895)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027334','Advises that she hit a deer 30 mins ago.',null,null,null,null,null,null,'25 Ave and 43 St, Vernon, BC',null,'2023-07-12 10:18:30','2023-07-12 10:18:30',null,'MSRICHAR@idir','2023-07-12 16:51:51',null,null,null,null,'CLOSED','VERNON',ST_GeomFromText('POINT(-119.2966012 50.2588975)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027336','Deer hit by a car. It is still alive but still suffering. No officer attending. - -RP: Christine 250-720-7842',null,null,null,null,null,null,'3025 10th Ave, Port Alberni, BC',null,'2023-07-12 10:28:02','2023-07-12 10:28:02',null,'MAWILSON@idir','2023-08-01 11:18:36',null,null,null,null,'OPEN','PORTALBR',ST_GeomFromText('POINT(-124.7974292 49.2337758)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027347','COM reporting a bb that took off with his garbage can and broke a branch off his plum tree.',null,null,null,null,null,null,'1633 Stamps Rd, Duncan, BC',null,'2023-07-12 11:03:28','2023-07-12 11:03:28',null,'MAWILSON@idir','2023-07-14 14:57:26',null,null,null,null,'OPEN','DUNCAN',ST_GeomFromText('POINT(-123.6445941 48.8161934)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027351','Caller reports that there is a buck that has Xmas lights tangled in his antlers. Can a CO contact her to discuss what can be done.',null,null,null,null,null,null,'317 Hollywood Rd N, Kelowna, BC',null,'2023-07-12 11:09:41','2023-07-12 11:09:41',null,'JXKLINE@idir','2023-07-28 08:51:15',null,null,null,null,'CLOSED','LILLOOET',ST_GeomFromText('POINT(-119.3977719 49.8923803)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027352','COM reporting a elk cow that was killed by a predator — cougar or bear. Carcass was partially buried. ',null,null,null,null,null,null,'','Teck Coal - Fording River Operation','2023-07-12 11:10:00','2023-07-12 11:10:00',null,'RYGORDON@idir','2023-07-12 11:45:57',null,null,null,null,'CLOSED','ELKFORD',ST_GeomFromText('POINT(-114.85699 50.17598)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027355','COM is reporting seeing an injured deer with lacerations and gouges on its body. COM thinks it might have been attacked by a cougar. Deer is mobile but looks malnourished.',null,null,null,null,null,null,'Briarwood Lane and Metchosin Rd, Metchosin, BC',null,'2023-07-12 11:13:15','2023-07-12 11:13:15',null,'MAWILSON@idir','2023-07-12 13:47:58',null,null,null,null,'CLOSED','METCHOSI',ST_GeomFromText('POINT(-123.4984343 48.3982995)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027356','Reporting they had a bear last night and 2 nights ago it got into neighbours garbage. It was just walking, went to side of house to their garbage was was secured and not accessed. Then walked away.',null,null,null,null,null,null,'2111 Longspur Dr, Langford, BC',null,'2023-07-12 11:14:19','2023-07-12 11:14:19',null,'MAWILSON@idir','2023-07-14 15:03:13',null,null,null,null,'OPEN','LANGFORD',ST_GeomFromText('POINT(-123.5095289 48.4734429)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027357','COM is reporting a buck with a broken leg on the side of the road. Advised that it is currently lying down on the side of the road. Deer is mobile but has been observed falling down. ',null,null,null,null,null,null,'0 Ave and 188 St, Surrey, BC',null,'2023-07-12 11:18:03','2023-07-12 11:18:03',null,'IPAVLOVI@IDIR','2023-07-12 11:35:59',null,null,null,null,'OPEN','SURRY',ST_GeomFromText('POINT(-122.7021792 49.002178)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027360','Just reporting that a bear has been back a few times. Neighbours had pulled their garbage out yesterday as they had left and the BB got into it. Caller cleaned it up and put it back in their house to secure it until garbage. No further access to garbage.',null,null,null,null,null,null,'1382 Edwards Pl, Ucluelet, BC',null,'2023-07-12 11:28:51','2023-07-12 11:28:51',null,'COMILLER@idir','2023-07-12 11:35:09',null,null,null,null,'OPEN','UCLUELET',ST_GeomFromText('POINT(-125.5423881 48.9360494)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027367','COM reporting a yearling bb that seems unwell. Bb about the size of a spaniel dog, and is seems malnourished and unkempt. Last week it was climbing in the tree at their neighbour''s house trying to get at a bird feeder. COM is concerned that the bb is orphaned. ',null,null,null,null,null,null,'2222 Brandywine Way, Whistler, BC',null,'2023-07-08 11:41:00','2023-07-12 11:41:36',null,'DAGRAY@idir','2023-07-12 11:45:36',null,null,null,null,'OPEN','WHISTLER',ST_GeomFromText('POINT(-122.9966885 50.0905305)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027369','Deer has an injured leg, but still mobile, could not jump fence.',null,null,null,null,null,null,'6 Ave and Murchie Rd, Township of Langley, BC',null,'2023-07-12 11:47:53','2023-07-12 11:47:53',null,'COMILLER@idir','2023-07-12 11:50:36',null,null,null,null,'OPEN','LANGLEY',ST_GeomFromText('POINT(-122.576075 49.0126419)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027371','Reporting they responded for an injured bear but the bear is deceased and they will dispose of the carcass.',null,null,null,null,null,null,'Trout Lake, BC',null,'2023-07-12 11:49:14','2023-07-12 11:49:14',null,'BBEETLES@idir','2023-08-10 11:56:15',null,null,null,null,'CLOSED','TROUTLK',ST_GeomFromText('POINT(-117.54 50.6469444)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027373','BB up a tree, coming down. no interactions.',null,null,null,null,null,null,'','Mount Fernie Provincial Park, Lazy Lizard Trail about a Km up the trail','2023-07-12 11:53:14','2023-07-12 11:53:14',null,'COMILLER@idir','2023-07-12 11:55:42',null,null,null,null,'CLOSED','FERNIE',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027374','Advises that a bear walked up her porch stairs and then ran away.',null,null,null,null,null,null,'805 Younette Dr, West Vancouver, BC',null,'2023-07-12 11:55:37','2023-07-12 11:55:37',null,'CDOYLEWA@idir','2023-07-12 11:56:39',null,null,null,null,'CLOSED','WSTVANCO',ST_GeomFromText('POINT(-123.1387732 49.3348525)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027375','Reporting they hit a bear. It ran out and hit it head on. It did manage to get itself off the road dragging itself to the East side of the highway.',null,null,null,null,null,null,'Island Hwy and Orange Point Rd, Campbell River, BC','1.5 km North of the Campbell River Sign','2023-07-12 11:57:35','2023-07-12 11:57:35',null,'MAWILSON@idir','2023-07-12 13:52:06',null,null,null,null,'OPEN','CMBLRV',ST_GeomFromText('POINT(-125.2763672 50.059277)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027378','COM is reporting a dead buck on the side of the road at the noted location. COM also advises that there is a black bear about 50 yards away from the dead buck. COM is concerned that there might be a conflict between someone and the bear or that the bear may get struck by a vehicle because he suspects it will go for the carcass. ',null,null,null,null,null,null,'Poje Way and Veterans Memorial Pky, Courtenay, BC','400 m north of Poje Way on Veterans Memorial Parkway ','2023-07-12 12:09:18','2023-07-12 12:09:18',null,'GJGUDBRA@idir','2023-07-16 12:43:23',null,null,null,null,'OPEN','COURTNY',ST_GeomFromText('POINT(-124.9732151 49.7171221)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027380','Reporting a coyote attacked their dog 100 yards from them, picked him up and dragged him into the woods. The coyote has a limp and caller was able to rescue their dog alive. Coyote is brazen.',null,null,null,null,null,null,'3980 Heighton Rd, Spallumcheen, BC',null,'2023-07-12 12:18:07','2023-07-12 12:18:07',null,'MSRICHAR@idir','2023-07-13 12:37:35',null,null,null,null,'CLOSED','SPALLMCHN',ST_GeomFromText('POINT(-119.1484738 50.4558192)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027382','Caller reporting last night she saw a bear in her neighbour''s backyard eating the cherries on the ground from a tree last night at 12:00. Another neighbour came home and the caller told him of the bear. The neighbour tried making noise to scare the bear away because he needed to get past the bear to get home. The bear did a couple of bluff charges and was chuffing. ',null,null,null,null,null,null,'129000 Lake View Drive, Mount Currie,',null,'2023-07-12 12:21:13','2023-07-12 12:21:13',null,'BJETTE@idir','2023-07-12 12:29:48',null,null,null,null,'OPEN','MOUNTCUR',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027384','Pemberton RCMP advised they received a call from an 8 Year old kid who cannot get inside their house because a bear in their driveway. RCMP are responding and will provide an update.',null,null,null,null,null,null,'7495 Urdal Rd, Pemberton, BC',null,'2023-07-12 12:31:40','2023-07-12 12:31:40',null,'BJETTE@idir','2023-07-12 13:02:34',null,null,null,null,'CLOSED','PEMBERTN',ST_GeomFromText('POINT(-122.8026781 50.3283811)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027389','Advises that a sow got hit on the road and ran off into the bush.',null,null,null,null,null,null,'Dewdney Trunk Rd, Mission, BC','by city hall','2023-07-12 12:36:36','2023-07-12 12:36:36',null,'CDOYLEWA@idir','2023-07-12 12:52:39',null,null,null,null,'OPEN','MISSION',ST_GeomFromText('POINT(-122.3290736 49.192131)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027391','Caller is with the Kamloops RCMP and would like to speak to a CO about removing a rattle snake from a private property. They were called out to remove the snake. CST has the training to handle snakes but wanted to get approval from a CO first. CST will be reaching out directly to CO Jones and CO Kopp.',null,null,null,null,null,null,'',null,'2023-07-12 12:37:32','2023-07-12 12:37:32',null,'MSANDERS@idir','2023-08-01 13:06:46',null,null,null,null,'CLOSED','KAMLOOPS',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027392','COM reporting a deer in downtown Chilliwack. ',null,null,null,null,null,null,'45584 Hocking Ave, Chilliwack, BC',null,'2023-07-12 12:39:51','2023-07-12 12:39:51',null,'DAGRAY@idir','2023-07-12 12:44:10',null,null,null,null,'CLOSED','CHILLIWK',ST_GeomFromText('POINT(-121.9568046 49.1588553)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027393','COM is reporting a bear near the noted location that is accessing berries. Advised that lots of people observing the bear. Ops officer encourged COM to phone back if guests start approaching the bear and feeding it/ touching it. ',null,null,null,null,null,null,'2131 Lake Placid Rd, Whistler, BC','Nita Lake Lodge ','2023-07-12 12:39:53','2023-07-12 12:39:53',null,'TDSCHUMA@idir','2023-07-20 15:01:32',null,null,null,null,'CLOSED','WHISTLER',ST_GeomFromText('POINT(-122.995634 50.096332)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027396','Advises that a bear got into the neighbours garbage and then the other neighbours bird feeder.',null,null,null,null,null,null,'23655 55A Ave, Township of Langley, BC',null,'2023-07-12 12:53:04','2023-07-12 12:53:04',null,'CDOYLEWA@idir','2023-07-12 12:54:17',null,null,null,null,'OPEN','LANGLEY',ST_GeomFromText('POINT(-122.5691612 49.1033143)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027397','Advises that a bear has been getting into everyone''s garbage. Apparently the neighbour has a freezer full of rotting meat.',null,null,null,null,null,null,'609 Centennial Dr, Mackenzie, BC',null,'2023-07-12 12:57:05','2023-07-12 12:57:05',null,'HIDESMAR@idir','2023-07-16 14:10:43',null,null,null,null,'CLOSED','MACKENZI',ST_GeomFromText('POINT(-123.0851395 55.3276878)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027400','BB in the area has been getting into garbage over the last couple of days. COM also states he heard from a neighbor that the bear was up a tree when a child walked by and the bear came down the tree and ran at the child.',null,null,null,null,null,null,'361 Dominion St, McBride, BC',null,'2023-07-12 13:09:56','2023-07-12 13:09:56',null,'HIDESMAR@idir','2023-07-23 18:02:48',null,null,null,null,'CLOSED','MCBRIDE',ST_GeomFromText('POINT(-120.1646524 53.2997806)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027402','Advises that he has a pack of coyotes living beside his property. Caller wants them removed. They killed his two little dogs last year. Caller said is going to shoot them all. - -*ECC got his number from caller ID and then googled the rest of the information',null,null,null,null,null,null,'402 3rd St SE, Nakusp, BC',null,'2023-07-12 13:11:34','2023-07-12 13:11:34',null,'TBTHIN@idir','2023-07-12 13:41:47',null,null,null,null,'CLOSED','NAKUSP',ST_GeomFromText('POINT(-117.7913055 50.2348402)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027403','COM is reporting two caribou at the noted location that are lying down. COM thinks they might be overheating and need water as one of them is breathing heavily. Also advised that they seem to be unresponsive to the presence of people. ',null,null,null,null,null,null,'136 Spruce Ave, Sparwood, BC','Behind the Municipal Building ','2023-07-12 13:12:44','2023-07-12 13:12:44',null,'RYGORDON@idir','2023-07-13 10:28:59',null,null,null,null,'CLOSED','SPRWOOD',ST_GeomFromText('POINT(-114.8858025 49.7332241)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027404','Caller reported a Beige/white SUV hitting a bear this morning on her morning commute on Hwy 99 near the high development. Caller was driving south while the SUV was in the north bound lane. The bear ran out in front coming from the development and was struck back and landed on its back legs before running back from where he came. The caller was unable to get a license #. ',null,null,null,null,null,null,'Hwy 99, in the north bound lane ',null,'2023-07-12 13:14:00','2023-07-12 13:14:00',null,'CROCHON@idir','2023-07-12 13:52:56',null,null,null,null,'OPEN','SQUMISH',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027408','COM is reporting a deer with a paper lantern around its antlers. The metal portion of the lantern is wrapped around the antlers. Deer is not in distress, is mobile and can feed. ',null,null,null,null,null,null,'2235 Departure Bay Rd, Nanaimo, BC',null,'2023-07-12 13:22:21','2023-07-12 13:22:21',null,'IPAVLOVI@IDIR','2023-07-12 13:26:45',null,null,null,null,'OPEN','NANAIMO',ST_GeomFromText('POINT(-123.9701293 49.1936817)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027410','BB in the neighborhood during the day for the past couple days. The bear was getting into neighbor''s garbage last week.',null,null,null,null,null,null,'Bradshaw Pl, Chilliwack, BC',null,'2023-07-12 13:36:43','2023-07-12 13:36:43',null,'LMOSS@idir','2023-07-12 13:38:14',null,null,null,null,'OPEN','CHILLIWK',ST_GeomFromText('POINT(-121.81863 49.1555465)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027413','Wildlife Monitor reporting an incident that occurred today. A little bear walked within 18 yards of an idling medic truck. The driver honked its horn and the bear startled then charged the truck to 4 yards before walking away. ',null,null,null,null,null,null,'Site C, Dam ',null,'2023-07-12 13:49:19','2023-07-12 13:49:19',null,'ELPEDERS@idir','2023-07-26 13:48:30',null,null,null,null,'OPEN','FTSTJOHN',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027415','COM is reporting that bears keep frequenting her property and charge and growl at her. Advised that the bears are unafraid. COM is concerned because she wants to be able to enjoy being outside during the summer. She is also concerned for her son that is afraid to use the pool. COM advises that the bears have been accessing her garbage which she kept locked in a shed but the bears have damaged her shed. COM used an empty freezer to block access to the damaged shed. ',null,null,null,null,null,null,'4086 Olson Rd, Squamish, BC',null,'2023-07-12 13:58:31','2023-07-12 13:58:31',null,'CROCHON@idir','2023-07-12 15:35:27',null,null,null,null,'OPEN','SQUMISH',ST_GeomFromText('POINT(-123.1379646 49.746109)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027416','Just hit a yearling buck. It got up and took off into the bush, searched a bit and could not see it.',null,null,null,null,null,null,'Gladwin Trails Rd and Sunshine Coast Hwy, Roberts Creek, BC',null,'2023-07-12 13:58:31','2023-07-12 13:58:31',null,'COMILLER@idir','2023-07-12 14:01:08',null,null,null,null,'OPEN','GIBSONS',ST_GeomFromText('POINT(-123.6259633 49.4229896)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027417','Caller reporting an injured immobile deer that was struck at the below noted location. The deer is off to the side on the west side of the Hwy. ',null,null,null,null,null,null,'Island Hwy N and Merville Rd and Sackville Rd, Merville, BC','Just north of above intersection','2023-07-12 14:01:34','2023-07-12 14:01:34',null,'MAWILSON@idir','2023-08-01 11:15:44',null,null,null,null,'CLOSED','MERVILLE',ST_GeomFromText('POINT(-125.057828 49.7840928)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027418','Yukon TIP line received a call from a motorist, reporting a bison was stuck on the highway barrier and was not able to free itself. Sending to BCCOS as location is within BC. ',null,null,null,null,null,null,'KM 857.8 Alaska Highway','about 20km into BC from the last dip from Yukon to BC near Coal River Lodge','2023-07-10 22:22:00','2023-07-12 14:02:22',null,'JCLANCY@idir','2023-07-12 14:29:52',null,null,null,null,'OPEN','COALRIVR',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027421','Dog caught a deer and it is quite badly injured, still breathing, not moving and needing dispatch.',null,null,null,null,null,null,'1895 Buena Vista Ave, Comox, BC',null,'2023-07-12 14:06:48','2023-07-12 14:06:48',null,'MCNEWTON@idir','2023-07-13 16:35:53',null,null,null,null,'OPEN','COMOX',ST_GeomFromText('POINT(-124.9313148 49.6761061)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027422','Caller reported to DFO that he suspects a river otter is in distress because he''s heard it crying for 45 minutes and other otters were answering it.',null,null,null,null,null,null,'197 Lichty Rd, Christina Lake, BC','under dock','2023-07-05 00:02:00','2023-07-12 14:10:12',null,'SUBOAKE@idir','2023-07-12 14:14:52',null,null,null,null,'CLOSED','CHRSTNAL',ST_GeomFromText('POINT(-118.2498893 49.1234227)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027425','Buck with injured right hind leg on the property. Deer is mobile.',null,null,null,null,null,null,'50 Panorama Cres, Campbell River, BC',null,'2023-07-12 14:19:16','2023-07-12 14:19:16',null,'MAWILSON@idir','2023-08-01 11:14:39',null,null,null,null,'CLOSED','CMBLRV',ST_GeomFromText('POINT(-125.2455064 50.0084043)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027427','July 8 Saturday 3 am my dog suddenly disappeared out of my yard. After immediately searching all areas even fields. There was no evidence of tracks or blood. A neighbor the next day has a recording on outdoor camera of a coyote walking in my direction down the street. There has been many sightings of coyote on our streets in surrounding fields. People have had the animals taken. Animal control has details of my missing dog. White Bichon.',null,null,null,null,null,null,'1860 Boucherie Rd, West Kelowna, BC','Unit 87 ','2023-07-12 14:28:42','2023-07-12 14:28:42',null,'COMILLER@idir','2023-07-12 14:31:30',null,null,null,null,'OPEN','WESTBANK',ST_GeomFromText('POINT(-119.5928279 49.8324629)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027429','Caller reporting an injured deer near Fireweed Farmstead. It is immobile and still alive. ',null,null,null,null,null,null,'6669 N Island Hwy, Merville, BC',null,'2023-07-12 14:44:08','2023-07-12 14:44:08',null,'MAWILSON@idir','2023-08-01 11:16:31',null,null,null,null,'CLOSED','MERVILLE',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027432','Have a neighbourhood deer, male wandering around. Looks like its got a broken leg, still mobile.',null,null,null,null,null,null,'66 Panorama Cres, Campbell River, BC',null,'2023-07-12 15:10:29','2023-07-12 15:10:29',null,'COMILLER@idir','2023-07-12 15:13:06',null,null,null,null,'OPEN','CMBLRV',ST_GeomFromText('POINT(-125.2455012 50.0087189)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027434','COM reporting a bb that has frequented their property over the last week, daily for 4 days. When returning home yesterday they found it sleeping on their backyard. No sign that the bear is getting into any attractants, and it is still shy of people. Never the less COM wanted to inquire about getting a trap to relocate the bear. **emailing due to inquiry. ',null,null,null,null,null,null,'5002 Block Dr, 108 Mile Ranch, BC',null,'2023-07-12 15:15:18','2023-07-12 15:15:18',null,'JXKLINE@idir','2023-07-13 09:55:54',null,null,null,null,'CLOSED','108MLRNH',ST_GeomFromText('POINT(-121.3593124 51.7225837)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027435','Advises that they received third hand information about a bear being hit on the 300 block of Lillooet lake road. All other details unknown. - - -COM: Elizabeth Peters 604-698-8580',null,null,null,null,null,null,'','300 block Lillooet lake road','2023-07-12 15:15:26','2023-07-12 15:15:26',null,'JXKLINE@idir','2023-07-13 09:19:34',null,null,null,null,'OPEN','LILLOLTK',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027436','On June 28 a bb broke into her truck for a forgotten bag of garbage that was left. It was reported to Tribal Police. At 0130 & 0530 the bear came back and was trying to access the truck again. Caller yelled at it and made some noises, it took approx 30 min each time. ',null,null,null,null,null,null,'',null,'2023-07-12 15:15:54','2023-07-12 15:15:54',null,'KWINTERS@idir','2023-07-12 15:22:01',null,null,null,null,'OPEN','MOUNTCUR',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027437','Debby and her husband live next door to their son, daughter in law, two young children and medium sized dog. A doe frequently roams both yards and has been observed on more than one occasion stalking their dog while she is sleeping in the driveway or curled up in the backyard, preparing to pounce and attack. A few near attacks have only been averted by their son alerting their dog even though the doe didn''t seem scared of their son. - -Today the doe charged at their dog. Debby tried to scare the doe away and was met with snorting and stomping. Debby grabbed a walking stick to scare her and the doe charged. Debby retreated to the house but continued to yell and blasted her air horn, hoping to startle her and convince her to move on. When Debby got back outside the doe was closer to the house trying to get the dog. Debby blasted the air horn and the doe stopped, whistle snorted, stamped and acted like she was going to charge. Debby then stomped and let off the air horn again and the doe backed off and she was able to get the dog inside. - -Concerned that the doe is not deterred by them at all and worried they or the dog may be attacked. Appreciate that the doe may have a fawn somewhere but too unpredictable with little ones around. ',null,null,null,null,null,null,'Crescent Valley, BC','Krestova Road','2023-07-11 15:20:00','2023-07-12 15:20:03',null,'TBTHIN@idir','2023-07-16 13:12:05',null,null,null,null,'OPEN','CRSNTVLY',ST_GeomFromText('POINT(-117.5511111 49.4497222)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027439','Details of the violation - My girlfriend just informed me that my cat was killed in the back yard. There’s several complaints. I’ve dealt with you guys a few times and it’s been good. Can you guys look into this. It grabbed a small dog. My kid is only 8 years old. -Description of the Suspect - Coyote. Hanging around mundy park area. -Witnesses - Lots. -Additional Comments - I helped catch a guy that was poaching trout at lafarge. Also reported a black bear that charged me. Please help. I don’t want my kid attacked in her own yard.',null,null,null,null,null,null,'',null,'2023-07-12 15:40:48','2023-07-12 15:40:48',null,'COMILLER@idir','2023-07-12 15:43:09',null,null,null,null,'OPEN','COQUITLM',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027441','Coyote seen wandering downtown. Caller said the coyote did not show signs of aggression but is concerned for protentional clashes as there is a large transient population in the area. ',null,null,null,null,null,null,'3rd Ave and Victoria St, Prince George, BC','Heading from Brunswick to Victoria. ','2023-07-12 15:52:47','2023-07-12 15:52:47',null,'BJETTE@idir','2023-07-12 15:56:15',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7491034 53.9178757)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027442','COM reporting a sighting of a coyote at the noted location. No conflict reported. ',null,null,null,null,null,null,'2nd Ave and Cross St and Vancouver St, Prince George, BC',null,'2023-07-12 15:56:30','2023-07-12 15:56:30',null,'DAGRAY@idir','2023-07-12 16:00:27',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7506446 53.9187192)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027446','Reporting an injured deer in the neighbour''s yard. It is not getting up even when approached or dogs barking. Caller thinks it might have ran into the fence during thunder storms in the area.',null,null,null,null,null,null,'','NEXT PROPERTY','2023-07-12 16:04:29','2023-07-12 16:04:29',null,'JXKLINE@idir','2023-07-13 09:12:51',null,null,null,null,'CLOSED','BRDGLK',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027448','COM is reporting a sow and a cub knocking over compost bins. COM honked and shouted at the bears but they were unafraid. ',null,null,null,null,null,null,'1005 Blue Mountain St, Coquitlam, BC',null,'2023-07-12 13:10:00','2023-07-12 16:14:12',null,'IPAVLOVI@IDIR','2023-07-12 16:16:17',null,null,null,null,'OPEN','COQUITLM',ST_GeomFromText('POINT(-122.8688495 49.2706892)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027449','Advises that there is an injured deer in a ravine beside the road. The deer is laying down. ',null,null,null,null,null,null,'7th St and Central Ave, Grand Forks, BC','down the ravine ','2023-07-12 16:15:58','2023-07-12 16:15:58',null,'MPLAMOND@idir','2023-07-13 11:46:07',null,null,null,null,'CLOSED','GRANDFOR',ST_GeomFromText('POINT(-118.4439191 49.032226)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027450','I have a raccoon snatching my fish out of my pond. Not sure if you can make any recommendations. ',null,null,null,null,null,null,'',null,'2023-07-12 16:16:33','2023-07-12 16:16:33',null,'JESJONES@idir','2023-07-18 13:41:47',null,null,null,null,'CLOSED','KAMLOOPS',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027452','COM is reporting a Grizzly using their backyard as a pathway and that it chased her husband out of the woods that run adjacent to their property. ',null,null,null,null,null,null,'516 Centennial Dr, Mackenzie, BC',null,'2023-07-12 16:00:00','2023-07-12 16:18:29',null,'BRADAMS@idir','2023-07-14 19:06:46',null,null,null,null,'CLOSED','MACKENZI',ST_GeomFromText('POINT(-123.0831605 55.3257676)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027454','Reporting a yearling bear foaming at the mouth for 2 days now. It was attacking their garbage, but did not access it. They tried banging pots and pans and it came at them by walking towards them, making grunting sounds. It is not fazed by humans. Caller also went inside to bang on the window and it was curious putting its paws and going face to face at the window.',null,null,null,null,null,null,'40157 Government Rd, Squamish, BC','Unit 23','2023-07-12 16:22:12','2023-07-12 16:22:12',null,'CROCHON@idir','2023-07-12 16:53:52',null,null,null,null,'OPEN','SQUMISH',ST_GeomFromText('POINT(-123.1414151 49.7377633)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027456','Reporting a cub wandering around the noted location.',null,null,null,null,null,null,'','600 BLOCK OF THERMAL','2023-07-12 16:23:15','2023-07-12 16:23:15',null,'KWINTERS@idir','2023-07-12 16:25:02',null,null,null,null,'CLOSED','COQUITLM',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027459','COM is reporting a fawn that walked into his backyard and the doe is nowhere to be found. Advised it has scars on top of its head. It has been in his yard for about 10 min but was following his neighbour around about 3 hours ago. ',null,null,null,null,null,null,'UNIT #29 291400 12 Street North, Golden, BC',null,'2023-07-12 16:36:26','2023-07-12 16:36:26',null,'DBARTOL@idir','2023-07-17 09:17:11',null,null,null,null,'CLOSED','GOLDEN',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027461','COM is reporting a fawn that has been under his truck since this morning. Advised that it appears to be extreme distress. COM states that the fawn is lying on its side and is flopping around and screaming. Doe is nowhere to be seen.',null,null,null,null,null,null,'1448 Pilot Way, Nanoose Bay, BC',null,'2023-07-12 16:39:02','2023-07-12 16:39:02',null,'DSEXTON@idir','2023-07-14 13:07:20',null,null,null,null,'OPEN','NANOBAY',ST_GeomFromText('POINT(-124.2037002 49.3087712)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027462','Advises that there is an injured fawn that has been hit and is on the shoulder of the bridge.',null,null,null,null,null,null,'','Off of borck north shore, its on the bridge on the way to the reserve','2023-07-12 16:43:03','2023-07-12 16:43:03',null,'MSANDERS@idir','2023-07-12 17:14:46',null,null,null,null,'CLOSED','KAMLOOPS',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027463','Advises that there is a Bear inside of a house in the living room. There is an 18 y/o in the house that has barricaded herself in a room. - -RCMP are heading to the scene right now.',null,null,null,null,null,null,'3376 Raleigh St, Port Coquitlam, BC',null,'2023-07-12 16:49:49','2023-07-12 16:49:49',null,'JBULL@idir','2023-07-26 12:50:02',null,null,null,null,'OPEN','PORTCOQ',ST_GeomFromText('POINT(-122.7855871 49.2726376)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027464','Reporting a bb trying to get into commercial garbage bins. They are supposed to be locked, unknown if they currently are.',null,null,null,null,null,null,'MacKenzie Blvd, Mackenzie, BC','WOODLANDS MOBILE HOME PARK','2023-07-12 16:53:57','2023-07-12 16:53:57',null,'BRADAMS@idir','2023-07-14 19:09:32',null,null,null,null,'CLOSED','MACKENZI',ST_GeomFromText('POINT(-123.0974648 55.3454395)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027465','COM is reporting that their German Shepard got attacked by a cougar last night. Advised that the dog sustained injuries to is neck and body. -',null,null,null,null,null,null,'627 Gordon Rd, Lumby, BC',null,'2023-07-12 16:54:30','2023-07-12 16:54:30',null,'TAMYRONI@idir','2023-07-25 13:36:51',null,null,null,null,'CLOSED','LUMBY',ST_GeomFromText('POINT(-118.9939121 50.2175438)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027467','Advises that there is a bear in the trail park near the garbage bins.',null,null,null,null,null,null,'Chichouyenily Dr, Mackenzie, BC','Woodlands trailer park','2023-07-12 17:11:26','2023-07-12 17:11:26',null,'HIDESMAR@idir','2023-07-13 11:35:00',null,null,null,null,'CLOSED','MACKENZI',ST_GeomFromText('POINT(-123.0975056 55.3299657)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027468','Wife saw an adolescent BB in someone''s garbage. Same place that a garbage can had been previously ripped open.',null,null,null,null,null,null,'1026-1036 Tuxedo Dr, Port Moody, BC',null,'2023-07-12 17:25:12','2023-07-12 17:25:12',null,'COMILLER@idir','2023-07-12 17:28:02',null,null,null,null,'OPEN','PORTMDY',ST_GeomFromText('POINT(-122.8757945 49.2757101)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027470','Reporting a cougar near the noted location. It was spotted on the road, COM took a pic and it ran to the address below. - -COM: Tanya Porter 250-736-1049',null,null,null,null,null,null,'2670 Burde St, Port Alberni, BC',null,'2023-07-12 17:31:03','2023-07-12 17:31:03',null,'DSEXTON@idir','2023-07-14 15:54:39',null,null,null,null,'CLOSED','PORTALBR',ST_GeomFromText('POINT(-124.7629103 49.2420271)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027472','COM was driving by the noted location and saw a doe that appeared to have a broken leg. COM described the leg as being twisted at the knee and badly swollen. The deer was hobbling across the highway and appeared to be a little skinny. Deer is mobile. - -',null,null,null,null,null,null,'Hwy 3 and Thomet Ave, Midway, BC',null,'2023-07-12 17:34:15','2023-07-12 17:34:15',null,'MPLAMOND@idir','2023-07-13 11:47:51',null,null,null,null,'CLOSED','MIDWAYBC',ST_GeomFromText('POINT(-118.758044 49.0062164)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027473','COM reporting an injured immobile dear on the side of the highway at noted location. ',null,null,null,null,null,null,'203 Rd and Hwy 2 and Hwy 52 E, Tupper, BC','approximately 3km North of the above intersection on Hwy 2. ','2023-07-12 17:38:45','2023-07-12 17:38:45',null,'BALACEY@idir','2023-07-17 11:45:59',null,null,null,null,'CLOSED','TUPPER',ST_GeomFromText('POINT(-120.0313636 55.4855153)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027476','COM is reporting that he saw a mountain goat with a broken leg at the noted location earlier today at approximately 1500h. Goat was mobile at the time. ',null,null,null,null,null,null,'Westside Rd, West Kelowna, BC','15 km outside of the end of Westside Rd ','2023-07-12 17:56:11','2023-07-12 17:56:11',null,'IPAVLOVI@IDIR','2023-07-12 18:02:16',null,null,null,null,'OPEN','WSTKELOW',ST_GeomFromText('POINT(-119.5374253 49.9044871)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027478','COM reporting a white tail buck that looks ill. COM observed from the road the deer had 5 large growths on the side of it''s neck. Otherwise the deer had no other injuries and was mobile. ',null,null,null,null,null,null,'Alpine Way and Chauncey St, Elkford, BC',null,'2023-07-12 18:07:12','2023-07-12 18:07:12',null,'JMELENKA@idir','2023-07-12 18:17:40',null,null,null,null,'CLOSED','ELKFORD',ST_GeomFromText('POINT(-114.9184506 50.0211977)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027479','Calling to report a black bear sow with two cubs was hit by a car, just the mother was hit and she was able to get herself off the road. This happened at about 12:30. The bears were no longer present when the caller drove by hours later.',null,null,null,null,null,null,'Dewdney Trunk Rd, Mission, BC','Stave lake St is cross rd','2023-07-12 18:12:11','2023-07-12 18:12:11',null,'ISCHMIDT@idir','2023-07-12 18:15:07',null,null,null,null,'OPEN','MISSION',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027480','COM reporting that his wife hit a black bear with her car when it that ran across the road. Bear got up and ran away, but appeared to be injured. ',null,null,null,null,null,null,'2310 Quesnel-Hydraulic Rd, Quesnel, BC','Across the highway from the noted address. ','2023-07-12 18:15:19','2023-07-12 18:15:19',null,'JMILLETT@idir','2023-07-13 12:17:46',null,null,null,null,'CLOSED','QUESNEL',ST_GeomFromText('POINT(-122.4418733 52.9781699)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027481','Reporting an aggressive coyote near the noted location. It has bitten 2 dogs in the past month. Today it was barking/chirping trying to lure 3 huskys. Caller concerned about kids and bike riders on the trail. The den is likely in the same area as the aggressive behaviours.',null,null,null,null,null,null,'','TOM BERRY POND, NEXT TO HOPE TREATMENT PLANT','2023-07-12 15:00:00','2023-07-12 18:19:17',null,'KWINTERS@idir','2023-07-12 18:22:30',null,null,null,null,'OPEN','HOPE',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027483','COM reporting an injured an immobile raccoon on the side of the highway at the noted location. ',null,null,null,null,null,null,'Hwy 99, Porteau cove','Just south of Porteau Cove Park in the North Bound lane. ','2023-07-12 18:38:07','2023-07-12 18:38:07',null,'CROCHON@idir','2023-07-13 09:49:40',null,null,null,null,'CLOSED','SQUMISH',ST_GeomFromText('POINT(-123.232804 49.558129)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027486','COM reporting a black bear that was on their patio. COM thinks the bear was attracted to their recycling bins. Bear left when discovered. ',null,null,null,null,null,null,'35668 Goodbrand Dr, Abbotsford, BC',null,'2023-07-12 18:56:24','2023-07-12 18:56:24',null,'ALBUCHAN@idir','2023-07-26 11:41:43',null,null,null,null,'OPEN','ABTFRD',ST_GeomFromText('POINT(-122.2369645 49.0481556)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027487','COM is reporting a sow and two cubs that continue to frequent her property. Advised that they have broken down the fence in the past and are opening up containers. In a previous report it was noted that COM had the bears accessing her raspberry and strawberry patches (X-Ref HWCR 23-025835). Advised that is has damaged her shed as well. ',null,null,null,null,null,null,'1161 Creekside Dr, Coquitlam, BC',null,'2023-07-12 18:45:00','2023-07-12 18:59:25',null,'IPAVLOVI@IDIR','2023-07-12 19:09:54',null,null,null,null,'OPEN','COQUITLM',ST_GeomFromText('POINT(-122.8110037 49.2807519)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027490','COM is reporting an injured big horn sheep with a broken leg. The animal is mobile. COM is concerned because the sheep cannot get to the water due to its injuries as COM believes it cannot get over the guard rail. COM advises that seeing this animal suffer is incredibly traumatizing for the community. ',null,null,null,null,null,null,'Westside Rd, West Kelowna, BC','16 KM from the bridge ','2023-07-12 19:05:02','2023-07-12 19:05:02',null,'IPAVLOVI@IDIR','2023-07-12 19:13:27',null,null,null,null,'OPEN','KELOWNA',ST_GeomFromText('POINT(-119.5374253 49.9044871)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027492','COM is reporting a coyote sighting at the noted location. No food conditioned or aggressive behaviour reported. ',null,null,null,null,null,null,'Columbia St and W 11th Ave, Vancouver, BC',null,'2023-07-12 19:28:30','2023-07-12 19:28:30',null,'IPAVLOVI@IDIR','2023-07-12 19:30:30',null,null,null,null,'CLOSED','VANCOUVR',ST_GeomFromText('POINT(-123.1095259 49.2612385)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027493','Calling to report a black bear has been eating berries on the property. They currently have the bear treed. The berries are growing too densely for the caller to pick them all to remove the attractant. Concerned for neighbours horses and chickens.',null,null,null,null,null,null,'1424 Winword Rd, Bouchie Lake, BC',null,'2023-07-12 19:29:16','2023-07-12 19:29:16',null,'JMILLETT@idir','2023-07-13 13:40:38',null,null,null,null,'CLOSED','QUESNEL',ST_GeomFromText('POINT(-122.6880148 52.9990254)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027495','COM advised of coyote in his backyard. He is concerned for his neighbour''s pets. He was advised to check out WildSafeBC.',null,null,null,null,null,null,'2722 Tempe Glen Dr, North Vancouver, BC',null,'2023-07-12 20:44:00','2023-07-12 20:44:00',null,'LEARCHIB@idir','2023-07-12 20:46:18',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.0561196 49.3333804)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027497','Reporting a bb getting into their new grass. It is a yearling bear. It keeps coming back. Her husband chased him away but the bear will stand his ground or take a few steps and then turn around back towards them. The bb has been in the area for the past 7 - 10 days. ',null,null,null,null,null,null,'Old Gravel Rd, Whistler, BC',null,'2023-07-12 20:58:16','2023-07-12 20:58:16',null,'KWINTERS@idir','2023-07-12 21:01:39',null,null,null,null,'OPEN','WHISTLER',ST_GeomFromText('POINT(-123.0042142 50.0945922)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027498','Caller reporting a mobile beaver that was struck. When caller got closer he noticed that an entire side of his face is rotting and his brain is exposed. The beaver is near the pathway that goes to his dam in the ditch near the noted location',null,null,null,null,null,null,'170 Whatcom Rd, Abbotsford, BC','IN THE DITCH NEAR HIS DAM','2023-07-12 21:00:25','2023-07-12 21:00:25',null,'ASDUNCAN@idir','2023-07-12 21:07:17',null,null,null,null,'OPEN','ABTFRD',ST_GeomFromText('POINT(-122.2251499 49.0056438)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027499','Calling to report a black bear has been in the area eating their garbage. Requesting a CO callback to discuss.',null,null,null,null,null,null,'64 Bonnymuir Pl, West Vancouver, BC',null,'2023-07-12 21:14:41','2023-07-12 21:14:41',null,'SZUKEWI@idir','2023-07-25 13:12:56',null,null,null,null,'CLOSED','WSTVANCO',ST_GeomFromText('POINT(-123.1254491 49.36376)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027500','COM advised of a black bear in the neighbourhood. He noted blueberries as an attractant. He is very concerned for his neighbour''s children and would like to speak to a CO.',null,null,null,null,null,null,'19135 Old Dewdney Trunk Rd, Pitt Meadows, BC',null,'2023-07-12 21:17:24','2023-07-12 21:17:24',null,'LEARCHIB@idir','2023-07-12 21:20:24',null,null,null,null,'OPEN','PITTMDWS',ST_GeomFromText('POINT(-122.6822043 49.2422908)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027501','Reporting an injured bb limping along the side of the road. It went into the bush there. It is across the street from an industrial area.',null,null,null,null,null,null,'Dewdney Trunk Rd, Mission, BC','FROM MAPLE RIDGE TOWARD MISSION ON DEWDNEY TRUNK, 5.7 KM TO CEDAR ST','2023-07-12 21:17:42','2023-07-12 21:17:42',null,'KWINTERS@idir','2023-07-12 21:20:02',null,null,null,null,'OPEN','MISSION',ST_GeomFromText('POINT(-122.3290736 49.192131)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027502','Caller reporting a bear sighting',null,null,null,null,null,null,'Rufus Dr, North Vancouver, BC','LOUTET PARK','2023-07-12 21:33:46','2023-07-12 21:33:46',null,'ASDUNCAN@idir','2023-07-12 21:34:55',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.0436973 49.3249696)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027504','Calling to report seeing a black bear at the noted intersection three times this week. Doesn''t appear to be getting into anything.',null,null,null,null,null,null,'Grace Cres and Virginia Cres, District of North Vancouver, BC',null,'2023-07-12 21:42:09','2023-07-12 21:42:09',null,'ISCHMIDT@idir','2023-07-12 21:43:23',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.0987384 49.3470283)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027505','Caller reporting a cougar jumped across the road at the noted location. Caller notes it was a full size animal and dark, almost reddish in colour. He only saw the back end of the animal but saw a long tail. - -*Emailed only has caller was not 100% certain of what animal it was',null,null,null,null,null,null,'242 Fort St, Prince George, BC','BETWEEN 271 AND 273','2023-07-12 21:44:25','2023-07-12 21:44:25',null,'BALACEY@idir','2023-07-17 14:56:21',null,null,null,null,'CLOSED','FTSTJOHN',ST_GeomFromText('POINT(-122.7553422 53.9207055)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027510','Caller says she has been here a month and is concerned how many bears are in the area. She has a small dog. The bear was in her driveway trying to get at the garbage cans which are locked. Most people on her street have garbage bins out. Caller wanted to know what to do and was advised that deterring any attractants are the first step',null,null,null,null,null,null,'1864 Coquitlam Ave, Port Coquitlam, BC',null,'2023-07-12 22:39:17','2023-07-12 22:39:17',null,'EVEROBER@idir','2023-07-22 11:59:43',null,null,null,null,'OPEN','PORTCOQ',ST_GeomFromText('POINT(-122.7660724 49.2671085)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027512','Calling to report a black bear sniffing at the neighbour''s garbage cans. Left when she drove past. ',null,null,null,null,null,null,'2612 Bamboo Pl, Langford, BC',null,'2023-07-12 23:03:54','2023-07-12 23:03:54',null,'MAWILSON@idir','2023-07-14 15:04:46',null,null,null,null,'OPEN','LANGFORD',ST_GeomFromText('POINT(-123.5066935 48.4606352)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027514','Caller reporting a bear in a trap beside his property',null,null,null,null,null,null,'615 Fir St, Fort St. James, BC',null,'2023-07-12 23:12:49','2023-07-12 23:12:49',null,'SGBATES@idir','2023-07-13 16:13:27',null,null,null,null,'CLOSED','FTSTJAME',ST_GeomFromText('POINT(-124.2609234 54.4507375)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027515','Calling to report a black bear is in the back yard, it had gotten into her outdoor deep freeze. Aware that it is important to get that secured going forward. -',null,null,null,null,null,null,'2434 Prospector Way, Langford, BC',null,'2023-07-12 23:20:34','2023-07-12 23:20:34',null,'MAWILSON@idir','2023-07-14 15:06:03',null,null,null,null,'OPEN','LANGFORD',ST_GeomFromText('POINT(-123.5071213 48.4614839)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027516','My name is Mandy Ross and I am the Bear Aware coordinator in Bamfield. I did not see the incident but was contacted by the person who did witness the incident. -It occurred on the West side of Bamfield, Bond Street. July 12th, 6:00pm. -A bear broke into a neighbour''s shed to eat prawn pellet bait. The owner of the house is away but the neighbour scared off the bear. It was a large adult bear. The bear initially stood its ground. It eventually went into the bushes. The neighbour then tied her dog up on the front lawn and went into her house to get bear spray. The bear came back and charged the dog. The bear showed no sign of fear towards people or dogs. They threw large rocks at it and it eventually left. - -A temporary electric fence was put around the shed to prevent the bear from coming back. I will put up a bear in area warning sign tomorrow and make a Facebook post to warn people. - -This is the first time I have heard this large bear causing trouble on the westside. I have heard of a skinny 2 year old bear hanging out near people''s houses in June and the early July, but this is a first time I have heard of this large bear. -',null,null,null,null,null,null,'',null,'2023-07-12 23:23:43','2023-07-12 23:23:43',null,'DSEXTON@idir','2023-07-14 16:01:27',null,null,null,null,'CLOSED','BAMFELD',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027517','COM advised of a black bear in her yard. No attractants or aggression.',null,null,null,null,null,null,'1258 Cloverley St, District of North Vancouver, BC',null,'2023-07-12 23:28:24','2023-07-12 23:28:24',null,'LEARCHIB@idir','2023-07-12 23:29:30',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.0409796 49.3160158)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027518','Reporting a bb crossing the road near the noted location.',null,null,null,null,null,null,'','HWY 1 EAST, JUST AFTER LYNN VALLEY EXIT','2023-07-13 00:03:03','2023-07-13 00:03:03',null,'KWINTERS@idir','2023-07-13 00:04:17',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027519','Calling to report a deer was shot in it''s thigh and is limping through town. Still mobile. ',null,null,null,null,null,null,'main st and shoot lake rd',null,'2023-07-13 00:03:52','2023-07-13 00:03:52',null,'ISCHMIDT@idir','2023-07-13 00:05:52',null,null,null,null,'OPEN','KELOWNA',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027520','COM advised of a black bear getting into his neighbour''s garbage. COM advised it sounds like it did damage to his garage to access the garbage',null,null,null,null,null,null,'1848 Manning Ave, Port Coquitlam, BC',null,'2023-07-13 00:34:34','2023-07-13 00:34:34',null,'LEARCHIB@idir','2023-07-13 00:39:22',null,null,null,null,'OPEN','PORTCOQ',ST_GeomFromText('POINT(-122.7658708 49.2682274)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027521','RCMP passing down a report on an injured fawn',null,null,null,null,null,null,'100 Halston Bridge, Kamloops, BC','WALKWAY BESIDE THE RIVER','2023-07-13 05:23:53','2023-07-13 05:23:53',null,'JESJONES@idir','2023-07-13 10:06:05',null,null,null,null,'CLOSED','KAMLOOPS',ST_GeomFromText('POINT(-120.3560357 50.711809)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027522','RCMP advise of a moose struggling to get up after being struck by a vehicle. -Initial COM: Rob, 250-991-6533 - -0533 CO Jonathan Shultz - Briefed',null,null,null,null,null,null,'','Hwy 27 S - South of Kenner Rd ','2023-07-13 05:31:40','2023-07-13 05:31:40',null,'JSCHULTZ@idir','2023-07-14 16:22:11',null,null,null,null,'CLOSED','FTSTJAME',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027523','Caller reporting a garbage bear',null,null,null,null,null,null,'Rupert Rd, Ucluelet, BC','NORTH END','2023-07-13 05:44:41','2023-07-13 05:44:41',null,'DSEXTON@idir','2023-07-14 15:56:57',null,null,null,null,'CLOSED','UCLUELET',ST_GeomFromText('POINT(-125.5390972 48.9358479)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027524','BB with yellow tag on its ear is in a fenced courtyard in the condo complex. The bear is likely drawn by berries.',null,null,null,null,null,null,'2050 Lake Placid Rd, Whistler, BC',null,'2023-07-13 06:22:41','2023-07-13 06:22:41',null,'LMOSS@idir','2023-07-13 06:27:44',null,null,null,null,'OPEN','WHISTLER',ST_GeomFromText('POINT(-122.9910277 50.0938488)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027525','COM reports a Moose it distress. COM states it crossed the highway and looks confused. Moose seems like it doesn''t know how to get out of the urban area.',null,null,null,null,null,null,'15th Ave and Hwy 97 S, Prince George, BC',null,'2023-07-13 06:44:15','2023-07-13 06:44:15',null,'HIDESMAR@idir','2023-07-17 16:08:36',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7816095 53.9104193)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027527','Caller reported there is a moose running around central Street looking in distress cars are swerving around it. The moose is heading west. ',null,null,null,null,null,null,'Central St W, Prince George, BC','Near the highway. ','2023-07-13 07:02:07','2023-07-13 07:02:07',null,'HIDESMAR@idir','2023-07-17 15:53:35',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7822269 53.9137872)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027528','Caller young grizzly bear at the river where on the sandbar. standing up and there are a lot of people around. been a while 7:30pm. It is the same one as last year but getting more brave. The caller has pictures. Caller''s father is the Animal Control Officer (Gilbert Johnson) and is also trying to get a hold of COs. -(Alt phone is Gilbert Johnson''s number.) -',null,null,null,null,null,null,'',null,'2023-07-13 07:08:15','2023-07-13 07:08:15',null,'RLEBLANC@idir','2023-07-19 12:44:38',null,null,null,null,'CLOSED','KISPIOX',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027529','COM reporting he believes a fawn wandering in the area cant find its mother.',null,null,null,null,null,null,'Airport Rd, Prince George, BC','last house before entering airport area','2023-07-13 07:10:32','2023-07-13 07:10:32',null,'EMCARTHU@idir','2023-07-17 15:51:41',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.6726018 53.8828787)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027532','Deer struck by a vehicle in the middle of the road in the WB lane.',null,null,null,null,null,null,'Clement Ave and Gordon Dr, Kelowna, BC',null,'2023-07-13 07:31:24','2023-07-13 07:31:24',null,'JHANRATT@idir','2023-07-14 15:42:53',null,null,null,null,'CLOSED','KELOWNA',ST_GeomFromText('POINT(-119.4769937 49.8935143)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027536','BB was seen getting into the garbage at 0620hrs.',null,null,null,null,null,null,'Alder St and Helen Rd, Ucluelet, BC',null,'2023-07-13 07:37:48','2023-07-13 07:37:48',null,'MAWILSON@idir','2023-08-01 11:11:25',null,null,null,null,'CLOSED','UCLUELET',ST_GeomFromText('POINT(-125.5397803 48.9378815)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027538','COM reporting a BB with an injured hind left leg that is very skinny ',null,null,null,null,null,null,'500 North Fork Rd, Cherryville, BC',null,'2023-07-13 07:43:32','2023-07-13 07:43:32',null,'MSRICHAR@idir','2023-07-13 13:32:56',null,null,null,null,'CLOSED','CHRYVLLE',ST_GeomFromText('POINT(-118.5631732 50.2356187)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027539','Caller reporting a deer in the backyard with broken front right leg. The deer has been around for several days. The deer is unable to get out of the yard do to landscaping and the injury. ',null,null,null,null,null,null,'UNIT 163 -- 515 Wren Pl, Kelowna, BC',null,'2023-07-13 07:49:16','2023-07-13 07:49:16',null,'JHANRATT@idir','2023-07-14 15:57:07',null,null,null,null,'OPEN','KELOWNA',ST_GeomFromText('POINT(-119.5054759 49.7973135)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027540','COM reporting a spotted fawn is stuck in his fence and he is trying to get it out but the doe keeps coming for him and he needs help. - -0755 LM CO Richardson -0755 LM CO Myroniuk -0757 briefed CO Cook ',null,null,null,null,null,null,'4000 Boss Creek Rd, Vernon, BC',null,'2023-07-13 07:52:12','2023-07-13 07:52:12',null,'STECOOK@idir','2023-07-14 10:20:46',null,null,null,null,'CLOSED','VERNON',ST_GeomFromText('POINT(-119.2205226 50.2710303)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027541','Moose with a calf seen swimming across to the South side of Cinnemousun Narrows. The calf became disoriented and went back to the North side while the cow remains on the South side.',null,null,null,null,null,null,'Anglemont, BC','Cinnemousun Narrows','2023-07-13 07:54:06','2023-07-13 07:54:06',null,'JCONNAT@idir','2023-07-13 10:10:00',null,null,null,null,'CLOSED','ANGLMNT',ST_GeomFromText('POINT(-119.1677778 50.9663889)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027545','Large BB in a residence, through the front door to the left. Currently knocking over things, COM in their bedroom door shut. West Van police on the way. - -RP: Noriko 604-922-2720 ',null,null,null,null,null,null,'568 St. Giles Rd, West Vancouver, BC',null,'2023-07-13 08:16:58','2023-07-13 08:16:58',null,'SZUKEWI@idir','2023-07-22 10:01:20',null,null,null,null,'OPEN','WSTVANCO',ST_GeomFromText('POINT(-123.1254068 49.3620027)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027550','COM reports a skunk with some kind of garbage wrapped on its neck',null,null,null,null,null,null,'405 Kokanee Ave, Nelson, BC',null,'2023-07-13 08:20:36','2023-07-13 08:20:36',null,'BBEETLES@idir','2023-08-10 11:57:31',null,null,null,null,'CLOSED','NELSON',ST_GeomFromText('POINT(-117.2802882 49.5060252)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027551','A bear in their neighbourhood. Yesterday came by around 7, and kids all over the place and people walking dogs.',null,null,null,null,null,null,'Aspenwood Dr, Port Moody, BC',null,'2023-07-13 08:24:44','2023-07-13 08:24:44',null,'COMILLER@idir','2023-07-13 08:28:02',null,null,null,null,'CLOSED','PORTMDY',ST_GeomFromText('POINT(-122.8308535 49.2993213)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027554','Caller contacted CO OWENS direct, reporting a day time sighting of a juvenile cougar on neighbour''s property around free range turkey and chickens. Caller wondering what his rights are regarding dispatching the cougar.',null,null,null,null,null,null,'Bear Creek Rd, West Kelowna, BC','Neighbour''s property','2023-07-12 10:30:00','2023-07-13 08:28:13',null,'SUBOAKE@idir','2023-07-13 08:41:38',null,null,null,null,'CLOSED','WSTKELOW',ST_GeomFromText('POINT(-119.5404183 49.9142025)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027555','Someone hit a deer, not sure if it is alive, but it was not moving. Partially laying in the Westbound lane on a curve by the South end of the golf course.',null,null,null,null,null,null,'15 St and Hwy 6 and Middleton Way, Vernon, BC',null,'2023-07-13 08:28:48','2023-07-13 08:28:48',null,'STECOOK@idir','2023-07-14 10:22:10',null,null,null,null,'CLOSED','VERNON',ST_GeomFromText('POINT(-119.2511659 50.2506925)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027556','COM reports BB keeps coming back to their yard and thinks its related to housing challenged people living behind them',null,null,null,null,null,null,'6762 Horne Rd, Sooke, BC',null,'2023-07-13 08:36:02','2023-07-13 08:36:02',null,'MAWILSON@idir','2023-07-14 15:07:29',null,null,null,null,'OPEN','SOOKE',ST_GeomFromText('POINT(-123.7248852 48.3735826)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027557','Caller believes there is a cougar in the area. huge field with tall grass and shrubs. -Her dog froze in the area hackles up, and the 2nd dog wanted to go after it. At that point she heard heard a growl, and left the area. This occurred at 08:00 hours -48.521339, -123.389117 approximate location -Due to the area and pedestrian/ dog usage it has be logged as cougar sighting in urban area. - -',null,null,null,null,null,null,'Jennings Lane, Saanich, BC',null,'2023-07-13 08:37:03','2023-07-13 08:37:03',null,'MAWILSON@idir','2023-07-14 15:08:49',null,null,null,null,'CLOSED','SAANICH',ST_GeomFromText('POINT(-123.3869746 48.5222428)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027559','COM reporting BB getting into garbage on collection day and not able to be hazed',null,null,null,null,null,null,'1051 Helen Rd, Ucluelet, BC',null,'2023-07-13 08:39:52','2023-07-13 08:39:52',null,'DSEXTON@idir','2023-07-14 15:58:08',null,null,null,null,'CLOSED','UCLUELET',ST_GeomFromText('POINT(-125.5340589 48.9329265)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027560','COM reports that there were 3 BB in their yard and their gate was damaged. ',null,null,null,null,null,null,'47298 Sylvan Dr, Chilliwack, BC',null,'2023-07-13 08:53:30','2023-07-13 08:53:30',null,'ALBUCHAN@idir','2023-07-31 13:02:22',null,null,null,null,'CLOSED','CHILLIWK',ST_GeomFromText('POINT(-121.9155379 49.1085974)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027561','Caller reported a grizzly bear just recently killed one of his sheep. - -',null,null,null,null,null,null,'5566 Hwy 3A, Wynndel, BC',null,'2023-07-13 09:05:10','2023-07-13 09:05:10',null,'BDAY@idir','2023-08-04 13:23:45',null,null,null,null,'CLOSED','WYNDEL',ST_GeomFromText('POINT(-116.5787604 49.1911419)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027563','BB came to their house and took their green bin and walked away with it. It was locked, but everything fell out and it was eating it.',null,null,null,null,null,null,'3000 Riverbend Dr, Coquitlam, BC',null,'2023-07-13 09:11:20','2023-07-13 09:11:20',null,'COMILLER@idir','2023-07-13 09:13:32',null,null,null,null,'OPEN','COQUITLM',ST_GeomFromText('POINT(-122.7936936 49.2619327)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027564','A bear up in the tree beside the golf course.',null,null,null,null,null,null,'399 Clubhouse Dr, Courtenay, BC',null,'2023-07-13 09:21:46','2023-07-13 09:21:46',null,'COMILLER@idir','2023-07-13 09:24:01',null,null,null,null,'CLOSED','COURTNY',ST_GeomFromText('POINT(-124.9556499 49.7115224)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027567','COM''s wife saw a dead eagle at Aspen Park. - -COM''s spouse - Leah 604-312-4379',null,null,null,null,null,null,'13380 59B Ave, Surrey, BC','Aspen Park','2023-07-13 09:25:38','2023-07-13 09:25:38',null,'ALBUCHAN@idir','2023-07-16 12:25:02',null,null,null,null,'OPEN','SURRY',ST_GeomFromText('POINT(-122.8518123 49.1108997)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027569','BB struck by a vehicle and then left the area. The bear was last seen across from the parking lot at Masich Pl headed toward the green belt.',null,null,null,null,null,null,'Massey Dr and Massey Dr Overpass, Prince George, BC',null,'2023-07-13 09:38:43','2023-07-13 09:38:43',null,'HIDESMAR@idir','2023-07-17 15:49:13',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.778492 53.9000013)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027570','A bb tore apart the compost bin/ enclosure - shed style for the second time, last night. The enclosure is 10 - 12 years old and BB''s have not got into before this year. -** caller requesting a callback for assistance.',null,null,null,null,null,null,'1141 Eagleridge Dr, Coquitlam, BC','Townhouse complex','2023-07-13 09:39:04','2023-07-13 09:39:04',null,'PBRACKEN@idir','2023-07-13 09:51:28',null,null,null,null,'OPEN','COQUITLM',ST_GeomFromText('POINT(-122.8127924 49.2825255)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027572','Caller reporting a Deer (doe) with 2 fawns resident in the area, with a wire around her front right leg, and the wire trails behind her and gets caught in her back leg making it difficult to run should she need to. The wire has cut into her leg. She appears to be limiting her travels due to the injury. She is still walking and feeding.',null,null,null,null,null,null,'2199 Princeton-Summerland Rd, Princeton, BC',null,'2023-07-13 09:45:17','2023-07-13 09:45:17',null,'PRPIKE@idir','2023-07-14 11:32:11',null,null,null,null,'OPEN','PRINCETN',ST_GeomFromText('POINT(-120.3606705 49.6241913)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027573','Caller reported a bear on Foxwood Drive, knocking over garbage cans. Today is garbage day ',null,null,null,null,null,null,'Foxwood Dr, Port Moody, BC',null,'2023-07-13 09:46:25','2023-07-13 09:46:25',null,'BJETTE@idir','2023-07-13 09:48:04',null,null,null,null,'OPEN','PORTMDY',ST_GeomFromText('POINT(-122.8414631 49.2956154)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027574','Young bear that is very thin has been pacing around the trailer park throughout the day. It is present nearly every day and seems to be drawn to cherry trees on the property. The bear been trying to get into the garbage bins but is not strong enough and was seen foaming at the mouth at one point. The COM was told by a neighbor that the bear has huffed and bluff charged someone.',null,null,null,null,null,null,'40157 Government Rd, Squamish, BC','Spiral Trailer Park','2023-07-13 09:51:10','2023-07-13 09:51:10',null,'CROCHON@idir','2023-07-15 15:26:48',null,null,null,null,'CLOSED','SQUMISH',ST_GeomFromText('POINT(-123.1414151 49.7377633)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027580','Couple of bear sightings in residential area. Roaming looking for food.',null,null,null,null,null,null,'12432 Edge St, Maple Ridge, BC',null,'2023-07-13 10:06:11','2023-07-13 10:06:11',null,'COMILLER@idir','2023-07-13 10:08:04',null,null,null,null,'CLOSED','MAPLERID',ST_GeomFromText('POINT(-122.5976913 49.2284288)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027582','A deer with an injured hip is wandering through the tall grass in the field behind the Regional District of North Okanangan office off Hwy 6. ',null,null,null,null,null,null,'9848 Aberdeen Rd, Coldstream, BC','Field behind the Regional District of North Okanagan office','2023-07-13 10:08:02','2023-07-13 10:08:02',null,'MSRICHAR@idir','2023-07-13 13:36:55',null,null,null,null,'CLOSED','CLDSTRM',ST_GeomFromText('POINT(-119.2311549 50.2415372)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027583','COM contacted CO KNIBBS seeking advice regarding a fox family with kits living n the airport property. One of the adult foxes was killed on the highway, but one adult remains and is continuing to feed the kits. COM was seeking direction about intervening and removing the kits.',null,null,null,null,null,null,'Smithers Airport',null,'2023-07-13 09:30:00','2023-07-13 10:09:00',null,'TARWILLI@idir','2023-07-13 10:18:59',null,null,null,null,'CLOSED','SMITHERS',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027584','Bear issues on the PIB property. Cst Mike RAMPONE, PIB Resource manager, James PEPPER and a resident Cody GEORGE reached out regarding a particularly bad black bear that has been accessing decks and garbage almost daily and appears to be trying to enter homes. PEPPER reports a total of five bears spending time in the area but only one appears to be a public safety threat currently. Bear has been frequently visiting homes on Flicker Place. - -',null,null,null,null,null,null,'Flicker Pl, Penticton, BC','Penticton Indian Reserve','2023-07-13 10:12:37','2023-07-13 10:12:37',null,'BRANBECK@idir','2023-07-20 15:14:20',null,null,null,null,'CLOSED','PENTICTN',ST_GeomFromText('POINT(-119.6347328 49.4872502)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027585','Caller reported a bear cam into the backyard at the below address and was 20 ft away from 2 kids that were playing in the backyard. The bear got spooked an ran away. Caller reported no attractants in the area but it is heavily treed. The bear was last seen 2 weeks ago. Caller advised there are now 3 known bears in the community (A bear and cub and this bear). ',null,null,null,null,null,null,'1104 Jesken Rd, Mill Bay, BC',null,'2023-07-13 10:16:21','2023-07-13 10:16:21',null,'BJETTE@idir','2023-07-13 10:23:15',null,null,null,null,'OPEN','MILLBAYB',ST_GeomFromText('POINT(-123.5240562 48.6142124)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027586','Caller reporting a deceased deer from an MVI. ',null,null,null,null,null,null,'E Trans-Canada Hwy and Lafarge Rd and Trans-Canada Hwy, Kamloops, BC','by the wildlife park, westbound lane off the road. ','2023-07-13 10:21:11','2023-07-13 10:21:11',null,'JESJONES@idir','2023-07-13 14:38:32',null,null,null,null,'CLOSED','KAMLOOPS',ST_GeomFromText('POINT(-120.0676314 50.6535718)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027587','Caller reported a fawn struck dead by a vehicle at the below location. There is another deer and fawn on the side of the road not injured and alive. Caller is concerned that the deer and other fawn are going to go out in traffic. ',null,null,null,null,null,null,'Saanich Rd and Tattersall Dr, Saanich, BC','Between Saanich and Quadra. ','2023-07-13 10:23:39','2023-07-13 10:23:39',null,'MAWILSON@idir','2023-08-01 11:08:43',null,null,null,null,'CLOSED','SAANICH',ST_GeomFromText('POINT(-123.3695212 48.4563513)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027592','COM Gladice 778-987-0852 left a voicemail with BC SPCA in Port Alberni reporting a younger deer, not a fawn, walking with a limp with another deer around the area of 41st and 42nd.',null,null,null,null,null,null,'','41st and 42nd','2023-07-13 10:26:32','2023-07-13 10:26:32',null,'RBACALL@idir','2023-07-13 10:30:39',null,null,null,null,'OPEN','PORTALBR',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027593','There is a bear on in a berry tree right beside the restaurant patio and a large commuter path. The bear has started growling and snorting at the people. ',null,null,null,null,null,null,'2131 Lake Placid Rd, Whistler, BC',null,'2023-07-13 10:27:00','2023-07-13 10:27:00',null,'BJETTE@idir','2023-07-13 10:33:13',null,null,null,null,'OPEN','WHISTLER',ST_GeomFromText('POINT(-122.995634 50.096332)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027594','Caller reporting a fawn that needs to be dispatched. MVI. ',null,null,null,null,null,null,'Tattersall Dr, Saanich, BC','just past Saanich road to the east ','2023-07-13 10:30:30','2023-07-13 10:30:30',null,'PBRACKEN@idir','2023-07-13 10:38:20',null,null,null,null,'OPEN','SAANICH',ST_GeomFromText('POINT(-123.3591036 48.4576606)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027599','A deer was struck by a vehicle and is alive on the side of the road, immobile. ',null,null,null,null,null,null,'E Trans-Canada Hwy and Lafarge Rd and Trans-Canada Hwy, Kamloops, BC','Lafarge exit ','2023-07-13 10:42:13','2023-07-13 10:42:13',null,'JCONNAT@idir','2023-07-18 11:50:33',null,null,null,null,'CLOSED','KAMLOOPS',ST_GeomFromText('POINT(-120.3023998 50.6733643)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027605','A grizzly bear has been hanging around caller''s property for at least 3 weeks. The bear was so close 2 weeks ago it ran over caller''s husband''s feet. Most recent sighting was this morning. A neighbour saw it in caller''s yard and scared it away. - -**Emailing only due to delay in reporting',null,null,null,null,null,null,'459 Kodiak St, Bear Lake, BC',null,'2023-07-13 01:00:00','2023-07-13 11:00:11',null,'EMCARTHU@idir','2023-07-19 14:31:20',null,null,null,null,'CLOSED','BRLK',ST_GeomFromText('POINT(-122.6785783 54.4949123)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027608','COM reports there is a wolf pack that has been attacking his cattle. COM reports between 6 or 7 cattle have been lost since winter and a sick horse. -This is the first time the COM has reported this to the COS. ',null,null,null,null,null,null,'Ama Creek Rd, Lillooet, BC',null,'2023-07-13 11:02:05','2023-07-13 11:02:05',null,'JXKLINE@idir','2023-07-13 12:58:40',null,null,null,null,'CLOSED','LILLOOET',ST_GeomFromText('POINT(-121.9563416 50.75582)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027609','Talked to a gentlemen that said there was an injured fawn without its mother. Appears it has an infection on the skin, middle of the road. COM saw it at the end of call.',null,null,null,null,null,null,'Goose Lake Rd, Lac Le Jeune, BC','At kilometer 1.5','2023-07-13 11:05:37','2023-07-13 11:05:37',null,'JESJONES@idir','2023-07-13 14:47:52',null,null,null,null,'CLOSED','KAMLOOPS',ST_GeomFromText('POINT(-120.3930925 50.5813646)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027610','Caller reporting a young Deer with an injured left hind leg. The deer is not bearing any weight with that leg. The deer is mobile. ',null,null,null,null,null,null,'Edmonton Ave and Main St, Penticton, BC','near the church','2023-07-13 11:07:42','2023-07-13 11:07:42',null,'BRANBECK@idir','2023-07-13 14:21:48',null,null,null,null,'CLOSED','PENTICTN',ST_GeomFromText('POINT(-119.5876795 49.4893254)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027611','Caller reported she had a collision with a deer. The deer is on the side of the road with 2 broken legs and immobile. The deer is on the left side of the road, heading towards Kelowna in some bushes right before the Parker Rd Sign. ',null,null,null,null,null,null,'Westside Rd & Parker Rd',null,'2023-07-13 11:08:48','2023-07-13 11:08:48',null,'STECOOK@idir','2023-07-14 10:28:12',null,null,null,null,'CLOSED','VERNON',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027612','Caller reporting a BB going through yards, possibly looking for garbage. None found at this time. Not garbage day. -Caller stated there is a pre-school in the area, the bb has not accessed that yard to the caller''s knowledge.',null,null,null,null,null,null,'591 St. Giles Rd, West Vancouver, BC',null,'2023-07-13 11:13:13','2023-07-13 11:13:13',null,'PBRACKEN@idir','2023-07-13 11:16:05',null,null,null,null,'OPEN','WSTVANCO',ST_GeomFromText('POINT(-123.126641 49.3603064)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027613','Caller reported an injured deer travelling with 2 others. The deer is limping badly. ',null,null,null,null,null,null,'1061 St. Patrick St, Oak Bay, BC',null,'2023-07-13 11:14:11','2023-07-13 11:14:11',null,'MAWILSON@idir','2023-08-01 11:07:49',null,null,null,null,'CLOSED','OAKBAY',ST_GeomFromText('POINT(-123.3112899 48.4212351)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027619','COM reports neighbor has a commercial dumpster that a BB. -COM reports there are other calls from the area on this problem. -COM is afraid to go into her yard as the BB is always there due to the garbage next door',null,null,null,null,null,null,'389 Hixon Sub Rd, Hixon, BC',null,'2023-07-13 11:22:49','2023-07-13 11:22:49',null,'DLEWERS@idir','2023-07-13 11:26:14',null,null,null,null,'CLOSED','HIXON',ST_GeomFromText('POINT(-122.5785599 53.4161796)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027620','Yesterday at 16:00 caller had to drive a family down the street as the black bear that signs are warning is in the area was out and the family was afraid to be on the street. This morning at 03:00 the bear broke through caller''s neighbour''s fence. This is the third incident of breaking fences in the area. ',null,null,null,null,null,null,'1485 Riverside Dr, District of North Vancouver, BC',null,'2023-07-13 03:00:00','2023-07-13 11:26:44',null,'SZUKEWI@idir','2023-07-25 13:58:04',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.0116784 49.3207848)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027622','Cougar was seen yesterday at midnight. CO not phoned due to time delay.',null,null,null,null,null,null,'3545 Frank St, Port Alberni, BC',null,'2023-07-13 11:33:21','2023-07-13 11:33:21',null,'DSEXTON@idir','2023-07-14 16:14:10',null,null,null,null,'CLOSED','PORTALBR',ST_GeomFromText('POINT(-124.7866686 49.2365718)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027623','Deer with a tumor on its head was seen near the river yesterday. COM has photos.',null,null,null,null,null,null,'Nechako Dr, Prince George, BC',null,'2023-07-13 11:36:09','2023-07-13 11:36:09',null,'HIDESMAR@idir','2023-07-18 11:25:56',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7779262 53.9247571)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027624','Caller reporting 2 bb''s in the backyard. tearing down bird feeders. The caller will be removing the bird feeders and any other attractants. -The bb''s broke into the neighbour''s garage on the weekend and got the garbage; at the end of the street. -** Caller requesting a callback. ',null,null,null,null,null,null,'101 Viaduct Ave W, Saanich, BC',null,'2023-07-13 11:37:31','2023-07-13 11:37:31',null,'MAWILSON@idir','2023-07-14 16:19:42',null,null,null,null,'OPEN','SAANICH',ST_GeomFromText('POINT(-123.4454745 48.4991406)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027626','BB getting into the neighbors garbage on June 30 and again today at 0930hrs.',null,null,null,null,null,null,'3427 Raleigh St, Port Coquitlam, BC',null,'2023-07-13 11:45:06','2023-07-13 11:45:06',null,'LMOSS@idir','2023-07-13 11:47:35',null,null,null,null,'OPEN','PORTCOQ',ST_GeomFromText('POINT(-122.7864244 49.27305)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027629','Caller reporting 2 bb''s in the garden. On the weekend they tried to get into the garage. Moments ago they ripped boards off the shed in an attempt to get to the garbage that is stored inside the shed. The BB''s are now heading towards Interurban side of Viaduct. ',null,null,null,null,null,null,'225 Viaduct Ave W, Saanich, BC',null,'2023-07-13 11:48:24','2023-07-13 11:48:24',null,'MAWILSON@idir','2023-07-14 16:05:22',null,null,null,null,'OPEN','SAANICH',ST_GeomFromText('POINT(-123.4433011 48.4986013)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027630','Sick or injured eagle on the Western Forest Products Office Rd - 2nd Dryland Sort. It is a young eagle, doesn''t fly away when approached.',null,null,null,null,null,null,'810 Island Hwy, Sayward, BC','Western Forest Products Office Rd - 2nd Dryland Sort','2023-07-13 11:51:06','2023-07-13 11:51:06',null,'GJGUDBRA@idir','2023-07-16 12:41:57',null,null,null,null,'OPEN','SAYWARD',ST_GeomFromText('POINT(-125.8788088 50.2987174)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027631','It is compost pickup day in the neighbourhood. A large black bear is walking up the street tipping over one can after another. Bear is heading towards the 2400 block on the north side where the homes back onto Mundy Park.',null,null,null,null,null,null,'2368 King Albert Ave, Coquitlam, BC',null,'2023-07-13 11:54:03','2023-07-13 11:54:03',null,'RBACALL@idir','2023-07-13 11:56:56',null,null,null,null,'OPEN','COQUITLM',ST_GeomFromText('POINT(-122.827826 49.2506443)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027632','Caller reporting a Rattlesnake captured under a bucket.',null,null,null,null,null,null,'1904 Raven Cres, Kamloops, BC',null,'2023-07-13 11:57:56','2023-07-13 11:57:56',null,'JESJONES@idir','2023-07-13 14:13:42',null,null,null,null,'CLOSED','KAMLOOPS',ST_GeomFromText('POINT(-120.373974 50.7221358)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027634','black bear come to her door yesterday and a couple of weeks ago. Yesterday was garbage day but the bear did not get into it. The bear explores and does not get into anything. -',null,null,null,null,null,null,'2858 McCoomb Dr, Coquitlam, BC',null,'2023-07-13 12:12:07','2023-07-13 12:12:07',null,'BJETTE@idir','2023-07-13 12:16:21',null,null,null,null,'OPEN','COQUITLM',ST_GeomFromText('POINT(-122.8051046 49.2819829)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027635','Massive BB in a front yard. Saw car and ran into the bushes',null,null,null,null,null,null,'577 Duchess Ave, West Vancouver, BC',null,'2023-07-13 12:22:26','2023-07-13 12:22:26',null,'COMILLER@idir','2023-07-13 12:24:49',null,null,null,null,'CLOSED','WSTVANCO',ST_GeomFromText('POINT(-123.1315104 49.3294903)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027639','Bear was struck by a vehicle and then went off into the bushes.',null,null,null,null,null,null,'Atkinson Rd and Sumas Mountain Rd, Abbotsford, BC',null,'2023-07-13 12:47:22','2023-07-13 12:47:22',null,'LMOSS@idir','2023-07-13 12:48:51',null,null,null,null,'OPEN','MISSION',ST_GeomFromText('POINT(-122.1929529 49.0608368)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027640','Cougar sighting at 1230 near the south side of the park.',null,null,null,null,null,null,'4722 Lochside Dr, Saanich, BC','McMinn Park','2023-07-13 12:50:38','2023-07-13 12:50:38',null,'MAWILSON@idir','2023-07-14 16:21:00',null,null,null,null,'CLOSED','SAANICH',ST_GeomFromText('POINT(-123.3659211 48.5064773)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027641','On a hike and saw a bear. ',null,null,null,null,null,null,'','Tunnel Bluff Trail 4.5km mark','2023-07-13 12:52:52','2023-07-13 12:52:52',null,'COMILLER@idir','2023-07-13 12:54:10',null,null,null,null,'CLOSED','LIONSBAY',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027642','COM reporting BB sighting in the area and he is concerned about safety of children. -COM reports BB is eating wild berries in the area',null,null,null,null,null,null,'First Ave and Gitanyow St. , Gitanyow, BC',null,'2023-07-13 12:52:56','2023-07-13 12:52:56',null,'DLEWERS@idir','2023-07-13 12:55:30',null,null,null,null,'CLOSED','GITANYOW',ST_GeomFromText('POINT(-128.0665427 55.2670461)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027644','A deer has wire or string wrapped around its head, antlers and neck and is towing a rope behind. Deer is mobile. ',null,null,null,null,null,null,'308 Moubray Rd, Kelowna, BC',null,'2023-07-13 12:57:20','2023-07-13 12:57:20',null,'RBACALL@idir','2023-07-13 13:01:07',null,null,null,null,'OPEN','KELOWNA',ST_GeomFromText('POINT(-119.4470751 49.9208463)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027647','COM reporting a deer that appears to have something sticking out of its head. COM not sure what it is, said it could be an antler. COM unsure if deer is able to get up.',null,null,null,null,null,null,'738 Cordova Bay Rd, Saanich, BC',null,'2023-07-13 13:06:51','2023-07-13 13:06:51',null,'MAWILSON@idir','2023-08-01 11:06:46',null,null,null,null,'CLOSED','SAANICH',ST_GeomFromText('POINT(-123.3839859 48.5304267)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027649','Concerned about a bear and cub coming through the area. Not responsive to banging pots and pans, careful about garbage being secured.',null,null,null,null,null,null,'2132 Ryan Rd, Penticton, BC',null,'2023-07-13 13:10:45','2023-07-13 13:10:45',null,'DDAVIS@idir','2023-07-19 13:17:51',null,null,null,null,'CLOSED','PENTICTN',ST_GeomFromText('POINT(-119.6441361 49.5127701)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027652','COM reports last week a BB damaged the shed door to check on COM''s greenbox - BB did not enter / reward. -COM shifted scraps to freezer, and coated container in vinegar -BB checked shed again today 1100',null,null,null,null,null,null,'',null,'2023-07-13 13:22:58','2023-07-13 13:22:58',null,'TBIRNEY@idir','2023-07-13 13:27:00',null,null,null,null,'OPEN','WSTVANCO',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027653','COM reporting a buck has got his antlers entangled in his fish net fencing. - -1327 LM CO Gudbranson -1328 LM CO Hamlyn -1329 LM CO Newton -',null,null,null,null,null,null,'9375 Robin Rd, Black Creek, BC',null,'2023-07-13 13:24:49','2023-07-13 13:24:49',null,'MCNEWTON@idir','2023-07-13 16:01:51',null,null,null,null,'OPEN','BLKCRK',ST_GeomFromText('POINT(-125.2078988 49.8843691)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027654','Caller reported works at the Landin Resource Transfer Station and a bear cub got suck in one of the garage bins. One of the workers (Earl Pool) took the bear home. Caller is requesting assistance. -*Caller will be leaving work at 16:30',null,null,null,null,null,null,'Transfer Station ','Ska kay dem Community ','2023-07-13 13:25:39','2023-07-13 13:25:39',null,'HIDESMAR@idir','2023-07-16 13:53:19',null,null,null,null,'CLOSED','INGENKA',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027655','Noticing a lot more coyote in the area, coming into their yard. Yesterday, they got into their chicken coop and got the last chicken. Believe they took their cat and 3 other chickens in the last month. Is there any way relocate or cull them. Looking for CO advice as well.',null,null,null,null,null,null,'5926 Earles St, Vancouver, BC',null,'2023-07-13 13:27:38','2023-07-13 13:27:38',null,'COMILLER@idir','2023-07-13 13:31:11',null,null,null,null,'OPEN','VANCOUVR',ST_GeomFromText('POINT(-123.0485924 49.2299671)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027660','A doe with a fawn was dragging her right hind leg while walking on the roadway, about 6 houses down from caller''s house.',null,null,null,null,null,null,'','Lakeshore Road off Okanagan Landing Road towards Cummings Road','2023-07-13 13:35:57','2023-07-13 13:35:57',null,'MSRICHAR@idir','2023-07-14 11:10:08',null,null,null,null,'CLOSED','VERNON',ST_GeomFromText('POINT(-119.3431006 50.2433871)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027661','Caller reported 5.0 Buck on his fence line and it looks like he is limping. The buck was not scared when the caller clapped at it. ',null,null,null,null,null,null,'1220 Hugh Allan Dr, Kamloops, BC',null,'2023-07-13 13:37:24','2023-07-13 13:37:24',null,'JESJONES@idir','2023-07-13 13:48:06',null,null,null,null,'CLOSED','KAMLOOPS',ST_GeomFromText('POINT(-120.3729788 50.6499607)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027663','Caller reporting an injured fawn on the side of the road - doe in area -doe has a second fawn -casualty fawn is bleeding/foaming from mouth and several lacerations on leg and belly. - -Briefed CO Richardson',null,null,null,null,null,null,'','kalamalka lake road and the intersection with KIDSTON road','2023-07-13 13:55:47','2023-07-13 13:55:47',null,'MSRICHAR@idir','2023-07-13 16:13:38',null,null,null,null,'CLOSED','CLDSTRM',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027664','BB came into COMs house through the sliding door while she was napping and ate an apple.',null,null,null,null,null,null,'715 Lewis Dr, Squamish, BC',null,'2023-07-13 14:04:13','2023-07-13 14:04:13',null,'CROCHON@idir','2023-07-15 15:13:00',null,null,null,null,'OPEN','SQUMISH',ST_GeomFromText('POINT(-123.1672149 49.7997587)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027665','Coquitlam RCMP relaying a report of a Juvenile BB accessing a picnic basket – understand many other blankets of food deployed in the park area. - -Briefed CO Bull',null,null,null,null,null,null,'3318 McTavish Crt, Coquitlam, BC',null,'2023-07-13 14:07:02','2023-07-13 14:07:02',null,'JBULL@idir','2023-07-18 14:25:06',null,null,null,null,'OPEN','COQUITLM',ST_GeomFromText('POINT(-122.7699315 49.2987107)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027666','A black bear broke through caller''s fence last night to get at the garbage and compost which it then ripped through. This bear has been seen multiple times. ',null,null,null,null,null,null,'1542 Westover Rd, District of North Vancouver, BC',null,'2023-07-12 20:45:00','2023-07-13 14:16:28',null,'RBACALL@idir','2023-07-13 14:18:50',null,null,null,null,'OPEN','NORVAN',ST_GeomFromText('POINT(-123.0316906 49.3394944)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027667','Caller reporting a grizzly in the campground 3 days ago & yesterday. The grizzly walked around the park and left skat around the washroom. The grizzly walked past a camper cooking fish.',null,null,null,null,null,null,'','Summit Lake campground, Stone Mountain Provincial Park','2023-07-13 14:16:35','2023-07-13 14:16:35',null,'LMOSS@idir','2023-07-28 16:51:59',null,null,null,null,'CLOSED','SMITLK',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027668','COM reporting BB sighting',null,null,null,null,null,null,'124 Devon Dr, Okanagan Falls, BC',null,'2023-07-13 14:18:20','2023-07-13 14:18:20',null,'DLEWERS@idir','2023-07-13 14:19:14',null,null,null,null,'CLOSED','OKAFALLS',ST_GeomFromText('POINT(-119.5640635 49.3804151)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027669','There were 2 black bears that went into the bush about 10'' from the bear trap. Person with caller yelled they aren''t going into the bear trap as there isn''t anything in the trap to attract them. ',null,null,null,null,null,null,'','Bottom of Centennial Drive, south end of town','2023-07-13 14:20:00','2023-07-13 14:23:21',null,'RBACALL@idir','2023-07-13 14:25:49',null,null,null,null,'CLOSED','MACKENZI',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027672','From a distance COM observed a Juvenile BB eastbound on Duvall -Negative attractants -',null,null,null,null,null,null,'321 Duval Rd, District of North Vancouver, BC',null,'2023-07-13 14:42:47','2023-07-13 14:42:47',null,'TBIRNEY@idir','2023-07-13 14:43:51',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.022229 49.3388725)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027674','COM reporting BB frothing at the mouth and shaking near the regional park',null,null,null,null,null,null,'4375 Oliver Rd, Coquitlam, BC','Minnekhada Regional Park','2023-07-13 14:50:27','2023-07-13 14:50:27',null,'EVEROBER@idir','2023-07-16 13:52:18',null,null,null,null,'OPEN','COQUITLM',ST_GeomFromText('POINT(-122.7070981 49.296047)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027675','Reporting a bb in the park at the noted location. - -COM: Dave Watts, 604-984-4544',null,null,null,null,null,null,'4257 Strathcona Rd, District of North Vancouver, BC','MYRTLE PARK','2023-07-13 14:54:19','2023-07-13 14:54:19',null,'SZUKEWI@idir','2023-07-18 12:07:49',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-122.9530132 49.3176175)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027677','Unhealthy-looking BB transited COM’s yard – missing hair on rear end',null,null,null,null,null,null,'',null,'2023-07-13 14:56:33','2023-07-13 14:56:33',null,'HIDESMAR@idir','2023-07-17 15:47:38',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027684','One BB observed near the Kimberley townhouse area’s garbage bins (the 700 lot) – NOT accessed.',null,null,null,null,null,null,'','the 700 lot) ','2023-07-13 15:00:39','2023-07-13 15:00:39',null,'TBIRNEY@idir','2023-07-13 15:01:24',null,null,null,null,'OPEN','BURNBY',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027685','COM found animal carcass with no skin, fur, head, or feet, cuts on head and feet. Near a ditch. Seemed larger than a deer. -',null,null,null,null,null,null,'Onion Parking Lot',null,'2023-07-13 15:02:52','2023-07-13 15:02:52',null,'RLEBLANC@idir','2023-07-19 12:38:14',null,null,null,null,'CLOSED','SMITHERS',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027688','Problem bear, walking down the side walk. It has ran up a tree and hissing at people. It is now gone, but still responsive to hazing. ',null,null,null,null,null,null,'1275 Mount Fee Rd, Whistler, BC',null,'2023-07-13 15:07:39','2023-07-13 15:07:39',null,'COMILLER@idir','2023-07-13 15:10:52',null,null,null,null,'CLOSED','WHISTLER',ST_GeomFromText('POINT(-123.039633 50.0780367)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027690','Caller reporting BB moving around the neighbourhood. The caller is concerned as it is around during the daytime and isn''t bothered by anyone. The BB has been present for weeks. Last seen at 14:55 hours ',null,null,null,null,null,null,'Scott Cres, Mackenzie, BC',null,'2023-07-13 15:08:14','2023-07-13 15:08:14',null,'HIDESMAR@idir','2023-07-16 14:05:45',null,null,null,null,'CLOSED','MACKENZI',ST_GeomFromText('POINT(-123.0851104 55.3358582)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027695','Caller reported a bear in their neighbors yard, stole the garbage and brought it into their yard. Caller have some videos. Caller said it has been around for one month. ',null,null,null,null,null,null,'3230 Vista View Rd, Prince George, BC',null,'2023-07-13 15:17:24','2023-07-13 15:17:24',null,'HIDESMAR@idir','2023-07-17 15:46:23',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7841072 53.855325)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027696','On July 12, 2023, a deceased common raven was discovered on the ground adjacent to an employee parking area and below a power pole at Highland Valley Copper. The raven did not have any observable external injuries (e.g. no burns mark and no broken bones.) ',null,null,null,null,null,null,'','Highland Valley Copper','2023-07-13 15:18:42','2023-07-13 15:18:42',null,'MSANDERS@idir','2023-07-13 16:29:39',null,null,null,null,'CLOSED','LOGNLK',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027698','COM was on beach with family and observed a coyote - stayed half a block away from COM',null,null,null,null,null,null,'','STEARMAN Beach','2023-07-13 15:34:38','2023-07-13 15:34:38',null,'TBIRNEY@idir','2023-07-13 15:35:47',null,null,null,null,'CLOSED','WSTVANCO',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027699','RCMP members received call reporting that a wolf ripped into a persons tent and accessing food. ',null,null,null,null,null,null,'MacKenzie Beach Rd, Tofino, BC','Former Pooles Land property, MacKenzie Beach Road, Tofino, BC','2023-07-10 22:15:00','2023-07-11 09:00:00',null,'MAWILSON@idir','2023-07-13 15:52:21',null,null,null,null,'CLOSED','TOFINO',ST_GeomFromText('POINT(-125.8980062 49.1324007)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027700','Large deer was struck by a vehicle and is very badly injured, stumbling around on the Highway. NB lane',null,null,null,null,null,null,'Puett Ranch Rd and Yellowhead Hwy, Kamloops, BC',null,'2023-07-13 15:47:58','2023-07-13 15:47:58',null,'MSANDERS@idir','2023-07-13 16:17:14',null,null,null,null,'CLOSED','KAMLOOPS',ST_GeomFromText('POINT(-120.3114532 50.7970864)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027701','Caller reporting there is a mama deer with a wire around her neck and leg with 2 fawns grazing across from the gym. Caller reported last weekend as well. ',null,null,null,null,null,null,'279 Hemlock St, Ucluelet, BC','West Coast Fitness Centre','2023-07-13 15:49:08','2023-07-13 15:49:08',null,'MAWILSON@idir','2023-08-01 11:26:48',null,null,null,null,'OPEN','UCLUELET',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027704','Local BB – prefers night time -COM unaware of any hazing activity -OO recommended wildsafeBC - -',null,null,null,null,null,null,'','Sylvan drive – cul de sac','2023-07-13 16:00:21','2023-07-13 16:00:21',null,'TBIRNEY@idir','2023-07-13 16:04:39',null,null,null,null,'CLOSED','CHILLIWK',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027706','Doe with 2 fawns -Wire wrapped around legs and shoulders – limping but mobile -',null,null,null,null,null,null,'','main st.','2023-07-13 16:07:21','2023-07-13 16:07:21',null,'TBIRNEY@idir','2023-07-13 16:08:14',null,null,null,null,'OPEN','UCLUELET',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027709','Caller reported a big black bear was on his front patio this morning looking for food and was unsuccessful. Caller has has a bear come on May 15 and June 27th Caller is worried as it was a big bear and confident. ',null,null,null,null,null,null,'1717 Coldwell Rd, District of North Vancouver, BC',null,'2023-07-13 16:20:23','2023-07-13 16:20:23',null,'BJETTE@idir','2023-07-13 16:25:58',null,null,null,null,'OPEN','NORVAN',ST_GeomFromText('POINT(-122.9591607 49.3222199)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027710','Family is hiking in Glenmore area within 100m of burned out car. Found 2 bucks and one has a broken antler and is wrapped in barbed wire.',null,null,null,null,null,null,'Glenmore Rd, Kelowna, BC','near Crossed Road and Blue Park','2023-07-13 16:21:20','2023-07-13 16:21:20',null,'JHANRATT@idir','2023-07-14 14:45:11',null,null,null,null,'OPEN','KELOWNA',ST_GeomFromText('POINT(-119.4465597 49.9149056)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027712','Reporting 2 injured deer in the area. One has a broken right back leg and the other has a broken front leg. They are mobile and are able to eat. They spend a lot of time across the street in the yard of the vacant house. ',null,null,null,null,null,null,'',null,'2023-07-13 16:25:53','2023-07-13 16:25:53',null,'MAWILSON@idir','2023-08-01 11:30:00',null,null,null,null,'CLOSED','SAANICH',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027714','COM reporting deer with injured back leg',null,null,null,null,null,null,'Gorge Park Trail and Gorge Rd W and Gorge View Dr, Saanich, BC',null,'2023-07-13 16:31:10','2023-07-13 16:31:10',null,'MAWILSON@idir','2023-08-01 11:28:32',null,null,null,null,'CLOSED','SAANICH',ST_GeomFromText('POINT(-123.4046524 48.4490201)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027716','COM reports that a sheep of hers was killed and she suspects a cougar killed it. COM reports it was missing its head, and when she went to clean up the sheep that was discovered by her mother, a BB was eating the carcass and started to drag the carcass. COM shot and killed the BB thinking it was the BB that killed the sheep, but upon further reflection, she believes it must have been a cougar as she does not believe that BB take heads off sheep. COM has pictures if needed',null,null,null,null,null,null,'27319 Telkwa High Rd, Smithers, BC',null,'2023-07-13 16:37:39','2023-07-13 16:37:39',null,'RLEBLANC@idir','2023-07-19 12:37:16',null,null,null,null,'CLOSED','SMITHERS',ST_GeomFromText('POINT(-127.1981149 54.906103)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027719','COM reporting a cub from this year that does not seem to have a mother and is very skinny',null,null,null,null,null,null,'5571 Leland Rd, Prince George, BC',null,'2023-07-13 16:49:48','2023-07-13 16:49:48',null,'HIDESMAR@idir','2023-07-17 15:44:55',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.8175874 53.8447702)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027724','Injured fawn in front of the Fairwinds Golf Course Club house on the road. Hit by a car, it was laying on the ground still moving.',null,null,null,null,null,null,'Andover Rd and Fairwinds Dr, Nanoose Bay, BC',null,'2023-07-13 17:05:52','2023-07-13 17:05:52',null,'COMILLER@idir','2023-07-13 17:18:05',null,null,null,null,'OPEN','PARKSVLE',ST_GeomFromText('POINT(-124.1355326 49.2749629)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027729','A young black bear is lying in a ditch with its back legs totally unfunctional. Bear cannot move. Caller thinks it was either hit by a vehicle or possibly shot. Bear is located up near Forbidden Plateau, on the Boston Main logging road, right near where the mountain bike trail called "Dust Witch" ends',null,null,null,null,null,null,'','near Forbidden Plateau, on the Boston Main logging road, right near where the mountain bike trail called "Dust Witch" ends','2023-07-13 17:51:02','2023-07-13 17:51:02',null,'MAWILSON@idir','2023-07-14 16:04:06',null,null,null,null,'OPEN','COURTNY',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027734','COM reporting wolf ripped up tent and went after food. Reported to RCMP, they advised to report to CO. ',null,null,null,null,null,null,'MacKenzie Beach Rd, Tofino, BC','West of end of road - near Bella Pacifica Campground location ','2023-07-13 18:08:34','2023-07-10 22:00:00',null,'DSEXTON@idir','2023-07-14 16:15:53',null,null,null,null,'CLOSED','TOFINO',ST_GeomFromText('POINT(-125.8980062 49.1324007)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027735','Reporting a dead sturgeon floated up on Kootenay Lake on the Harrop/Proctor side. They noticed it last night.',null,null,null,null,null,null,'6659 Erindale Rd, Harrop, BC','KOOTENAY LAKE','2023-07-13 18:09:27','2023-07-13 18:09:27',null,'BBEETLES@idir','2023-08-10 11:58:00',null,null,null,null,'CLOSED','HARROP',ST_GeomFromText('POINT(-117.0242901 49.6034816)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027738','Bear coming onto their premises and neighbours, mother and a cub. They already broke into a neighbours shed and two of their garbage cans, but accessed no food. Cub regularly goes into a tree there.',null,null,null,null,null,null,'3965 Viewridge Pl, West Vancouver, BC',null,'2023-07-13 18:25:58','2023-07-13 18:25:58',null,'COMILLER@idir','2023-07-13 18:31:36',null,null,null,null,'OPEN','WSTVANCO',ST_GeomFromText('POINT(-123.2284055 49.3459505)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027741','Reporting a bb in the trap. Caller shooed some kids away from it.',null,null,null,null,null,null,'','WOODLANDS TRAILER PARK','2023-07-13 18:42:00','2023-07-13 18:42:47',null,'BRADAMS@idir','2023-07-26 19:35:27',null,null,null,null,'CLOSED','MACKENZI',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027742','Reporting a sow & cub feeding on a cherry tree in the backyard of the below noted address. RCMP # 23-11082. ',null,null,null,null,null,null,'214 Lower Moorpark Dr, Penticton, BC',null,'2023-07-13 18:58:47','2023-07-13 18:58:47',null,'BRANBECK@idir','2023-07-20 15:12:01',null,null,null,null,'CLOSED','PENTICTN',ST_GeomFromText('POINT(-119.6208406 49.4922948)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027743','COM reporting deer possible hit and injured in ditch. Unknown if it is hurt, just reporting a sighting. ',null,null,null,null,null,null,'Rayleigh in Kamloops, BC','Highway 5 north of Rayleigh Road ','2023-07-13 18:58:54','2023-07-13 18:58:54',null,'JCONNAT@idir','2023-07-18 12:04:26',null,null,null,null,'CLOSED','KAMLOOPS',ST_GeomFromText('POINT(-120.3011111 50.8163889)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027744','A black bear was in between caller''s house and another home and a couple of young boys told caller something about it maybe jumped at them. Caller is unsure of the details. Caller''s dogs then chased the bear up a tree. Caller doesn''t know if it was aggressive or not and said it needed to be put down but could not provide a particular reason why other than there are children who live in the area. - -**Emailing as an FYI as caller was referred by RCMP -',null,null,null,null,null,null,'','Near the bridge on the west end','2023-07-13 19:03:05','2023-07-13 19:03:05',null,'JSCHULTZ@idir','2023-07-14 17:13:53',null,null,null,null,'CLOSED','TKLALNDG',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027751','Reporting a bb struck by a Mini Cooper and is laying on the southbound shoulder. It is not mobile. - -SR23-4313',null,null,null,null,null,null,'34 Ave SE and Hwy 97B SE, Salmon Arm, BC','3997 BLOCK HWY 97 B SE','2023-07-13 19:31:02','2023-07-13 19:31:02',null,'STECOOK@idir','2023-07-14 10:35:24',null,null,null,null,'OPEN','SALMARM',ST_GeomFromText('POINT(-119.2160319 50.6740625)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027752','Reporting a BB that is in the backyard of below address huffing, snapping its jaw and make some kind of clicking noise. Original caller is: Marshall 604-910-1920. ',null,null,null,null,null,null,'523 Craigmohr Pl, West Vancouver, BC',null,'2023-07-13 19:34:34','2023-07-13 19:34:34',null,'SZUKEWI@idir','2023-07-18 12:11:12',null,null,null,null,'CLOSED','WSTVANCO',ST_GeomFromText('POINT(-123.128232 49.3633727)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027753','Reporting a spotted fawn (caller believes it was this years fawn) wandered into his yard and laid down in the back yard and has been panting heavily for the past hour. Caller believes it was hit by a vehicle but did not see any actual injuries. Caller also mentioned that the deer was seen earlier today limping (favouring one of it''s rear legs). ',null,null,null,null,null,null,'11803 Kalamalka Rd, Coldstream, BC',null,'2023-07-13 19:39:54','2023-07-13 19:39:54',null,'MSRICHAR@idir','2023-07-14 11:07:04',null,null,null,null,'CLOSED','CLDSTRM',ST_GeomFromText('POINT(-119.2551573 50.2276524)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027754','Encountered three BBs along a trail, and detoured. -all three BBs ignored COM. -Caller has a screenshot of their GPS route. -',null,null,null,null,null,null,'','Smoke Bluffs','2023-07-13 19:40:14','2023-07-13 19:40:14',null,'TBIRNEY@idir','2023-07-13 19:41:50',null,null,null,null,'CLOSED','SQUMISH',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027756','Saanich police relaying a Cougar sighting near deck at rear of 4701 lochside drive unit 14 - TD 7min -Last seen headed toward lochside drive on the grass. -One member en route. - -left VM CO Dekelver -left VM A/Sgt Kissinger',null,null,null,null,null,null,'UNIT 14 -- 4701 Lochside Dr, Saanich, BC',null,'2023-07-13 19:43:19','2023-07-13 19:43:19',null,'MAWILSON@idir','2023-07-14 15:53:15',null,null,null,null,'CLOSED','SAANICH',ST_GeomFromText('POINT(-123.3646447 48.5053231)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027759','COM reporting deer was hit both back legs are broken in the middle of the road in traffic, cars are going around animal. ',null,null,null,null,null,null,'Rail Trail, Kelowna ','Spall Road at Clement Ave ','2023-07-13 20:14:24','2023-07-13 20:14:24',null,'EFITCH@IDIR','2023-07-13 20:57:35',null,null,null,null,'OPEN','KELOWNA',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027762','100 mile house RCMP relaying a report from RP (Brittney Rhodes 604-799-0788) that they have an injured woodpecker. -Bird had struck the RPs window, and been taken to a vet. Vet performed X-rays and treated bird – released to RP. -Caller believed RP was caring for bird, but was looking for direction from COS. - -Briefed CO Booth',null,null,null,null,null,null,'',null,'2023-07-13 20:21:21','2023-07-13 20:21:21',null,'MMBOOTH@idir','2023-07-19 10:40:12',null,null,null,null,'CLOSED','100MHHS',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027764','Reporting a ""cougar"" near the noted location. COM described it as a large white & grey cat. - -COM: 778-636-9936 - -23-24098',null,null,null,null,null,null,'7231 Frances St, Burnaby, BC','7200 BLOCK OF FRANCES','2023-07-13 20:24:18','2023-07-13 20:24:18',null,'KWINTERS@idir','2023-07-13 20:28:50',null,null,null,null,'OPEN','BURNBY',ST_GeomFromText('POINT(-122.9513774 49.2791145)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027765','COM reporting sighting of BB was called in area. RCMP are attending, will review and call back if anything more than a sighting. No request for attendance at this time. - - -',null,null,null,null,null,null,'125 Kyle St, Port Moody, BC','Kyle Community rec centre','2023-07-13 20:33:52','2023-07-13 20:33:52',null,'EFITCH@IDIR','2023-07-13 20:39:07',null,null,null,null,'CLOSED','PORTMDY',ST_GeomFromText('POINT(-122.8578445 49.2759277)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027768','Calling to report a black bear in the area getting into garbages daily. The real problem according to the caller is the parade of people that are following the bear around, taking photos and harassing it while it goes from house to house. There is a train of about 8 cars following it.',null,null,null,null,null,null,'Westway Ave, Squamish, BC',null,'2023-07-13 20:37:16','2023-07-13 20:37:16',null,'CROCHON@idir','2023-07-14 10:22:47',null,null,null,null,'OPEN','SQUMISH',ST_GeomFromText('POINT(-123.1275626 49.7030539)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027769','Reporting a fawn on the hwy that appears to be without a doe. There are many people pulled over.',null,null,null,null,null,null,'Legaic Rd, Prince Rupert, BC','BUTZE RAPIDS ON HWY 16','2023-07-13 20:44:01','2023-07-13 20:44:01',null,'KWINTERS@idir','2023-07-13 20:51:16',null,null,null,null,'OPEN','PRINCRUP',ST_GeomFromText('POINT(-130.26976 54.3134809)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027772','Reporting an injured deer favouring it''s rear left leg spotted limping near the below noted location. Caller has video of the deer. ',null,null,null,null,null,null,'Hugh Allan Dr, Kamloops, BC',null,'2023-07-13 20:56:49','2023-07-13 20:56:49',null,'MSANDERS@idir','2023-07-29 09:05:19',null,null,null,null,'CLOSED','KAMLOOPS',ST_GeomFromText('POINT(-120.3808337 50.6520416)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027773','COM reporting a deer hit with a broken leg at the side of road not moving. ',null,null,null,null,null,null,'Hugh Allan Dr, Kamloops, BC','Rogers Way at Hugh Allan','2023-07-13 20:59:06','2023-07-13 20:59:06',null,'MSANDERS@idir','2023-07-29 09:07:35',null,null,null,null,'CLOSED','KAMLOOPS',ST_GeomFromText('POINT(-120.3808337 50.6520416)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027774','Reporting a bb near their chicken coop. While they were away, the bear killed 4 chickens on July 8.',null,null,null,null,null,null,'',null,'2023-07-13 21:01:58','2023-07-13 21:01:58',null,'KWINTERS@idir','2023-07-13 21:04:54',null,null,null,null,'OPEN','METCHOSI',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027775','Reporting a bb wandering back and forth on the road, going into carports. Caller concerned that it will get struck.',null,null,null,null,null,null,'945 Thermal Dr, Coquitlam, BC','THERMAL DR','2023-07-13 21:06:16','2023-07-13 21:06:16',null,'KWINTERS@idir','2023-07-13 21:07:50',null,null,null,null,'CLOSED','COQUITLM',ST_GeomFromText('POINT(-122.8287438 49.2681668)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027776','Reporting a BB spotted roaming around near the below noted location rummaging through garbages. ',null,null,null,null,null,null,'1939 Parkway Blvd, Coquitlam, BC',null,'2023-07-13 21:09:28','2023-07-13 21:09:28',null,'DDAVIS@idir','2023-07-13 21:49:33',null,null,null,null,'OPEN','COQUITLM',ST_GeomFromText('POINT(-122.8003355 49.3120477)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027777','Snagged by metal wire – possibly from a trap -Wire is behind the front legs, with extruding wire -Deer is mobile and eating -Caller did not see any fawns. -',null,null,null,null,null,null,'','“up the street” from Coastal western motel','2023-07-13 21:11:07','2023-07-13 21:11:07',null,'MAWILSON@idir','2023-08-09 14:14:35',null,null,null,null,'CLOSED','UCLUELET',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027779','Calling to report a black bear in his back yard. It found a bag of garbage somewhere and is helping itself. ',null,null,null,null,null,null,'17 Omineca Cres, Mackenzie, BC',null,'2023-07-13 21:23:37','2023-07-13 21:23:37',null,'JOCHARTR@idir','2023-08-01 10:56:48',null,null,null,null,'CLOSED','MACKENZI',ST_GeomFromText('POINT(-123.0829639 55.3317346)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027785','Reporting an injured ""mangy & malnourished"" looking BB that was spotted roaming around near the below noted location. BB was favouring a rear leg (caller did not know which one). -',null,null,null,null,null,null,'Woodoak Cres, Prince George, BC',null,'2023-07-13 21:50:50','2023-07-13 21:50:50',null,'JOCHARTR@idir','2023-08-01 10:57:55',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.8169292 54.0110678)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027790','Advised that an off duty members neighbour just had all their chickens killed by a cougar which is now ''hiding'' inside the shed. The off duty member is currently on scene with his gun looking for advice on whether to shoot it or not if it comes outside of the shed. ',null,null,null,null,null,null,'620 Glover Rd, Port McNeill, BC',null,'2023-07-13 22:21:31','2023-07-13 22:21:31',null,'MCNEWTON@idir','2023-07-18 10:24:21',null,null,null,null,'CLOSED','PORTMCNL',ST_GeomFromText('POINT(-126.9933954 50.5789079)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027793','Reporting that he witnessed a fawn being struck by a car near the noted location. It was struggling on the side of the road. The doe was nearby.',null,null,null,null,null,null,'','MARSDEN RD OVER A BRIDGE','2023-07-13 22:41:28','2023-07-13 22:41:28',null,'GJGUDBRA@idir','2023-07-20 10:10:36',null,null,null,null,'OPEN','COURTNY',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027795','Reporting RCMP members are currently enroute to Clear Creek Campground for a report of a cougar feeding on a domestic dog under a picnic table next to below noted site #. -',null,null,null,null,null,null,'site #70 - 2750 Columbia Valley Rd, Cultus Lake, BC',null,'2023-07-13 22:43:08','2023-07-13 22:43:08',null,'EVEROBER@idir','2023-07-17 13:28:46',null,null,null,null,'OPEN','CHILLIWK',ST_GeomFromText('POINT(-121.9749928 49.0477939)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027796','Reporting a bb wandering around the area for the past week.',null,null,null,null,null,null,'',null,'2023-07-13 22:45:20','2023-07-13 22:45:20',null,'KWINTERS@idir','2023-07-13 22:46:27',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027797','Reporting that he thinks he saw a "rabid" coyote near the noted location. It was foaming at the mouth and snapping its jaws. It would not scare away. It was near a house that has cats.',null,null,null,null,null,null,'','CHURCH ON WATERFRONT RESERVE','2023-07-13 22:46:45','2023-07-13 22:46:45',null,'KWINTERS@idir','2023-07-13 22:48:49',null,null,null,null,'OPEN','SECHELT',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027798','Reporting a cougar near the noted location. It was on the street headed towards the hwy. - -COM: Gerard, 250-514-2597',null,null,null,null,null,null,'828 Haliburton Rd, Saanich, BC',null,'2023-07-13 23:05:05','2023-07-13 23:05:05',null,'MAWILSON@idir','2023-07-14 15:54:20',null,null,null,null,'CLOSED','SAANICH',ST_GeomFromText('POINT(-123.3720689 48.5144701)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027800','COM reporting a sighting of cougar walking eastbound down towards Claremont hill on Wesley Road. ',null,null,null,null,null,null,'784 Westbury Rd, Saanich, BC',null,'2023-07-13 23:35:05','2023-07-13 23:35:05',null,'EFITCH@IDIR','2023-07-13 23:45:01',null,null,null,null,'OPEN','SAANICH',ST_GeomFromText('POINT(-123.3760673 48.5128198)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027801','Calling to report that a black bear has broken into the townhouse complex''s garbage shed. Gotten into the compost.',null,null,null,null,null,null,'1170 Falcon Dr, Coquitlam, BC',null,'2023-07-14 01:40:33','2023-07-14 01:40:33',null,'ISCHMIDT@idir','2023-07-14 01:42:16',null,null,null,null,'OPEN','COQUITLM',ST_GeomFromText('POINT(-122.8199367 49.2813758)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027802','Calling to report a coyote laying on the ground. Only the ears are moving. The caller believes the coyote is injured since it is not really moving. ',null,null,null,null,null,null,'6390 Willingdon Ave, Burnaby, BC',null,'2023-07-14 02:09:50','2023-07-14 02:09:50',null,'ISCHMIDT@idir','2023-07-14 02:11:58',null,null,null,null,'OPEN','BURNBY',ST_GeomFromText('POINT(-123.0092382 49.2254054)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027803','Calling to report a grizzly bear is going through the campsite. Currently sitting in the play ground. ',null,null,null,null,null,null,'165 3rd St, Kitimat, BC','Radley Park Campground','2023-07-14 03:15:31','2023-07-14 03:15:31',null,'MGEUZE@idir','2023-08-03 21:42:15',null,null,null,null,'CLOSED','KITIMAT',ST_GeomFromText('POINT(-128.6873724 54.0572844)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027804','Calling to report a black bear in a bear trap behind his house. ',null,null,null,null,null,null,'186 Flicker Pl, Penticton, BC',null,'2023-07-14 04:16:00','2023-07-14 04:16:35',null,'BRANBECK@idir','2023-07-14 13:04:27',null,null,null,null,'CLOSED','PENTICTN',ST_GeomFromText('POINT(-119.635477 49.4863831)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027805','Calling to report a black bear making a lot of noise eating garbage beside the callers house. ',null,null,null,null,null,null,'666 Newdale Rd, West Vancouver, BC',null,'2023-07-14 04:47:56','2023-07-14 04:47:56',null,'ISCHMIDT@idir','2023-07-14 04:50:40',null,null,null,null,'OPEN','WSTVANCO',ST_GeomFromText('POINT(-123.1331466 49.3357301)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027806','Calling to report a cougar in the clear creek campground, can hear the growling outside the tent. They saw the cougar when they let the dog out for a bathroom break and are now huddling in the tent. ',null,null,null,null,null,null,'2750 Columbia Valley Rd, Cultus Lake, BC','site 69','2023-07-14 06:04:13','2023-07-14 06:04:13',null,'EVEROBER@idir','2023-07-17 13:28:00',null,null,null,null,'OPEN','CULTSLKE',ST_GeomFromText('POINT(-121.9749928 49.0477939)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027808','BB in the trap set out by conservation.',null,null,null,null,null,null,'60 Chichouyenily Dr, Mackenzie, BC V0J 2C0',null,'2023-07-14 06:14:29','2023-07-14 06:14:29',null,'DDAVIS@idir','2023-08-06 08:24:19',null,null,null,null,'CLOSED','MACKENZI',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027809','Aggressive deer killed someone''s dog recently and the same deer charged COM while he was walking his dog. COM threw a large rock at the deer which kept it at a distance but it continued to follow COM.',null,null,null,null,null,null,'Carr Cres and Johnson Cres, Oliver, BC',null,'2023-07-14 06:16:59','2023-07-14 06:16:59',null,'BRANBECK@idir','2023-07-14 13:42:23',null,null,null,null,'CLOSED','OLIVER',ST_GeomFromText('POINT(-119.5856594 49.2617166)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027810','There was a black bear in our back yard eating sunflower seeds from a bird feeder. My dog (foolishly) chased it away with no harm done. ',null,null,null,null,null,null,'940 King Georges Way, West Vancouver, BC, V7S 1S5 ',null,'2023-07-14 06:30:16','2023-07-14 06:30:16',null,'LMOSS@idir','2023-07-14 06:31:05',null,null,null,null,'OPEN','WSTVANCO',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027811','COM is reporting a bear that accessed the communal garbage bins at his apartment complex. Advised the bear bent the bar securing the door to the garbage room. COM is requesting if signage can be put up warning others in the area of the presence of the bear(s). -',null,null,null,null,null,null,'2250 Folkestone Way, West Vancouver, BC',null,'2023-07-14 07:21:55','2023-07-14 07:21:55',null,'SZUKEWI@idir','2023-07-25 13:19:38',null,null,null,null,'CLOSED','WSTVANCO',ST_GeomFromText('POINT(-123.1740694 49.3455886)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027812','Caller reporting a BB that has knocked over garbage cans down the street, garbage day today. -Honking horns had little effect on the BB, he was last seen carrying a garbage bag down the street. -Caller stated they have had few problems over the last several years. -',null,null,null,null,null,null,'763 Kilkeel Pl, District of North Vancouver, BC','Mosquito Creek nearby','2023-07-14 07:26:55','2023-07-14 07:26:55',null,'SZUKEWI@idir','2023-07-25 13:20:42',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.0898565 49.3395088)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027813','BB was on the property at 0430hrs and got into the complex organics bin which did have bear locks in place.',null,null,null,null,null,null,'1030 Cecile Dr, Port Moody, BC',null,'2023-07-14 07:29:24','2023-07-14 07:29:24',null,'LMOSS@idir','2023-07-14 07:31:10',null,null,null,null,'OPEN','PORTMDY',ST_GeomFromText('POINT(-122.8738153 49.2771392)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027814','COM is reporting seeing a coyote chasing one of her cats this morning. When COM went out to scare the coyote away with her daughter and her dog (on a leash) the coyote continued to approach COM and was not deterred. Ops Officer advised that coyotes behaviour worsens if a dog is present. COM is concerned regarding the increasingly bold behaviour of the coyote and for the safety of children in the neighbourhood. -',null,null,null,null,null,null,'235 Mundy St, Coquitlam, BC',null,'2023-07-14 07:32:56','2023-07-14 07:32:56',null,'IPAVLOVI@IDIR','2023-07-14 07:38:41',null,null,null,null,'OPEN','COQUITLM',ST_GeomFromText('POINT(-122.8337167 49.2369882)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027815','At approximately 14:45 on July 14, 2023, a Highland Valley Copper (HVC) employee reported an injured cliff swallow on the ground below a nesting colony on a conveyor. The adult bird seems to have a broken wing. HVC intends to deliver him/her to the BC Wildlife Park for rehabilitation today. ',null,null,null,null,null,null,'Logan Lake, BC',null,'2023-07-14 07:51:23','2023-07-14 07:51:23',null,'PRPIKE@idir','2023-07-14 08:41:24',null,null,null,null,'CLOSED','LOGNLK',ST_GeomFromText('POINT(-120.8130556 50.4941667)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027818','COM recently moved from Ontario and saw a large brown bear heading towards the village. COM is not sure if it was a grizzly or not - -0806 LM CO Mueller -0807 LM CO Zukewich -',null,null,null,null,null,null,'Lorimer Rd, Whistler, BC',null,'2023-07-14 08:01:48','2023-07-14 08:01:48',null,'DLEWERS@idir','2023-07-14 08:08:12',null,null,null,null,'CLOSED','WHISTLER',ST_GeomFromText('POINT(-122.9612477 50.1234973)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027819','Buck seen laying on the side of the road in the shade. COM was unable to see any visible injuries but the buck did not leave when he pulled up.',null,null,null,null,null,null,'0 Ave and 188 St, Surrey, BC',null,'2023-07-14 08:12:09','2023-07-14 08:12:09',null,'LMOSS@idir','2023-07-14 08:31:56',null,null,null,null,'OPEN','SURRY',ST_GeomFromText('POINT(-122.7021792 49.002178)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027820','COM is reporting that he scared away/ bumped a Grizzly out of his property with his pickup truck. Advised that it is heading towards the airport. ',null,null,null,null,null,null,'5150 Coquiwaldie Rd, Mackenzie, BC',null,'2023-07-14 08:20:52','2023-07-14 08:20:52',null,'BRADAMS@idir','2023-07-14 18:38:58',null,null,null,null,'CLOSED','MACKENZI',ST_GeomFromText('POINT(-123.1393254 55.3085354)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027822','Caller reporting a BB in the area and in the park. The caller advises that there are people posting about it on the community site. The believes that the BB activity has ramped up over the last week. The caller is concerned about public safety in the area. ',null,null,null,null,null,null,'Bartlett Dr, Penticton, BC','Mariposa Park - West bench','2023-07-14 08:24:57','2023-07-14 08:24:57',null,'PBRACKEN@idir','2023-07-14 08:32:12',null,null,null,null,'CLOSED','PENTICTN',ST_GeomFromText('POINT(-119.6345564 49.4990213)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027826','Deer doe trapped in Telus site the fawn is on the outside, unknown if any one will show up today to open the gate',null,null,null,null,null,null,'Departure Bay Rd and Rock City Rd, Nanaimo, BC',null,'2023-07-14 08:38:13','2023-07-14 08:38:13',null,'MAWILSON@idir','2023-07-28 16:35:12',null,null,null,null,'OPEN','NANAIMO',ST_GeomFromText('POINT(-123.9941874 49.2099753)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027827','COM is reporting that at 2313 last night one of his security cameras saw a bear walking through his property. No food conditioned behaviour reported. ',null,null,null,null,null,null,'947 Amphitrite Pl, Ucluelet, BC',null,'2023-07-13 23:13:00','2023-07-14 08:41:17',null,'IPAVLOVI@IDIR','2023-07-14 08:43:14',null,null,null,null,'CLOSED','UCLUELET',ST_GeomFromText('POINT(-125.5330619 48.9254196)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027828','Injured eagle at side of the road. Looks like the wing is broken. COM covered with a blanket.',null,null,null,null,null,null,'5555 Bradner Rd, Abbotsford, BC',null,'2023-07-14 08:43:03','2023-07-14 08:43:03',null,'LMOSS@idir','2023-07-14 08:46:38',null,null,null,null,'OPEN','ABTFRD',ST_GeomFromText('POINT(-122.4280917 49.1031533)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027830','Caller reporting a young bear hanging around the house, got into the garbage shed a couple of days ago, broke into the shed. Now he is coming to the front and back doors. Caller would like to know how to get him to move on. - -** caller requesting a callback. ',null,null,null,null,null,null,'7615 Blackwood Hts, Lake Cowichan, BC',null,'2023-07-14 08:46:06','2023-07-14 08:46:06',null,'MAWILSON@idir','2023-07-14 15:55:38',null,null,null,null,'OPEN','LKECOWCH',ST_GeomFromText('POINT(-124.122803 48.8438819)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027831','COM is reporting a cougar hanging near his property. Two days ago his neighbour alerted COM to the presence of the cougar. Last night COM let his dogs out and saw the cougar perched at a higher elevation and was hissing at COM and his dogs. Emailing due to time delay. - -',null,null,null,null,null,null,'5543 Squilax-Anglemont Rd, Celista, BC',null,'2023-07-14 08:46:13','2023-07-14 08:46:13',null,'JCONNAT@idir','2023-07-27 12:24:55',null,null,null,null,'CLOSED','SCTCHCRK',ST_GeomFromText('POINT(-119.3340443 50.946801)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027835','COM reports BB that is getting into garbage',null,null,null,null,null,null,'6228 Dawson Rd, Prince George, BC',null,'2023-07-14 09:02:29','2023-07-14 09:02:29',null,'JOCHARTR@idir','2023-08-01 10:58:57',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7749082 53.9853877)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027836','COM is reporting that they are an employee at the Kettle River Vet and are advising that a tourist struck a Cooper hawk with their vehicle and brought it into the office this morning. No one in the office is comfortable working on the raptor. The raptor is not standing up and is likely in shock. It is currently in a kennel with a towel over it and is breathing. -',null,null,null,null,null,null,'7480 4 St, Grand Forks, BC ',null,'2023-07-14 09:10:26','2023-07-14 09:10:26',null,'MPLAMOND@idir','2023-07-14 13:33:53',null,null,null,null,'CLOSED','GRANDFOR',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027837','Cougar with a litter of older kits caught on camera at 1500 on 07-12. -OO Emailed only due to time delay',null,null,null,null,null,null,'1611 Recline Ridge Rd, Tappen, BC',null,'2023-07-14 09:11:22','2023-07-14 09:11:22',null,'STECOOK@idir','2023-08-01 10:43:59',null,null,null,null,'CLOSED','TAPPEN',ST_GeomFromText('POINT(-119.3584161 50.8228953)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027838','COM is reporting that a cougar has killed one of her sheep recently. Advised that she has likely lost about 3 sheep over the past 2 weeks. -',null,null,null,null,null,null,'8015 Nimmo Rd S, Westholme, BC',null,'2023-07-14 09:15:39','2023-07-14 09:15:39',null,'MAWILSON@idir','2023-07-14 15:57:03',null,null,null,null,'OPEN','DUNCAN',ST_GeomFromText('POINT(-123.6944569 48.860271)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027840','Employee reported a BB close to public works employees at the pump track with a playground area. There has been no aggression. ',null,null,null,null,null,null,'','Pioneer Loop and Mackenzie ','2023-07-14 09:17:13','2023-07-14 09:17:13',null,'JDAMERT@idir','2023-07-14 12:29:35',null,null,null,null,'OPEN','TUMBLER',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027842','Caller reporting an injured deer, the deer is limping. The deer is still mobile, unknown cause of injury. ',null,null,null,null,null,null,'Gordon Dr, Kelowna, BC',null,'2023-07-14 09:19:33','2023-07-14 09:19:33',null,'JHANRATT@idir','2023-07-14 14:34:09',null,null,null,null,'OPEN','KELOWNA',ST_GeomFromText('POINT(-119.4786426 49.8477638)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027844','BB getting into the compost bin.',null,null,null,null,null,null,'924 Glenora Ave, District of North Vancouver, BC',null,'2023-07-14 09:21:58','2023-07-14 09:21:58',null,'LMOSS@idir','2023-07-14 09:23:10',null,null,null,null,'OPEN','NORVAN',ST_GeomFromText('POINT(-123.0959211 49.3411039)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027846','BB eating garbage.',null,null,null,null,null,null,'Cliffridge Ave and Sonora Dr, District of North Vancouver, BC',null,'2023-07-14 09:25:34','2023-07-14 09:25:34',null,'SZUKEWI@idir','2023-07-25 13:21:24',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.0985023 49.3623245)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027852','COM reported a deer limping on it back legs and seems to have been hit by a car. Last seen walking down Campus West Rd. ',null,null,null,null,null,null,'','Okanagan College, Campus West Rd. ','2023-07-14 09:45:13','2023-07-14 09:45:13',null,'JHANRATT@idir','2023-07-14 14:39:07',null,null,null,null,'CLOSED','KELOWNA',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027853','Caller reporting a Deer that is limping around the campus. Unknown cause of injury. The deer showed up this morning. ',null,null,null,null,null,null,'1000 KLO Rd, Kelowna, BC',null,'2023-07-14 09:48:25','2023-07-14 09:48:25',null,'JHANRATT@idir','2023-07-14 14:42:15',null,null,null,null,'CLOSED','KELOWNA',ST_GeomFromText('POINT(-119.4803931 49.8616238)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027854','Around midnight I spotted a cougar in Horner Park Saanich BC. The park is in an semi-urban area, reports made of sightings in nearby parks (PKOLS/Douglas) earlier this month. - -The cougar approached us then left after our dog barked. It remained a distance away and was only seen due to crossing a street light. - -OO Emailed only due to time delay',null,null,null,null,null,null,'3868 Shelbourne St, Saanich, BC',null,'2023-07-14 09:49:39','2023-07-14 09:49:39',null,'MAWILSON@idir','2023-07-14 15:58:41',null,null,null,null,'CLOSED','SAANICH',ST_GeomFromText('POINT(-123.3335933 48.4635623)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027855','Caller reporting BB''s feeding out of the garbage bins continuously. The commercial bins are not locked and the lids left open. The bins are for the campers to put their garbage in. The BB''s have learned how to open the bin, when they are closed. The campground has been cleaning up the mess the BB''s have been making several times a day. Kids are playing along the path that the bb''s utilize to get to the garbage bins. The caller believes there is a significant safety issue to the resort users.',null,null,null,null,null,null,'53730 Bridal Falls Rd, Popkum, BC','Camperland RV Resort','2023-07-14 09:52:30','2023-07-14 09:52:30',null,'ALBUCHAN@idir','2023-07-26 11:39:35',null,null,null,null,'OPEN','ROSEDALE',ST_GeomFromText('POINT(-121.7412858 49.1873399)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027857','BB habituating the townhouse complex and has damaged garbage bin shed overnight.',null,null,null,null,null,null,'1170 Falcon Dr, Coquitlam, BC','Falcon Crest Estates CO OP','2023-07-14 09:56:25','2023-07-14 09:56:25',null,'LMOSS@idir','2023-07-14 09:58:38',null,null,null,null,'OPEN','COQUITLM',ST_GeomFromText('POINT(-122.8199367 49.2813758)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027859','COM reports BB that has got into garbage, bird feeders and damaging garage doors ',null,null,null,null,null,null,'9710 Glover Rd, Township of Langley, BC',null,'2023-07-14 10:00:53','2023-07-14 10:00:53',null,'DLEWERS@idir','2023-07-14 10:03:08',null,null,null,null,'OPEN','LANGLEY',ST_GeomFromText('POINT(-122.5695421 49.1778236)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027862','Badger is frequenting the yard and COM does not want it to make a home under the shed. OO advised to contact a local pest control company for suggestions regarding preventative measures and provided other contacts for Badger resources.',null,null,null,null,null,null,'1141 Dicken Rd, Hosmer, BC',null,'2023-07-14 10:13:22','2023-07-14 10:13:22',null,'LMOSS@idir','2023-07-14 10:33:12',null,null,null,null,'CLOSED','FERNIE',ST_GeomFromText('POINT(-115.0101975 49.5525548)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027864','COM is reporting that one of his lambs was killed last night. COM is unsure what animal killed it but says that the body was dragged near the fence and partially eaten. ',null,null,null,null,null,null,'6580 Cummings Rd, Pineview FFG, BC',null,'2023-07-14 10:21:24','2023-07-14 10:21:24',null,'BRADAMS@idir','2023-07-26 19:37:14',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.6302589 53.8518493)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027866','COM reported at 2-point buck hit by a car, immobile in a ditch on 65 Ave between 188 and 189 street on the right side heading east. ',null,null,null,null,null,null,'',null,'2023-07-14 10:31:00','2023-07-14 10:31:00',null,'DTALEVSK@idir','2023-07-14 10:49:29',null,null,null,null,'OPEN','SURRY',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027867','A deer with a broken back right leg and ribs showing hangs around the green space behind the complex with other deer eating cherries. Caller said the deer is starving to death. ',null,null,null,null,null,null,'5412 Willow Dr, Vernon, BC',null,'2023-07-14 10:36:00','2023-07-14 10:36:00',null,'MSRICHAR@idir','2023-07-14 11:18:18',null,null,null,null,'CLOSED','VERNON',ST_GeomFromText('POINT(-119.3069669 50.252942)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027868','COM is reporting seeing a bear take their garbage. When COM opened the garage door to leave with their vehicle the bear went in and snatched the garbage. Also advised that the bear is often observed coming to their property and waiting for an opportunity to access garbage. COM advises that they will take the garbage to the curb about 5 minutes before the collectors arrive and the bear will access the garbage. COM is concerned for her very young children and was pretty frightened about this most recent encounter. ',null,null,null,null,null,null,'64 Bonnymuir Pl, West Vancouver, BC',null,'2023-07-14 10:36:09','2023-07-14 10:36:09',null,'CROCHON@idir','2023-07-15 14:59:59',null,null,null,null,'OPEN','WSTVANCO',ST_GeomFromText('POINT(-123.1254491 49.36376)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027871','COM is becoming concerned about a juvenile bear frequenting the property becoming habituated to Mariposa Park.',null,null,null,null,null,null,'514 Sunglo Dr, Penticton, BC',null,'2023-07-14 10:44:12','2023-07-14 10:44:12',null,'LMOSS@idir','2023-07-14 10:46:48',null,null,null,null,'CLOSED','PENTICTN',ST_GeomFromText('POINT(-119.626027 49.4921486)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027874','BB in the nieghborhood',null,null,null,null,null,null,'Nelson, BC',null,'2023-07-14 10:47:51','2023-07-14 10:47:51',null,'LMOSS@idir','2023-07-14 10:49:50',null,null,null,null,'CLOSED','NELSON',ST_GeomFromText('POINT(-117.2955556 49.4930556)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027876','COM reports a coyote attacked her dog that resulted in a broken tail and bite marks on its leg. ',null,null,null,null,null,null,'Lynn Headwaters Connector Trail, District of North Vancouver, BC','Rice Lake','2023-07-04 10:51:00','2023-07-14 10:51:26',null,'DLEWERS@idir','2023-07-14 10:54:00',null,null,null,null,'OPEN','NORVAN',ST_GeomFromText('POINT(-123.0217712 49.356737)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027877','Elk cow is doing circles near the road and there is a dead calf on the road. Possible CWD? The cow has been there for 4 hours',null,null,null,null,null,null,'49.660795310310924, -115.66148873143655','Bummers Flat on Hwy 95','2023-07-14 10:52:09','2023-07-14 10:52:09',null,'RKRENZ@idir','2023-08-04 14:06:42',null,null,null,null,'CLOSED','FTSTEELE',ST_GeomFromText('POINT(-115.66148873143655 49.660795310310924)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027883','COM reports a BB tore bottom of his garage door and got into the garbage in the garage',null,null,null,null,null,null,'206 Oceanview Rd, Lions Bay, BC',null,'2023-07-14 11:09:25','2023-07-14 11:09:25',null,'CROCHON@idir','2023-07-14 15:52:54',null,null,null,null,'CLOSED','LIONSBAY',ST_GeomFromText('POINT(-123.2339885 49.4556657)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027887','Caller reporting a bb going through yards in the neighbourhood. The bb has a tag on the ear. ',null,null,null,null,null,null,'Belloc St and Berkley Rd, District of North Vancouver, BC',null,'2023-07-14 11:33:10','2023-07-14 11:33:10',null,'PBRACKEN@idir','2023-07-14 11:37:16',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.0049781 49.3190383)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027888','COM reported a pack of coyotes that have taken a handful of his cats this past week. The COM noticed his cats were going missing and saw the pack of coyotes at his fence line today. The COM also said he keeps his dogs chained up in the yard and thinks they may become prey for the coyotes. ',null,null,null,null,null,null,'4169 Broadwater Road ',null,'2023-07-14 11:37:19','2023-07-14 11:37:19',null,'TBTHIN@idir','2023-07-16 13:10:11',null,null,null,null,'CLOSED','CSTLGR',ST_GeomFromText('POINT(-122.4257661 49.0776698)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027890','COM reports BB that was missing a bunch of fur off the hind end',null,null,null,null,null,null,'1556 Grandview Rd, Gibsons, BC',null,'2023-07-14 11:40:29','2023-07-14 11:40:29',null,'DLEWERS@idir','2023-07-14 11:41:50',null,null,null,null,'CLOSED','GIBSONS',ST_GeomFromText('POINT(-123.5540357 49.3939633)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027891','CP Railway reporting they have a sow with 3 cubs hanging around near the tracks and would like someone to move the bears out. OO advised it would be unlikely that a CO would be able to attend in a reasonable amount of time and to try local PD.',null,null,null,null,null,null,'Deroche, BC',null,'2023-07-14 11:44:03','2023-07-14 11:44:03',null,'LMOSS@idir','2023-07-14 11:48:01',null,null,null,null,'CLOSED','DEROCHE',ST_GeomFromText('POINT(-122.0677778 49.1830556)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027892','COM reported a juvenille BB alive, laying in the middle of Hwy 97 just north of Okanagan Falls. - -',null,null,null,null,null,null,'','Hwy 97, the hill going down into Okanagan Falls.','2023-07-14 11:47:07','2023-07-14 11:47:07',null,'BRANBECK@idir','2023-07-14 14:09:54',null,null,null,null,'CLOSED','OKAFALLS',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027893','COM reports a BB broke into his chicken coop 2 days ago and killed 2 chickens and wrecked his coop. ',null,null,null,null,null,null,'13086 Edge St, Maple Ridge, BC',null,'2023-07-12 11:48:00','2023-07-14 11:48:20',null,'DLEWERS@idir','2023-07-14 11:49:40',null,null,null,null,'OPEN','MAPLERID',ST_GeomFromText('POINT(-122.5961037 49.2399665)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027894','COM is reporting an ongoing conflict with two bears at the resort they own which is a water access only resort. Guests at the resort have often felt trapped in their cabin due to the presence of the bears and during one incident guests were stranded on the dock because the bear blocked access back to the cabins. COM advises that today a contractor was working on the shore when a bear walked towards him and was completely unafraid. COM states that all attractants are secured and the bears have been hazed with bear spray numerous times. COM says the shed has been destroyed at least 5 times by the bears. COM has recently installed electric fencing around the shed which is currently preventing the bears from entering the shed but they still continue to frequent the property and display bold behaviour. - -COM states that this is a huge liability issue as this is their place of business with guests with young children often being present. - -COM has offered to facilitate transportation to the island with their boat if needed. ',null,null,null,null,null,null,'Carraholly in Port Moody, BC','Carraholly Retreat ','2023-07-14 11:49:48','2023-07-14 11:49:48',null,'ISCHMIDT@idir','2023-07-20 13:09:22',null,null,null,null,'OPEN','PORTMDY',ST_GeomFromText('POINT(-122.9177778 49.2997222)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027895','BB with a cub got into the shop and knocked things over looking for garbage.',null,null,null,null,null,null,'3800 50 Ave NW, Salmon Arm, BC',null,'2023-07-14 11:52:46','2023-07-14 11:52:46',null,'STECOOK@idir','2023-07-19 14:58:38',null,null,null,null,'CLOSED','SALMARM',ST_GeomFromText('POINT(-119.329417 50.7360825)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027896','A small black bear yearling is wandering around the neighbourhood. Bear is brazen and not afraid of people. Caller''s wife tried to chase it away and it bluff charged her. ',null,null,null,null,null,null,'1105 Whitewater Dr, Whistler, BC','Not in the village','2023-07-14 11:50:00','2023-07-14 11:54:33',null,'RBACALL@idir','2023-07-14 11:57:37',null,null,null,null,'CLOSED','WHISTLER',ST_GeomFromText('POINT(-123.0383497 50.0803505)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027906','A younger cougar has been hanging around the neighbourhood since April. There have been 7 sightings. Neighbour up the street caught it on wildlife camera. -Caller was pulling weeds from his rock wall behind his shop last night, glanced behind him. saw the cougar on the road. Caller picked up a pipe and went around the following it and then the cougar went between caller''s barn and truck and hid under caller''s truck. Caller hit the pipe on the truck and then it ran away. Second time it''s been within 10 feet of the house. Caller said it circled behind him and followed caller. - -**Emailing only due to delay in reporting',null,null,null,null,null,null,'2711 Sea Blush Dr, Nanoose Bay, BC',null,'2023-07-13 21:03:00','2023-07-14 12:25:11',null,'DSEXTON@idir','2023-07-14 16:18:46',null,null,null,null,'OPEN','NANOBAY',ST_GeomFromText('POINT(-124.180235 49.2538945)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027908','COM is reporting a bear that was outside of their home and eating bugs from a log. ',null,null,null,null,null,null,'1260 Mount Fee Rd, Whistler, BC',null,'2023-07-14 12:33:34','2023-07-14 12:33:34',null,'IPAVLOVI@IDIR','2023-07-14 12:36:57',null,null,null,null,'CLOSED','WHISTLER',ST_GeomFromText('POINT(-123.0384643 50.0785901)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027910','COM is reporting that a bear broke through their garage door and accessed the freezer inside the garage. COM was able to scare the bear away but it returned and COM had to hold the door shut to prevent it from entering again. ',null,null,null,null,null,null,'113 Bonnymuir Dr, West Vancouver, BC',null,'2023-07-14 12:37:03','2023-07-14 12:37:03',null,'KPPOPJES@idir','2023-07-23 22:41:10',null,null,null,null,'CLOSED','WSTVANCO',ST_GeomFromText('POINT(-123.1240518 49.3601025)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027911','COM reported a BB that has been hanging around the neighbourhood and the COM''s farm. COM has not noticed any attractants and there has been no aggression. ',null,null,null,null,null,null,'13340 Coach Rd, Chief Lake, BC',null,'2023-07-14 12:40:44','2023-07-14 12:40:44',null,'DTALEVSK@idir','2023-07-14 12:43:44',null,null,null,null,'CLOSED','CHFLAKE',ST_GeomFromText('POINT(-122.9421494 54.0170672)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027916','Caller reporting a BB that got into the neighbour''s garbage. The neighbour is not present. The caller will be cleaning up the garbage and informing the neighbour to secure his garbage. Summer residence. ',null,null,null,null,null,null,'66470 Kereluk Rd, Hope, BC',null,'2023-07-14 12:46:39','2023-07-14 12:46:39',null,'PBRACKEN@idir','2023-07-14 12:50:58',null,null,null,null,'OPEN','HOPE',ST_GeomFromText('POINT(-121.390636 49.3865668)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027919','A 2 year old black bear was spotted on caller''s security camera yesterday at 14:00 and some time overnight it tore down part of a cherry tree. Caller has found droppings every night for a week.',null,null,null,null,null,null,'222 Russett Dr, Penticton, BC',null,'2023-07-14 12:53:32','2023-07-14 12:53:32',null,'BRANBECK@idir','2023-07-20 15:09:11',null,null,null,null,'CLOSED','PENTICTN',ST_GeomFromText('POINT(-119.6238808 49.4928443)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027921','Caller is from Cranbrook and has spotted the same young elk in a field for the last 3 days. Caller thinks there is something wrong with it because she has seen it 3 times. Caller wanted someone to go out and check on it to see if it is okay. ',null,null,null,null,null,null,'','Hwy 93/95 heading towards Wasa, north right hand side before the field with the for sale sign','2023-07-14 13:00:49','2023-07-14 13:00:49',null,'RBACALL@idir','2023-07-14 13:09:32',null,null,null,null,'CLOSED','WASA',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027926','2 bears in the backyard, garbage opened and having a feast. Look like adult bears. ',null,null,null,null,null,null,'1671 Kent Ave, Port Coquitlam, BC',null,'2023-07-14 13:06:48','2023-07-14 13:06:48',null,'COMILLER@idir','2023-07-14 13:08:53',null,null,null,null,'OPEN','PORTCOQ',ST_GeomFromText('POINT(-122.7604676 49.2810488)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027929','Caller reporting a deceased BB on the side of the road',null,null,null,null,null,null,'Hwy 97, Penticton, BC','As you are coming downhill from Penticton to OK Falls on the right hand side. ','2023-07-14 13:09:45','2023-07-14 13:09:45',null,'BRANBECK@idir','2023-07-14 13:43:16',null,null,null,null,'CLOSED','PENTICTN',ST_GeomFromText('POINT(-119.6182165 49.4959378)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027930','Sheep limping badly at the side of the road about 5 minutes from the Lake Okanagan Resort',null,null,null,null,null,null,'Westside Rd, West Kelowna, BC',null,'2023-07-14 13:10:00','2023-07-14 13:10:00',null,'JHANRATT@idir','2023-07-14 13:56:56',null,null,null,null,'OPEN','WSTKELOW',ST_GeomFromText('POINT(-119.5374253 49.9044871)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027932','A ram is hobbling on the road with an injured leg but is mobile and walking on 4 legs. ',null,null,null,null,null,null,'1724 Westside Rd, West Kelowna, BC','Lake side of the road','2023-07-14 13:15:23','2023-07-14 13:15:23',null,'JHANRATT@idir','2023-07-14 13:50:07',null,null,null,null,'CLOSED','WSTKELOW',ST_GeomFromText('POINT(-119.5396921 49.8834128)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027933','Caller reporting a deceased BB on the river bank. Unknown cause. Undetermined if it is a safety risk to people.',null,null,null,null,null,null,'Otway in Prince George, BC','close to Canada Recyle, on the river bank. south side of the river','2023-07-14 13:21:44','2023-07-14 13:21:44',null,'EMCARTHU@idir','2023-07-17 15:42:20',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.8430556 53.9636111)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027936','COM reporting a young, possible this years BB cub that is very skinny and sluggish',null,null,null,null,null,null,'University Blvd, Squamish, BC',null,'2023-07-14 13:26:11','2023-07-14 13:26:11',null,'CROCHON@idir','2023-07-14 15:01:00',null,null,null,null,'OPEN','SQUMISH',ST_GeomFromText('POINT(-123.1025944 49.7382804)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027937','COM is reporting seeing a big horn sheep at the noted location which appears to have a broken leg. When COM saw the sheep it was lying down, got up and moved a little bit but not very far. COM thinks that it is barely mobile. -',null,null,null,null,null,null,'1724 Westside Rd, West Kelowna, BC',null,'2023-07-14 13:28:58','2023-07-14 13:28:58',null,'JHANRATT@idir','2023-07-20 15:43:34',null,null,null,null,'CLOSED','WSTKELOW',ST_GeomFromText('POINT(-119.5374253 49.9044871)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027941','Caller reporting a Deer with a back right leg injury. Presently the deer is eating, and laying down. Likely just resting. ',null,null,null,null,null,null,'3175 de Montreuil Crt, Kelowna, BC','across from ok college.','2023-07-14 13:37:23','2023-07-14 13:37:23',null,'JHANRATT@idir','2023-07-20 15:44:58',null,null,null,null,'CLOSED','KELOWNA',ST_GeomFromText('POINT(-119.4796916 49.8594959)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027942','BB on campus near the Discovery 1 building',null,null,null,null,null,null,'8999 Nelson Way, Burnaby, BC','SFU CAMPUS','2023-07-14 13:44:15','2023-07-14 13:44:15',null,'LMOSS@idir','2023-07-14 13:45:09',null,null,null,null,'CLOSED','BURNBY',ST_GeomFromText('POINT(-122.9129084 49.2737244)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027943','Caller was reluctant to provide his name as a neighbour told him if he reported the black bear, COS would destroy it and he doesn''t want that to happen. Since Sun July 2nd this particular black bear has been sighted every other day in the middle of the day on the street. The local Block Watch person sent out a video of the bear spotted walking down the street today. Bear goes up to people''s gates. ',null,null,null,null,null,null,'Swinburne Ave, District of North Vancouver, BC',null,'2023-07-14 12:30:00','2023-07-14 13:45:08',null,'RBACALL@idir','2023-07-14 13:49:27',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.0073971 49.3217724)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027947','A sow and a cub were spotted on the trail at the Hoy Creek Fish Hatchery. Caller picked up her dog and went in the opposite direction and notified another walker. ',null,null,null,null,null,null,'Princess Cres, Coquitlam, BC','Hoy Creek Fish Hatchery, end of Princess Cres','2023-07-14 13:30:00','2023-07-14 13:51:03',null,'RBACALL@idir','2023-07-14 13:54:22',null,null,null,null,'CLOSED','COQUITLM',ST_GeomFromText('POINT(-122.7958206 49.2860401)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027948','COM is reporting seeing a grizzly at the noted location today. Grizzly walked by COM. Got within 50 yards of COM it went into the bush. COM was in his vehicle. ',null,null,null,null,null,null,'Chichouyenily Creek',null,'2023-07-14 13:30:00','2023-07-14 13:55:17',null,'HIDESMAR@idir','2023-07-16 14:18:57',null,null,null,null,'CLOSED','MACKENZI',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027949','Caller came across two big bears in downtown, one followed her a bit. No aggressive behaviour. No officer attached, RCMP# CH23-1345 - -RP: Patricia 250-788-5134 - -**Emailed awareness',null,null,null,null,null,null,'5156 48A St SW, Chetwynd, BC','Trail by Cottonwood Court','2023-07-14 13:55:32','2023-07-14 13:55:32',null,'BALACEY@idir','2023-07-21 10:21:31',null,null,null,null,'CLOSED','CHETWND',ST_GeomFromText('POINT(-121.6240484 55.6937403)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027953','Mama deer hit on the side of the road and is expired. There is a baby deer there on the side of the road that may try to cross the road.',null,null,null,null,null,null,'Oldershaw Rd and Sunshine Coast Hwy, Roberts Creek, BC',null,'2023-07-14 14:06:03','2023-07-14 14:06:03',null,'COMILLER@idir','2023-07-14 14:11:45',null,null,null,null,'OPEN','GIBSONS',ST_GeomFromText('POINT(-123.5937685 49.4141927)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027960','COM reported a BB that was trying to walk across the Sea-to-Sky hwy but went back on the shoulder when it was scared. ',null,null,null,null,null,null,'','Southbound past the Squamish Valley Gas Bar,','2023-07-14 14:25:16','2023-07-14 14:25:16',null,'DTALEVSK@idir','2023-07-14 14:28:55',null,null,null,null,'CLOSED','SQUMISH',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027964','Coyote is habituated to the area because unhomed people have been seen feeding it.',null,null,null,null,null,null,'197 Quebec St, Prince George, BC',null,'2023-07-14 14:29:34','2023-07-14 14:29:34',null,'BRADAMS@idir','2023-07-14 18:07:38',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7454487 53.9179798)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027966','Caller reporting a deceased deer on the neighbour''s property, caller to assist the neighbour to dispose of the carcass. ',null,null,null,null,null,null,'5381 Hamber Ave, Powell River, BC',null,'2023-07-14 14:33:11','2023-07-14 14:33:11',null,'PBRACKEN@idir','2023-07-14 14:39:59',null,null,null,null,'OPEN','POWELLRV',ST_GeomFromText('POINT(-124.5179987 49.8618802)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027968','COM is reporting a deer at the noted location that appears to be injured. Deer is mobile. -',null,null,null,null,null,null,'','Weaver Park ','2023-07-14 14:37:35','2023-07-14 14:37:35',null,'MAWILSON@idir','2023-08-01 11:34:41',null,null,null,null,'CLOSED','PORTALBR',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027969','A tiny this year''s black bear cub, smaller than a dog, has been going up to front door for the last week. Caller has not seen a mother and thinks the cub might be orphaned. Cub does not look well. ',null,null,null,null,null,null,'2021 Garibaldi Way, Whistler, BC','Outside the village','2023-07-14 08:00:00','2023-07-14 14:40:11',null,'RBACALL@idir','2023-07-14 14:45:21',null,null,null,null,'OPEN','WHISTLER',ST_GeomFromText('POINT(-122.9835884 50.1032993)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027970','Deer with an injured leg laying down in the shade. Deer is dragging the leg but can walk.',null,null,null,null,null,null,'770 232 St, Township of Langley, BC',null,'2023-07-14 14:42:16','2023-07-14 14:42:16',null,'LMOSS@idir','2023-07-14 14:44:15',null,null,null,null,'OPEN','LANGLEY',ST_GeomFromText('POINT(-122.5802356 49.0155716)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027971','As caller came into the area they noticed a fawn laying with its head into the edge of traffic but it was still alive. She was not sure who to call but finally got a number and is hoping someone can check it out.',null,null,null,null,null,null,'Hwy 97, Kelowna, BC','As you come out of Lake Country heading to Vernon','2023-07-14 10:30:00','2023-07-14 14:44:11',null,'JHANRATT@idir','2023-07-20 15:46:49',null,null,null,null,'CLOSED','LAKECNRY',ST_GeomFromText('POINT(-119.4028783 50.0075847)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027973','Deer with front leg injury has been seen limping in the neighborhood.',null,null,null,null,null,null,'Capilano Pl, Nanaimo, BC','off of Glen Eagle Cres','2023-07-14 14:57:33','2023-07-14 14:57:33',null,'MAWILSON@idir','2023-08-01 11:33:32',null,null,null,null,'CLOSED','NANAIMO',ST_GeomFromText('POINT(-123.9936295 49.2062723)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027974','Someone with a boat dragged a dead deer from the lake onto the shore. Head is on shore but the rest of the body is in the water. Park is also a dog park so dogs are sniffing around it.',null,null,null,null,null,null,'450 Knox Mountain Dr, Kelowna, BC','Knox Mountain park boat launch','2023-07-14 14:58:41','2023-07-14 14:58:41',null,'JHANRATT@idir','2023-07-20 15:47:56',null,null,null,null,'CLOSED','KELOWNA',ST_GeomFromText('POINT(-119.4930743 49.9084423)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027975','BB is in the yard eating cherries.',null,null,null,null,null,null,'38141 Chestnut Ave, Squamish, BC',null,'2023-07-14 15:00:23','2023-07-14 15:00:23',null,'CROCHON@idir','2023-07-14 15:42:55',null,null,null,null,'CLOSED','SQUMISH',ST_GeomFromText('POINT(-123.1337979 49.6999469)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027976','COM was outside hanging up her laundry and there was a black bear in her yard. Bear was walking towards COM and COM retreated into her house. Bear then turned around and left towards the logging road nearby. No food conditioned behaviour reported. ',null,null,null,null,null,null,'901 Nimpkish Heights Rd, Port McNeill, BC',null,'2023-07-14 15:04:44','2023-07-14 15:04:44',null,'IPAVLOVI@IDIR','2023-07-14 15:07:08',null,null,null,null,'CLOSED','HYDECREE',ST_GeomFromText('POINT(-127.01338 50.5672901)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027977','Stanley Park Ecology Society, coyote report gait atypical, think they need to call it in for dispatching. Mangy and odd movements and barely mobile. Has videos, sitting in some brush outside an apartment on the main floor. Ridged legs, concerning and barely any fur left. Can call RP number for if the coyote if there. - -RP: 604-916-0039',null,null,null,null,null,null,'555 E 6th Ave, Vancouver, BC',null,'2023-07-14 15:08:34','2023-07-14 15:08:34',null,'SZUKEWI@idir','2023-07-18 12:14:45',null,null,null,null,'CLOSED','VANCOUVR',ST_GeomFromText('POINT(-123.091354 49.2654936)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027979','COM is reporting an increased presence of bears in his neighbourhood. On Wednesday night (July 12) one of the bears broke down COM fence. COM believes they are looking for food. -',null,null,null,null,null,null,'2553 Carnation St, District of North Vancouver, BC',null,'2023-07-14 15:11:39','2023-07-14 15:11:39',null,'TDSCHUMA@idir','2023-08-03 10:50:45',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.0036954 49.3178795)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027980','COM reported a BB that is eating cherries from a tree in their neighour''s yard. COM noted no aggression, but the neighbour is scared. ',null,null,null,null,null,null,'',null,'2023-07-14 15:13:50','2023-07-14 15:13:50',null,'CROCHON@idir','2023-07-14 15:41:43',null,null,null,null,'OPEN','SQUMISH',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027982','Pulled into Westview and came around back. There was a huge brown bear that came running out of the complex. Had it cornered and then it hoped over a fence. Do not see him anymore. No huge hump, but is a brown bear. No aggressive behaviour. Phoned the police non-emergency line.',null,null,null,null,null,null,'2601 Westview Dr, North Vancouver, BC',null,'2023-07-14 15:24:25','2023-07-14 15:24:25',null,'COMILLER@idir','2023-07-14 15:31:10',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.0897298 49.3329846)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027983','BB running through the property orchard. Likely scared from the construction next door. ',null,null,null,null,null,null,'10011 Walters Rd, Summerland, BC',null,'2023-07-14 15:25:59','2023-07-14 15:25:59',null,'PBRACKEN@idir','2023-07-14 15:29:49',null,null,null,null,'CLOSED','SMRLAND',ST_GeomFromText('POINT(-119.6479195 49.5889639)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027989','COM is reporting seeing a black bear on the noted street. No food conditioned or aggressive behaviour reported. ',null,null,null,null,null,null,'3912 Lewister Rd, District of North Vancouver, BC',null,'2023-07-14 15:51:51','2023-07-14 15:51:51',null,'IPAVLOVI@IDIR','2023-07-14 15:53:34',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.1078179 49.3445121)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027990','A black bear sow with 3 cubs have been in the area for the last 2 weeks either at a neighbour''s or in the back alley or at another neighbour''s. Bears are at the neighbour''s now. Bears are just hanging around. Caller is concerned as there are young children in the area.',null,null,null,null,null,null,'3428 Raleigh St, Port Coquitlam, BC','Front yard at neighbour''s ','2023-07-14 15:54:49','2023-07-14 15:54:49',null,'RBACALL@idir','2023-07-14 15:58:15',null,null,null,null,'CLOSED','PORTCOQ',ST_GeomFromText('POINT(-122.7855747 49.2732139)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027991','COM is reporting an injured doe that was either swipped by a bear or a car. Deer is mobile but has ""meat"" hanging out the side. Doe is moving slowly. -',null,null,null,null,null,null,'Duke Rd E and Metchosin Rd and Pelican Dr, Colwood, BC',null,'2023-07-14 15:57:25','2023-07-14 15:57:25',null,'MAWILSON@idir','2023-08-01 11:53:45',null,null,null,null,'CLOSED','METCHOSI',ST_GeomFromText('POINT(-123.4961129 48.3984926)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027992','BB with 2 cubs getting into the neighbor''s garbage.',null,null,null,null,null,null,'3427 Raleigh St, Port Coquitlam, BC',null,'2023-07-14 16:00:29','2023-07-14 16:00:29',null,'LMOSS@idir','2023-07-14 16:02:47',null,null,null,null,'OPEN','PORTCOQ',ST_GeomFromText('POINT(-122.7864244 49.27305)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027994','It was compost and recycling day in the neighbourhood. A black bear walked down one side of caller''s house then the other side, then moved on down the street going house to house checking out the empty bins. ',null,null,null,null,null,null,'3359 Glasgow St, Port Coquitlam, BC','Heading towards Salisbury ','2023-07-14 16:01:44','2023-07-14 16:01:44',null,'RBACALL@idir','2023-07-14 16:06:31',null,null,null,null,'OPEN','PORTCOQ',ST_GeomFromText('POINT(-122.7736095 49.2733343)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027996','COM reported a BB that got into their locked garbage bin and is in their fenced yard eating it. COM noted they will be keeping the garbage in their garage going forward. ',null,null,null,null,null,null,'3990 Loraine Ave, District of North Vancouver, BC',null,'2023-07-14 16:08:20','2023-07-14 16:08:20',null,'SZUKEWI@idir','2023-07-18 12:15:36',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.1068003 49.3451603)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-027999','Skunk caught in a rat trap. ',null,null,null,null,null,null,'soccer field','Selkirk High School ','2023-07-14 16:40:11','2023-07-14 16:40:11',null,'JMELENKA@idir','2023-07-26 12:23:48',null,null,null,null,'CLOSED','KIMBERLY',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028000','COM is reporting a doe that just had 2 fawns. Advised that the doe is drooling, breathing heavily and looks lethargic. The fawns are hiding nearby next to a fence. Also advised that the doe has two yellow tags on her ears. ',null,null,null,null,null,null,'10 Bighorn Blvd, Radium Hot Springs, BC',null,'2023-07-14 16:42:00','2023-07-14 16:42:00',null,'GPKRUGER@idir','2023-07-15 10:33:36',null,null,null,null,'CLOSED','RADHOTSP',ST_GeomFromText('POINT(-116.0815899 50.615647)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028002','Caller reporting an injured deer, it''s left rear leg is hanging and it is limping. -',null,null,null,null,null,null,'4420 Bella Vista Rd, Vernon, BC','Blue Skies Housing Cooperative','2023-07-14 16:54:27','2023-07-14 16:54:27',null,'STECOOK@idir','2023-07-19 15:01:24',null,null,null,null,'CLOSED','VERNON',ST_GeomFromText('POINT(-119.2985752 50.2626062)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028004','COM is reporting a black bear that went after an empty garbage can and then it moved onto his neighbours property. When COM was returning home he saw one of his neighbour''s compost bins had been tipped over. ',null,null,null,null,null,null,'1277 Mt Crown Rd, District of North Vancouver, BC',null,'2023-07-14 16:57:22','2023-07-14 16:57:22',null,'SZUKEWI@idir','2023-07-25 13:22:24',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.1095016 49.3450975)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028008','COM is reporting a fawn that was struck by a vehicle yesterday. Her daughter witnessed it and moved the fawn to a safer location. COM daughter lost her wallet in the process so COM went to find the wallet and found the fawn in the same spot that her daughter left it. Fawn is immobile and appears to have a broken leg. - -GPS: 48.454042, -123.371141',null,null,null,null,null,null,'Blanshard St and Vernon Ave, Saanich, BC','On the meridian at GPS location in the bushes ','2023-07-14 17:16:25','2023-07-14 17:16:25',null,'MAWILSON@idir','2023-08-01 11:37:33',null,null,null,null,'CLOSED','VICTORIA',ST_GeomFromText('POINT(-123.371141 48.454042)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028011','Hit a bear pretty hard, it rolled into the ditch and limped off into a field. No longer can see it.',null,null,null,null,null,null,'13481 Harris Rd, Pitt Meadows, BC','Northside of the property','2023-07-14 17:25:24','2023-07-14 17:25:24',null,'COMILLER@idir','2023-07-14 17:28:57',null,null,null,null,'OPEN','PITTMDWS',ST_GeomFromText('POINT(-122.6910696 49.2474364)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028012','COM reports a BB cub was hit by a car and its now laying on the side of the road, but still alive. - -1729 LM CO Hunter -1730 LM CO Robertson -1734 briefed Ridge Meadows RCMP',null,null,null,null,null,null,'Harris Rd, Pitt Meadows, BC','across Middelveen Farm','2023-07-14 17:27:00','2023-07-14 17:27:00',null,'DLEWERS@idir','2023-07-14 17:35:32',null,null,null,null,'OPEN','PITTMDWS',ST_GeomFromText('POINT(-122.6895052 49.2424701)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028014','COM reporting BB cub sighting at location below.',null,null,null,null,null,null,'','Woodhaven Trail','2023-07-14 11:39:00','2023-07-14 17:39:29',null,'DLEWERS@idir','2023-07-14 17:40:50',null,null,null,null,'CLOSED','PORTMDY',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028016','A very large bear was spotted coming from the park and was in the parking lot across from Lakeland Mills.',null,null,null,null,null,null,'River Rd, Prince George, BC','Cottonwood Island Park','2023-07-14 17:39:57','2023-07-14 17:39:57',null,'PROEMER@idir','2023-07-14 17:42:15',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7443748 53.9257167)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028019','A large bear came up from McKay Creek and went into the neighbours yard. In the front yard it found a shed that they used to store their garbage inside, it proceeded to rip the doors off and knock over the bins inside and grab some garbage before going back down to the creek.',null,null,null,null,null,null,'3595 Emerald Dr, District of North Vancouver, BC',null,'2023-07-14 17:53:24','2023-07-14 17:53:24',null,'SZUKEWI@idir','2023-07-25 13:23:16',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.1036423 49.3417434)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028021','COM reporting fawn was possibly hit by a car walking on three legs but has disappeared into the bush. ',null,null,null,null,null,null,'Gorge View Dr, Saanich, BC','Parkview at or near Gorge Road West (300-500 Block) ','2023-07-14 18:06:47','2023-07-14 18:06:47',null,'MAWILSON@idir','2023-08-01 11:43:46',null,null,null,null,'CLOSED','SAANICH',ST_GeomFromText('POINT(-123.4038979 48.4496784)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028022','Have a bear that seems to have taken itself to the neighbourhood. At 0730 there was someone yelling 2 doors up as the bear was getting into the garbage. Person said the bear came at him, guy backed away and the bear continued eating garbage. It hit the neighbours on the downside of callers house and they blew dog whistle at it and it looked at her, but moved on. Neighbour just now was wheeling cart down driveway and the bear was near, no aggression. Caller honked horn and bear moved on. 2 nights ago it hit their can, but did not get into it.',null,null,null,null,null,null,'485 Ventura Cres, District of North Vancouver, BC',null,'2023-07-14 18:09:32','2023-07-14 18:09:32',null,'SZUKEWI@idir','2023-07-25 14:05:30',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.0807478 49.3545562)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028023','COM reporting possible bb in garbage and recycling. Scat left behind. Thinks this is the second time it has been there. ',null,null,null,null,null,null,'2055 Gisby St, West Vancouver, BC',null,'2023-07-14 18:12:21','2023-07-14 18:12:21',null,'EFITCH@IDIR','2023-07-14 18:17:50',null,null,null,null,'OPEN','WSTVANCO',ST_GeomFromText('POINT(-123.1971155 49.3440721)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028026','COM works for mining company she is reporting company vehicle hit deer and killed it. Deer collided on side of vehicle - no damage to vehicle. They will dispose of the animal. ',null,null,null,null,null,null,'Sparwood, BC','Mine Site for Sparwood ','2023-07-14 17:58:00','2023-07-14 18:23:52',null,'RYGORDON@idir','2023-07-24 11:23:31',null,null,null,null,'CLOSED','SPRWOOD',ST_GeomFromText('POINT(-114.8855556 49.7330556)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028028','COM reporting that there is a fawn in the parking lot garden beds against the building 2nd closet garden bed to the fire lane.. At or around 4:30 -5:00 pm customer came in a reported what is suspected to be an abandon fawn. Legs are splayed out and mewing. They have reported this to Wild Arc and they advised they are unable to help and to call the CO office. ',null,null,null,null,null,null,'2291 Cedar Hill Cross Rd, Oak Bay, BC',null,'2023-07-14 18:32:45','2023-07-14 18:32:45',null,'MAWILSON@idir','2023-08-01 11:44:51',null,null,null,null,'CLOSED','OAKBAY',ST_GeomFromText('POINT(-123.3133533 48.4573517)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028033','A bear was spotted on the course and staff went to have a look. It was found at Hole 12 and appears to have an injured front leg that it cannot put any weight onto.',null,null,null,null,null,null,'Whistler golf course, Whistler BC',null,'2023-07-14 19:11:28','2023-07-14 19:11:28',null,'SZUKEWI@idir','2023-07-18 12:17:11',null,null,null,null,'CLOSED','WHISTLER',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028036','COM reporting a fawn in the back yard limping. The back yard is fenced in and fawn is unable to get out, advised COM to unlock and open gate for fawn. - -',null,null,null,null,null,null,'2400 Bella Coola Crt, Kamloops, BC',null,'2023-07-14 20:01:27','2023-07-14 20:01:27',null,'EFITCH@IDIR','2023-07-14 20:29:43',null,null,null,null,'CLOSED','KAMLOOPS',ST_GeomFromText('POINT(-120.2496938 50.6625748)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028037','Videoed a mum bear and cub in their backyard. Stepped into their pool and had a drink. Yelled at them and they slowly sauntered off.',null,null,null,null,null,null,'2055 Gisby St, West Vancouver, BC',null,'2023-07-14 20:02:46','2023-07-14 20:02:46',null,'COMILLER@idir','2023-07-14 20:07:15',null,null,null,null,'CLOSED','WSTVANCO',ST_GeomFromText('POINT(-123.1971155 49.3440721)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028039','COM reporting an injured mountain goat front right leg is injured limping and barely able to walk. She said it has gone down the hill and out of sight. - -',null,null,null,null,null,null,'Westside Rd, West Kelowna, BC','3km Past bear creek park - West side of road','2023-07-14 20:07:06','2023-07-14 20:07:06',null,'HGOOLIAF@idir','2023-08-06 12:19:46',null,null,null,null,'CLOSED','WSTKELOW',ST_GeomFromText('POINT(-119.5374253 49.9044871)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028040','Calling to report a black bear that likes to come sit on her lawn for an hour or so at a time and eats the grass. Has been coming around since Tuesday. Looks about two years old.',null,null,null,null,null,null,'2107 Whistler Rd, Whistler, BC',null,'2023-07-14 20:15:05','2023-07-14 20:15:05',null,'ISCHMIDT@idir','2023-07-14 20:16:38',null,null,null,null,'CLOSED','WHISTLER',ST_GeomFromText('POINT(-122.989949 50.0997936)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028041','Bear walking on the road by the train tracks. Quite a few people around. South of the tracks heading Northbound.',null,null,null,null,null,null,'6787 Evans Rd, Chilliwack, BC',null,'2023-07-14 20:20:21','2023-07-14 20:20:21',null,'COMILLER@idir','2023-07-14 20:26:58',null,null,null,null,'CLOSED','CHILLIWK',ST_GeomFromText('POINT(-121.9778394 49.1254817)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028042','Calling to report a black bear was sitting on her back patio after walking into her house, helping themselves to some chocolate and leaving again. The bear has since left the property. The bear pulled down the screen door and the solid door was open. ',null,null,null,null,null,null,'665 St. Andrews Rd, West Vancouver, BC',null,'2023-07-14 20:35:00','2023-07-14 20:35:00',null,'SZUKEWI@idir','2023-07-25 13:23:59',null,null,null,null,'CLOSED','WSTVANCO',ST_GeomFromText('POINT(-123.1311852 49.3571758)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028043','Lost deer in the city, just walking.',null,null,null,null,null,null,'Ingleton Ave and Pender St, Burnaby, BC',null,'2023-07-14 20:43:40','2023-07-14 20:43:40',null,'COMILLER@idir','2023-07-14 20:45:42',null,null,null,null,'CLOSED','BURNBY',ST_GeomFromText('POINT(-123.0186399 49.2801961)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028044','Calling to report seeing a bear cub, it was climbing a tree before running down the street',null,null,null,null,null,null,'52170 Old Yale Rd, Cheam IR, BC',null,'2023-07-14 20:45:43','2023-07-14 20:45:43',null,'ISCHMIDT@idir','2023-07-14 20:48:20',null,null,null,null,'CLOSED','ROSEDALE',ST_GeomFromText('POINT(-121.7841779 49.1897441)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028045','2y/o BB at the back of the property, a guest reported. Walking up on the bike path, no aggression.',null,null,null,null,null,null,'3387 Hwy 16 W, Prince George, BC',null,'2023-07-14 20:46:25','2023-07-14 20:46:25',null,'COMILLER@idir','2023-07-14 20:48:30',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7972548 53.8637298)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028047','Caller had entered the marsh from the opposite side as listed and had just turned the corner on the trail when he encountered the bear standing on the trail. It was very mellow and just stood there looking at him and then wandered off.',null,null,null,null,null,null,'Wharf Ave, Sechelt, BC','Sechelt Marsh','2023-07-14 21:09:09','2023-07-14 21:09:09',null,'PROEMER@idir','2023-07-14 21:12:34',null,null,null,null,'CLOSED','SECHELT',ST_GeomFromText('POINT(-123.754629 49.4765006)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028050','Doe and two fawns were at the listed address, one of the fawns has an injured leg which seems to go off in a different direction when walking. It is not that they are just newborn and wobbly but something seems to be wrong with it.',null,null,null,null,null,null,'1405 Wende Rd, Saanich, BC',null,'2023-07-14 21:17:08','2023-07-14 21:17:08',null,'MAWILSON@idir','2023-08-01 11:45:57',null,null,null,null,'CLOSED','SAANICH',ST_GeomFromText('POINT(-123.3448153 48.4666757)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028053','Caller was reporting a BB in the area trying to break into the neighbours house, but could not confirm what that looked like. During the call it was walking across the street. - -RP: 250-997-7833',null,null,null,null,null,null,'3 Bijoux Dr, Mackenzie, BC',null,'2023-07-14 21:27:12','2023-07-14 21:27:12',null,'COMILLER@idir','2023-07-14 21:30:15',null,null,null,null,'CLOSED','MACKENZI',ST_GeomFromText('POINT(-123.0898036 55.3244164)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028054','Caller was reporting an injured bear in Mission. Bear was crossing the road with left front leg up limping and went into the bushes. - - RP: Corey O''Donnell 604-217-1067',null,null,null,null,null,null,'10700 Dewdney Trunk Rd, Mission, BC',null,'2023-07-14 21:46:39','2023-07-14 21:46:39',null,'COMILLER@idir','2023-07-14 21:50:14',null,null,null,null,'OPEN','MISSION',ST_GeomFromText('POINT(-122.3228124 49.200116)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028055','Calling to report seeing three cougars a mother with two adolescents, took a picture of the mother. Appears to be teaching the young to hunt. About 100 feet from the house.',null,null,null,null,null,null,'3 Khenkous Pl, Zeballos, BC',null,'2023-07-14 21:50:46','2023-07-14 21:50:46',null,'MAWILSON@idir','2023-07-17 08:51:59',null,null,null,null,'CLOSED','ZEBALLOS',ST_GeomFromText('POINT(-126.8588054 49.9851115)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028057','COM reporting deer hit by a truck that kept on going breaking its front legs, suffering, cannot get up very ill looking advised it will not last to the morning. -',null,null,null,null,null,null,'Fourth Ave and Laurier St, Invermere, BC','Just before library in ditch','2023-07-14 22:01:45','2023-07-14 22:01:45',null,'GPKRUGER@idir','2023-07-25 15:20:04',null,null,null,null,'CLOSED','INVERMER',ST_GeomFromText('POINT(-116.0267691 50.5143243)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028058','Calling to report that a black bear was in her driveway getting into their garbage.',null,null,null,null,null,null,'561 Bellamy Close, Langford, BC',null,'2023-07-14 23:04:33','2023-07-14 23:04:33',null,'ISCHMIDT@idir','2023-07-14 23:34:00',null,null,null,null,'OPEN','LANGLEY',ST_GeomFromText('POINT(-123.4922943 48.4673738)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028059','Caller advises that the bear has been around for some time now and is coming more frequently. The garbage was just emptied on Wednesday and he is back already. They are trying to get people to ensure everything is kept locked up, he is hoping a trap can be brought around for this guy.',null,null,null,null,null,null,'1195 Falcon Dr, Coquitlam, BC',null,'2023-07-14 23:09:21','2023-07-14 23:09:21',null,'PROEMER@idir','2023-07-14 23:12:14',null,null,null,null,'OPEN','COQUITLM',ST_GeomFromText('POINT(-122.817219 49.2835209)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028060','Caller has seen a bear go into a neighbours house forcing itself in, not sure which house, the bear has come back out now. Not sure if neighbours are safe or not. He maybe away, they are sending officers now. -RP: Pablo 604-704-4607 - -OIC Cst. Hunsicker 778-231-2704',null,null,null,null,null,null,'3493 Bluebonnet Rd, District of North Vancouver, BC',null,'2023-07-14 23:14:13','2023-07-14 23:14:13',null,'SZUKEWI@idir','2023-07-25 13:28:24',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.1101696 49.3410084)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028063','Reporting that a BB was spotted attempting to access the garbages just east of the washrooms earlier this evening. Caller states that he doesn''t know where the BB is now as it took off toward some nearby bushes and he could no longer hear or see it. ',null,null,null,null,null,null,'Queens Pk, New Westminster, BC',null,'2023-07-14 23:28:57','2023-07-14 23:28:57',null,'DDAVIS@idir','2023-07-14 23:32:44',null,null,null,null,'OPEN','NEWWEST',ST_GeomFromText('POINT(-122.9046041 49.2143194)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028066','COM reporting a large BB in neighborhood. Just wants it reported due to being garbage today but was not into any cans. ',null,null,null,null,null,null,'Crown Isle Blvd, Courtenay, BC',null,'2023-07-15 00:38:19','2023-07-15 00:38:19',null,'EFITCH@IDIR','2023-07-15 00:44:33',null,null,null,null,'CLOSED','COURTNY',ST_GeomFromText('POINT(-124.958605 49.717262)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028067','Reporting that for the past couple of nights, caller can hear neighbourhood dogs barking at what she believes to be BBs. Caller states that she does not have any attractants and is not sure if neighbours do or not as she won''t look out her windows at anytime of day or night as she''s too frightened. Caller states that the barking dogs are keeping her up at night. -',null,null,null,null,null,null,'685 Cliff St, Bella Coola, BC',null,'2023-07-15 01:12:24','2023-07-15 01:12:24',null,'DDAVIS@idir','2023-07-15 01:21:02',null,null,null,null,'CLOSED','BLLACOOL',ST_GeomFromText('POINT(-126.7481766 52.3719363)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028070','Calling to report a group of 12 cougars in his yard. Behind his house is a greenbelt he says they stay in. ',null,null,null,null,null,null,'2181 College Pl, Shawnigan Lake, BC',null,'2023-07-15 02:43:09','2023-07-15 02:43:09',null,'MAWILSON@idir','2023-07-17 08:50:22',null,null,null,null,'CLOSED','SHWNIGN',ST_GeomFromText('POINT(-123.6504578 48.6568403)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028071','Calling to report a black bear has been walking beside her house and across the drive way and knocked over the garbage can. It did not get into the garbage. ',null,null,null,null,null,null,'4223 Glenhaven Cres, District of North Vancouver, BC',null,'2023-07-15 05:55:51','2023-07-15 05:55:51',null,'ISCHMIDT@idir','2023-07-15 05:57:27',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-122.9542397 49.3102363)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028073','COM is reporting a black bear taking things off neighbours porches and playing with them. ',null,null,null,null,null,null,'2046 Highview Pl, Port Moody, BC',null,'2023-07-15 06:37:27','2023-07-15 06:37:27',null,'IPAVLOVI@IDIR','2023-07-15 06:38:59',null,null,null,null,'CLOSED','PORTMDY',ST_GeomFromText('POINT(-122.8709416 49.2757317)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028075','COM is reporting a brown phase black bear that just head-butted her basement suite window. Bear ran away shortly after. ',null,null,null,null,null,null,'415 Gillett St, Prince George, BC',null,'2023-07-15 06:56:58','2023-07-15 06:56:58',null,'IPAVLOVI@IDIR','2023-07-15 07:00:55',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7754738 53.921442)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028076','COM reported a elk that has been walking in tight circles in the same area for the past week. The elk is old and emaciated. ',null,null,null,null,null,null,'','Heading North on 93/95, on the east side at the bottom of the hill of Bummers Flats ','2023-07-15 06:57:00','2023-07-15 06:57:00',null,'RKRENZ@idir','2023-08-04 14:07:16',null,null,null,null,'CLOSED','FTSTEELE',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028077','Caller reporting a small bb 30 meters from her car in the parking lot at the trailhead. ',null,null,null,null,null,null,'Cheakamus Lake Trail, Whistler, BC','parking lot ','2023-07-15 07:11:54','2023-07-15 07:11:54',null,'PBRACKEN@idir','2023-07-15 07:14:37',null,null,null,null,'CLOSED','WHISTLER',ST_GeomFromText('POINT(-122.9496589 50.0264428)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028078','COM is reporting an orphaned fawn next to a dead doe on the side of the highway at the noted location. ',null,null,null,null,null,null,'Cochrane Road Overpass and Inland Island Hwy, Qualicum Beach, BC','500m North of Cochrane Rd ','2023-07-15 07:19:38','2023-07-15 07:19:38',null,'MAWILSON@idir','2023-08-01 11:47:20',null,null,null,null,'OPEN','QLICMBCH',ST_GeomFromText('POINT(-124.6406064 49.3905588)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028079','COM reported three deer that were on the campus then left',null,null,null,null,null,null,'2420 Dollarton Hwy, District of North Vancouver, BC','Capella University','2023-07-15 07:32:26','2023-07-15 07:32:26',null,'DTALEVSK@idir','2023-07-15 07:35:15',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.0065129 49.3087612)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028080','Caller reports there is a large brown coloured bear in the back alley behind Earls restaurant 15th and Central Ave East.',null,null,null,null,null,null,'15th Ave and Central St E, Prince George, BC',null,'2023-07-15 07:33:47','2023-07-15 07:33:47',null,'SMCCREAD@idir','2023-07-15 07:38:20',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7811788 53.9104195)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028081','RCMP are advising that they received a report of a fawn that was struck by a vehicle at the noted location. Fawn is immobile. ',null,null,null,null,null,null,'Departure Bay Rd and Merry Men Way, Nanaimo, BC','Smugglers Hill Drive - hill on departure bay rd , in the grass by the trees','2023-07-15 07:45:18','2023-07-15 07:45:18',null,'MAWILSON@idir','2023-08-01 11:36:03',null,null,null,null,'OPEN','NANAIMO',ST_GeomFromText('POINT(-123.977351 49.2083974)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028082','Caller reports a black bear wandering through 4200 Dewdney Trunk Rd.',null,null,null,null,null,null,'4200 Dewdney Trunk Rd, Coquitlam, BC',null,'2023-07-15 07:47:44','2023-07-15 07:47:44',null,'SMCCREAD@idir','2023-07-15 07:49:39',null,null,null,null,'CLOSED','COQUITLM',ST_GeomFromText('POINT(-122.8206171 49.2760627)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028083','COM reported a BB in their neighbour''s backyard that got to a bird feeder. ',null,null,null,null,null,null,'83628 Cherry Dr, Squamish, BC',null,'2023-07-15 07:53:14','2023-07-15 07:53:14',null,'CROCHON@idir','2023-07-15 09:48:52',null,null,null,null,'OPEN','SQUMISH',ST_GeomFromText('POINT(-123.1135645 49.7075639)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028084','Caller reporting a bb in the the trailer park. The bb is going right up to residents doors. The bb was seen as the caller was driving past. ',null,null,null,null,null,null,'Buoy Dr and Dewdney Trunk Rd, Coquitlam, BC','trailer park ','2023-07-15 07:53:15','2023-07-15 07:53:15',null,'PBRACKEN@idir','2023-07-15 07:58:35',null,null,null,null,'CLOSED','COQUITLM',ST_GeomFromText('POINT(-122.8210539 49.2757467)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028085','Caller reports sighting a coyote on 5th and Lillooet St. It was initially chasing a squirrel and has become a bit freaked by a car alarm that just went off.',null,null,null,null,null,null,'E 5th Ave and Lillooet St, Vancouver, BC',null,'2023-07-15 07:56:33','2023-07-15 07:56:33',null,'SMCCREAD@idir','2023-07-15 07:59:53',null,null,null,null,'CLOSED','VANCOUVR',ST_GeomFromText('POINT(-123.039018 49.2656781)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028086','COM is reporting a brown phase black bear at the noted location. Bear was walking down the street and entered a yard. No food conditioned or aggressive behaviour reported. ',null,null,null,null,null,null,'1394 Freeman St, Prince George, BC',null,'2023-07-15 07:58:52','2023-07-15 07:58:52',null,'IPAVLOVI@IDIR','2023-07-15 08:00:42',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7735006 53.911442)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028088','COM is reporting a coyote on their property. Advised that they have been requested by a CO to phone in when it is present as apparently COS wants to euthanize it. - -',null,null,null,null,null,null,'550 E 6th Ave, Vancouver, BC',null,'2023-07-15 08:07:18','2023-07-15 08:07:18',null,'SZUKEWI@idir','2023-07-18 12:22:29',null,null,null,null,'CLOSED','VANCOUVR',ST_GeomFromText('POINT(-123.0917981 49.2649831)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028091','BB walking around in the alley. The BB startled the caller and he yelled at the BB. The BB just looked at him and walked away. ',null,null,null,null,null,null,'1397 Carney St, Prince George, BC',null,'2023-07-15 08:17:53','2023-07-15 08:17:53',null,'PBRACKEN@idir','2023-07-15 08:20:11',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7695535 53.9113272)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028092','COM is reporting a bear that was on their property last night at 2000h. No food conditioned behaviour reported. No aggressive behaviour reported. ',null,null,null,null,null,null,'2858 McCoomb Dr, Coquitlam, BC',null,'2023-07-15 08:24:24','2023-07-15 08:24:24',null,'IPAVLOVI@IDIR','2023-07-15 08:27:34',null,null,null,null,'CLOSED','COQUITLM',ST_GeomFromText('POINT(-122.8051046 49.2819829)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028093','Caller reporting a baby deer with a broken leg. no mom in sight. MVI -',null,null,null,null,null,null,'Cadboro Bay Rd and Sinclair Rd, Saanich, BC',null,'2023-07-15 08:27:22','2023-07-15 08:27:22',null,'MAWILSON@idir','2023-08-01 11:49:15',null,null,null,null,'OPEN','SAANICH',ST_GeomFromText('POINT(-123.2976025 48.461002)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028095','Reports large male bear who has lost all fear of people and bear bangers. Has been responsible for killing 5-6 chickens recently as well as a duck. Concerned for my kids safety as well as my own.',null,null,null,null,null,null,'1916 Mile 108-Horsefly Rd, Horsefly, BC',null,'2023-07-15 08:34:44','2023-07-15 08:34:44',null,'KSORENSE@idir','2023-08-07 10:01:08',null,null,null,null,'CLOSED','HORSEFLY',ST_GeomFromText('POINT(-121.4873724 52.2184362)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028098','COM reported a BB on their farm property eating blue berries There are pickers about to come. The COM will hold off having the pickers come until the afternon and continue to make noise to see if the BB moves off. -** COM is looking for advice on prevention. ',null,null,null,null,null,null,'29921 Fraser Hwy, Abbotsford, BC',null,'2023-07-15 09:00:23','2023-07-15 09:00:23',null,'PROEMER@idir','2023-07-16 18:24:13',null,null,null,null,'OPEN','ABTFRD',ST_GeomFromText('POINT(-122.3938223 49.0587771)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028103','COM is reporting a bear at the noted location. No food conditioned or aggressive behaviour reported. ',null,null,null,null,null,null,'1024 Johnson St, Prince George, BC',null,'2023-07-15 09:20:32','2023-07-15 09:20:32',null,'IPAVLOVI@IDIR','2023-07-15 09:21:34',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7796319 53.9150304)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028111','Caller reports that a bear has taken their garbage as well. Not around any longer. seems to be unafraid of people.',null,null,null,null,null,null,'59 Glenmore Dr, West Vancouver, BC',null,'2023-07-15 09:47:11','2023-07-15 09:47:11',null,'SZUKEWI@idir','2023-07-25 13:30:25',null,null,null,null,'CLOSED','WSTVANCO',ST_GeomFromText('POINT(-123.1185572 49.3643332)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028112','Caller reporting an injured deer from an MVI on the edge of the road. ',null,null,null,null,null,null,'Pringle Rd, Spallumcheen, BC',null,'2023-07-15 09:54:47','2023-07-15 09:54:47',null,'TAMYRONI@idir','2023-07-20 09:57:52',null,null,null,null,'CLOSED','SPALLMCHN',ST_GeomFromText('POINT(-119.1983564 50.4995729)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028113','COM reports a 12 yo child was walking 2 poodles and a deer charged her. COM reports the deer was pawing in the air towards the child. COM reports the doe has 3 fawns. No contact made and no injury to child - -0959 LM CO Hall -1001 briefed CO Bartol',null,null,null,null,null,null,'1751 Fort Point Close, Invermere, BC',null,'2023-07-15 09:55:50','2023-07-15 09:55:50',null,'DBARTOL@idir','2023-07-17 09:16:24',null,null,null,null,'CLOSED','INVERMER',ST_GeomFromText('POINT(-116.0212711 50.4954378)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028114','COM is reporting seeing a brown phase black bear at the noted location. No food conditioned or aggressive behaviour reported. ',null,null,null,null,null,null,'1400 Freeman St, Prince George, BC',null,'2023-07-15 10:01:23','2023-07-15 10:01:23',null,'IPAVLOVI@IDIR','2023-07-15 10:03:30',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7736603 53.9113744)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028118','COM is reporting a fawn that might be orphaned. COM advises that her husband saw a dead doe on the way to work yesterday and is concerned the fawn is now without its mother. ',null,null,null,null,null,null,'Scenic Dr and Terrace Dr, Coldstream, BC','486 Terrace Dr ','2023-07-15 10:13:28','2023-07-15 10:13:28',null,'TBECK@idir','2023-07-20 11:58:00',null,null,null,null,'CLOSED','CLDSTRM',ST_GeomFromText('POINT(-119.21936 50.2411817)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028120','Caller reports that their cat was attacked by a coyote who is still hanging around circling their house.',null,null,null,null,null,null,'2159 Dawes Hill Rd, Coquitlam, BC',null,'2023-07-15 10:13:56','2023-07-15 10:13:56',null,'LMOSS@idir','2023-07-20 10:58:49',null,null,null,null,'CLOSED','COQUITLM',ST_GeomFromText('POINT(-122.8349417 49.2361413)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028122','Caller reports that a deer has been hit by a tractor is laying by the side of the road.',null,null,null,null,null,null,'8 kms out of town on Hwy 5A',null,'2023-07-15 10:29:43','2023-07-15 10:29:43',null,'PRPIKE@idir','2023-07-16 09:00:51',null,null,null,null,'OPEN','PRINCETN',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028123','There was a black bear on our street in peoples front yards, and even coming out of 1 yard to be face to face with people in the next. Too close on a sunny Saturday morning. 9 am, 240th street 13100 block maple ridge. -This is getting to be too frequent. We have been here 17 years, and I didn''t see a bear for the first 4 years. Now, people using our streets, yards, and trails are having to be aware of a possible bear encounter. We should not have to be concerned about going for a walk, or going to the mailbox in broad daylight. -The bear went down to the bottom of 240th towards the trail that goes down to mill street. -',null,null,null,null,null,null,'',null,'2023-07-15 10:31:06','2023-07-15 10:31:06',null,'DTALEVSK@idir','2023-07-15 10:31:51',null,null,null,null,'CLOSED','MAPLERID',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028124','COM reporting second day BB in the yard eating berries and she is unable to scare it off',null,null,null,null,null,null,'9183 Emerald Dr, Whistler, BC',null,'2023-07-15 10:32:36','2023-07-15 10:32:36',null,'DLEWERS@idir','2023-07-15 10:34:07',null,null,null,null,'OPEN','WHISTLER',ST_GeomFromText('POINT(-122.9278646 50.1587108)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028125','Caller reporting a buck with a net and other items in his antlers. The Buck is heading towards Beacon Hill. ',null,null,null,null,null,null,'Dallas Rd and Moss St, Victoria, BC',null,'2023-07-15 10:34:19','2023-07-15 10:34:19',null,'MAWILSON@idir','2023-08-01 11:51:13',null,null,null,null,'CLOSED','VICTORIA',ST_GeomFromText('POINT(-123.351083 48.4060357)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028126','COM is reporting a buck at the noted location that has a net all over its antlers and is covering its face and mouth. ',null,null,null,null,null,null,'Dallas Rd and Moss St, Victoria, BC',null,'2023-07-15 10:35:42','2023-07-15 10:35:42',null,'MAWILSON@idir','2023-08-01 11:53:03',null,null,null,null,'CLOSED','VICTORIA',ST_GeomFromText('POINT(-123.351083 48.4060357)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028127','Caller reports that there is a bear in their tree. It is a large bear. There is nothing for it to eat in the tree, and there are no dogs barking at it.',null,null,null,null,null,null,'1090 Burden St, Prince George, BC',null,'2023-07-15 10:37:20','2023-07-15 10:37:20',null,'HIDESMAR@idir','2023-07-17 15:42:17',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7676088 53.914531)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028128','COM is reporting seeing a bear at the noted location. No food conditioned or aggressive behaviour reported. ',null,null,null,null,null,null,'3677 Sefton St, Port Coquitlam, BC',null,'2023-07-15 10:41:23','2023-07-15 10:41:23',null,'IPAVLOVI@IDIR','2023-07-15 10:43:57',null,null,null,null,'CLOSED','PORTCOQ',ST_GeomFromText('POINT(-122.7579318 49.2778015)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028129','Caller reports that a couple of nights ago a bear came into our kitchen window.',null,null,null,null,null,null,'4715 Rutland Rd, West Vancouver, BC',null,'2023-07-15 10:47:13','2023-07-15 10:47:13',null,'KPPOPJES@idir','2023-07-15 15:04:42',null,null,null,null,'CLOSED','WSTVANCO',ST_GeomFromText('POINT(-123.2490018 49.3483406)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028130','caller reports seeing a cougar last night.',null,null,null,null,null,null,'4715 Rutland Rd, West Vancouver, BC',null,'2023-07-15 10:50:07','2023-07-15 10:50:07',null,'KPPOPJES@idir','2023-07-17 10:59:21',null,null,null,null,'OPEN','WSTVANCO',ST_GeomFromText('POINT(-123.2490018 49.3483406)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028131','COM is reporting a racoon that is wedged between a fence. COM tried to pull the fence apart but it''s still stuck. COM is going to attempt to free it again and will phone back in his efforts are successful. ',null,null,null,null,null,null,'2076 Shannon Way, West Kelowna, BC',null,'2023-07-15 10:54:14','2023-07-15 10:54:14',null,'KOWENS@idir','2023-07-15 17:38:56',null,null,null,null,'CLOSED','WSTKELOW',ST_GeomFromText('POINT(-119.6095633 49.8526023)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028134','Security received a report of a black bear sighting on University Drive East.',null,null,null,null,null,null,'Gaglardi Way, Burnaby, BC','University Drive East','2023-07-15 10:58:35','2023-07-15 10:58:35',null,'RBACALL@idir','2023-07-15 11:00:31',null,null,null,null,'CLOSED','BURNBY',ST_GeomFromText('POINT(-122.912705 49.265803)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028135','COM is reporting a black bear going through garbage cans at the noted location. Bear is unafraid of people. No aggressive behaviour reported. ',null,null,null,null,null,null,'2160 Hill Dr, District of North Vancouver, BC',null,'2023-07-15 11:02:49','2023-07-15 11:02:49',null,'SZUKEWI@idir','2023-07-18 12:24:29',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-122.9944027 49.3279707)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028136','A black bear sow and 2 black bear cubs have been on the property for the last few nights. 2 days ago caller set off a bear banger. There is a padlocked dumpster with a chain and bear still is able to push open the lid. Last night 2 children 12 and 6 were sleeping in an RV, heard a noise, called dad inside the house. Dad took a collie dog with him outside and encountered the sow, dog barked at sow, sow injured dog or dog got scrapes from the ground. Dog did not need to go to the vet. Dog is lying under the RV to stay cool and rest. - - -',null,null,null,null,null,null,'12734 246 St, Maple Ridge, BC',null,'2023-07-15 02:00:00','2023-07-15 11:10:01',null,'RBACALL@idir','2023-07-15 11:22:28',null,null,null,null,'OPEN','MAPLERID',ST_GeomFromText('POINT(-122.5392373 49.2339031)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028137','COM is reporting a black bear sighting at the noted location. No food conditioned or aggressive behaviour reported. ',null,null,null,null,null,null,'1100 Alward St, Prince George, BC',null,'2023-07-15 10:45:00','2023-07-15 11:14:51',null,'IPAVLOVI@IDIR','2023-07-15 11:16:08',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7661656 53.9142322)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028138','COM has 5 acres off the Rail Trail and spotted a cougar in their back field ',null,null,null,null,null,null,'Reiswig Rd, Lake Country, BC',null,'2023-07-15 11:15:51','2023-07-15 11:15:51',null,'DLEWERS@idir','2023-07-15 11:18:31',null,null,null,null,'OPEN','LAKECNRY',ST_GeomFromText('POINT(-119.3972557 50.0459832)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028140','BB that came around the house yesterday. Brown, hump on the back 400 - 600 pounds. -It was garbage day. No comments on whether the BB got any garbage. -Caller has a video -Caller wants a trap. - -** caller requesting a callback.',null,null,null,null,null,null,'4091 Madeley Rd, District of North Vancouver, BC',null,'2023-07-15 11:31:19','2023-07-15 11:31:19',null,'CROCHON@idir','2023-07-15 14:50:40',null,null,null,null,'OPEN','NORVAN',ST_GeomFromText('POINT(-123.0782236 49.3467875)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028141','Caller reports a bear which went from the green belt behind their home to the street and then wandered off.',null,null,null,null,null,null,'35743 Regal Pky, Abbotsford, BC',null,'2023-07-15 11:32:25','2023-07-15 11:32:25',null,'SMCCREAD@idir','2023-07-15 11:34:50',null,null,null,null,'CLOSED','ABTFRD',ST_GeomFromText('POINT(-122.2346591 49.052303)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028145','A juvenile black bear came out of the woods and walked beside caller''s property where people walk from the car park to the beach. Caller''s husband went to chase it away and it bluff charged and hissed at him. While on the call the bear went over to the neighbour''s deck and started going after the bird feeder and hummingbird feeder. ',null,null,null,null,null,null,'25 Brunswick Beach Rd, Brunswick Beach, BC',null,'2023-07-15 11:38:45','2023-07-15 11:38:45',null,'SZUKEWI@idir','2023-07-18 12:29:50',null,null,null,null,'OPEN','LIONSBAY',ST_GeomFromText('POINT(-123.2436695 49.4718855)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028149','Caller just saw a doe with 2 fawns get hit by a vehicle in front of his house. Her back end is wrecked. ',null,null,null,null,null,null,'611 Middleton Way, Coldstream, BC',null,'2023-07-15 11:48:34','2023-07-15 11:48:34',null,'STECOOK@idir','2023-07-19 15:09:41',null,null,null,null,'CLOSED','CLDSTRM',ST_GeomFromText('POINT(-119.2520757 50.2304701)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028153','RCMP are advising that they received a report that a black bear broke through a screen door at the noted address, went into bedroom and hissed and lunged at COM. No contact between bear and COM. COM blew an air horn and the bear ran away. -',null,null,null,null,null,null,'UNIT 18 -- 1375 Cloudburst Dr, Whistler, BC',null,'2023-07-15 12:07:53','2023-07-15 12:07:53',null,'BMUELLER@idir','2023-07-21 12:22:46',null,null,null,null,'OPEN','WHISTLER',ST_GeomFromText('POINT(-123.0405958 50.0772079)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028155','Caller reports that there have been bears in her yard and they don''t react to loud sounds and have been coming right to her doors.',null,null,null,null,null,null,'#17 - 2 Stekooyden View Dr, Hagwilget, BC',null,'2023-07-15 12:19:38','2023-07-15 12:19:38',null,'DDAVIS@idir','2023-07-20 21:02:05',null,null,null,null,'CLOSED','NEWHAZ',ST_GeomFromText('POINT(-127.5974449 55.2526999)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028156','Caller saw a black bear wandering around. ',null,null,null,null,null,null,'3333 Edgemont Blvd, District of North Vancouver, BC',null,'2023-07-15 12:19:58','2023-07-15 12:19:58',null,'RBACALL@idir','2023-07-15 12:21:30',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.1048388 49.3395842)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028157','COM reporting a deer with an injured leg',null,null,null,null,null,null,'Main St, Penticton, BC','near RCMP Station ','2023-07-15 12:30:49','2023-07-15 12:30:49',null,'BRANBECK@idir','2023-07-15 12:49:45',null,null,null,null,'CLOSED','PENTICTN',ST_GeomFromText('POINT(-119.587224 49.487897)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028158','Caller reporting a little skinny black bear yearly in yard. The bb leans up against the patio doors and relaxes. Hazing is no longer working. He has been around since spring. No known attractants on site. The BB is very comfortable in the yard and is making it his home. - -** Caller requesting a callback.',null,null,null,null,null,null,'Mount Fee Rd, Whistler, BC','Unit 31-12','2023-07-15 12:40:16','2023-07-15 12:40:16',null,'TDSCHUMA@idir','2023-07-20 16:11:22',null,null,null,null,'CLOSED','WHISTLER',ST_GeomFromText('POINT(-123.0382022 50.0766711)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028159','COM reported a deer that seems to have been attacked by coyotes. It has a back leg that has been chewed on and is hobbling. ',null,null,null,null,null,null,'','Kalamalka Lake Rd in a field in a farm field just down the road from the elementary school. ','2023-07-15 12:41:28','2023-07-15 12:41:28',null,'TBECK@idir','2023-07-20 11:59:39',null,null,null,null,'CLOSED','CLDSTRM',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028160','COM reports a yearling BB came through his screen door into his house while he was on his way upstairs. COM came back down to find BB in his front hall. COM scared the BB away. -No damage reported and no injuries. ',null,null,null,null,null,null,'UNIT 11 -- 1245 Mount Fee Rd, Whistler, BC',null,'2023-07-15 12:41:34','2023-07-15 12:41:34',null,'TDSCHUMA@idir','2023-07-20 16:18:24',null,null,null,null,'CLOSED','WHISTLER',ST_GeomFromText('POINT(-123.0397905 50.0784099)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028161','COM is reporting seeing a large black bear at the noted location. No food conditioned or aggressive behaviour reported. ',null,null,null,null,null,null,'1033 Handsworth Rd, North Vancouver','Handsworth Secondary ','2023-07-15 12:30:00','2023-07-15 12:45:45',null,'IPAVLOVI@IDIR','2023-07-15 12:48:31',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028162','COM 250-923-1958 disconnected while reporting to RCMP she saw a black bear on a trial in Campbell River. ',null,null,null,null,null,null,'',null,'2023-07-15 12:48:14','2023-07-15 12:48:14',null,'RBACALL@idir','2023-07-15 12:49:54',null,null,null,null,'CLOSED','CMBLRV',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028164','Caller reporting a deer with barb wire wound tightly around his neck, it is starting to cut into the neck. The deer has been around for the last few days and shows around the early afternoon.',null,null,null,null,null,null,'1701 9th Ave, Invermere, BC',null,'2023-07-15 12:52:01','2023-07-15 12:52:01',null,'GPKRUGER@idir','2023-07-25 14:55:33',null,null,null,null,'CLOSED','INVERMER',ST_GeomFromText('POINT(-116.0307753 50.5000899)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028167','A black bear cub has been spotted several times in the last few days around the hostel, on the patio and at neighbours.',null,null,null,null,null,null,'1035 Legacy Way, Whistler, BC','HI Whistler Hostel','2023-07-15 13:00:00','2023-07-15 13:15:30',null,'RBACALL@idir','2023-07-15 13:21:09',null,null,null,null,'CLOSED','WHISTLER',ST_GeomFromText('POINT(-123.0420115 50.0797383)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028168','Young bb came into the garage at 12:50 pm, no damage, took a backpack with an apple in it. - -The caller and her daughter were In the garage at the time getting bikes. The mother went into the house for a moment and the bb came into the garage. The caller made noise, the BB grabbed the backpack and walked out. - -The bb stood up and growled at the neighbour, who was hazing him. ',null,null,null,null,null,null,'1030 Legacy Way, Whistler, BC','unit # 5 Cheakamus ','2023-07-15 13:16:21','2023-07-15 13:16:21',null,'SZUKEWI@idir','2023-07-22 10:14:03',null,null,null,null,'OPEN','WHISTLER',ST_GeomFromText('POINT(-123.0413648 50.0795769)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028169','Caller reports a grizzly bear in Squamish. Confirms description with a hump on back and brown colour.',null,null,null,null,null,null,'38297 Fir St, Squamish, BC',null,'2023-07-15 13:18:45','2023-07-15 13:18:45',null,'CROCHON@idir','2023-07-15 14:34:17',null,null,null,null,'OPEN','SQUMISH',ST_GeomFromText('POINT(-123.1274763 49.7007977)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028170','COM is reporting a bear in the area in a yard on the waterfront side of the home. Neighbours tried to haze the bear using horns but the bear is unafraid. ',null,null,null,null,null,null,'4709 Kellow Pl, Saanich, BC',null,'2023-07-15 13:24:35','2023-07-15 13:24:35',null,'IPAVLOVI@IDIR','2023-07-15 13:27:21',null,null,null,null,'CLOSED','SAANICH',ST_GeomFromText('POINT(-123.4459739 48.5101439)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028176','COM is advising that one of their operators saw a black bear at the noted location. No food conditioned or aggressive behaviour reported. ',null,null,null,null,null,null,'Westcoast Express Platform ',null,'2023-07-15 14:05:51','2023-07-15 14:05:51',null,'IPAVLOVI@IDIR','2023-07-15 14:07:14',null,null,null,null,'CLOSED','COQUITLM',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028177','COM is reporting a young bear that has been in their neighbourhood for weeks. Advised that the bear is unafraid when people yell at it or dogs bark at it. COM thinks it might be accessing food sources in the area but has not seen it do so. -',null,null,null,null,null,null,'UNIT 16 -- 1240 Mount Fee Rd, Whistler, BC',null,'2023-07-15 14:35:37','2023-07-15 14:35:37',null,'IPAVLOVI@IDIR','2023-07-15 14:39:35',null,null,null,null,'CLOSED','WHISTLER',ST_GeomFromText('POINT(-123.0396354 50.0799353)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028179','Caller reports seeing a bear walking in front his car and then into someone''s yard. -',null,null,null,null,null,null,'Parkway Blvd and Plateau Blvd, Coquitlam, BC',null,'2023-07-15 14:39:38','2023-07-15 14:39:38',null,'SMCCREAD@idir','2023-07-15 14:42:32',null,null,null,null,'CLOSED','COQUITLM',ST_GeomFromText('POINT(-122.7924734 49.3207482)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028181','COM is reporting bears that continue to frequent their property and pushes on the door of their trailer. Last night a friend threw a rock at the bear and chased it away. A couple of days ago it was pushing on the trailer door. COM has brought their garbage can into the trailer and thinks that is why the bear pushes on the trailer door. -',null,null,null,null,null,null,'1 Raspberry Pl, Mackenzie, BC',null,'2023-07-15 14:42:06','2023-07-15 14:42:06',null,'HIDESMAR@idir','2023-07-20 14:45:02',null,null,null,null,'CLOSED','MACKENZI',ST_GeomFromText('POINT(-123.0883123 55.3244892)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028182','COM reporting BB sighting',null,null,null,null,null,null,'Plateau Blvd, Coquitlam, BC','Mundy Park','2023-07-15 14:46:29','2023-07-15 14:46:29',null,'DLEWERS@idir','2023-07-15 14:47:51',null,null,null,null,'CLOSED','COQUITLM',ST_GeomFromText('POINT(-122.7876401 49.3128148)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028184','Caller reports a bb that tried to break into their garage door, was not afraid of homeowner who was yelling at it. the Bear wasnt too big and did run away when a shoe was thrown at it.',null,null,null,null,null,null,'933 Eyremount Dr, West Vancouver, BC',null,'2023-07-15 15:06:54','2023-07-15 15:06:54',null,'SZUKEWI@idir','2023-07-25 13:31:06',null,null,null,null,'CLOSED','WSTVANCO',ST_GeomFromText('POINT(-123.1327137 49.3513894)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028185','Abbotsford Police are advising that they received a report of a bear in COM backyard. No food conditioned or aggressive behaviour reported. ',null,null,null,null,null,null,'29813 MacLure Rd, Abbotsford, BC',null,'2023-07-15 15:07:54','2023-07-15 15:07:54',null,'IPAVLOVI@IDIR','2023-07-15 15:09:35',null,null,null,null,'CLOSED','ABTFRD',ST_GeomFromText('POINT(-122.3975431 49.0621562)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028186','Caller stated that a BB was in his garage last year and he reported this bb, CO attended. The caller is not sure if it is the same BB - -Caller reporting a bb in the garage moments ago. The BB was in the garage after the garbage. The caller hazed the BB and was successful in getting the BB out. The BB has gone into the bush across the way, still nearby. - -The caller said if he continues to get into his garage he will shoot it. -** The caller is requesting a callback. -',null,null,null,null,null,null,'8681 North Shore Rd, Lake Cowichan, BC',null,'2023-07-15 15:07:56','2023-07-15 15:07:56',null,'MAWILSON@idir','2023-07-17 09:11:57',null,null,null,null,'OPEN','LKECOWCH',ST_GeomFromText('POINT(-124.0833837 48.8288127)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028189','COM is driving EB from Osoyoos towards Bridesville on HWY 3 and has spotted a baby elk with its leg stuck in a fence. Advised that the mother is running around frantically. - -GPS: 49.011200, -119.271720 - -',null,null,null,null,null,null,'Hwy 3, Osoyoos, BC ',null,'2023-07-15 15:16:42','2023-07-15 15:16:42',null,'DAVCOX@idir','2023-07-25 10:48:00',null,null,null,null,'CLOSED','OSOYOOS',ST_GeomFromText('POINT( -119.271720 49.011200)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028190','COM reporting BB up a tree in someone''s yard',null,null,null,null,null,null,'10th Ave and Carney St, Prince George, BC',null,'2023-07-15 15:24:51','2023-07-15 15:24:51',null,'DLEWERS@idir','2023-07-15 15:26:10',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7692752 53.9153973)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028191','Caller reports that there is a coyote across the street in a parking lot and the coyote is harassing homeless trying to take food from them.',null,null,null,null,null,null,'1175 2nd Ave, Prince George, BC',null,'2023-07-15 15:29:13','2023-07-15 15:29:13',null,'SPEELING@idir','2023-07-24 11:12:09',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.743668 53.9171154)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028193','Caller adult bb in tree downtown PG.',null,null,null,null,null,null,'1027 Carney St, Prince George, BC','tree is across from the above address','2023-07-15 15:39:08','2023-07-15 15:39:08',null,'SMCCREAD@idir','2023-07-15 15:43:12',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7695376 53.9152645)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028195','On west side of hwy, there is a small bear cub on the side of the road just eating the grass. It is the size of a small beachball and caller could see no sign of a sow nearby as she drove past. ',null,null,null,null,null,null,'','Village gate Blvd onto Hwy 99 just around corner and jsut past where lanes merge','2023-07-15 15:39:57','2023-07-15 15:39:57',null,'TDSCHUMA@idir','2023-07-20 14:57:49',null,null,null,null,'CLOSED','WHISTLER',ST_GeomFromText('POINT(-122.959199 50.115231)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028199','A deer has been coming and going from underneath caller''s deck for the last 4 days. Deer has a large wound oozing blood from its face. When the deer leaves, the area has blood all over. The deer was there a little while ago but has gone back into the forest. The deer is moving slower and slower each time it arrives and leaves. Caller has no way to block off the area as it is the entire length of the house and built on the side of a hill. Caller is worried the deer is going to die under the deck and she won''t be able to remove it. ',null,null,null,null,null,null,'10523 Columbia Way, North Westside, BC',null,'2023-07-15 15:49:52','2023-07-15 15:49:52',null,'TAMYRONI@idir','2023-07-19 16:02:51',null,null,null,null,'CLOSED','VERNON',ST_GeomFromText('POINT(-119.4640545 50.2195813)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028203','COM is reporting a brown phase black bear in the tree in his backyard. No observed food conditioned or aggressive behaviour reported. COM advises that he has lots of raspberries in his yard. ',null,null,null,null,null,null,'1026 Carney St, Prince George, BC',null,'2023-07-15 15:56:07','2023-07-15 15:56:07',null,'HIDESMAR@idir','2023-07-17 15:40:35',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7690228 53.9150085)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028205','COM reported an eagle behind their house that seems to be injured. The COM was able to walk up to it before it waddled off and tried to climb a wood pile. The eagle flew up 6 feet onto a shed, but the COM is concerned it may have been struggling. ',null,null,null,null,null,null,'4214 Round Prairie Rd, Spallumcheen, BC',null,'2023-07-15 16:08:26','2023-07-15 16:08:26',null,'STECOOK@idir','2023-07-17 13:28:42',null,null,null,null,'CLOSED','SPALLMCHN',ST_GeomFromText('POINT(-119.2142344 50.4600426)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028207','Caller reports a black bear in the tree outside their home. Same bear as an earlier call, he is still up there just hanging out.',null,null,null,null,null,null,'2355 10th Ave, Prince George, BC',null,'2023-07-15 16:30:47','2023-07-15 16:30:47',null,'SMCCREAD@idir','2023-07-15 16:35:16',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7687899 53.9152534)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028208','Mule deer injured the dog. Mule deer lost it''s fawn. Charged the caller and family and badly injured the dog. ',null,null,null,null,null,null,'136 Valley Rd, 150 Mile House, BC',null,'2023-07-15 16:44:31','2023-07-15 16:44:31',null,'JETYRE@idir','2023-07-18 11:35:15',null,null,null,null,'CLOSED','150MHHS',ST_GeomFromText('POINT(-121.9217899 52.1215214)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028209','Caller reports that there is a black bear that comes back to their home daily. Damaged a storage locker trying to get into it for the garbage. Caller has kids and is uncomfortable with the bear being around all the time.',null,null,null,null,null,null,'638 King Georges Way, West Vancouver, BC',null,'2023-07-15 16:44:42','2023-07-15 16:44:42',null,'SZUKEWI@idir','2023-07-25 13:31:44',null,null,null,null,'CLOSED','WSTVANCO',ST_GeomFromText('POINT(-123.1307643 49.3510856)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028210','A buck with a growth or tumor on its eye and coming out of its left ear is lying down in caller''s yard about 30-40 feet away (looking at it with binoculars) breathing heavily. Caller saw it walking around on the trails earlier.',null,null,null,null,null,null,'5946 Willow Rd, Smithers, BC',null,'2023-07-15 16:47:20','2023-07-15 16:47:20',null,'RLEBLANC@idir','2023-07-19 12:41:41',null,null,null,null,'CLOSED','SMITHERS',ST_GeomFromText('POINT(-127.2172643 54.8398274)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028213','Reporting a deer that is just laying down off to the side of the road near the noted location. Caller has honked and it just looks at him.',null,null,null,null,null,null,'','TOP OF HILL GOING DOWN TOWARDS FINTRY BOAT LAUNCH','2023-07-15 17:11:33','2023-07-15 17:11:33',null,'KOWENS@idir','2023-07-15 17:35:13',null,null,null,null,'CLOSED','FINTRY',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028215','COM reporting a BB - Site 239 , bear is trying to be scared off but is going to site to site , scaring campers but not being aggressive. ',null,null,null,null,null,null,'415 Commonwealth Rd, Kelowna, BC',null,'2023-07-15 17:21:54','2023-07-15 17:21:54',null,'EFITCH@IDIR','2023-07-15 17:27:29',null,null,null,null,'OPEN','KELOWNA',ST_GeomFromText('POINT(-119.39099 50.0047198)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028216','COM reporting BB baby cub possibly hit by car in the middle of the road (near Bonaza pass.) Lots of people gathering at scene and making driving dangerous',null,null,null,null,null,null,'Christina Lake, BC','Hwy 3 east bound approx. 9 miles from Christina Lake','2023-07-15 17:27:56','2023-07-15 17:27:56',null,'BVDAMME@idir','2023-07-19 10:56:37',null,null,null,null,'CLOSED','CHRSTNAL',ST_GeomFromText('POINT(-118.2094444 49.0427778)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028222','COM reporting a BB was hit by a car and suffered a broken leg and took off into the bushes.',null,null,null,null,null,null,'','5km west of bridge and Paulson Pass','2023-07-15 17:58:21','2023-07-15 17:58:21',null,'BVDAMME@idir','2023-07-31 10:06:42',null,null,null,null,'CLOSED','CHRSTNAL',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028223','Reporting a bb pacing around the tennis courts near the noted location.',null,null,null,null,null,null,'6195 Lorimer Rd, Whistler, BC','MYRTLE PHILLIPS SCHOOL','2023-07-15 18:10:47','2023-07-15 18:10:47',null,'KWINTERS@idir','2023-07-15 18:11:54',null,null,null,null,'CLOSED','WHISTLER',ST_GeomFromText('POINT(-122.9633928 50.1281073)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028225','Observed dozens of dead adult whitefish floating down the Kootenay River off of Taghum Beach. ',null,null,null,null,null,null,'',null,'2023-07-15 18:30:00','2023-07-15 18:30:00',null,'BBEETLES@idir','2023-08-10 11:58:33',null,null,null,null,'CLOSED','NELSON',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028226','Reporting that the grizzly in the area has taken a deer down. Last night there were 2 young girls walking dogs and didn''t even see the bear while it was eating the deer. The grizzly is not there right now but there is part of the carcass left so he assumes the bear will be back. Bear trap is at 8730 Ellis, if someone comes out, caller will have to unlock the gate.',null,null,null,null,null,null,'8730 Ellis Rd, Pineview FFG, BC',null,'2023-07-14 20:30:00','2023-07-15 18:33:24',null,'EMCARTHU@idir','2023-07-19 12:33:11',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.6748264 53.8457877)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028227','COM juvenile deer eastbound on Marine Drive, running down the sidewalk. ',null,null,null,null,null,null,'SE Marine Dr, Vancouver, BC','Victoria Drive at Marine Dr','2023-07-15 18:37:06','2023-07-15 18:37:06',null,'EFITCH@IDIR','2023-07-15 18:40:55',null,null,null,null,'CLOSED','VANCOUVR',ST_GeomFromText('POINT(-123.0650297 49.2092823)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028228','Caller advises that the bear has been around for several weeks now and is getting into the garbage. He is a medium sized animal and does not really scare off just leaves at a slow amble not really concerned at all.',null,null,null,null,null,null,'5386 Cliffridge Ave, District of North Vancouver, BC',null,'2023-07-15 18:44:04','2023-07-15 18:44:04',null,'SZUKEWI@idir','2023-07-25 13:32:39',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.0987165 49.3619385)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028235','A grizzly bear is digging through the garbage dumpster used by 6 families. ',null,null,null,null,null,null,'405 Raymond Rd, Telkwa, BC',null,'2023-07-15 19:12:08','2023-07-15 19:12:08',null,'FBKNIBBS@idir','2023-07-25 10:53:37',null,null,null,null,'CLOSED','TELKWA',ST_GeomFromText('POINT(-127.1133702 54.7128012)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028237','Caller advises that while driving through the area they spotted a buck with netting tangled up in the antlers and dangling down to one side. It is not around the throat or hindering it other than the bit dangling that might in the future become tangled.',null,null,null,null,null,null,'Faithful St and Howe St, Victoria, BC',null,'2023-07-15 19:17:34','2023-07-15 19:17:34',null,'MAWILSON@idir','2023-08-01 15:54:40',null,null,null,null,'CLOSED','VICTORIA',ST_GeomFromText('POINT(-123.3513734 48.4096423)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028239','COM reporting BB on property, scared off by husband bagging cane. ',null,null,null,null,null,null,'4775 Rocky Point Rd, Metchosin, BC',null,'2023-07-15 19:23:04','2023-07-15 19:23:04',null,'MAWILSON@idir','2023-07-17 09:04:48',null,null,null,null,'CLOSED','METCHOSI',ST_GeomFromText('POINT(-123.5494472 48.3688148)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028240','The bear has been in the area for a while now and has been hanging around in the backyard. She is concerned as she has a small kid. She rents a suite downstairs and the bear seems to be in their yard quite often, they back onto a green belt.',null,null,null,null,null,null,'4063 Verdon Way, Abbotsford, BC',null,'2023-07-15 19:36:12','2023-07-15 19:36:12',null,'PROEMER@idir','2023-07-15 19:46:38',null,null,null,null,'CLOSED','ABTFRD',ST_GeomFromText('POINT(-122.3252796 49.0757627)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028241','COM reporting BB going through her back yard. She stating that it is walking on three legs (right back leg is hurt) and passing through her back yard towards the neighboring golf course. ',null,null,null,null,null,null,'6322 Fairway Dr, Whistler, BC',null,'2023-07-15 19:41:20','2023-07-15 19:41:20',null,'TDSCHUMA@idir','2023-07-18 14:12:10',null,null,null,null,'CLOSED','WHISTLER',ST_GeomFromText('POINT(-122.9641741 50.1170352)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028245','COM reporting BB was into the neighbors garbage and then came onto his property. The neighbour sprayed it with pepper spray. When he came around the corner (with his gun) he ran into the pepper spray. He did contact the RCMP and notified them but said they didn''t help him and was quiet upset with them. The bear was scared away but was not scared of the COM. ',null,null,null,null,null,null,'3 Bijoux Dr, Mackenzie, BC',null,'2023-07-15 19:46:44','2023-07-15 19:46:44',null,'HIDESMAR@idir','2023-07-20 14:47:04',null,null,null,null,'CLOSED','MACKENZI',ST_GeomFromText('POINT(-123.0898036 55.3244164)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028246','RCMP dispatch received a call of a deer stuck in a fence at the location provided.',null,null,null,null,null,null,'11003 Kalamalka Rd, Coldstream, BC',null,'2023-07-15 19:49:24','2023-07-15 19:49:24',null,'TAMYRONI@idir','2023-07-26 15:45:24',null,null,null,null,'CLOSED','CLDSTRM',ST_GeomFromText('POINT(-119.245013 50.2258024)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028248','Caller advises that there is a deer with an injury on the back quarter that is causing it to limp somewhat. She is unsure how badly hurt it is but is concerned that it is suffering.',null,null,null,null,null,null,'3105 Cougar Rd, West Kelowna, BC',null,'2023-07-15 19:59:27','2023-07-15 19:59:27',null,'HGOOLIAF@idir','2023-08-06 12:17:26',null,null,null,null,'CLOSED','WSTKELOW',ST_GeomFromText('POINT(-119.5958094 49.8490886)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028249','Reporting a deer that was struck outside of her house. It is standing but not moving and lots of blood coming out of its mouth.',null,null,null,null,null,null,'',null,'2023-07-15 20:18:45','2023-07-15 20:18:45',null,'KWINTERS@idir','2023-07-15 20:22:46',null,null,null,null,'OPEN','PEMBERTN',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028250','Reporting an injured deer, limping on 3 legs. It has a fawn with it, the fawn is crying. ',null,null,null,null,null,null,'2455 14 St, Vernon, BC',null,'2023-07-15 20:23:38','2023-07-15 20:23:38',null,'TBECK@idir','2023-07-20 12:00:43',null,null,null,null,'CLOSED','VERNON',ST_GeomFromText('POINT(-119.2493767 50.2591329)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028260','Close to the lodge along the road and the cliff near the picnic area. -This is a cub from this year and has been in the area since June without a mom.',null,null,null,null,null,null,'4000 Quarry Rd, Coquitlam, BC',null,'2023-07-15 20:42:29','2023-07-15 20:42:29',null,'EVEROBER@idir','2023-07-24 13:01:06',null,null,null,null,'CLOSED','COQUITLM',ST_GeomFromText('POINT(-122.7023952 49.3058593)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028261','A bear was around last night and got into the garbage and broke the fence and came back just now and was in the neighbours yard.',null,null,null,null,null,null,'1392 Mary Hill Lane, Port Coquitlam, BC',null,'2023-07-15 20:46:41','2023-07-15 20:46:41',null,'PROEMER@idir','2023-07-15 20:48:18',null,null,null,null,'OPEN','PORTCOQ',ST_GeomFromText('POINT(-122.7885753 49.2400049)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028262','From RAPP ORR: -Bear roaming in by backyard 3 times within this summer already. Broke by fence and defecated in my yard. ',null,null,null,null,null,null,'1392 Mary Hill Lane, Port Coquitlam, BC',null,'2023-07-15 20:51:42','2023-07-15 20:51:42',null,'PDAYTON@idir','2023-07-24 15:16:43',null,null,null,null,'CLOSED','PORTCOQ',ST_GeomFromText('POINT(-122.7885753 49.2400049)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028265','Reporting a bb wandering across caller''s yard.',null,null,null,null,null,null,'3117 Stevens St, Abbotsford, BC',null,'2023-07-15 21:06:32','2023-07-15 21:06:32',null,'KWINTERS@idir','2023-07-15 21:07:44',null,null,null,null,'CLOSED','ABTFRD',ST_GeomFromText('POINT(-122.3902732 49.0590184)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028266','Reporting a BB spotted roaming around near the below noted location. BB took off down toward nearby rail road tracks. ',null,null,null,null,null,null,'Qil-xe-mait Rd, Lantzville, BC',null,'2023-07-15 21:34:35','2023-07-15 21:34:35',null,'DDAVIS@idir','2023-07-15 21:35:53',null,null,null,null,'CLOSED','LANTZVIL',ST_GeomFromText('POINT(-124.1260555 49.2509965)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028267','Reporting a cougar near the noted location approx 30 min ago. The cat followed COM for a bit and then left into the bushes nearby. - -COM: Anna 250-858-4387',null,null,null,null,null,null,'','MCBRIAR PARK TRAIL & LOCHSIDE TRAIL - BLENKINSOP LAKE','2023-07-15 21:37:55','2023-07-15 21:37:55',null,'MAWILSON@idir','2023-07-17 09:08:16',null,null,null,null,'OPEN','SAANICH',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028268','Reporting a BB in neighbours backyard attempting to break down her neighbours tree. Unknown what kind of tree it is. ',null,null,null,null,null,null,'1170 Carney St, Prince George, BC',null,'2023-07-15 21:39:14','2023-07-15 21:39:14',null,'HIDESMAR@idir','2023-07-17 15:38:30',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7690185 53.9136898)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028270','near the back deck but down the steep bank - -Reporting ',null,null,null,null,null,null,'3685 Kettle Valley South Rd, Rock Creek, BC',null,'2023-07-15 21:44:07','2023-07-15 21:44:07',null,'DDAVIS@idir','2023-07-15 21:46:48',null,null,null,null,'CLOSED','ROCKCRK',ST_GeomFromText('POINT(-118.9425857 49.0573879)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028271','COM reporting sighting of a range of cougars (mother and 2 juvenile) near the rear of Peaks Arena in Saanich -POLICE FILE 23-13148 -',null,null,null,null,null,null,'3100 Tillicum Rd, Saanich, BC',null,'2023-07-15 21:45:20','2023-07-15 21:45:20',null,'MAWILSON@idir','2023-07-17 09:06:22',null,null,null,null,'OPEN','SAANICH',ST_GeomFromText('POINT(-123.3995137 48.4542894)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028272','Caller advises that the bear has been coming around for some time now and getting into the garbage bins. The animal comes around at any time of the day.',null,null,null,null,null,null,'178 Maple Dr, Port Moody, BC',null,'2023-07-15 21:46:19','2023-07-15 21:46:19',null,'PROEMER@idir','2023-07-15 21:50:46',null,null,null,null,'OPEN','PORTMDY',ST_GeomFromText('POINT(-122.8228731 49.3065242)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028273','Reporting a bb going through garbage near the noted location. - -COM: Bobby, 778-980-9345 - -Police file: WV 23-9145',null,null,null,null,null,null,'5609 Eagle Harbour Rd, West Vancouver, BC',null,'2023-07-15 21:55:44','2023-07-15 21:55:44',null,'KWINTERS@idir','2023-07-15 21:57:20',null,null,null,null,'OPEN','WSTVANCO',ST_GeomFromText('POINT(-123.2648501 49.3563523)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028274','Caller was relaxing in his chair when a bear came wandering past. It last entered a yard near the location below.',null,null,null,null,null,null,'Greene St and Irvine St, Coquitlam, BC',null,'2023-07-15 21:56:22','2023-07-15 21:56:22',null,'KWINTERS@idir','2023-07-15 22:15:44',null,null,null,null,'CLOSED','COQUITLM',ST_GeomFromText('POINT(-122.7948767 49.2639409)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028279','Sow and cubs were spotted wandering near the Child Care centre.',null,null,null,null,null,null,'SFU Campus, Burnaby BC',null,'2023-07-15 23:38:29','2023-07-15 23:38:29',null,'PROEMER@idir','2023-07-15 23:39:53',null,null,null,null,'CLOSED','BURNBY',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028280','Reporting a BB that was just spotted in callers front yard. BB was spooked off by caller and wandered off into a neighbours yard. No ATB reported. ',null,null,null,null,null,null,'235 King Dr, Prince George, BC',null,'2023-07-16 02:32:06','2023-07-16 02:32:06',null,'DDAVIS@idir','2023-07-16 02:33:38',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.8026834 53.9351367)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028281','Reporting a moose calf struck by a passing train in the below noted location a short time prior to call in. Caller could not confirm if animal was deceased and there will not be another train going through the area for another several hours. ',null,null,null,null,null,null,'Field, BC','51 18 37.224 | -116 34 48.547','2023-07-16 02:57:27','2023-07-16 02:57:27',null,'GPKRUGER@idir','2023-07-25 14:54:17',null,null,null,null,'CLOSED','GOLDEN',ST_GeomFromText('POINT(-116.4880556 51.3955556)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028282','Reporting a BB is currently feeding on garbage & compost that was located at the side of her residence. Caller states that this is the second time a BB has come and done this recently (did not call the 1st incident into COS). ',null,null,null,null,null,null,'4495 Parliament Cres, District of North Vancouver, BC',null,'2023-07-16 03:23:53','2023-07-16 03:23:53',null,'KPPOPJES@idir','2023-07-17 12:08:41',null,null,null,null,'OPEN','NORVAN',ST_GeomFromText('POINT(-123.0941588 49.3525217)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028283','Advised that neighbours dogs barking woke caller up so he went outside to see what they were barking at & noticed a large BB in neighbours yard. Not believed to have accessed any attractants. ',null,null,null,null,null,null,'5649 Bessborough Dr, Burnaby, BC',null,'2023-07-16 03:58:50','2023-07-16 03:58:50',null,'DDAVIS@idir','2023-07-16 04:01:49',null,null,null,null,'CLOSED','BURNBY',ST_GeomFromText('POINT(-122.9808195 49.2875086)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028284','Reporting a BB was spotted climbing fence from callers backyard to a neighbours yard. While on the phone with ECC, caller stated that the BB was then climbing over the fence to another neighbours yard with a garbage bag in it''s mouth. ',null,null,null,null,null,null,'4052 Violet St, District of North Vancouver, BC',null,'2023-07-16 05:22:24','2023-07-16 05:22:24',null,'SZUKEWI@idir','2023-07-25 13:36:20',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-122.9597501 49.3170121)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028286','COM advised that there is a huge black bear up a tree at the below noted location. COM stated that there are people close to the tree, so she''s not sure if the bear can come down or not. -While on the call, the COM stated that the ''bear guys are here now''',null,null,null,null,null,null,'','Between the Tisdale Lodge and the North Face Store','2023-07-16 07:08:58','2023-07-16 07:08:58',null,'JDSCOTT@idir','2023-07-16 07:11:33',null,null,null,null,'CLOSED','WHISTLER',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028288','Caller saw a small bear on Mt Seymour parkway, near a bus stop.',null,null,null,null,null,null,'Mt Seymour Pky and Parkgate Ave, District of North Vancouver, BC',null,'2023-07-16 07:26:45','2023-07-16 07:26:45',null,'KPPOPJES@idir','2023-07-17 12:10:38',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-122.9746263 49.3158282)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028289','Caller reports a black bear that has been coming through his yard regularly. uses it as access to the rest of town.',null,null,null,null,null,null,'2145 Deep Cove Rd, District of North Vancouver, BC',null,'2023-07-16 07:38:21','2023-07-16 07:38:21',null,'SMCCREAD@idir','2023-07-16 07:42:16',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-122.9530065 49.326271)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028290','Caller 3rd party reporting an injured BB in the Rainbow Park Valley Trail area, closer to the golf course. -The BB has an injured back leg, still walking, apparently the BB is in bad shape. ',null,null,null,null,null,null,'8625 Hwy 99, Whistler, BC','Meadow Park Sports Centre','2023-07-16 07:42:26','2023-07-16 07:42:26',null,'TDSCHUMA@idir','2023-07-18 14:09:34',null,null,null,null,'CLOSED','WHISTLER',ST_GeomFromText('POINT(-122.9605577 50.1445478)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028291','Caller reports a bear video capture of a black bear walking across their flower bed at 0359 today.',null,null,null,null,null,null,'3890 Brighton Pl, Abbotsford, BC',null,'2023-07-16 07:44:12','2023-07-16 07:44:12',null,'SMCCREAD@idir','2023-07-16 07:47:25',null,null,null,null,'CLOSED','ABTFRD',ST_GeomFromText('POINT(-122.3344715 49.072552)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028292','Caller reports a bear keeps returning nightly to break into their garbage bins. Bear is less afraid of loud noises and people. - -Caller req a call back from CO',null,null,null,null,null,null,'4289 Morgan Cres, West Vancouver, BC',null,'2023-07-16 07:50:21','2023-07-16 07:50:21',null,'SMCCREAD@idir','2023-07-16 07:54:26',null,null,null,null,'OPEN','WSTVANCO',ST_GeomFromText('POINT(-123.2375949 49.3423132)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028293','Caller reporting a deer (buck) with a broken leg, dangling. The buck is mobile and feeding. ',null,null,null,null,null,null,'King St, Penticton, BC',null,'2023-07-16 08:01:00','2023-07-16 08:01:00',null,'KPPOPJES@idir','2023-07-17 12:12:09',null,null,null,null,'CLOSED','PEMBERTN',ST_GeomFromText('POINT(-119.5779419 49.4885746)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028294','Caller reporting a Cougar killed 2 goats this morning between 03:00 and 06:00 hours this morning. The carcasses are on site. ',null,null,null,null,null,null,'6719 Beaver Creek Rd, Port Alberni, BC',null,'2023-07-16 08:13:36','2023-07-16 08:13:36',null,'MAWILSON@idir','2023-07-17 15:00:54',null,null,null,null,'OPEN','PORTALBR',ST_GeomFromText('POINT(-124.8609282 49.2995694)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028295','COM reporting BB has been getting into garbage and apparently tried to get into a neighbors house window a month ago. ',null,null,null,null,null,null,'5726 Surf Cir, Sechelt, BC',null,'2023-07-16 08:14:47','2023-07-16 08:14:47',null,'DTALEVSK@idir','2023-07-16 18:08:13',null,null,null,null,'OPEN','SECHELT',ST_GeomFromText('POINT(-123.7607761 49.4804637)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028297','Caller reporting a cougar sighting. The caller made eye contact with the cougar, the cougar did not respond and she left the area. This event occurred in the last 30 minutes. - -',null,null,null,null,null,null,'Montford Cres, Saanich, BC',null,'2023-07-16 08:30:31','2023-07-16 08:30:31',null,'MAWILSON@idir','2023-07-17 09:10:20',null,null,null,null,'OPEN','SAANICH',ST_GeomFromText('POINT(-123.3096505 48.4909895)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028299','Bald Eagle on the beach and would not fly away on approach. Caller referred to OWL and SORCO. ',null,null,null,null,null,null,'Sunshine Bay in Procter, BC','sunshine bay left side of the bay on the shore.','2023-07-16 08:48:31','2023-07-16 08:48:31',null,'BBEETLES@idir','2023-08-10 11:59:00',null,null,null,null,'CLOSED','PROCTOR',ST_GeomFromText('POINT(-117.0008333 49.5997222)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028301','COM reports her dogs chased a deer and the deer charged them',null,null,null,null,null,null,'3580 4th Ave, Smithers, BC',null,'2023-07-16 08:54:12','2023-07-16 08:54:12',null,'DLEWERS@idir','2023-07-16 08:56:15',null,null,null,null,'OPEN','SMITHERS',ST_GeomFromText('POINT(-127.1634269 54.7781837)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028302','COM reporting deer struck by vehicle requiring dispatching. - -0905 LM CO Booth -0907 LM CO Kline -0910 briefed RCMP -',null,null,null,null,null,null,'Hwy 97, 100 Mile House, BC','2km north of Backcountry Rd, 7km north of 100 Mile','2023-07-16 09:03:44','2023-07-16 09:03:44',null,'MMBOOTH@idir','2023-07-19 13:08:15',null,null,null,null,'CLOSED','100MHHS',ST_GeomFromText('POINT(-121.2976297 51.6412308)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028307','Caller reports Fawn hit and is suffering bleeding from the nose. Caller says they will dispatch the fawn.',null,null,null,null,null,null,'2563 Otter Point Rd, Sooke, BC',null,'2023-07-16 09:14:30','2023-07-16 09:14:30',null,'SMCCREAD@idir','2023-07-16 09:17:17',null,null,null,null,'CLOSED','SOOKE',ST_GeomFromText('POINT(-123.7370398 48.391914)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028308','Caller advises of a n injured coyote on west side of highway 99 right on the Brackendahl overpass to Tqantulus. Coyote with head injury, still panting. Caller was walking and was not near when calling. - -',null,null,null,null,null,null,'Hwy 99, Squamish, BC',null,'2023-07-16 09:16:38','2023-07-16 09:16:38',null,'CROCHON@idir','2023-07-16 15:15:22',null,null,null,null,'CLOSED','BRCKNDL',ST_GeomFromText('POINT(-123.1283755 49.8170177)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028311','Caller advises of a baby deer just under a yearling, this is the third deer that keeps shooting through the head. Gunshot through the ear to the head. Walking in circles. Suffering. It is contained to a yard. The bullet went through its ear. The Coastal wildlife can also put it down and keep the body in the freezer if necessary. Someone keeps doing this. Caller leaves for Texas in an hour and a half. - - -SRGT Miller briefed.',null,null,null,null,null,null,'4760 Sinclair Bay Rd, Garden Bay, BC',null,'2023-07-16 09:22:20','2023-07-16 09:22:20',null,'DLMILLER@idir','2023-07-16 14:57:26',null,null,null,null,'OPEN','GARDENBY',ST_GeomFromText('POINT(-124.0391804 49.6355043)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028314','Caller advises that smith creek road and copper ridge drive. Came across a full grown male deer with a broken leg. Around the knee front right leg some serious blood. -CO Small - LVM -SRGT Hanratty - LVM',null,null,null,null,null,null,'Copper Ridge Dr and Smith Creek Rd, West Kelowna, BC',null,'2023-07-16 09:32:31','2023-07-16 09:32:31',null,'JHANRATT@idir','2023-08-02 17:20:09',null,null,null,null,'CLOSED','WSTKELOW',ST_GeomFromText('POINT(-119.6441096 49.8538501)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028318','Sooke BC and saw a deer that its mouth has foam in it and hardly breathing. It is gagging every five seconds. - -CO Sano briefed. -',null,null,null,null,null,null,'6682 Horne Rd, Sooke, BC',null,'2023-07-16 09:50:02','2023-07-16 09:50:02',null,'MAWILSON@idir','2023-08-01 15:56:16',null,null,null,null,'OPEN','SOOKE',ST_GeomFromText('POINT(-123.7213181 48.3751831)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028320','Caller advises of a coyote sitting in her a coyote in the front yard, in a school zone. School is a few blocks away.',null,null,null,null,null,null,'1410 Ross Ave, Coquitlam, BC',null,'2023-07-16 09:56:33','2023-07-16 09:56:33',null,'PDAYTON@idir','2023-07-24 15:15:44',null,null,null,null,'CLOSED','COQUITLM',ST_GeomFromText('POINT(-122.8546908 49.2547463)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028321','Caller advises that she had two goats killed this morning from a bear that was there last year. Last year the COs set a trap but didn''t catch it. This year the bear didn''t want to leave. She thinks she heard it at 4am this morning. - -Briefed CO Robertson',null,null,null,null,null,null,'13369 Park Lane, Maple Ridge, BC',null,'2023-07-16 09:58:33','2023-07-16 09:58:33',null,'EVEROBER@idir','2023-07-31 14:12:02',null,null,null,null,'OPEN','MAPLERID',ST_GeomFromText('POINT(-122.6164313 49.2454359)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028323','Caller reporting BB got into the garbage. The garbage is normally stored outside. No place to store inside. - -The caller is a short time renter. - -Owner lives on site, see phone # under the Alt Phone below,. - -',null,null,null,null,null,null,'815 Lambert Dr, Penticton, BC',null,'2023-07-16 10:05:48','2023-07-16 10:05:48',null,'MSTERN@idir','2023-07-23 08:17:31',null,null,null,null,'CLOSED','PENTICTN',ST_GeomFromText('POINT(-119.6308088 49.4966306)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028327','A black bear is sleeping in caller''s neighbour''s yard. Yesterday caller''s wife reported the same bear to police.',null,null,null,null,null,null,'29813 MacLure Rd, Abbotsford, BC','Neighbour''s yard','2023-07-16 10:13:12','2023-07-16 10:13:12',null,'RBACALL@idir','2023-07-16 10:15:28',null,null,null,null,'CLOSED','ABTFRD',ST_GeomFromText('POINT(-122.3975431 49.0621562)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028328','Caller advises a black bear in the backyard looking for hazelnuts and apple tree. His grandkids live next door. ',null,null,null,null,null,null,'29891 MacLure Rd, Abbotsford, BC',null,'2023-07-16 10:19:24','2023-07-16 10:19:24',null,'ALBUCHAN@idir','2023-07-31 13:33:05',null,null,null,null,'OPEN','ABTFRD',ST_GeomFromText('POINT(-122.3955683 49.0609721)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028329','Caller reports a bear entering basement suite at address below.',null,null,null,null,null,null,'1500 Spring Creek Dr, Whistler, BC unit 77',null,'2023-07-16 10:27:04','2023-07-16 10:27:04',null,'TDSCHUMA@idir','2023-07-16 16:33:01',null,null,null,null,'CLOSED','WHISTLER',ST_GeomFromText('POINT(-123.0258595 50.0861586)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028330','Caller advises that she found a dead deer in the yard. It has a fawn and it is still alive and still has spots. The deceased deer was bleeding from the nose and unsure how it died. It is in the backyard. -Logged and emailed as per HWCR Decision Matrix.',null,null,null,null,null,null,'9971 View Rd, Powell River, BC',null,'2023-07-16 10:36:25','2023-07-16 10:36:25',null,'EFITCH@IDIR','2023-07-16 15:57:34',null,null,null,null,'OPEN','POWELLRV',ST_GeomFromText('POINT(-124.3944364 49.768136)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028331','Caller reports that at the Kingswood overpass travelling on Hwy 99 southbound lane on the grass to the side a coyote with a head injury ',null,null,null,null,null,null,'Kingswood Overpass Highway 99',null,'2023-07-16 10:37:44','2023-07-16 10:37:44',null,'KPPOPJES@idir','2023-07-17 16:35:39',null,null,null,null,'CLOSED','SQUMISH',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028333','Caller advises of a male deer in beacon hill park with garden fencing tangled in his antlers. Wandering around by the baseball diamond. Tongue hanging out. dragging behind, not around the neck just aronud its antlers. ',null,null,null,null,null,null,'Dallas Rd and Douglas St, Victoria, BC',null,'2023-07-16 11:13:46','2023-07-16 11:13:46',null,'MAWILSON@idir','2023-08-01 15:50:44',null,null,null,null,'CLOSED','VICTORIA',ST_GeomFromText('POINT(-123.3688393 48.4103404)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028334','COM reporting this is the 2nd time rattle snake in the yard. COM reports snake lunged at the dog and July 1st it lunged at her husband. - -1118 briefed CO Jones',null,null,null,null,null,null,'950 Irving Pl, Kamloops, BC',null,'2023-07-16 11:14:33','2023-07-16 11:14:33',null,'JESJONES@idir','2023-07-17 11:22:42',null,null,null,null,'CLOSED','KAMLOOPS',ST_GeomFromText('POINT(-120.3596326 50.7423069)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028335','Police received a report of a non aggressive black bear walking north by the train tracks.',null,null,null,null,null,null,'5300 Kew Rd, West Vancouver, BC',null,'2023-07-16 11:24:40','2023-07-16 11:24:40',null,'RBACALL@idir','2023-07-16 11:27:29',null,null,null,null,'CLOSED','WSTVANCO',ST_GeomFromText('POINT(-123.2663288 49.3467775)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028338','Caller reports out of Invermere south bound 0n hwy 93 just past Swansea Rd exit there is a fawn who has been hit by a car and needs to be dispatched. - -Caller would like the CO to bring dead fawn to her home.',null,null,null,null,null,null,'Hwy 93 at Swansea Road',null,'2023-07-16 11:40:52','2023-07-16 11:40:52',null,'GPKRUGER@idir','2023-07-25 15:20:24',null,null,null,null,'CLOSED','INVERMER',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028339','Caller advised there is a CO trap on their lawn now but the bear doesn''t seem to come into the area. It was installed on Friday. One of the sprinklers was hitting it as well. It should be on the gravel path. Not sure if there is a possibility of the trap moving. ',null,null,null,null,null,null,'1050 Legacy Way, Whistler, BC',null,'2023-07-16 11:44:29','2023-07-16 11:44:29',null,'TDSCHUMA@idir','2023-07-18 14:05:39',null,null,null,null,'CLOSED','WHISTLER',ST_GeomFromText('POINT(-123.0414331 50.0785261)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028340','COM reports that person at address below is leaving out garbage and waste that is just being tossed out the window and the bears are constantly there eating what is left out. ',null,null,null,null,null,null,'40323 Government Rd, Squamish, BC',null,'2023-07-16 11:45:59','2023-07-16 11:45:59',null,'CROCHON@idir','2023-07-28 16:31:48',null,null,null,null,'CLOSED','SQUMISH',ST_GeomFromText('POINT(-123.1370557 49.7394466)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028341','Caller reports that a Bear has been hanging around here property and has been chuffing at her when walking her dog.',null,null,null,null,null,null,'10400 Wilson Rd, Port Alberni, BC',null,'2023-07-16 11:52:59','2023-07-16 11:52:59',null,'MAWILSON@idir','2023-08-09 13:43:32',null,null,null,null,'CLOSED','PORTALBR',ST_GeomFromText('POINT(-124.9766879 49.2741491)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028342','A sow with 2 cubs have been showing up walking though the property every second day for the last few weeks. Bears are not getting into anything. No attractants on the property. Caller thinks they may have a den at the back of the property line which backs onto the forest. Caller has 2 driveways and the other is for a trucking yard. ',null,null,null,null,null,null,'31441 Brookside Ave, Abbotsford, BC',null,'2023-07-14 12:00:00','2023-07-16 11:55:16',null,'RBACALL@idir','2023-07-16 12:03:27',null,null,null,null,'CLOSED','ABTFRD',ST_GeomFromText('POINT(-122.3532414 49.0721633)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028343','Caller advised that they have a snake inside their building. They are not legally allowed to touch the snake because it is a group home. They are sure it is not a rattle snake. ',null,null,null,null,null,null,'3510 Ord Rd, Kamloops, BC',null,'2023-07-16 11:57:39','2023-07-16 11:57:39',null,'JESJONES@idir','2023-07-17 11:27:49',null,null,null,null,'CLOSED','KAMLOOPS',ST_GeomFromText('POINT(-120.4640376 50.7157882)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028344','Caller reports that a bear just took some neighbors garbage bin.',null,null,null,null,null,null,'550 Browning Pl, District of North Vancouver, BC','bear was a block away','2023-07-16 12:04:32','2023-07-16 12:04:32',null,'SMCCREAD@idir','2023-07-16 12:06:12',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.0062988 49.3112233)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028346','Caller reporting a BB just crossing the street in the area. It was a large adult bb. Caller advises he saw signs warning of BB''s in area. ',null,null,null,null,null,null,'Grantham Pl and Riverside Dr, District of North Vancouver, BC',null,'2023-07-16 12:08:09','2023-07-16 12:08:09',null,'PBRACKEN@idir','2023-07-16 12:12:13',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.0136765 49.3124498)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028347','Caller reports on Hwy 1 northbound towards Nanaimo between Cedar and College exits, there is a deer that is laying on it side and shaking.',null,null,null,null,null,null,'Hwy 1, Nanaimo, BC',null,'2023-07-16 12:17:23','2023-07-16 12:17:23',null,'DSEXTON@idir','2023-08-11 14:07:19',null,null,null,null,'CLOSED','NANAIMO',ST_GeomFromText('POINT(-123.9219846 49.1350265)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028349','Caller reporting a small skinny bb heading into the village. ',null,null,null,null,null,null,'Blackcomb Way, Whistler, BC','bridge by the bus loop','2023-07-16 12:19:02','2023-07-16 12:19:02',null,'TDSCHUMA@idir','2023-07-16 16:19:29',null,null,null,null,'CLOSED','WHISTLER',ST_GeomFromText('POINT(-122.9432849 50.1204375)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028350','BB in neighbours back yard. ',null,null,null,null,null,null,'3259 Vista View Rd, Prince George, BC',null,'2023-07-16 12:26:57','2023-07-16 12:26:57',null,'HIDESMAR@idir','2023-07-16 14:51:30',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7844863 53.8557477)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028351','Caller advises badger on site that it tried to attack her dog. Along the walking path. She can see its den and they think it may have babies. - -SRGT Kruger - LVM -SRGT Bartol - LVM',null,null,null,null,null,null,'8393 Hwy 93 And 95, Radium Hot Springs, BC','Valley Zipline','2023-07-16 12:30:01','2023-07-16 12:30:01',null,'GPKRUGER@idir','2023-07-25 15:20:44',null,null,null,null,'CLOSED','RADHOTSP',ST_GeomFromText('POINT(-116.0439851 50.5843435)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028352','Caller reports that there is an aggressive bear that is getting into garbage bins and he gets on the porch. ',null,null,null,null,null,null,'5444 Manson Ave, Powell River, BC',null,'2023-07-16 12:30:10','2023-07-16 12:30:10',null,'SMCCREAD@idir','2023-07-16 12:32:29',null,null,null,null,'OPEN','POWELLRV',ST_GeomFromText('POINT(-124.5210673 49.8637655)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028353','Caller reporting a Doe with two fawns. The Doe is missing, and the fawns are calling for her. The fawns still have spots.This has been noticed over the last hour or so. -Caller is concerned that the doe has become prey, or hit by a car. ',null,null,null,null,null,null,'2187 Bellamy Rd, Langford, BC',null,'2023-07-16 12:37:24','2023-07-16 12:37:24',null,'MAWILSON@idir','2023-08-01 15:58:20',null,null,null,null,'OPEN','LANGFORD',ST_GeomFromText('POINT(-123.4925796 48.4678495)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028355','bear sighting in her backyard, when it saw the caller it ran the other way. ',null,null,null,null,null,null,'2489 Cameron Cres, Abbotsford, BC',null,'2023-07-16 12:54:10','2023-07-16 12:54:10',null,'ADOMPIER@idir','2023-07-16 12:56:03',null,null,null,null,'CLOSED','ABTFRD',ST_GeomFromText('POINT(-122.2569529 49.0469792)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028360','Caller reporting a BB in the are just past douglas college.',null,null,null,null,null,null,'Pinetree Way, Coquitlam, BC',null,'2023-07-16 13:06:36','2023-07-16 13:06:36',null,'PDAYTON@idir','2023-07-24 15:14:35',null,null,null,null,'CLOSED','COQUITLM',ST_GeomFromText('POINT(-122.7908281 49.2919718)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028361','Caller spoke to us in June. She wants the bear put down because the bear has come again for the second time. Now he is going into the supply shed and has ripped the door off on her 7.5-acre property. Wrecked the 5th wheel the first time he came. There are reports of a family of bears in the area. She lives normally in Castlegar. Big open field on the water side.',null,null,null,null,null,null,'Starlite Rd, Fauquier, BC',null,'2023-07-16 13:08:09','2023-07-16 13:08:09',null,'TBTHIN@idir','2023-07-16 14:05:01',null,null,null,null,'CLOSED','FAUQUIER',ST_GeomFromText('POINT(-118.0632336 49.8815619)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028364','bb sighting, just walking through the area. ',null,null,null,null,null,null,'Pinetree Way, Coquitlam, BC','Lafarge Lake between station and douglas college. Coquitlam Community Center','2023-07-16 13:18:57','2023-07-16 13:18:57',null,'PBRACKEN@idir','2023-07-16 13:25:32',null,null,null,null,'CLOSED','COQUITLM',ST_GeomFromText('POINT(-122.7908281 49.2919718)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028366','Caller reporting two bucks that were around last night at 21:00 hours. One buck has a clothes line around his rack, one antler has been broken off. - -** Caller requesting a callback',null,null,null,null,null,null,'Glen Pine Crt, Kelowna, BC',null,'2023-07-16 13:34:20','2023-07-16 13:34:20',null,'JHANRATT@idir','2023-07-21 15:58:15',null,null,null,null,'CLOSED','KELOWNA',ST_GeomFromText('POINT(-119.4512439 49.913249)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028367','Caller reporting a thin shaggy looking bb. The bb is not looking well, and is undeterred by cars and people. The bb is not responding to hazing - car horns.',null,null,null,null,null,null,'Cranberry St, Powell River, BC','townsite ','2023-07-16 13:47:08','2023-07-16 13:47:08',null,'PBRACKEN@idir','2023-07-16 13:52:57',null,null,null,null,'CLOSED','POWELLRV',ST_GeomFromText('POINT(-124.5285511 49.8720419)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028368','Caller reports coming across a young eagle that seems to have an injured leg. It was difficult getting the incident location from him as he wasnt familiar with the area. -Skaha Bluffs fortress trail in front of ',null,null,null,null,null,null,'Skaha Lake',null,'2023-07-16 13:51:16','2023-07-16 13:51:16',null,'MSTERN@idir','2023-07-23 08:18:33',null,null,null,null,'CLOSED','PENTICTN',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028369','Yesterday night a last year''s bear cub showed up and now has been circling around the yard all day. Bear was rewarded with cherries from the tree but caller has since removed them all. Bear has been chased away by caller and dogs but it keeps coming back. Bear wasn''t around while the kids were outside and then as soon as they went inside the bear showed up 5 m from the main entrance. Very curious. Was treed twice by dogs. Caller has a ginormous 1 acre garden with 2 rows of fencing the bear hasn''t gotten into yet. Caller will start making as much noise as possible to keep it uncomfortable and try to prevent it from returning. ',null,null,null,null,null,null,'13505 McBride Timber Rd S, Mud River, BC',null,'2023-07-16 13:54:39','2023-07-16 13:54:39',null,'HIDESMAR@idir','2023-07-16 14:53:24',null,null,null,null,'CLOSED','CHLKOMUD',ST_GeomFromText('POINT(-123.0580732 53.8041408)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028370','Caller advises that there are a couple of yearling cubs that are cruising the area. They have been going into everyone''s yard on the cul de sac. They have very little fear of people and it is very hard to get them to leave.',null,null,null,null,null,null,'3166 Leeward Crt, Coquitlam, BC',null,'2023-07-16 14:05:59','2023-07-16 14:05:59',null,'PROEMER@idir','2023-07-16 14:09:02',null,null,null,null,'CLOSED','COQUITLM',ST_GeomFromText('POINT(-122.8148665 49.2723436)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028372','Caller reports that yesterday around 1700-1800 he saw a bear. Not aggressive.',null,null,null,null,null,null,'Burnaby South Secondary School Access, Burnaby, BC',null,'2023-07-16 14:20:05','2023-07-16 14:20:05',null,'SMCCREAD@idir','2023-07-16 14:22:47',null,null,null,null,'CLOSED','BURNBY',ST_GeomFromText('POINT(-122.9837798 49.2163703)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028373','A medium sized black bear with a yellow tag in its ear has an injured eft back paw. ',null,null,null,null,null,null,'','End of Balsam Way next to the Whistler Golf Course','2023-07-16 14:20:14','2023-07-16 14:20:14',null,'TDSCHUMA@idir','2023-07-18 14:02:55',null,null,null,null,'CLOSED','WHISTLER',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028374','Caller advises that the bear has been in the area for a while. Today when she had her doors open to catch the breeze this morning the bear came in and ate a whole bunch of baking chocolate. Her concern is that now that he has gotten some food he may try forcing his way in even if the door is closed.',null,null,null,null,null,null,'52391 Windemere Pl, Popkum, BC',null,'2023-07-16 08:20:00','2023-07-16 14:20:45',null,'PROEMER@idir','2023-07-16 14:27:56',null,null,null,null,'OPEN','ROSEDALE',ST_GeomFromText('POINT(-121.7799451 49.1832627)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028375','Caller reporting a BB in the area and is moving through yards and going in the garden.',null,null,null,null,null,null,'2137 Olympia Pl, Abbotsford, BC',null,'2023-07-16 14:27:47','2023-07-16 14:27:47',null,'PBRACKEN@idir','2023-07-16 14:30:43',null,null,null,null,'CLOSED','ABTFRD',ST_GeomFromText('POINT(-122.2547852 49.0432692)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028376','A young black bear on its own was pacing back and forth in caller''s front yard a few minutes ago. It may be the bear that is being monitored in the area. ',null,null,null,null,null,null,'40613 Perth Dr, Squamish, BC',null,'2023-07-16 14:20:00','2023-07-16 14:32:51',null,'RBACALL@idir','2023-07-16 14:34:54',null,null,null,null,'CLOSED','SQUMISH',ST_GeomFromText('POINT(-123.1105615 49.7454656)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028377','Caller advises that she has never seen a bear in the area before and is a little concerned as she lives alone. This was a large one and was checking out a large cherry tree in the yard, she also has some berry bushes in the garden.',null,null,null,null,null,null,'2969 MacLure Rd, Abbotsford, BC',null,'2023-07-16 14:37:31','2023-07-16 14:37:31',null,'PDAYTON@idir','2023-07-24 15:23:25',null,null,null,null,'CLOSED','ABTFRD',ST_GeomFromText('POINT(-122.2721755 49.0594573)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028378','Caller reporting a cyclist came out from a trail telling people that there was an angry BB down the trail. It was determined that his off leash dog chased the cubs. Now the sow is angry??',null,null,null,null,null,null,'Thetis Lake Pk, View Royal, BC','Belamy trail ','2023-07-16 14:41:14','2023-07-16 14:41:14',null,'DSEXTON@idir','2023-07-17 09:40:43',null,null,null,null,'CLOSED','VIEWROYL',ST_GeomFromText('POINT(-123.4686987 48.4641916)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028381','Caller reporting a large black Bear just wandering around the trailer park.',null,null,null,null,null,null,'1413 Sunshine Coast Hwy, Gibsons, BC',null,'2023-07-16 14:50:07','2023-07-16 14:50:07',null,'SMCCREAD@idir','2023-07-16 14:52:16',null,null,null,null,'CLOSED','GIBSONS',ST_GeomFromText('POINT(-123.5484835 49.4059474)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028382','Bear was at her place and was into the plum tree before scaring off.',null,null,null,null,null,null,'3058 William Ave, District of North Vancouver, BC',null,'2023-07-16 14:50:36','2023-07-16 14:50:36',null,'SZUKEWI@idir','2023-07-18 12:36:21',null,null,null,null,'OPEN','NORVAN',ST_GeomFromText('POINT(-123.0500668 49.3370342)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028383','Caller advises that he can see a bear in the backyard of his neighbour at the address provided.',null,null,null,null,null,null,'3058 William Ave, District of North Vancouver, BC',null,'2023-07-16 14:57:58','2023-07-16 14:57:58',null,'PROEMER@idir','2023-07-16 14:59:15',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.0500668 49.3370342)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028384','Caller reports there was a bear seen on camera last night at 0300. Walking around, not aggressive.',null,null,null,null,null,null,'2218 Nicholson St, Prince George, BC',null,'2023-07-16 15:03:30','2023-07-16 15:03:30',null,'SMCCREAD@idir','2023-07-16 15:05:31',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7870176 53.902762)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028386','Caller lives in Squamish there is a large bear eating from his cherry tree daily.',null,null,null,null,null,null,'2008 Spruce Dr, Squamish, BC',null,'2023-07-16 15:43:35','2023-07-16 15:43:35',null,'SMCCREAD@idir','2023-07-16 15:47:57',null,null,null,null,'CLOSED','SQUMISH',ST_GeomFromText('POINT(-123.1260562 49.7019935)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028390','Caller advises the bear was around last week and is cruising through yards checking out trash bins as he goes.',null,null,null,null,null,null,'Linnae Ave, District of North Vancouver, BC',null,'2023-07-16 15:59:12','2023-07-16 15:59:12',null,'SZUKEWI@idir','2023-07-25 13:33:30',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.1047287 49.351732)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028392','Caller reporting a Deer with broken leg, likely an MVI. The deer is mobile. ',null,null,null,null,null,null,'Hwy 18, Lake Cowichan, BC','6 -7 km east skutz falls turn off north side','2023-07-16 16:07:43','2023-07-16 16:07:43',null,'MAWILSON@idir','2023-08-01 16:00:54',null,null,null,null,'CLOSED','LKECOWCH',ST_GeomFromText('POINT(-123.9813435 48.8158766)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028396','COM is reporting about fawn appearing to be abandon in the car port. She advised it was in her neighbors property and it has been there for 2 hours. Advised to call back if the situation changes. - ',null,null,null,null,null,null,'5025 Mein Rd, 108 Mile Ranch, BC',null,'2023-07-16 16:24:45','2023-07-16 16:24:45',null,'JXKLINE@idir','2023-07-17 12:41:35',null,null,null,null,'CLOSED','100MHHS',ST_GeomFromText('POINT(-121.3557963 51.7216315)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028397','COM reported a BB walking from property to property down the street. COM did not see any attractants left outside. ',null,null,null,null,null,null,'3044 Dollarton Hwy, District of North Vancouver, BC',null,'2023-07-16 16:25:09','2023-07-16 16:25:09',null,'DTALEVSK@idir','2023-07-16 16:27:18',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-122.989358 49.3088519)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028399','Bear in back yard and front yard. This is the second time. Caller is worried. Caller advises she has hummingbird feeders there and will get rid of them.',null,null,null,null,null,null,'379 Rabbit Lane, West Vancouver, BC',null,'2023-07-16 16:32:43','2023-07-16 16:32:43',null,'ADOMPIER@idir','2023-07-16 16:37:54',null,null,null,null,'CLOSED','WSTVANCO',ST_GeomFromText('POINT(-123.123217 49.3445176)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028400','COM is reporting that deer has appeared sick with a puffy face and panting and coughing. It did drink from a muddy puddle and has since left the address and is down the street. ',null,null,null,null,null,null,'6670 Horne Rd, Sooke, BC',null,'2023-07-16 16:32:58','2023-07-16 16:32:58',null,'MAWILSON@idir','2023-08-01 15:59:44',null,null,null,null,'CLOSED','SOOKE',ST_GeomFromText('POINT(-123.7206767 48.3753496)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028402','A black bear is in the backyard right now not doing anything; however caller was away and when he got home today at 14:00 his electronic gate was broken, motor was knocked over and lying on the ground. Caller thought maybe someone had backed into the gate with a vehicle but now that the bear is there he thinks it was the bear that damaged the gate. - -***Caller wants a call back and said it would be unfortunate if the media was contacted before he was contacted by COS',null,null,null,null,null,null,'854 Rivers Edge Dr, Nanoose Bay, BC',null,'2023-07-16 16:46:32','2023-07-16 16:46:32',null,'MAWILSON@idir','2023-07-17 15:03:08',null,null,null,null,'CLOSED','NANOBAY',ST_GeomFromText('POINT(-124.2826393 49.2788981)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028403','COM reported a small BB that walked down their driveway and into the neighbour''s yard. They can hear the neighbour''s dog barking and think it has been scared off. ',null,null,null,null,null,null,'342 Stevens Dr, West Vancouver, BC',null,'2023-07-16 16:52:39','2023-07-16 16:52:39',null,'DTALEVSK@idir','2023-07-16 16:55:01',null,null,null,null,'CLOSED','WSTVANCO',ST_GeomFromText('POINT(-123.1223123 49.3462318)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028404','COM reporting BB sighting on the trail',null,null,null,null,null,null,'','Alice Lake Provincial Park','2023-07-16 16:52:49','2023-07-16 16:52:49',null,'DLEWERS@idir','2023-07-16 16:53:48',null,null,null,null,'CLOSED','SQUMISH',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028405','caller reports deer has a broken leg and is presently stuck in mud at edge of river.',null,null,null,null,null,null,'2 km up river from the Nickolson bridge','west side of hwy','2023-07-16 16:54:17','2023-07-16 16:54:17',null,'DBARTOL@idir','2023-07-17 09:13:04',null,null,null,null,'CLOSED','GOLDEN',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028408','Caller advises that the bear has been in the area since the springtime. At first he only came at night and the early morning. Several weeks ago he got into their garbage after which they moved it into the garage and now the shed as it was beginning to stink. The bear comes into the yard walks past the shed with the garbage checks the deck out and then goes down the driveway and into the neighbours yard. The other day her husband was outside on the deck reading the newspaper and he came into the yard and was about 15 ft away from him. He has no fear and when they attempt scare him just looks at them and then casually strolls off. -Her concern is she has her grandkids come by and what would the animal do if the kids were outside playing when he came through the place. -She would like a call back to discuss the situation.',null,null,null,null,null,null,'842 Montroyal Blvd, District of North Vancouver, BC',null,'2023-07-16 17:20:17','2023-07-16 17:20:17',null,'SZUKEWI@idir','2023-07-22 12:40:52',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.0921051 49.3565103)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028411','A full grown black bear was in the parking lot a few minutes ago and has now gone behind the trees between the parking lot and the hwy. ',null,null,null,null,null,null,'4350 Blackcomb Way, Whistler, BC','Whistler Village parking lot #5','2023-07-16 17:46:21','2023-07-16 17:46:21',null,'TDSCHUMA@idir','2023-07-18 13:58:32',null,null,null,null,'CLOSED','WHISTLER',ST_GeomFromText('POINT(-122.952719 50.1181672)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028415','COM reported a BB that tried to break into his garbage bin at the side of the house. ',null,null,null,null,null,null,'2462 Cameron Cres, Abbotsford, BC',null,'2023-07-16 17:52:17','2023-07-16 17:52:17',null,'DTALEVSK@idir','2023-07-16 17:54:33',null,null,null,null,'OPEN','ABTFRD',ST_GeomFromText('POINT(-122.2533093 49.0470324)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028423','A deer may just have been hit by a vehicle. It was coming down across the bank on Hwy 6 right in town by Polson Place Mall. Leg is broken but deer is still mobile and walking. ',null,null,null,null,null,null,'2306 Hwy 6, Vernon, BC',null,'2023-07-16 18:23:52','2023-07-16 18:23:52',null,'STECOOK@idir','2023-07-19 14:19:06',null,null,null,null,'CLOSED','VERNON',ST_GeomFromText('POINT(-119.2644204 50.2563341)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028424','This is a townhouse complex and the bear is coming around and getting into the compost bins by knocking them over and popping the lids off. ',null,null,null,null,null,null,'9201 Forest Grove Dr, Burnaby, BC',null,'2023-07-16 18:26:48','2023-07-16 18:26:48',null,'SZUKEWI@idir','2023-07-18 12:39:16',null,null,null,null,'CLOSED','BURNBY',ST_GeomFromText('POINT(-122.9075657 49.2619503)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028427','Police received a call of a bear getting into a garage while the door was open and going through the callers garbage. It came out and was in some bushes between hers and the neighbours when they tried to approach with shovels it snapped at them and seems to have moved off at this time.',null,null,null,null,null,null,'555 Craigmohr Dr, West Vancouver, BC',null,'2023-07-16 18:41:32','2023-07-16 18:41:32',null,'SZUKEWI@idir','2023-07-25 13:35:18',null,null,null,null,'CLOSED','WSTVANCO',ST_GeomFromText('POINT(-123.1310419 49.3614859)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028429','COM reporting a BB comes in back yard eating berries and is not scared. She is concerned that it is getting more aggressive and children are present. She is throwing rocks but it keeps coming back. Wants CO officer to shoot the bear like they did last year. ',null,null,null,null,null,null,'5242 Beach Rd, Powell River, BC',null,'2023-07-16 18:48:01','2023-07-16 18:48:01',null,'EFITCH@IDIR','2023-07-16 18:56:34',null,null,null,null,'OPEN','POWELLRV',ST_GeomFromText('POINT(-124.5980363 49.8920652)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028430','Caller has a bear in the backyard that appeared to have an injured back left leg. It was still able to move but was grunting heavily. He has lost sight of it presently.',null,null,null,null,null,null,'6127 Eagle Ridge Cres, Whistler, BC','behind the parking garage','2023-07-16 18:52:28','2023-07-16 18:52:28',null,'KPPOPJES@idir','2023-07-17 12:06:52',null,null,null,null,'CLOSED','WHISTLER',ST_GeomFromText('POINT(-122.9606199 50.1153446)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028432','COM reported a BB eating fruit in a tree. People are gathering to watch. ',null,null,null,null,null,null,'','Near the Olympic rings','2023-07-16 19:13:36','2023-07-16 19:13:36',null,'TDSCHUMA@idir','2023-07-18 13:56:31',null,null,null,null,'CLOSED','WHISTLER',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028447','Caller has seen the bear in roughly the same area on the last few nights strolling down the trail.',null,null,null,null,null,null,'Pine St, Prince George, BC','On the Heritage trail','2023-07-16 19:58:56','2023-07-16 19:58:56',null,'PROEMER@idir','2023-07-16 20:01:08',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7520625 53.9020763)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028449','Caller advises that the bear has been in the area for some time now. It was up on her deck looking in the windows and doors while her dogs were going nuts. It appears to have an injury to a front leg and is unable to put weight on it.',null,null,null,null,null,null,'7654 King Rd, Deka Lake, BC',null,'2023-07-16 20:01:26','2023-07-16 20:01:26',null,'JXKLINE@idir','2023-07-24 17:49:37',null,null,null,null,'CLOSED','100MHHS',ST_GeomFromText('POINT(-120.818026 51.6091491)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028450','COM reporting a sighting of a BB.',null,null,null,null,null,null,'5777 Cranley Dr, West Vancouver, BC',null,'2023-07-16 20:04:08','2023-07-16 20:04:08',null,'EFITCH@IDIR','2023-07-16 20:14:25',null,null,null,null,'CLOSED','WSTVANCO',ST_GeomFromText('POINT(-123.2677091 49.3594504)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028451','COM reported they received multiple calls of an injured fawn. They went to the location and the fawn had a very small wound, was well hydrated, mobile and the doe was nearby. -** Also a new rehab for the Okanagan area for raptors, songbirds, all small mammals and fawns!',null,null,null,null,null,null,'',null,'2023-07-16 20:12:57','2023-07-16 20:12:57',null,'JHANRATT@idir','2023-07-21 15:55:15',null,null,null,null,'CLOSED','KELOWNA',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028455','COM reporting BB going through garbage at the residence and then through the yards. -',null,null,null,null,null,null,'900 Noons Creek Dr, Port Moody, BC',null,'2023-07-16 20:37:19','2023-07-16 20:37:19',null,'EFITCH@IDIR','2023-07-16 20:40:33',null,null,null,null,'OPEN','PORTMDY',ST_GeomFromText('POINT(-122.8275529 49.2887406)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028459','COM reporting BB climbing in tree in their back yard and coming back to check their garbage. It has broken lock on fence and gate to get in. BB has a tag on its ear. ',null,null,null,null,null,null,'2244 Windridge Dr, District of North Vancouver, BC',null,'2023-07-16 21:03:23','2023-07-16 21:03:23',null,'SZUKEWI@idir','2023-07-25 13:51:55',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.0130712 49.3102758)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028461','Caller reporting a BB was spotted wandering down the back alley tipping over garbage cans and accessing garbages. ',null,null,null,null,null,null,'9756 Still Creek Ave, Burnaby, BC',null,'2023-07-16 21:06:13','2023-07-16 21:06:13',null,'KPPOPJES@idir','2023-07-17 11:46:14',null,null,null,null,'CLOSED','BURNBY',ST_GeomFromText('POINT(-122.8967166 49.2604407)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028462','Reporting that while driving in the below noted location a very short time prior to call in, she struck and injured a deer potentially breaking both rear legs and totalling the vehicle. The deer has dragged itself off to the side of the road. -',null,null,null,null,null,null,'Kettle Valley South Rd, Rock Creek, BC',null,'2023-07-16 21:09:19','2023-07-16 21:09:19',null,'BVDAMME@idir','2023-07-17 10:50:47',null,null,null,null,'CLOSED','ROCKCRK',ST_GeomFromText('POINT(-118.9685866 49.0538852)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028463','COM reporting hit a deer, both back legs are broken and unable to get up. ',null,null,null,null,null,null,'Hwy 33, Kelowna, BC','1 KM SIGNAGE (50 ft in front of sign) near Brake check station Westbound lane in ditch - Near McDonald RV ACRES Park ','2023-07-16 21:14:36','2023-07-16 21:14:36',null,'GSMALL@idir','2023-07-21 22:14:58',null,null,null,null,'CLOSED','KELOWNA',ST_GeomFromText('POINT(-119.2535998 49.8587963)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028465','Caller advises that there is a large bear going through the garbage out front of their place.',null,null,null,null,null,null,'2426 Bennie Pl, Port Coquitlam, BC',null,'2023-07-16 21:15:34','2023-07-16 21:15:34',null,'PROEMER@idir','2023-07-16 21:18:32',null,null,null,null,'OPEN','PORTCOQ',ST_GeomFromText('POINT(-122.7537708 49.2596848)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028466','Caller spotted a large bear just ambling along and enter the parking lot of the golf course.',null,null,null,null,null,null,'3723 Mt Seymour Pky, District of North Vancouver, BC','Golf Course','2023-07-16 21:20:22','2023-07-16 21:20:22',null,'PROEMER@idir','2023-07-16 21:22:43',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-122.9674556 49.3148687)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028468','COM reporting a sighting of a bb.',null,null,null,null,null,null,'5739 Westport Crt, West Vancouver, BC',null,'2023-07-16 21:24:50','2023-07-16 21:24:50',null,'EFITCH@IDIR','2023-07-16 21:36:49',null,null,null,null,'CLOSED','WSTVANCO',ST_GeomFromText('POINT(-123.2618045 49.354321)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028469','Large brown bear was spotted walking past the dog park just ambling along.',null,null,null,null,null,null,'Ingledew St, Prince George, BC',null,'2023-07-16 21:15:00','2023-07-16 21:25:10',null,'PROEMER@idir','2023-07-16 21:31:31',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7408432 53.9082972)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028474','Reporting that about 10-15 mins prior to call in, caller noticed a BB walk in front of his window and was seen going into neighbours yard toward their garbage. Caller states that he believes the BB got into his garbage as well. ',null,null,null,null,null,null,'1157 River Rock Pl, Highlands, BC',null,'2023-07-16 22:12:15','2023-07-16 22:12:15',null,'MAWILSON@idir','2023-07-17 09:16:01',null,null,null,null,'OPEN','HIGHLAND',ST_GeomFromText('POINT(-123.5206346 48.4754164)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028476','North Shore BB society - -taking dog for a walk and neibhour said BB was in her yard -heard crashing sound in front of residence and haerd crashing and it was attempting to access compost - did not get in -dog scared it off -10 mins prior to call in ',null,null,null,null,null,null,'1632 Roxbury Pl, District of North Vancouver, BC',null,'2023-07-16 22:35:17','2023-07-16 22:35:17',null,'DDAVIS@idir','2023-07-16 22:37:33',null,null,null,null,'OPEN','NORVAN',ST_GeomFromText('POINT(-122.9396881 49.3206613)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028477','COM reported a BB going up people''s driveways along the street. It looks like the BB is searching for garbage. ',null,null,null,null,null,null,'Olympia Pl, Abbotsford, BC',null,'2023-07-16 22:38:16','2023-07-16 22:38:16',null,'DTALEVSK@idir','2023-07-16 22:42:48',null,null,null,null,'OPEN','ABTFRD',ST_GeomFromText('POINT(-122.2547852 49.0432692)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028478','',null,null,null,null,null,null,'Alaska heading towards Dawson creek',null,'2023-07-16 22:50:12','2023-07-16 22:50:12',null,'ELPEDERS@idir','2023-07-26 13:45:37',null,null,null,null,'CLOSED','TAYLOR',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028479','',null,null,null,null,null,null,'South of Barriere, BC','5 km south of Barriere on east side heading north','2023-07-16 23:19:53','2023-07-16 23:19:53',null,'JESJONES@idir','2023-07-17 10:07:07',null,null,null,null,'CLOSED','BARRIR',ST_GeomFromText('POINT(-120.194557 51.079190)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028485','Reporting that about 5 mins prior to call in, caller noticed a small BB cub wandering down the street in front of her residence making crying noises. Caller states that she also has video footage (security camera footage). ',null,null,null,null,null,null,'3585 Sheffield Ave, Coquitlam, BC',null,'2023-07-17 00:15:27','2023-07-17 00:15:27',null,'DDAVIS@idir','2023-07-17 00:18:32',null,null,null,null,'OPEN','COQUITLM',ST_GeomFromText('POINT(-122.7353174 49.2987418)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028487','Reporting that a BB was just in yard attempting to access garbage in secured garbage can. Caller states that her roommate opened the front door and the BB was with in 2 feet of her. BB has since left and taken off to unknown location. ',null,null,null,null,null,null,'2690 Edgemont Blvd, District of North Vancouver, BC',null,'2023-07-17 04:01:48','2023-07-17 04:01:48',null,'ASDUNCAN@idir','2023-07-19 04:16:18',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.0974871 49.3345622)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028488','Reporting while walking dog in the below noted area a short time prior to call in, caller spotted a deer with a broken front right leg that was non weight baring. ',null,null,null,null,null,null,'2418 Fairhall Rd, Kelowna, BC','bottom of Hall Road ','2023-07-17 05:46:29','2023-07-17 05:46:29',null,'JHANRATT@idir','2023-07-21 15:52:45',null,null,null,null,'CLOSED','KELOWNA',ST_GeomFromText('POINT(-119.4339225 49.8608072)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028490','Caller reports a deer on SE Marine and Borden St.',null,null,null,null,null,null,'SE Marine Dr Offramp, Vancouver, BC',null,'2023-07-17 06:05:07','2023-07-17 06:05:07',null,'SMCCREAD@idir','2023-07-17 06:07:12',null,null,null,null,'CLOSED','VANCOUVR',ST_GeomFromText('POINT(-123.0772611 49.2108012)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028496','Caller reports at 445am there was a cougar in their back yard. It looked like there was a collar or something around its neck. Ran off when caller yelled at it. ',null,null,null,null,null,null,'7230 Goudie Rd, Kelowna, BC',null,'2023-07-17 06:45:47','2023-07-17 06:45:47',null,'KOWENS@idir','2023-07-25 13:32:46',null,null,null,null,'CLOSED','KELOWNA',ST_GeomFromText('POINT(-119.247635 49.8882374)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028498','Caller is wondering if they can take the dead deer for harvesting.',null,null,null,null,null,null,'128 Ave and 216 St, Maple Ridge, BC',null,'2023-07-17 06:48:02','2023-07-17 06:48:02',null,'COMILLER@idir','2023-07-17 06:51:17',null,null,null,null,'OPEN','MAPLERID',ST_GeomFromText('POINT(-122.6225047 49.2350894)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028500','2BB in the Olympic Plaza this morning. Bears having been frequenting the area for the past week. COM states garbage pickup workers have been trying to chase the bears off from high traffic tourist areas but are not trained to do so and is concerned about increasing interactions with the bears. COM states bears are drawn by cherry trees that the city planted which is making the issue worse.',null,null,null,null,null,null,'Blackcomb Way, Whistler, BC','Olympic Plaza','2023-07-17 07:11:04','2023-07-17 07:11:04',null,'TDSCHUMA@idir','2023-07-17 16:00:08',null,null,null,null,'CLOSED','WHISTLER',ST_GeomFromText('POINT(-122.9432849 50.1204375)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028501','Bear has gotten into the barn for the past 3 nights and took 2 feed bins from the barn last night. There were previously no locks on the barn but they have now installed locks. COM also reports that on the 15th she was with 2 horses and the bear approached and followed for about 10 minutes.',null,null,null,null,null,null,'2645 Oxford Rd, Powell River, BC',null,'2023-07-17 07:19:06','2023-07-17 07:19:06',null,'LMOSS@idir','2023-07-17 07:24:37',null,null,null,null,'OPEN','POWELLRV',ST_GeomFromText('POINT(-124.4040431 49.7876531)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028502','Caller reports a bear that keeps going into their neighbor''s yard. The neighbor doesn''t maintain their garbage properly and this constantly attracts the bear.',null,null,null,null,null,null,'9 Tutu Pl, Mackenzie, BC',null,'2023-07-17 07:24:45','2023-07-17 07:24:45',null,'HIDESMAR@idir','2023-07-17 16:07:02',null,null,null,null,'CLOSED','MACKENZI',ST_GeomFromText('POINT(-123.0794956 55.3274662)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028503','Caller reporting a bear which has been breaking into callers garbage bins over the last few weeks.',null,null,null,null,null,null,'1269 Rupert Rd, Ucluelet, BC',null,'2023-07-17 07:30:20','2023-07-17 07:30:20',null,'DSEXTON@idir','2023-07-20 08:27:04',null,null,null,null,'CLOSED','UCLUELET',ST_GeomFromText('POINT(-125.539411 48.936622)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028504','BB in the neighborhood getting into garbage bins. It is garbage day today. The bear will run and hide when horns are honked but quickly goes back to the garbage.',null,null,null,null,null,null,'5647 Moriarty Cres, Prince George, BC',null,'2023-07-17 07:33:32','2023-07-17 07:33:32',null,'HIDESMAR@idir','2023-07-18 11:28:02',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.769434 53.8680815)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028505','Caller reporting two bears are taking garbage out of bins on garbage day. Not scared off by loud noises or presence people.',null,null,null,null,null,null,'5647 Moriarty Cres, Prince George, BC',null,'2023-07-17 07:33:41','2023-07-17 07:33:41',null,'EMCARTHU@idir','2023-07-19 12:42:13',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.769434 53.8680815)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028509','Bear was in the driveway this morning was not showing fear but did leave the area. There is 1 person in the subdivision who is feeding the bears. There were also 2 bears ''scuffing'' this morning in the backyard. COM advises he and other neighbors having been reporting regularly for months and all that has been done is handing out brochures.',null,null,null,null,null,null,'7935 Palmer Pl, Chilliwack, BC',null,'2023-07-17 08:10:57','2023-07-17 08:10:57',null,'ALBUCHAN@idir','2023-07-17 12:29:03',null,null,null,null,'OPEN','CHILLIWK',ST_GeomFromText('POINT(-121.8324367 49.1451645)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028510','Caller reports seeing a bear at Otter and Peninsula St, Ucluelet knocked over and break in to a composting box.',null,null,null,null,null,null,'Otter St and Peninsula Rd, Ucluelet, BC',null,'2023-07-17 08:11:43','2023-07-17 08:11:43',null,'DSEXTON@idir','2023-07-20 08:28:04',null,null,null,null,'CLOSED','UCLUELET',ST_GeomFromText('POINT(-125.5436515 48.9391407)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028512','Caller reports two bears have destroyed his garbage and then the two of them were treed for a while then went to the back yard, where they presently are.',null,null,null,null,null,null,'5355 Simon Fraser Ave, Prince George, BC',null,'2023-07-17 08:26:25','2023-07-17 08:26:25',null,'LMOSS@idir','2023-07-17 08:53:02',null,null,null,null,'OPEN','PRINGEOR',ST_GeomFromText('POINT(-122.767948 53.8732619)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028515','There are three fawns with spots still beside the highway (5) near north thompson prov park, standing in middle of highway wont move. someone should go help them!! ',null,null,null,null,null,null,'Clearwater, BC',null,'2023-07-17 08:38:18','2023-07-17 08:38:18',null,'SMCCREAD@idir','2023-07-17 08:39:42',null,null,null,null,'CLOSED','CLRWTR',ST_GeomFromText('POINT(-120.0322222 51.6452778)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028518','BB in the trap set out by CO 2 weeks ago.',null,null,null,null,null,null,'7627 Sapphire Cres, Prince George, BC',null,'2023-07-17 08:45:36','2023-07-17 08:45:36',null,'EMCARTHU@idir','2023-07-20 10:12:18',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.789431 54.0005831)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028519','Caller reports that a bear has broken fence and got into the garbage/organics bins.',null,null,null,null,null,null,'3963 St. Thomas St, Port Coquitlam, BC',null,'2023-07-17 08:46:07','2023-07-17 08:46:07',null,'SMCCREAD@idir','2023-07-17 08:49:37',null,null,null,null,'OPEN','PORTCOQ',ST_GeomFromText('POINT(-122.7348699 49.2832326)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028520','Caller reports a large bear in a healing facility grounds not deterred by noises made. Caller worried about clients safety. As of yet bear has not been aggressive.',null,null,null,null,null,null,'200 Cedarvale-Kitwanga Rd, Gitwangak, BC',null,'2023-07-17 08:50:47','2023-07-17 08:50:47',null,'RLEBLANC@idir','2023-07-31 11:06:49',null,null,null,null,'CLOSED','GITWANGA',ST_GeomFromText('POINT(-128.0982851 55.108131)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028521','Fawn with spots seen limping from hind quarters. Fawn is mobile.',null,null,null,null,null,null,'1996 Dog Creek Rd, Williams Lake, BC',null,'2023-07-17 08:57:52','2023-07-17 08:57:52',null,'JETYRE@idir','2023-07-18 11:36:40',null,null,null,null,'CLOSED','WILLMSLK',ST_GeomFromText('POINT(-122.1005554 52.0839365)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028522','BB frequenting the property and has been eating cherries and vegetable garden. Not showing fear with noise deterrents. COM''s grandchildren are autistic and she is concerned for their safety with the bear being present at all times of day.',null,null,null,null,null,null,'3616 Mountain Ave, Summerland, BC',null,'2023-07-17 09:01:01','2023-07-17 09:01:01',null,'MSTERN@idir','2023-07-23 08:24:00',null,null,null,null,'CLOSED','SMRLAND',ST_GeomFromText('POINT(-119.6952779 49.5625362)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028529','BB attempting to get into the garbage bins but they are locked. Bear has left to the creek that backs onto the property. The bear has been frequenting the property for 3-4 weeks. Bear does not show fear with pots/pans.',null,null,null,null,null,null,'3510 Sunset Blvd, District of North Vancouver, BC',null,'2023-07-17 09:16:22','2023-07-17 09:16:22',null,'KPPOPJES@idir','2023-07-17 12:05:37',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.1064562 49.3411973)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028532','COM was out for a run with 2 dogs off leash and was followed by 3 coyotes. The coyotes were nipping at the dogs. Coyotes turned around and went back into the bush after a few minutes.',null,null,null,null,null,null,'Lynn Valley in District of North Vancouver, BC','Lynn Connector Trail - Rice Lake','2023-07-17 09:19:37','2023-07-17 09:19:37',null,'TDSCHUMA@idir','2023-07-23 15:14:36',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.0344444 49.3330556)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028534','Judy left a voice mail with the Sea to Sky Natural Resource District office, Ministry of Forests, on the weekend of July 15-16, 2023 regarding a bear that is rummaging through garbage in the backyard of the house behind her. She did not see the bear during the latest incident, but heard it and says the bear has been frequenting the neighbourhood over the past two weeks. She describes the bear as large and non-aggressive towards people. She says "it is terrorizing everybody in the neighbourhood" and tearing apart garbage cans. The bear has so far destroyed two garbage cans. It was chased off by a neighbour''s dog during the latest incident and is crossing over a fence to access the lot. We gave her the RAPP 1-877 number to report incidents and indicated the Ministry (FrontCounter BC) would file an online complaint to alert Conservation Officers to the bear. ',null,null,null,null,null,null,'38767 Garibaldi Ave, Squamish, BC',null,'2023-07-17 09:20:22','2023-07-17 09:20:22',null,'CROCHON@idir','2023-07-19 12:57:01',null,null,null,null,'OPEN','SQUMISH',ST_GeomFromText('POINT(-123.1549925 49.7112948)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028542','Caller reports injured eagle on Sunshine Bay beach in Proctor. 4km past the ferry gets you to the parking lot the eagle is about 150m past the lot. Reporting party will mark the injured eagle spot with a plastic bag on a stick.',null,null,null,null,null,null,'Sunshine Bay in Procter, BC',null,'2023-07-17 09:41:46','2023-07-17 09:41:46',null,'BBEETLES@idir','2023-08-10 11:59:25',null,null,null,null,'CLOSED','PROCTOR',ST_GeomFromText('POINT(-117.0008333 49.5997222)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028545','Caller reporting a dead deer in the creek near their property. Caller advised the creek is a source of drinking water. ',null,null,null,null,null,null,'2214 Newton Rd, Cawston, BC',null,'2023-07-16 14:00:00','2023-07-17 09:54:51',null,'MSTERN@idir','2023-07-23 08:26:13',null,null,null,null,'CLOSED','CWSTN',ST_GeomFromText('POINT(-119.7670118 49.1858528)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028549','Calling to report a black bear came down his driveway while he was working on his truck. Seemed unfazed when he tried to haze the bear. Walked through his backyard after attempted hazing as well. ',null,null,null,null,null,null,'1041 Millstream Rd, West Vancouver, BC',null,'2023-07-17 10:06:51','2023-07-17 10:06:51',null,'ISCHMIDT@idir','2023-07-17 10:08:50',null,null,null,null,'CLOSED','WSTVANCO',ST_GeomFromText('POINT(-123.1331107 49.3594244)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028550','Bear trying to climb into window yesterday around midday. This morning came right up to the back door at 0800 and 0945. Yelled and scared it off. Came a few times last year. It is a vacation rental property and not sure if it has been getting into attractants, but has instructions for guest about securing garbage. - -**Emailed for awareness',null,null,null,null,null,null,'355 Lone Cone Rd, Tofino, BC',null,'2023-07-17 10:11:15','2023-07-17 10:11:15',null,'MAWILSON@idir','2023-07-31 09:24:19',null,null,null,null,'CLOSED','TOFINO',ST_GeomFromText('POINT(-125.8963919 49.1472144)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028551','Caller reporting Thant a black bear came last night and destroyed their pool cover. Caller advised the bear also came two nights ago and destroyed part of their fence. Caller noted their garbage is in their garage and there are no fruit trees or other attractants on the property. Caller is concerned as they have young children visiting soon. -***Caller is requesting a callback from a CO for advice. ',null,null,null,null,null,null,'99 Strong Rd, Anmore, BC',null,'2023-07-16 22:00:00','2023-07-17 10:12:38',null,'CELDER@idir','2023-07-24 14:46:07',null,null,null,null,'OPEN','ANMR',ST_GeomFromText('POINT(-122.8429312 49.3072385)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028557','Just at Canyon View trail, big BB ran in just after them leaving the trail. No aggressive behaviour. There are lots of people on the trail.',null,null,null,null,null,null,'','Gold River Hwy and Detwiler Rd','2023-07-17 10:22:26','2023-07-17 10:22:26',null,'COMILLER@idir','2023-07-17 10:28:51',null,null,null,null,'CLOSED','CMBLRV',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028560','COM reports a deer with an injured penis. COM states it looks like it is bleeding and the deer keeps nudging at it. The deer is mobile.',null,null,null,null,null,null,'1904 Gloaming Dr, Kamloops, BC',null,'2023-07-17 10:28:15','2023-07-17 10:28:15',null,'JESJONES@idir','2023-07-17 12:27:15',null,null,null,null,'CLOSED','KAMLOOPS',ST_GeomFromText('POINT(-120.3602122 50.6506841)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028561','Reporting a bear in their area on their property. He was there quite awhile on Sunday. Owner of property, but away and they have a house sitter. Yesterday 4 pm. came out of the bush, heard rustling later on in the bush, property has blueberry bushes, 2 hives and an orchard. There was scat left near the orchard. House sitter is leaving the property over concern of the bear, neighbour is gonna keep an eye out. Property suitable for bear trap.',null,null,null,null,null,null,'29704 MacLure Rd, Abbotsford, BC',null,'2023-07-17 10:30:35','2023-07-17 10:30:00',null,'COMILLER@idir','2023-07-17 10:38:46',null,null,null,null,'OPEN','ABTFRD',ST_GeomFromText('POINT(-122.399903 49.0597744)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028562','Caller reports an increase in daytime bear activity.',null,null,null,null,null,null,'38140 Chestnut Ave, Squamish, BC',null,'2023-07-17 10:37:20','2023-07-17 10:37:19',null,'SMCCREAD@idir','2023-07-17 10:39:40',null,null,null,null,'CLOSED','SQUMISH',ST_GeomFromText('POINT(-123.1334371 49.6995053)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028563','Calling to report a deer hit by a car, able to get off the road',null,null,null,null,null,null,'Hwy 29, Hudson''s Hope, BC','KM marker 29','2023-07-17 10:38:04','2023-07-17 10:38:04',null,'KMAYOWSK@idir','2023-07-18 10:23:07',null,null,null,null,'OPEN','HUDSONSH',ST_GeomFromText('POINT(-121.94011 55.9911067)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028565','Calling to report a black bear sow and cub got into the compost bins for the condo complex.',null,null,null,null,null,null,'8342 Aspenwood Pl, Burnaby, BC',null,'2023-07-17 10:40:06','2023-07-17 10:40:06',null,'SZUKEWI@idir','2023-07-18 12:44:28',null,null,null,null,'CLOSED','BURNBY',ST_GeomFromText('POINT(-122.9239073 49.2628949)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028566','Young black bear frequenting the area looks very thin and COM believes it is going to die.',null,null,null,null,null,null,'Beatton Airport Rd, Buick, BC','Between Hwy km 24 and 28 up Pioneer Rd','2023-07-17 10:40:39','2023-07-17 10:40:39',null,'BALACEY@idir','2023-07-27 11:29:10',null,null,null,null,'OPEN','BKCRK',ST_GeomFromText('POINT(-121.2759289 56.7517651)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028567','Saw a bear pass through their yard. No aggression or getting into attractants.',null,null,null,null,null,null,'4335 Rockridge Rd, West Vancouver, BC',null,'2023-07-17 10:42:06','2023-07-17 10:42:06',null,'COMILLER@idir','2023-07-17 10:43:37',null,null,null,null,'CLOSED','WSTVANCO',ST_GeomFromText('POINT(-123.2402554 49.3445425)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028568','A baby moose abandoned. Spotted it yesterday around 1500 and still in the same spot. Along shore line eating.',null,null,null,null,null,null,'4379 Bayview Dr, Horsefly, BC',null,'2023-07-17 10:44:26','2023-07-17 10:44:26',null,'JETYRE@idir','2023-07-18 11:40:11',null,null,null,null,'CLOSED','HORSEFLY',ST_GeomFromText('POINT(-121.2197581 52.4049783)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028571','Caller reporting a food conditioned black bear near the below noted location. Caller advised the bear has been seen multiple times over the last few months. Caller noted the bear is not aggressive and has not been seen getting into garbages but there are lot''s of berries in the area. Caller advised the area has a park and a large wooded area. Caller noted the bear is not afraid of people or dogs. -',null,null,null,null,null,null,'30989 Westridge Pl, Abbotsford, BC',null,'2023-07-15 15:15:00','2023-07-17 10:57:56',null,'ALBUCHAN@idir','2023-07-17 12:18:20',null,null,null,null,'OPEN','ABTFRD',ST_GeomFromText('POINT(-122.3657002 49.0693224)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028574','Caller owns a farm in Chilliwack. There has been a large increase of bears around his farm this year. He is concerned about the potential for conflict between his workers and the bears. So far there hasnt yet been any direct conflicts.',null,null,null,null,null,null,'41007 Yale Rd, Chilliwack, BC',null,'2023-07-17 11:04:28','2023-07-17 11:04:28',null,'PDAYTON@idir','2023-07-24 15:22:54',null,null,null,null,'CLOSED','CHILLIWK',ST_GeomFromText('POINT(-122.0900252 49.1291601)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028575','Rattlesnake in the vinyl siding at the front door. The snaked lunged at the dog this morning and residents are unable to use the front door with the snake there.',null,null,null,null,null,null,'129 Victoria Way, Grand Forks, BC',null,'2023-07-17 11:06:38','2023-07-17 11:06:38',null,'BVDAMME@idir','2023-07-18 08:59:53',null,null,null,null,'CLOSED','GRANDFOR',ST_GeomFromText('POINT(-118.43308 49.0366872)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028576','Calling to report a fawn that seems ill in his yard. Laying on it''s side and barely moving. Hasn''t walked in several hours and is laying on it''s side, seems to be struggling. The mother left it in the yard at about 6am.',null,null,null,null,null,null,'2482 Barnes Rd, Nanaimo, BC',null,'2023-07-17 11:08:09','2023-07-17 11:08:09',null,'MAWILSON@idir','2023-08-01 16:02:12',null,null,null,null,'OPEN','NANAIMO',ST_GeomFromText('POINT(-123.8392743 49.1170661)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028577','Caller reporting a black bear sighting near the below noted location. Caller advised the bear is just walking around and eating flowers. Caller noted the bear has a tag on it''s ear. Caller advised they saw the same bear 2 nights ago. ',null,null,null,null,null,null,'3309 Ptarmigan Pl, Whistler, BC',null,'2023-07-17 11:08:39','2023-07-17 11:08:39',null,'KSORENSE@idir','2023-07-17 11:13:56',null,null,null,null,'CLOSED','WHISTLER',ST_GeomFromText('POINT(-122.9683992 50.1120232)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028579','Caller reporting an injured deer that needs to be dispatched near the below noted location. Caller advised the deer was hit by a vehicle and it appears to have a broken back. Caller noted the deer is laying in the ditch. ',null,null,null,null,null,null,'Hwy 29, Hudson''s Hope, BC','500m north of Ferrow Creek Bridge on west side of the hwy heading towards Fort St. John','2023-07-17 11:15:59','2023-07-17 11:15:59',null,'KMAYOWSK@idir','2023-07-18 10:27:04',null,null,null,null,'CLOSED','HUDSONSH',ST_GeomFromText('POINT(-121.94011 55.9911067)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028580','Caller reporting an injured deer near the below noted location. Caller advised the deer was being chased by a St Bernard dog and ran into the fence a few times. Caller noted the deer is bleeding from the head and is unable to jump the high wired fence. ',null,null,null,null,null,null,'5342 Kallum Dr, 108 Mile Ranch, BC','Right beside the property - entrance to walking trail ','2023-07-17 11:23:06','2023-07-17 11:23:06',null,'MMBOOTH@idir','2023-07-19 13:11:07',null,null,null,null,'CLOSED','108MLRNH',ST_GeomFromText('POINT(-121.3553178 51.7327083)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028582','BB frequenting the condo complex. BB is getting more bold. OO advised to use noise deterrents.',null,null,null,null,null,null,'1188 Parkgate Ave, District of North Vancouver, BC',null,'2023-07-17 11:26:25','2023-07-17 11:26:25',null,'LMOSS@idir','2023-07-17 11:29:49',null,null,null,null,'OPEN','NORVAN',ST_GeomFromText('POINT(-122.9733513 49.3166284)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028584','On Wednesday night last week they had 3 coyotes come at him and his dog. Heard reports of the 3 coyotes attacking a horse, saw post on a FB page and thought to report it. No physical contact, they crossed the street from one house to another and then walked towards them in attack mode to about 10m. Caller charged at them and they ran off. Their heads were down stalking.',null,null,null,null,null,null,'Read Cres, Squamish, BC',null,'2023-07-12 22:30:00','2023-07-17 11:30:54',null,'CROCHON@idir','2023-07-20 09:51:34',null,null,null,null,'OPEN','SQUMISH',ST_GeomFromText('POINT(-123.1235864 49.7366587)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028587','Injured buck about 10km East of Lynx Creek. Partner called, does not have use of its back legs, not moving around. - -Partner: Curtis 250-685-9212 - -CO Kevin Mayowski briefed on HWCR 23-028579',null,null,null,null,null,null,'Hwy 29, Hudson''s Hope, BC','Northside of the Highway','2023-07-17 11:36:33','2023-07-17 11:36:33',null,'KMAYOWSK@idir','2023-07-18 10:29:01',null,null,null,null,'OPEN','HUDSONSH',ST_GeomFromText('POINT(-121.94011 55.9911067)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028588','Caller reporting a coyote sighting near the below noted location. Caller advised a female coyote has set up a den near the end of their cul de sac. Caller noted he has counted at least 4 pups. Caller advised the coyote has not been aggressive yet but there are lot''s of pets in the area. Caller noted he has pictures of where the den is. -***Emailed sighting for CO callback request.***',null,null,null,null,null,null,'16 Hawthorne Pl, Coldstream, BC',null,'2023-07-16 20:00:00','2023-07-17 11:43:15',null,'TAMYRONI@idir','2023-07-26 15:43:46',null,null,null,null,'CLOSED','CLDSTRM',ST_GeomFromText('POINT(-119.2034926 50.2393547)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028591','Calling to report a black bear has been getting into garbages on his street. His garbage is properly secured but neighbours are not bringing theirs in. ',null,null,null,null,null,null,'Taft Dr, Prince George, BC',null,'2023-07-17 11:48:59','2023-07-17 11:48:59',null,'EMCARTHU@idir','2023-07-19 12:46:00',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7871589 53.9953499)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028592','Caller reporting a black bear sighting near the below noted location. Caller advised the bear is sitting in the ditch on the other side of the fence to their backyard. Caller noted the bear did not look injured and there are no attractants out. ',null,null,null,null,null,null,'1743 Anderson Way, Port Coquitlam, BC',null,'2023-07-17 11:49:30','2023-07-17 11:49:30',null,'KSORENSE@idir','2023-07-17 11:52:43',null,null,null,null,'CLOSED','PORTCOQ',ST_GeomFromText('POINT(-122.7643523 49.2519753)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028593',' Caller reporting a deer in distress near the below noted location yesterday. Caller advised the deer had a collar/tracker around it''s neck and was very dozy and docile. -',null,null,null,null,null,null,'River Rd, Elko, BC','On the west side of the bank underneath the bridge. ','2023-07-17 11:55:37','2023-07-17 11:55:37',null,'RYGORDON@idir','2023-07-24 11:23:06',null,null,null,null,'CLOSED','ELKO',ST_GeomFromText('POINT(-115.049386 49.3098181)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028598','Caller reporting an injured deer near the below noted location. Caller advised the deer''s front, right foot is swollen around the ankle and is not weight bearing. Caller noted the deer is mobile and it was able to jump over the fence. -',null,null,null,null,null,null,'303 Gordonhorn Cres, Kamloops, BC',null,'2023-07-17 12:11:38','2023-07-17 12:11:38',null,'JESJONES@idir','2023-07-17 12:28:18',null,null,null,null,'CLOSED','KAMLOOPS',ST_GeomFromText('POINT(-120.3444663 50.6573556)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028599','Caller reports a coyote stalking her, her child and dogs. Aberdeen golf course is where this happened around 10am',null,null,null,null,null,null,'Prince George, BC',null,'2023-07-17 12:11:58','2023-07-17 12:11:58',null,'EMCARTHU@idir','2023-07-17 14:03:51',null,null,null,null,'OPEN','PRINGEOR',ST_GeomFromText('POINT(-122.7452778 53.9127778)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028600','Caller reporting that a fawn was hit by a car near the below noted location. Caller advised the fawn was on it''s side but got up and limped over to the doe and other fawn. ',null,null,null,null,null,null,'Cunliffe Rd and Kidston Rd, Coldstream, BC',null,'2023-07-17 12:14:57','2023-07-17 12:14:57',null,'TAMYRONI@idir','2023-07-26 15:42:11',null,null,null,null,'CLOSED','CLDSTRM',ST_GeomFromText('POINT(-119.2566295 50.224662)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028601','Last night at 1700 saw a young deer in the middle of the road, and guy on the side of the road with his motorcycle in the road. Must have hit the back end of the deer. Deer got up and stumbled and fell over left side alive on the side of the road. Has a screenshot of the location and can email.',null,null,null,null,null,null,'Hwy 99, Lillooet, BC',null,'2023-07-16 17:00:00','2023-07-17 12:20:20',null,'MMBOOTH@idir','2023-07-19 11:09:28',null,null,null,null,'CLOSED','LILLOOET',ST_GeomFromText('POINT(-121.9111732 50.7185365)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028602','Caller reports a large black animal attempting to get into their home via a porch that had a window leading to her bedroom. This animal was approximately the size of a German Shepard and made a hissing sound when it took off. It was dark so caller cant positively identify what animal it was, but a very large animal',null,null,null,null,null,null,'686 Village Way, Qualicum Beach, BC',null,'2023-07-17 12:25:53','2023-07-17 12:25:53',null,'MAWILSON@idir','2023-08-01 16:04:14',null,null,null,null,'OPEN','QLICMBCH',ST_GeomFromText('POINT(-124.4142515 49.3486201)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028603','Caller reporting a black bear near the below noted location. Caller advised the bear is not aggressive and is just eating the leaves off a tree. -',null,null,null,null,null,null,'4308 Main St, Whistler, BC','Behind the Delta at the bus stop. ','2023-07-17 12:25:59','2023-07-17 12:25:59',null,'TDSCHUMA@idir','2023-07-17 15:42:40',null,null,null,null,'CLOSED','WHISTLER',ST_GeomFromText('POINT(-122.9564355 50.1168035)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028604','RCMP passing on report of a BB in the area getting into garbage.',null,null,null,null,null,null,'9100 Capella Dr, Burnaby, BC',null,'2023-07-17 12:31:33','2023-07-17 12:31:33',null,'LMOSS@idir','2023-07-17 12:32:36',null,null,null,null,'OPEN','BURNBY',ST_GeomFromText('POINT(-122.9047547 49.261081)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028605','Caller reports a fawn stuck in new construction Good Samaritan retirement home.',null,null,null,null,null,null,'270 Hastings Ave, Penticton, BC',null,'2023-07-17 12:33:25','2023-07-17 12:33:25',null,'MSTERN@idir','2023-07-23 08:28:38',null,null,null,null,'CLOSED','PENTICTN',ST_GeomFromText('POINT(-119.5957868 49.4844104)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028606','Have a deer on the property a fawn and looks quite sick drooling from the mouth. It is down at the beach level.',null,null,null,null,null,null,'4866 Sinclair Bay Rd, Garden Bay, BC',null,'2023-07-17 12:36:19','2023-07-17 12:36:19',null,'COMILLER@idir','2023-07-17 12:38:51',null,null,null,null,'OPEN','GARDENBY',ST_GeomFromText('POINT(-124.0331605 49.6344959)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028607','BB was at the elementary school yesterday.',null,null,null,null,null,null,'3980 Inlet Cres, District of North Vancouver, BC',null,'2023-07-17 12:42:10','2023-07-17 12:42:10',null,'SZUKEWI@idir','2023-07-22 12:43:35',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-122.9635319 49.3208025)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028612','Caller reported 2 food conditioned black bear yearlings near the below noted location. Caller advised the bears walked across her property and went into her neighbors yard and knocked over the garbage. Caller noted the bears then went into the green belt near the property. ',null,null,null,null,null,null,'208 Clearview Dr, Port Moody, BC',null,'2023-07-17 12:50:13','2023-07-17 12:50:13',null,'KSORENSE@idir','2023-07-17 12:53:38',null,null,null,null,'OPEN','PORTMDY',ST_GeomFromText('POINT(-122.8310764 49.2738478)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028617','Couple of bears that the end of their street. Walking around in front of the houses, foraging for food. eating off of trees, It is garbage day, not sure if they accessed any. Weird that they are currently out at this time. -',null,null,null,null,null,null,'2723 St. Anne Ave, Prince George, BC',null,'2023-07-17 12:59:21','2023-07-17 12:59:21',null,'COMILLER@idir','2023-07-17 13:02:24',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7730398 53.8583833)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028621','Cougar was seen on the point at the reserve about 15 minutes ago. ',null,null,null,null,null,null,'Reno St, Zeballos, BC',null,'2023-07-17 13:12:34','2023-07-17 13:12:34',null,'MAWILSON@idir','2023-07-17 15:04:49',null,null,null,null,'OPEN','ZEBALLOS',ST_GeomFromText('POINT(-126.8458587 49.9807771)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028622','Have a BB in their back yard and now has left their backyard. They have a big open backyard garden.',null,null,null,null,null,null,'4936 Meadfeild Rd, West Vancouver, BC',null,'2023-07-17 13:13:08','2023-07-17 13:13:08',null,'COMILLER@idir','2023-07-17 13:15:23',null,null,null,null,'CLOSED','WSTVANCO',ST_GeomFromText('POINT(-123.261632 49.3430418)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028623','Caller Reports a deer that has been hit twice by cars and has a large gash across its stomach.',null,null,null,null,null,null,'Briarwood Lane and Metchosin Rd, Metchosin, BC',null,'2023-07-17 13:13:42','2023-07-17 13:13:42',null,'MAWILSON@idir','2023-08-01 16:06:04',null,null,null,null,'OPEN','METCHOSI',ST_GeomFromText('POINT(-123.4984343 48.3982995)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028626','COM has a dead deer in his backyard and would like direction on how/who will pick it up. He was advised COS do not typically remove dead wildlife. Unclear, but unlikely, if a violation has occurred. Requesting callback. ',null,null,null,null,null,null,'481 Seaview Way, Cobble Hill, BC',null,'2023-07-17 13:19:06','2023-07-17 13:19:06',null,'MAWILSON@idir','2023-08-01 15:51:56',null,null,null,null,'OPEN','COBBLHIL',ST_GeomFromText('POINT(-123.5385084 48.6937812)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028627','Yukon TIP line received a call from a motorist at the above location reporting a bison was stuck on the highway barrier and was not able to free itself. Sending to BCCOS as location is within BC. ',null,null,null,null,null,null,'Alaska Hwy, Coal River, BC','KM 857.8 Alaska Highway, about 20km into BC from the last dip from Yukon to BC near Coal River Lodge','2023-07-10 22:19:00','2023-07-17 13:19:50',null,'JOCHARTR@idir','2023-07-17 13:22:11',null,null,null,null,'OPEN','COALRIVR',ST_GeomFromText('POINT(-126.79743 59.6153045)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028637','BB was seen on the shooting star trail and then crossed the road.',null,null,null,null,null,null,'Munn Rd, Highlands, BC','Francis King Park','2023-07-17 13:57:07','2023-07-17 13:57:07',null,'LMOSS@idir','2023-07-17 13:59:29',null,null,null,null,'CLOSED','HIGHLAND',ST_GeomFromText('POINT(-123.4796665 48.5061188)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028642','Caller reporting 3 aggressive raccoons near the below noted location. Caller advised the raccoons tore through the window screen in his daughters bedroom and were running around the hours for a few hours until he was able to get them out. Caller is concerned as these raccoons have been in the house before. -***Caller is requesting a callback from a CO for advice. ***',null,null,null,null,null,null,'38245 Myrtlewood Cres, Squamish, BC',null,'2023-07-17 14:07:20','2023-07-17 14:07:20',null,'CROCHON@idir','2023-07-19 11:51:32',null,null,null,null,'OPEN','SQUMISH',ST_GeomFromText('POINT(-123.123852 49.7046358)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028643','BB has been frequenting the area for about a month and yesterday was seen marking a tree near the horse paddock. The bear was not showing fear and seems to be drawn to cherry trees on the property.',null,null,null,null,null,null,'49952 Larsen Rd, Chilliwack River Valley, BC',null,'2023-07-17 14:11:46','2023-07-17 14:11:46',null,'LMOSS@idir','2023-07-17 14:14:55',null,null,null,null,'OPEN','CHILLIWK',ST_GeomFromText('POINT(-121.8435505 49.086512)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028656','Caller saw a small fox Lyons and Fifth Ave Prince George looks like it is a very young. Worried for safety of animal as it is a very busy intersection.',null,null,null,null,null,null,'5th Ave and Ahbau St and Lyon St, Prince George, BC',null,'2023-07-17 15:03:11','2023-07-17 15:03:11',null,'HIDESMAR@idir','2023-07-18 11:44:33',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7842894 53.9206497)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028657','COM reporting a deer that is thin and stumbling, foaming at the mouth. The deer fell down the bank and got back up but it looks like it is dying. COM was told by a local wildlife rescue that the CO is already aware of it.',null,null,null,null,null,null,'Garden Bay, BC',null,'2023-07-17 15:06:01','2023-07-17 15:06:01',null,'LMOSS@idir','2023-07-17 15:09:33',null,null,null,null,'OPEN','SECHELT',ST_GeomFromText('POINT(-124.0277778 49.6325)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028662','A doe appears to have delivered a still born fawn and appears distressed. Not physically injured. ',null,null,null,null,null,null,'','Siler Lake Campground mile 5 marker','2023-07-17 15:21:55','2023-07-17 15:21:55',null,'ISCHMIDT@idir','2023-07-17 15:24:43',null,null,null,null,'OPEN','HOPE',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028664','Caller reports a bear walking along Prospect Lake Rd. Near Prospect Lake Park. Not at all concerned when people are around.',null,null,null,null,null,null,'4657 Prospect Lake Rd, Saanich, BC',null,'2023-07-17 15:24:15','2023-07-17 15:24:15',null,'DSEXTON@idir','2023-07-18 14:06:23',null,null,null,null,'CLOSED','SAANICH',ST_GeomFromText('POINT(-123.4444425 48.5064733)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028672','',null,null,null,null,null,null,'49 Yakoun St, Port Clements, BC','Property of 49 Yakoun St, Port Clements BC','2023-07-14 15:13:00','2023-07-17 15:48:49',null,'AMAESTRE@idir','2023-07-19 09:01:11',null,null,null,null,'CLOSED','PORTCLEM',ST_GeomFromText('POINT(-132.1851714 53.6842018)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028676','Daily bear activity - attempted to call you however your voicemail is FULL',null,null,null,null,null,null,'',null,'2023-07-17 15:53:23','2023-07-17 15:53:23',null,'COMILLER@idir','2023-07-17 15:54:57',null,null,null,null,'CLOSED','PORTCOQ',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028679','Caller reporting a river otter that has fishing line or a zip tie wrapped around one of it''s feet. Caller advised the river otter came ashore to eat and when it ran off it was not using one of it''s legs. -',null,null,null,null,null,null,'4902 Beacon Lane, West Vancouver, BC','Lighthouse Park - East Beach ','2023-07-17 15:50:00','2023-07-17 16:06:03',null,'KPPOPJES@idir','2023-07-24 15:07:31',null,null,null,null,'CLOSED','WSTVANCO',ST_GeomFromText('POINT(-123.2633877 49.3385287)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028680','Caller reported a bear was trying to eat her chickens. When she went out her dog also got out and started going after the bear. Caller shot and killed the bear. - - - -',null,null,null,null,null,null,'Tlell, BC',null,'2023-07-17 16:09:50','2023-07-17 16:09:50',null,'AMAESTRE@idir','2023-07-19 08:47:59',null,null,null,null,'CLOSED','DJNG',ST_GeomFromText('POINT(-131.935 53.5661111)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028681','Calling to report a black bear ran through her back yard without stopping. ',null,null,null,null,null,null,'35944 Empress Dr, Abbotsford, BC',null,'2023-07-17 16:09:57','2023-07-17 16:09:57',null,'ISCHMIDT@idir','2023-07-17 16:11:11',null,null,null,null,'CLOSED','ABTFRD',ST_GeomFromText('POINT(-122.2299068 49.0516764)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028682','Caller reports a deer that was on Port Alberni Hwy just south of hospital in the middle of the road. Looked like one leg was injured',null,null,null,null,null,null,'Port Alberni Hwy, Port Alberni, BC','just south of hospital','2023-07-17 16:11:23','2023-07-17 16:11:23',null,'MAWILSON@idir','2023-08-01 16:09:09',null,null,null,null,'OPEN','PORTALBR',ST_GeomFromText('POINT(-124.7765733 49.256869)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028683','BB has been frequenting the TH complex and is drawn by rodent bait stations.',null,null,null,null,null,null,'1216 Johnson St, Coquitlam, BC',null,'2023-07-17 16:16:13','2023-07-17 16:16:13',null,'LMOSS@idir','2023-07-17 16:17:56',null,null,null,null,'OPEN','COQUITLM',ST_GeomFromText('POINT(-122.8039338 49.2854076)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028686','Report of a bear walking down the street.',null,null,null,null,null,null,'17th Ave and Victoria St, Prince George, BC',null,'2023-07-17 16:19:40','2023-07-17 16:19:40',null,'COMILLER@idir','2023-07-17 16:28:04',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7551415 53.9084419)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028687','Someone reported to them that there is a bear on the opposite side of the road they believe is a grizzly by the Welcome to Gateway sign.',null,null,null,null,null,null,'1669 Victoria St, Prince George, BC',null,'2023-07-17 16:23:47','2023-07-17 16:23:47',null,'SPEELING@idir','2023-07-25 15:12:28',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7554255 53.9085796)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028692','BB spotted on the Cardrona Trail at Alice Lake',null,null,null,null,null,null,'Alice Lake Connector Trail, Squamish, BC','Cardrona Mountain Biking Trail','2023-07-17 16:42:32','2023-07-17 16:42:32',null,'LMOSS@idir','2023-07-17 16:44:26',null,null,null,null,'CLOSED','SQUMISH',ST_GeomFromText('POINT(-123.1100274 49.7816157)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028695','Caller advises that there is a bear moving through the area and appears to be heading in the direction of the parks.',null,null,null,null,null,null,'2205 Redwood St, Prince George, BC','redwood st','2023-07-17 16:45:52','2023-07-17 16:45:52',null,'PROEMER@idir','2023-07-17 16:49:38',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7568376 53.9032089)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028698','Injured deer limping from the hind end. Deer is mobile.',null,null,null,null,null,null,'Maple Bay Rd and Osprey Dr and Pemberlea Rd, Duncan, BC',null,'2023-07-17 16:49:02','2023-07-17 16:49:02',null,'MAWILSON@idir','2023-08-01 16:10:44',null,null,null,null,'CLOSED','DUNCAN',ST_GeomFromText('POINT(-123.6254753 48.8103363)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028699','Bear was in the yard and is now walking through the neighborhood.',null,null,null,null,null,null,'2237 Redwood St, Prince George, BC',null,'2023-07-17 16:53:55','2023-07-17 16:53:55',null,'LMOSS@idir','2023-07-17 16:55:48',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7568378 53.9028142)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028700','COM advised of a black bear walking through her yard. No attractants or aggression noted.',null,null,null,null,null,null,'2244 Redwood St, Prince George, BC',null,'2023-07-17 16:54:02','2023-07-17 16:54:02',null,'LEARCHIB@idir','2023-07-17 16:55:18',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7562941 53.9027368)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028703','BB in the neighborhood.',null,null,null,null,null,null,'4403 Strathcona Rd, District of North Vancouver, BC',null,'2023-07-17 17:06:46','2023-07-17 17:06:46',null,'LMOSS@idir','2023-07-17 17:07:30',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-122.949162 49.317173)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028704','COM reporting a second hand report that there is a blue heron injured in his yard. COM could not specify the nature of the birds injuries, or how long the bird had been there, as the observations were provided to him by his gardener, and the COM had not observed the bird directly. OO provided COM with the contact info for OWL Rehab. ',null,null,null,null,null,null,'UNIT 1 -- 1886 Parkview Cres, Kelowna, BC',null,'2023-07-17 17:09:10','2023-07-17 17:09:10',null,'GSMALL@idir','2023-07-21 17:10:43',null,null,null,null,'CLOSED','KELOWNA',ST_GeomFromText('POINT(-119.4230778 49.8818919)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028705','Neighbors leave the garbage unsecured and the bear keeps returning. The bear is headed down the road now but has been present 3 or 4 times in the past few weeks that COM is aware of.',null,null,null,null,null,null,'997 Hoy St, Coquitlam, BC',null,'2023-07-17 17:10:01','2023-07-17 17:10:01',null,'LMOSS@idir','2023-07-17 17:11:34',null,null,null,null,'OPEN','COQUITLM',ST_GeomFromText('POINT(-122.7965689 49.2696399)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028707','Caller reporting a grizzly bear sighting near the below noted location. Caller advised the bear was just walking down the street in a residential area. ',null,null,null,null,null,null,'Redwood St and Strathcona Ave, Prince George, BC',null,'2023-07-17 16:58:00','2023-07-17 17:16:11',null,'KSORENSE@idir','2023-07-17 17:22:53',null,null,null,null,'OPEN','PRINGEOR',ST_GeomFromText('POINT(-122.7565431 53.9022663)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028708','BB was trying to get into the garbage but was not successful.',null,null,null,null,null,null,'2982 Fleming Ave, Coquitlam, BC',null,'2023-07-17 17:16:25','2023-07-17 17:16:25',null,'LMOSS@idir','2023-07-17 17:17:18',null,null,null,null,'OPEN','COQUITLM',ST_GeomFromText('POINT(-122.7955681 49.2709975)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028709','COM reporting a bear that frequenting their neighbourhood over the last two weeks, usually being spotted every other day. COM alluded to the fact that one house in their neighbourhood is doing a poor job controlling attractants, but didn''t provide specifics. COM declined to provide contact information for the complaint. ',null,null,null,null,null,null,'Kinloch Lane, District of North Vancouver, BC',null,'2023-07-17 17:16:30','2023-07-17 17:16:30',null,'SZUKEWI@idir','2023-07-22 12:44:55',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-122.9501822 49.3166338)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028710','COM reporting an aggressive sow. Bb was by earlier today and their dog cased it off, then was back again this afternoon. When the dog chased it this time bb turned around and attacked the dog, then chased the COM''s husband for a short distance. Sow had 2 or 3 cubs with it. COM notes that the bb attacked the dog when it got too close to one of the cubs. No serious injuries to the dog, but does seem to have a slight limp. ',null,null,null,null,null,null,'55565 Jardine Rd, Cluculz Lake, BC',null,'2023-07-17 17:00:00','2023-07-17 17:29:41',null,'SGBATES@idir','2023-07-17 18:01:07',null,null,null,null,'CLOSED','VANDERHF',ST_GeomFromText('POINT(-123.6031083 53.892291)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028713','COM reporting a problem bear at their campground. BB keeps ripping into the camp dumpster, despite it being locked. Dumpster has been repaired multiple times. BB has been in the area since Wednesday of last week. Since last night the beer has become more aggressive, bluff charging, not showing any fear of people. Most recent encounter was 10 minutes prior to COM making this report, when bb was seen bluff charging a guest of the camp. ',null,null,null,null,null,null,'5150 Coquiwaldie Rd, Mackenzie, BC','Camp David ','2023-07-17 17:43:09','2023-07-17 17:43:09',null,'HIDESMAR@idir','2023-07-19 14:56:22',null,null,null,null,'CLOSED','MACKENZI',ST_GeomFromText('POINT(-123.1393254 55.3085354)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028714','Caller reporting a food conditioned black bear near the below noted location. Caller advised the bear went after the garbage area but they recently put a lock on the garbage and the caller believed the bear did not get in it. Caller noted the bear has been seen quite a few times and has not been aggressive. ',null,null,null,null,null,null,'7501 Cumberland St, Burnaby, BC','By Unit 87','2023-07-17 17:45:00','2023-07-17 17:54:58',null,'KSORENSE@idir','2023-07-17 17:58:25',null,null,null,null,'OPEN','BURNBY',ST_GeomFromText('POINT(-122.9213001 49.2322091)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028715','Reporting a deer with a broken leg, dangling. Still mobile.',null,null,null,null,null,null,'Hwy 93/95','Standard Hill Rd turn off','2023-07-17 17:57:14','2023-07-17 17:57:14',null,'RKRENZ@idir','2023-08-04 14:07:35',null,null,null,null,'CLOSED','CRANBRK',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028716','Caller reporting that her husband saw a black bear and a cougar this morning while out for a run. Caller advised neither animal was aggressive. Caller noted it is a popular trail. ',null,null,null,null,null,null,'5778 Jinkerson Rd, Chilliwack, BC','Mt Thom ','2023-07-17 06:30:00','2023-07-17 18:06:03',null,'KSORENSE@idir','2023-07-17 18:09:32',null,null,null,null,'CLOSED','CHILLIWK',ST_GeomFromText('POINT(-121.9203445 49.1006646)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028720','COM reporting a sighting of a black bear at the noted location.',null,null,null,null,null,null,'1494 Milburn Ave, Prince George, BC',null,'2023-07-17 17:09:00','2023-07-17 18:09:41',null,'DAGRAY@idir','2023-07-17 18:11:07',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7548939 53.9011115)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028721','Caller reporting 5 food conditioned black bears near the below noted location. Caller advised the bears are getting into garbages and people''s campsites. Caller noted the bears are not aggressive but are not afraid of humans. Caller advised there is a sow with 3 cubs and another adult bear. -',null,null,null,null,null,null,'Hwy 97, McLeod Lake, BC','Whiskers Point Park ','2023-07-17 17:45:00','2023-07-17 18:09:42',null,'HIDESMAR@idir','2023-07-18 10:41:23',null,null,null,null,'CLOSED','MCLEODLK',ST_GeomFromText('POINT(-123.0317245 55.0267678)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028723','COM advised of a deer with a broken leg (bone sticking out). It is mobile and grazing. ',null,null,null,null,null,null,'394 Pheasant Dr, Williams Lake, BC',null,'2023-07-17 18:10:33','2023-07-17 18:10:33',null,'MWALKOSK@idir','2023-07-18 12:21:07',null,null,null,null,'CLOSED','WILLMSLK',ST_GeomFromText('POINT(-122.1010921 52.1428134)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028724','Calling to report a black bear is getting into a neighbour''s garbage bins. It was garbage today and the bins have not been brought back in yet, they are empty. ',null,null,null,null,null,null,'3607 Innes Crt, Coquitlam, BC',null,'2023-07-17 18:12:59','2023-07-17 18:12:59',null,'ISCHMIDT@idir','2023-07-17 18:14:50',null,null,null,null,'OPEN','COQUITLM',ST_GeomFromText('POINT(-122.7325915 49.2982768)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028725','COM reporting a food conditioned bear that is currently going through their neighbour''s backyard. COM reports the bear is there often, knocking over garbage cans. No idea about whether hazing is effective. ',null,null,null,null,null,null,'1120 Hansard Cres, Coquitlam, BC',null,'2023-07-17 18:13:18','2023-07-17 18:13:18',null,'DAGRAY@idir','2023-07-17 18:18:28',null,null,null,null,'OPEN','COQUITLM',ST_GeomFromText('POINT(-122.8034932 49.2740524)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028726','Calling to report that this morning a deer followed her and her dog once it was within about 5 feet of the caller it chased her as she ran away. She had had no contact with her prior to it beginning to follow her. Requesting a CO call back on how to handle aggressive deer. ',null,null,null,null,null,null,'1075 Sunset Dr, Kelowna, BC',null,'2023-07-17 18:15:26','2023-07-17 18:15:26',null,'JHANRATT@idir','2023-07-21 15:49:17',null,null,null,null,'CLOSED','KELOWNA',ST_GeomFromText('POINT(-119.4973751 49.8964179)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028727','Calling to report a black bear with 3 cubs in the camp ground. Says the sow is charging people if they get close. ',null,null,null,null,null,null,'','Whiskers Point Campground','2023-07-17 18:20:38','2023-07-17 18:20:38',null,'ISCHMIDT@idir','2023-07-17 18:24:37',null,null,null,null,'OPEN','MCLEODLK',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028729','****RAPP EMAIL*** - To Report a beautiful deer who was dead on the side of the road on 4985 Christie Rd, Ladysmith Ladysmith Little Theatre; I drove by about 6:15 pm and saw a deer dead on the side of the street on the same side as the Little Theatre. It looks like a buck; with horns..about 4 years of age. ',null,null,null,null,null,null,'4985 Christie Rd, Ladysmith, BC',null,'2023-07-17 18:15:00','2023-07-17 18:27:33',null,'DSEXTON@idir','2023-08-11 13:46:36',null,null,null,null,'CLOSED','LADYSMTH',ST_GeomFromText('POINT(-123.8371054 49.0066788)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028730',' Caller reporting an injured deer near the below noted location. Caller advised the deer was limping but she was unable to slow down enough to see if a leg was broken. Caller noted the deer was mobile. ',null,null,null,null,null,null,'Horizon Dr and Horizon Dr E and Hwy 97, West Kelowna, BC',null,'2023-07-17 18:35:09','2023-07-17 18:35:09',null,'GSMALL@idir','2023-07-21 17:09:16',null,null,null,null,'CLOSED','WSTKELOW',ST_GeomFromText('POINT(-119.5442856 49.873863)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028731','COM reporting a sighting of a deer with a broken front left leg at the noted location. Deer was still mobile. ',null,null,null,null,null,null,'Horizon Dr and Horizon Dr E and Hwy 97, West Kelowna, BC',null,'2023-07-17 18:35:36','2023-07-17 18:35:36',null,'GSMALL@idir','2023-07-21 17:08:03',null,null,null,null,'CLOSED','WSTKELOW',ST_GeomFromText('POINT(-119.5442856 49.873863)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028732','COM reporting his mom hit a deer and it''s rear legs are broken, requiring dispatch. ',null,null,null,null,null,null,'Chaumox Rd, Boston Bar, BC','Accross from Boston Bar landfill ','2023-07-17 18:39:50','2023-07-17 18:39:50',null,'ALBUCHAN@idir','2023-07-18 13:07:21',null,null,null,null,'CLOSED','BSTNBR',ST_GeomFromText('POINT(-121.4660293 49.9245859)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028734','RCMP received a report of a black bear sighting near the below noted location. Caller advised the bear was just walking around. ',null,null,null,null,null,null,'Dewdney Trunk Rd and Mariner Way, Coquitlam, BC',null,'2023-07-17 18:48:56','2023-07-17 18:48:56',null,'KSORENSE@idir','2023-07-17 18:51:08',null,null,null,null,'CLOSED','COQUITLM',ST_GeomFromText('POINT(-122.8041276 49.2729036)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028739','Caller advises that the bear has a yellow tag in its ear. It appears to have gotten some fruit from a garbage bin as there is plastic with it and he is eating it down the street from his place.',null,null,null,null,null,null,'2932 Parana Pl, Port Coquitlam, BC',null,'2023-07-17 19:02:43','2023-07-17 19:02:43',null,'JBULL@idir','2023-07-18 12:53:56',null,null,null,null,'OPEN','PORTCOQ',ST_GeomFromText('POINT(-122.7428712 49.2665909)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028741','Caller reporting a black bear sighting near the below noted location. Caller advised the bear is just sitting and eating shrubs. -***Emailed and called out sighting because the location is in Whistler village.***',null,null,null,null,null,null,'Hwy 99 and Lorimer Rd, Whistler, BC',null,'2023-07-17 19:10:00','2023-07-17 19:10:38',null,'KPPOPJES@idir','2023-07-24 15:04:37',null,null,null,null,'OPEN','WHISTLER',ST_GeomFromText('POINT(-122.9603544 50.1218729)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028742','COM reporting a large pack of coyotes that has been in their area for the last week, usually making alot of sound at night around 4am. From the sound there are at least 4 coyotes, but he''s only seen them one at a time during the day. No aggression at this point, but COM is concerned that the coyotes could be waiting to snatch his dog from his yard. COM would like to speak to a CO to get some advise. *Emailing due to request for CO callback. ',null,null,null,null,null,null,'9562 Sykes Rd E, Prince George, BC',null,'2023-07-17 19:19:06','2023-07-17 19:19:06',null,'EMCARTHU@idir','2023-07-29 10:59:48',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.8373623 53.8339814)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028743',' Caller reporting that there are 3 black bear cubs on the upper floor of his barn. Caller advised the sow is out foraging. Caller is concerned as he is trying to sell the property and has a showing scheduled for tomorrow. -***Caller requesting a CO callback.***',null,null,null,null,null,null,'6560 Chilako Station Rd, Mud River, BC',null,'2023-07-17 11:00:00','2023-07-17 19:25:25',null,'EMCARTHU@idir','2023-07-20 10:15:29',null,null,null,null,'CLOSED','CHLKOMUD',ST_GeomFromText('POINT(-122.9838509 53.8583576)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028745','COM reporting a large grizzly bear that snatched some salmon that were being stored in a tub at the noted location. ',null,null,null,null,null,null,'Snitlh Mamnta, Bella Coola, BC','4 Mile Fire Hall','2023-07-17 19:49:46','2023-07-17 19:49:46',null,'CPOSTHUM@idir','2023-07-21 11:27:58',null,null,null,null,'CLOSED','BLLACOOL',ST_GeomFromText('POINT(-126.70573 52.3641126)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028747','COM reporting a black bear that comes by weekly over the last two weeks, knocking over garbage cans. The pattern is bb visits every week around 19:30, knocks over garbage cans and moves on. COM was yelling at the bb but little notice was taken. ',null,null,null,null,null,null,'Philip Ave and Plateau Dr, District of North Vancouver, BC',null,'2023-07-17 20:01:59','2023-07-17 20:01:59',null,'SZUKEWI@idir','2023-07-25 13:37:49',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.113097 49.3318721)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028748','COM advised of a buck charging and trampling her unleashed/unattended dog. She acknowledges that she did not have control of her dog and that her yard is unfenced. Her dog is uninjured and there is no concern there. She noted that her dog had been barking at the deer over the course of a few days with the deer not reacting until now. Requesting to speak to a CO. ',null,null,null,null,null,null,'11654 Hare Rd, Lake Country, BC',null,'2023-07-17 20:05:04','2023-07-17 20:05:04',null,'JHANRATT@idir','2023-07-21 15:45:46',null,null,null,null,'CLOSED','LAKECNRY',ST_GeomFromText('POINT(-119.445695 50.0518057)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028749','Caller reporting a deer with a broken right front leg and and antler. The deer is with a buck and fawn and mobile at this time',null,null,null,null,null,null,'3445 Hall Rd, Kelowna, BC',null,'2023-07-17 20:09:09','2023-07-17 20:09:09',null,'GSMALL@idir','2023-07-21 17:06:42',null,null,null,null,'CLOSED','KELOWNA',ST_GeomFromText('POINT(-119.4362923 49.8594777)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028750','RCMP passing down a report of a neighbour report a bear in a vacant property beside him wandering around',null,null,null,null,null,null,'7706 Horne St, Mission, BC',null,'2023-07-17 20:16:54','2023-07-17 20:16:54',null,'ASDUNCAN@idir','2023-07-17 20:18:35',null,null,null,null,'CLOSED','MISSION',ST_GeomFromText('POINT(-122.3010258 49.1424116)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028752','3 point deer on the property with a back leg injury and missing part of his antler. The deer is usually around in the evening',null,null,null,null,null,null,'17 Thetis Pl, Nanaimo, BC',null,'2023-07-17 20:27:29','2023-07-17 20:27:29',null,'MAWILSON@idir','2023-08-09 14:01:55',null,null,null,null,'CLOSED','NANAIMO',ST_GeomFromText('POINT(-123.9647209 49.1906892)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028753','Reporting that she saw bb in the backyard of the noted location. This house has been known to leave food out for animals and there is often a bear there.',null,null,null,null,null,null,'7168 St. Gerald Pl, Prince George, BC',null,'2023-07-17 20:29:19','2023-07-17 20:29:19',null,'KWINTERS@idir','2023-07-17 20:30:47',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.771258 53.8585418)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028754','COM reporting an aggressive bb that was getting into her garbage. COM attempted to sho the bear away and it snorted at her in an aggressive manner, wouldn''t leave until her son came with ther car. ',null,null,null,null,null,null,'2470 Mowat Pl, District of North Vancouver, BC',null,'2023-07-17 20:34:12','2023-07-17 20:34:12',null,'JHANSTEA@idir','2023-08-03 15:10:40',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.0053999 49.3176836)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028755','a bear has been in her backyard the last 30 minutes eating garbage. The bear looks very unwell, keeps passing out and caller believes it might be having seizures',null,null,null,null,null,null,'3150 Mariner Way, Coquitlam, BC',null,'2023-07-17 20:37:28','2023-07-17 20:37:28',null,'CELDER@idir','2023-07-24 10:31:02',null,null,null,null,'OPEN','COQUITLM',ST_GeomFromText('POINT(-122.8150053 49.2701225)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028756','While caller was out for a walk with his dog a coyote came out and began to follow them. As he got close to his car some people came out from a white Citation camper van and began some rambling talk about coyotes being a type of dog. He just ignored them and put his dog into his vehicle and as he was pulling away noticed the coyote walking up towards the van. While the coyote was following them there were people, vehicles and bicycles passing nearby which had no affect on the coyote at all.',null,null,null,null,null,null,'NW Marine Dr, Vancouver, BC','Totem park residences','2023-07-17 17:00:00','2023-07-17 20:38:45',null,'PROEMER@idir','2023-07-17 20:45:29',null,null,null,null,'CLOSED','VANCOUVR',ST_GeomFromText('POINT(-123.2261501 49.2775295)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028757','Reporting a bb that broke into their outdoor freezer. Caller seemed unaware that a freezer was an attractant.',null,null,null,null,null,null,'',null,'2023-07-17 20:45:40','2023-07-17 20:45:40',null,'SZUKEWI@idir','2023-07-18 12:48:25',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028758','A sow a 2 cubs are wandering the campus looking for food',null,null,null,null,null,null,'Nelson Way and University Dr, Burnaby, BC','SFU CAMPUS','2023-07-17 20:47:46','2023-07-17 20:47:46',null,'KPPOPJES@idir','2023-07-24 14:55:12',null,null,null,null,'OPEN','BURNBY',ST_GeomFromText('POINT(-122.9095839 49.2735201)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028764','COM reporting a deer that has been struck by a car and is immobile at the noted location. ',null,null,null,null,null,null,'304th St and 309th Ave and Jim Ogilvie Way, Kimberley, BC','Hwy 95 across from the Marysville Arena ','2023-07-17 21:15:56','2023-07-17 21:15:56',null,'JMELENKA@idir','2023-07-26 12:22:14',null,null,null,null,'CLOSED','KIMBERLY',ST_GeomFromText('POINT(-115.9512367 49.6358951)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028765','Caller reporting a sow and 2 cubs wandering down the road',null,null,null,null,null,null,'3192 Toba Dr, Coquitlam, BC',null,'2023-07-17 21:16:36','2023-07-17 21:16:36',null,'ASDUNCAN@idir','2023-07-17 21:18:02',null,null,null,null,'CLOSED','COQUITLM',ST_GeomFromText('POINT(-122.7809938 49.2827801)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028766','COM reporting a large black bear that has broken into their garbage cans twice in the last two days. COM suspects this bear has been in the area for at least three weeks. Turning on the car alarm was affective for hazing. COM will be moving their garbage to a more secure locaiton. ',null,null,null,null,null,null,'2626 Tiber Pl, Port Coquitlam, BC',null,'2023-07-17 21:29:25','2023-07-17 21:29:25',null,'DAGRAY@idir','2023-07-17 21:32:15',null,null,null,null,'OPEN','PORTCOQ',ST_GeomFromText('POINT(-122.7529165 49.2622718)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028767','Reporting a bb wandering around the noted location No people at the pool. Bear just minding its own business.',null,null,null,null,null,null,'8175 Wedgewood St, Burnaby, BC','ROBERT BURNABY OUTDOOR POOL','2023-07-17 21:29:37','2023-07-17 21:29:37',null,'KWINTERS@idir','2023-07-17 21:31:22',null,null,null,null,'CLOSED','BURNBY',ST_GeomFromText('POINT(-122.9299761 49.2308944)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028771','Reporting a grizzly & 2 cubs in the area. Time delay: 30 minutes. It is in behind the houses. Some people have been dumping their fish guts into the dumpsters in the area.',null,null,null,null,null,null,'Wathl Creek Rd, Kitamaat Village, BC',null,'2023-07-17 22:24:16','2023-07-17 22:24:16',null,'ALYUBOMU@idir','2023-07-27 10:25:04',null,null,null,null,'CLOSED','KITIMAAT',ST_GeomFromText('POINT(-128.6452519 53.977887)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028772','COM reporting a black bear breaking into the garbages in their townhouse complex, 2nd time in two days. ',null,null,null,null,null,null,'7251 Cariboo Dr, Burnaby, BC',null,'2023-07-17 22:29:43','2023-07-17 22:29:43',null,'SZUKEWI@idir','2023-07-18 12:49:55',null,null,null,null,'CLOSED','BURNBY',ST_GeomFromText('POINT(-122.9100459 49.2422474)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028773','Caller advises that a bear has come over the fence into the neighbours backyard and is into their garbage once again. This happens on a regular basis.',null,null,null,null,null,null,'24357 102 Ave, Maple Ridge, BC',null,'2023-07-17 23:05:34','2023-07-17 23:05:34',null,'PROEMER@idir','2023-07-17 23:07:15',null,null,null,null,'OPEN','MAPLERID',ST_GeomFromText('POINT(-122.5472762 49.1876893)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028774','Caller reporting a large untagged bear getting into his garbage and recycling. Caller doesn''t not have a garage to store them in.',null,null,null,null,null,null,'1374 Sunnyside Dr, District of North Vancouver, BC',null,'2023-07-17 23:25:34','2023-07-17 23:25:34',null,'SZUKEWI@idir','2023-07-25 13:39:26',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.1124952 49.3330639)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028775','Reporting a fawn struck by a vehicle near the noted location. Not mobile, dragged off to the side of the road.',null,null,null,null,null,null,'Pleasant Valley Rd, Vernon, BC','PLEASANT VALLEY ROAD, BETWEEN 2 ROUND ABOUTS','2023-07-17 23:36:35','2023-07-17 23:36:35',null,'TBECK@idir','2023-07-20 12:01:40',null,null,null,null,'CLOSED','VERNON',ST_GeomFromText('POINT(-119.2520721 50.2982196)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028776','RCMP passing on a report of an aggressive bear that charged at a resident near the noted address. Original COM reported the bear has been in the area daily over the last week, breaking into garbage cans. COM reported they were charged by the bear and scared it away with a bear banger. COM reported the bear left the are and they were safe. RCMP 23-28781.',null,null,null,null,null,null,'47315 Sylvan Dr, Chilliwack, BC','Chillwack ','2023-07-17 23:47:00','2023-07-17 23:59:35',null,'ALBUCHAN@idir','2023-07-24 12:53:36',null,null,null,null,'OPEN','CHILLIWK',ST_GeomFromText('POINT(-121.9159751 49.1097051)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028777','Caller advises that there is a bear out front going through the garbage cans.',null,null,null,null,null,null,'1388 Ross Rd, District of North Vancouver, BC',null,'2023-07-18 00:13:51','2023-07-18 00:13:51',null,'SZUKEWI@idir','2023-07-25 13:40:09',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.035795 49.3364276)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028778','Caller reporting a bear wandering through peoples yards and gardens',null,null,null,null,null,null,'Ridgewood Dr, District of North Vancouver, BC',null,'2023-07-18 00:52:12','2023-07-18 00:52:12',null,'SZUKEWI@idir','2023-07-25 13:40:59',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.1068077 49.3393774)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028779','Caller reporting a bear has been coming by the last week around 01:30 and gets into the garbage. The bear also broke his neighbours fence',null,null,null,null,null,null,'1866 Prairie Ave, Port Coquitlam, BC',null,'2023-07-18 01:35:19','2023-07-18 01:35:19',null,'ASDUNCAN@idir','2023-07-18 01:36:38',null,null,null,null,'OPEN','PORTCOQ',ST_GeomFromText('POINT(-122.7661401 49.2708674)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028780','Caller reporting a bear sighting',null,null,null,null,null,null,'2420 Dollarton Hwy, District of North Vancouver, BC',null,'2023-07-18 03:06:52','2023-07-18 03:06:52',null,'SZUKEWI@idir','2023-07-25 15:27:47',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.0065129 49.3087612)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028783','Caller reporting a young 2 point buck that was struck by a car and needs to be dispatched',null,null,null,null,null,null,'401 14th Ave S, Cranbrook, BC','IFO WOODLANDS GROCERY','2023-07-18 04:48:41','2023-07-18 04:48:41',null,'JMELENKA@idir','2023-07-26 12:20:08',null,null,null,null,'CLOSED','CRANBRK',ST_GeomFromText('POINT(-115.7624752 49.5046987)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028784','Caller reporting a cub got into their bird feeder. Unknown if there was a sow around',null,null,null,null,null,null,'970 Jarvis St, Coquitlam, BC',null,'2023-07-18 05:47:01','2023-07-18 05:47:01',null,'ASDUNCAN@idir','2023-07-18 05:48:07',null,null,null,null,'OPEN','COQUITLM',ST_GeomFromText('POINT(-122.8647938 49.2688869)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028785','Brown bear just off the main village area, fully grown, not afraid of people. People keep banging pots and pans but keeps coming back trying to go into the village. Last seen 9min ago. Between shift change and will have an officer assigned to it. -RMCP# 3483 -RP: Kristine 604-698-8578 -**Called and emailed as report is for bear trying to enter Whistler Village',null,null,null,null,null,null,'Springs Lane, Whistler, BC','300 Block, between gondola and stairs by GLC Bar ','2023-07-18 06:34:58','2023-07-18 06:34:58',null,'TDSCHUMA@idir','2023-07-18 13:35:22',null,null,null,null,'OPEN','WHISTLER',ST_GeomFromText('POINT(-122.955679 50.1124917)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028787','Has not seen the bear themselves, but it has been in the neighbourhood for a couple weeks and accessing garbage. 2 days ago it bent their lid up and pulled out their garbage and their neighbours today. Their bins have locks on them provided by the city. It has also been in a few other neighbours garbage''s as well. Today is garbage day.',null,null,null,null,null,null,'1078 Amazon Dr, Port Coquitlam, BC',null,'2023-07-18 07:15:57','2023-07-18 07:15:57',null,'COMILLER@idir','2023-07-18 07:24:02',null,null,null,null,'OPEN','PORTCOQ',ST_GeomFromText('POINT(-122.74462 49.2653643)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028790','COM reporting a bb is getting into her neighbors garbage this AM but is now gone, it is garbage day. It is getting to be less afraid of noises and she wants to report this. ',null,null,null,null,null,null,'2449 Birney Pl, District of North Vancouver, BC',null,'2023-07-18 07:37:18','2023-07-18 07:37:18',null,'SZUKEWI@idir','2023-07-25 13:41:41',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.0063393 49.320601)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028791','Caller reporting an aggressive coyote near the below noted location. Caller advised he let his dog last night and the coyote charged and bounded at it. Caller noted he was able to scare it of before it got to the dog. Caller advised he saw the coyote again at 06:30 this morning and it took off. Caller noted the coyote has been patrolling around their cul de sac. -',null,null,null,null,null,null,'1984 148A St, Surrey, BC',null,'2023-07-18 01:30:00','2023-07-18 07:37:42',null,'KSORENSE@idir','2023-07-18 07:41:44',null,null,null,null,'OPEN','SURRY',ST_GeomFromText('POINT(-122.8107903 49.0382101)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028792','COM hit a deer that dragged itself into a ditch on its front legs near the noted location. ',null,null,null,null,null,null,'','Alberni Hwy, before 500m Before Maebelle Rd ','2023-07-18 07:38:37','2023-07-18 07:38:37',null,'MAWILSON@idir','2023-08-01 16:12:08',null,null,null,null,'OPEN','PORTALBR',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028793','Reporting that there maybe a coyote trapped or injured. Yelping started since 4 am this morning, yelping regularly, but very unusual yelping. The yelping hasn''t moved, sound from the same spot. It has since stopped. It is coming from the Winchester or top of Udell area.',null,null,null,null,null,null,'9509 Houghton Rd, North Westside, BC',null,'2023-07-18 07:50:39','2023-07-18 07:50:39',null,'STECOOK@idir','2023-07-19 14:16:20',null,null,null,null,'CLOSED','VERNON',ST_GeomFromText('POINT(-119.5104601 50.1930648)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028794','Caller reporting a food conditioned black bear near the below noted location. Caller advised the bear has been getting into the saskatoon berries around the neighborhood. Caller noted the bear has not been aggressive but has become comfortable around people. Caller is concerned as there are lot''s of kids in the neighborhood and there is a smokehouse down the street. ',null,null,null,null,null,null,'Loop Rd, Witset, BC',null,'2023-07-18 07:45:00','2023-07-18 07:51:41',null,'TARWILLI@idir','2023-07-27 16:15:30',null,null,null,null,'CLOSED','SMITHERS',ST_GeomFromText('POINT(-127.3327772 55.0160995)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028798','COM reporting coyotes in Crecent walking through and are killing cats. ',null,null,null,null,null,null,'2125 Floralynn Cres, District of North Vancouver, BC','Across Street ','2023-07-18 08:13:17','2023-07-18 08:13:17',null,'SZUKEWI@idir','2023-07-25 13:42:59',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.0373223 49.3284714)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028799','COM leaves report of sheep livestock killed by predator directly on CO Peeling voice mail. COM reported seeing a sow black bear with two dubs in the area. Neighbors stated seeing two cougars frequenting the area recently.',null,null,null,null,null,null,'1570 Geddes Rd, Ferndale-Tabor, BC','1570 Geddes Rd','2023-07-17 18:31:00','2023-07-18 08:16:24',null,'HSTARK@idir','2023-07-27 17:33:21',null,null,null,null,'OPEN','FERNDALE',ST_GeomFromText('POINT(-122.5415665 53.9414368)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028800','Caller reporting a food conditioned black bear near the below noted location. Caller advised the bear was trying to get into his garbage cans but he was able to scare it away. Caller noted the bear was around a couple of days ago as well and is not aggressive. -',null,null,null,null,null,null,'210 Minato Rd, Ucluelet, BC',null,'2023-07-18 05:30:00','2023-07-18 08:16:28',null,'DSEXTON@idir','2023-07-20 08:21:10',null,null,null,null,'CLOSED','UCLUELET',ST_GeomFromText('POINT(-125.5665586 48.9489004)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028801','COM reported a small BB that was going into one of their buildings. On July the BB started walking towards an operator and followed them. The operator went into their vehicle. The BB has been sighted twice since. COM is concerned this BB is getting too bold COM was previously in contact with CO Clausen. ',null,null,null,null,null,null,'','Rd 135 (Km 60.5) off the Alaska Hwy (Km 60.5)','2023-07-18 08:19:51','2023-07-18 08:19:51',null,'JCLANCY@idir','2023-07-18 10:26:26',null,null,null,null,'OPEN','FTSTJOHN',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028802','Caller is reporting a deer ran out in front of their truck, back legs are pretty messed up. It is laying on the ground trying to stand up but cannot.',null,null,null,null,null,null,'Chute Lake Rd and South Crest Dr, Kelowna, BC','Right hand side going up the hill','2023-07-18 08:21:57','2023-07-18 08:21:57',null,'HGOOLIAF@idir','2023-08-06 12:15:43',null,null,null,null,'CLOSED','KELOWNA',ST_GeomFromText('POINT(-119.4989127 49.7986725)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028803','COM reporting deer on shoulder possible broken legs and trauma RCMP requesting dispatching. ',null,null,null,null,null,null,'E Trans-Canada Hwy, Kamloops, BC','1 KM east of intersection of Grand Blvd','2023-07-18 08:25:00','2023-07-18 08:25:00',null,'MSANDERS@idir','2023-07-29 09:04:13',null,null,null,null,'CLOSED','KAMLOOPS',ST_GeomFromText('POINT(-120.2055217 50.6678456)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028804','Caller reporting a food conditioned black bear near the below noted location. Caller advised the bear was getting into the recycling and compost. Caller noted the bear was not aggressive. ',null,null,null,null,null,null,'Lake Placid Rd, Whistler, BC','Behind Creekside Resort','2023-07-18 08:25:11','2023-07-18 08:25:11',null,'TDSCHUMA@idir','2023-07-18 13:24:04',null,null,null,null,'CLOSED','WHISTLER',ST_GeomFromText('POINT(-122.9975229 50.0931507)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028810','COM reporting sighting of 2 bb in the bushes next to home. She clapped her hands and they left. Requesting that a CO put a sign up for the areas that bears are around. ',null,null,null,null,null,null,'2245 24 Ave NE, Salmon Arm, BC',null,'2023-07-18 08:42:09','2023-07-18 08:42:09',null,'STECOOK@idir','2023-07-19 14:11:37',null,null,null,null,'CLOSED','SALMARM',ST_GeomFromText('POINT(-119.259629 50.7175348)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028814','Calling to report a black bear has been around her house and it''s presence is keeping her dog awake all night. She also isn''t feeling safe with the bear around. Requesting permission to have an indigenous person come and shoot the bear. Did not mention any attractants. Requesting a CO call back. ',null,null,null,null,null,null,'6985 Stafford Rd, prince George',null,'2023-07-18 08:46:00','2023-07-18 08:46:06',null,'EMCARTHU@idir','2023-07-20 10:16:22',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028817','Caller reporting a potential orphaned black bear near the below noted location. Caller advised the bear cub is by itself digging in the ground and there is now sow in sight. ',null,null,null,null,null,null,'4330 Blackcomb Way, Whistler, BC','Skills Bike Park ','2023-07-18 08:40:00','2023-07-18 08:50:58',null,'TDSCHUMA@idir','2023-07-20 16:00:43',null,null,null,null,'CLOSED','WHISTLER',ST_GeomFromText('POINT(-122.9536566 50.1176722)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028821','Just dropped their kid off at Pemberton Heights Sampling Outdoor camp, there is a large BB in the alley and about 30 kids in the park. Made some noise and the bear wandered off into the bushes. Wondering if COs also have an outreach program they could put them in touch with Sampling Outdoor camp.',null,null,null,null,null,null,'2401 MacKay Ave, District of North Vancouver, BC','Sowden park','2023-07-18 08:54:38','2023-07-18 08:54:38',null,'SZUKEWI@idir','2023-07-22 12:59:35',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.1023936 49.3320099)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028826','Calling to report a black bear cub hit by a car, front leg broken but still mobile',null,null,null,null,null,null,'Hwy 5, Clearwater, BC','between 56 and the top of the hill','2023-07-18 09:05:00','2023-07-18 09:05:00',null,'JXKLINE@idir','2023-07-18 17:04:55',null,null,null,null,'CLOSED','CLRWTR',ST_GeomFromText('POINT(-120.0169134 51.6512487)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028830','COM reporting aggressive deer confronting her on her walk. Just concerned with children in the area. ',null,null,null,null,null,null,'11th Ave, Invermere, BC','Near cross street of 10A ','2023-07-18 09:11:47','2023-07-18 09:11:47',null,'GPKRUGER@idir','2023-07-25 14:52:50',null,null,null,null,'CLOSED','INVERMER',ST_GeomFromText('POINT(-116.0338313 50.5026309)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028831','COM reported a BB living a gully behind them that got into their neighbour''s bird feeder and their other neighbour''s fruit tree. ',null,null,null,null,null,null,'',null,'2023-07-18 09:12:17','2023-07-18 09:12:17',null,'DTALEVSK@idir','2023-07-18 09:14:16',null,null,null,null,'OPEN','ABTFRD',ST_GeomFromText('POINT(-122.2808538 49.0351614)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028833','On July 16 the COM was boating and saw a dead fawn on the shore at the noted location. ',null,null,null,null,null,null,'','300 yards south of Paul''s Tomb ','2023-07-18 09:16:37','2023-07-18 09:16:37',null,'GSMALL@idir','2023-07-21 16:59:44',null,null,null,null,'CLOSED','KELOWNA',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028834','COM reporting sighting of coyote and 4 pups /whelp. Took off when he made some sounds. ',null,null,null,null,null,null,'24405 McClure Dr, Maple Ridge, BC',null,'2023-07-18 09:18:35','2023-07-18 09:18:35',null,'EFITCH@IDIR','2023-07-18 09:37:22',null,null,null,null,'CLOSED','MAPLERID',ST_GeomFromText('POINT(-122.5455635 49.1959611)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028835','Calling to report that a cougar cache was found near the noted address. The cache was a deer kill and it was seen a couple days ago. The address backs onto mount doug park. Emailed only as the report is a couple days old. ',null,null,null,null,null,null,'1525 Edgemont Pl, Saanich, BC',null,'2023-07-18 09:21:25','2023-07-18 09:21:25',null,'MAWILSON@idir','2023-07-19 08:46:14',null,null,null,null,'OPEN','SAANICH',ST_GeomFromText('POINT(-123.3328572 48.4907782)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028836','COM reported a BB in the complex that got into compost bins on collection day today. ',null,null,null,null,null,null,'1320 Riley St, Coquitlam, BC',null,'2023-07-18 09:21:54','2023-07-18 09:21:54',null,'TBIRNEY@idir','2023-07-18 10:44:14',null,null,null,null,'OPEN','COQUITLM',ST_GeomFromText('POINT(-122.7449868 49.2936193)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028837','COM reporting BB in back yard and took locked garbage can but could not open it. He has broken his fence and left poop on lawn. He is concerned about tenants children. ',null,null,null,null,null,null,'1415 Ross Rd, District of North Vancouver, BC',null,'2023-07-18 09:26:29','2023-07-18 09:26:29',null,'SZUKEWI@idir','2023-07-25 13:46:04',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.0351536 49.3359146)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028841','COM is reporting BB and three cubs in his yard being aggressive and chasing the neighbors dog. He is concerned for children in the area and is requesting the CO contact him to discuss. ',null,null,null,null,null,null,'3084 Panorama Dr, Merritt, BC',null,'2023-07-18 09:42:36','2023-07-18 09:42:36',null,'PRPIKE@idir','2023-07-18 11:40:44',null,null,null,null,'OPEN','MERRITT',ST_GeomFromText('POINT(-120.7663044 50.0748545)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028842','Reporting that a couple of young coyotes were wandering around. ',null,null,null,null,null,null,'1410 Nanton Ave, Vancouver, BC',null,'2023-07-18 09:42:42','2023-07-18 09:42:42',null,'ISCHMIDT@idir','2023-07-18 09:44:42',null,null,null,null,'CLOSED','VANCOUVR',ST_GeomFromText('POINT(-123.1387482 49.2468363)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028844','Accessed a freezer with fish in a tin shed, they built a stronger door now. Fish is no longer in the freezer. In the last ten days it has been coming back. Was posted on Facebook.',null,null,null,null,null,null,'205 Keogh Cres, Port Hardy, BC',null,'2023-07-18 09:50:00','2023-07-18 09:50:27',null,'JBJARNAS@idir','2023-07-25 08:59:20',null,null,null,null,'CLOSED','PORTHRDY',ST_GeomFromText('POINT(-127.4117183 50.6928913)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028848','COM reported a sow and her cubs that walked through their yard to the front of the house to a bin that the COM use to keep food in. ',null,null,null,null,null,null,'3341 28 St NE, Salmon Arm, BC',null,'2023-07-18 10:07:57','2023-07-18 10:07:57',null,'STECOOK@idir','2023-07-19 14:09:38',null,null,null,null,'CLOSED','SALMARM',ST_GeomFromText('POINT(-119.253122 50.7241517)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028850','COM reporting sighting of a cougar in residential streets yesterday at 6:30PM and on the main roads - Rutherford Road. ',null,null,null,null,null,null,'5784 Linley Valley Dr, Nanaimo, BC','Near Linley Gyro Park ','2023-07-18 10:09:40','2023-07-18 10:09:40',null,'ISCHMIDT@idir','2023-07-20 11:31:14',null,null,null,null,'CLOSED','NANAIMO',ST_GeomFromText('POINT(-124.0179873 49.2256999)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028857','Caller reporting a deer sighting near the below noted location. Caller advised the deer is near an off leash dog park and was heading down W 75th Ave. ',null,null,null,null,null,null,'Angus Dr and W 75th Ave, Vancouver, BC','Fraser River Park ','2023-07-18 10:22:00','2023-07-18 10:24:07',null,'KSORENSE@idir','2023-07-18 10:27:15',null,null,null,null,'CLOSED','VANCOUVR',ST_GeomFromText('POINT(-123.1493414 49.2074891)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028858','COM reporting 2 deer in area just walking through. One is a 6 point Buck. No aggression noted. He is concerned with children in area. ',null,null,null,null,null,null,'521 Northcott Ave, Victoria, BC',null,'2023-07-18 10:37:18','2023-07-18 10:37:18',null,'EFITCH@IDIR','2023-07-18 10:41:05',null,null,null,null,'CLOSED','VICTORIA',ST_GeomFromText('POINT(-123.3916278 48.43964)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028859','Caller reporting a food conditioned black bear near the below noted location. Caller advised the bear walked through her yard and started eating cherries off her tree. Caller noted the bear was not aggressive. ',null,null,null,null,null,null,'3556 Balsum Rd, Prince George, BC',null,'2023-07-18 10:30:00','2023-07-18 10:37:24',null,'EMCARTHU@idir','2023-07-19 12:53:42',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7861115 53.9869333)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028860','COM advising of a fawn stuck in her backyard. It has been there for more than 24-hours without a doe. It has tried to get out and kept smashing against the fence. The address is near the highway and COM suspects the doe was killed. Requesting the fawn be rehabilitated. - -*requesting CO callback',null,null,null,null,null,null,'1614 Kerr Rd, Sicamous, BC',null,'2023-07-18 10:44:00','2023-07-18 10:44:00',null,'STECOOK@idir','2023-07-31 12:39:19',null,null,null,null,'CLOSED','SICAMOUS',ST_GeomFromText('POINT(-118.9468201 50.8490569)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028863','Neighbour reported there was a coyote in their yard and it ran into their front yard bushes about an hour ago. Not sure if the coyote it still there. - -**Looking for advice of what their wife can do as they are leaving soon.',null,null,null,null,null,null,'1867 Acadia Rd, Vancouver, BC',null,'2023-07-18 10:50:43','2023-07-18 10:50:43',null,'COMILLER@idir','2023-07-18 10:56:52',null,null,null,null,'CLOSED','VANCOUVR',ST_GeomFromText('POINT(-123.2414471 49.2700199)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028864','Eagle bay camp (Shuswap lake) requesting COS assistance regarding a cougar which has been around the camp the last three nights running. -Advised 150 kids and staff on site (7-9 YO) -First night tow cabin leaders observed cougar outside of a cabin near the fringe. Second and third nights cougar has been in the camp core – between all the cabins -Foods/attractants are all secured. - -Briefed CO Cook',null,null,null,null,null,null,'','eagle bay camp','2023-07-18 10:54:14','2023-07-18 10:54:14',null,'STECOOK@idir','2023-07-19 13:37:05',null,null,null,null,'OPEN','EAGLEBAY',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028867','Tammy Trefry with Coastal Wildlife Rescue reporting that the brother of the sick fawn that died on Sunday also passed away yesterday. Caller advised this deer was seen spinning around and ended up in the ocean. Caller noted the Coastal Wildlife Rescue removed it from the ocean and it died a mile away. Caller wanted to see if Sgt Dean Miller wanted to test the fawn as they believe it possibly had environmental poisoning. Caller advised that if Sgt Miller does not want to test the fawn, they can pick up the fawn. COM''s information and location of the fawn is listed below. ',null,null,null,null,null,null,'4760 Sinclair Bay Rd, Garden Bay, BC',null,'2023-07-18 10:59:47','2023-07-18 10:59:47',null,'KSORENSE@idir','2023-07-18 11:07:56',null,null,null,null,'OPEN','GARDENBY',ST_GeomFromText('POINT(-124.0391804 49.6355043)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028871','A resident reported a BB that tried to bluff charge them when the BB had a bag of garbage. The BB is becoming difficult to scare off. ',null,null,null,null,null,null,'2110 Whistler Rd, Whistler, BC',null,'2023-07-18 11:07:44','2023-07-18 11:07:44',null,'TDSCHUMA@idir','2023-07-18 13:23:00',null,null,null,null,'CLOSED','WHISTLER',ST_GeomFromText('POINT(-122.990321 50.1005145)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028874','Reporting their dogs ran into a bear and chased it up a tree. It was in the bushes, no physical contact, no aggression. It is still in a tree.',null,null,null,null,null,null,'Massey Dr, Prince George, BC','Ginter Meadow','2023-07-18 11:37:11','2023-07-18 11:37:11',null,'COMILLER@idir','2023-07-18 11:41:33',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7823195 53.8996166)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028875','COM reporting BB has broken into garbage bins yesterday at the side of the house. (It was garbage day) Both were latched and have been broken off. ',null,null,null,null,null,null,'1368 Doran Rd, District of North Vancouver, BC',null,'2023-07-18 11:40:18','2023-07-18 11:40:18',null,'SZUKEWI@idir','2023-07-25 13:49:56',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.0359742 49.3445927)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028876','Bear tried to get into their garage, where their garbage is stored. Garage door was open as they were just pulling in and they honked their horn until it moved off. -It is pretty comfortable with people and it walked past a Canada post women not afraid. Currently knocking over compost and garbage bins. Not aggressive and probably the same bear last month.',null,null,null,null,null,null,'5685 White Pine Lane, District of North Vancouver, BC',null,'2023-07-18 11:46:10','2023-07-18 11:46:10',null,'SZUKEWI@idir','2023-07-25 13:50:37',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.1004273 49.3671539)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028877','Calling to report a deer that looks distressed. Walking down the road with it''s mouth wide open. ',null,null,null,null,null,null,'Lakeside Pk, Nelson, BC',null,'2023-07-18 11:46:15','2023-07-18 11:46:15',null,'BBEETLES@idir','2023-08-10 11:59:53',null,null,null,null,'CLOSED','NELSON',ST_GeomFromText('POINT(-117.2804312 49.5081569)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028879','Organics were picked-up, but the garbage bins were left street-side -BB currently accessing multiple bins -',null,null,null,null,null,null,'','Near Fir and Gilford area','2023-07-18 11:49:26','2023-07-18 11:49:26',null,'CROCHON@idir','2023-07-19 12:22:07',null,null,null,null,'CLOSED','SQUMISH',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028882','Caller reporting a coyote sighting near the below noted location. Caller advised the coyote has been seen on multiple occasions. Caller noted she saw the coyote running down the street yesterday. Caller is concerned as there is a school a few blocks away. Caller advised the coyote is not very big. ',null,null,null,null,null,null,'E 6th Ave and Guelph St, Vancouver, BC',null,'2023-07-17 11:30:00','2023-07-18 12:02:31',null,'KSORENSE@idir','2023-07-18 12:06:40',null,null,null,null,'CLOSED','VANCOUVR',ST_GeomFromText('POINT(-123.0948783 49.2652678)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028886','COM has acreage in lake country – requesting COS assistance with a coyote den near their residence. -Coyote mom with 5 pups near house - zero reported interactions -COM keeping dog inside - -emailed for possible conversation ',null,null,null,null,null,null,'',null,'2023-07-18 12:15:19','2023-07-18 12:15:19',null,'JHANRATT@idir','2023-07-21 15:43:10',null,null,null,null,'CLOSED','LAKECNRY',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028888','Caller reporting a food conditioned black bear near the below noted location. Caller advised it was a small bear about 3 feet tall and had a distinctive white eye. Caller noted the bear tried to get into the cooler in the neighbors driveway. Caller advised the bear is not aggressive but not afraid of people. -',null,null,null,null,null,null,'Torbet Pl, Squamish, BC',null,'2023-07-18 12:15:00','2023-07-18 12:19:59',null,'CROCHON@idir','2023-07-19 12:06:44',null,null,null,null,'OPEN','SQUMISH',ST_GeomFromText('POINT(-123.1094857 49.748637)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028892','Caller reporting a black bear sighting near the below noted location. Caller advised the bear went through her backyard and then went into the field towards the dyke. ',null,null,null,null,null,null,'2041 Spruce Dr, Squamish, BC',null,'2023-07-18 12:10:00','2023-07-18 12:24:51',null,'EFITCH@IDIR','2023-07-26 12:01:42',null,null,null,null,'CLOSED','SQUMISH',ST_GeomFromText('POINT(-123.124348 49.7004812)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028893','Caller is Concerned about coyotes on the street -Totally blind – feels unsafe - -emailed for potential discussion.',null,null,null,null,null,null,'',null,'2023-07-18 12:28:59','2023-07-18 12:28:59',null,'PDAYTON@idir','2023-07-27 15:11:56',null,null,null,null,'CLOSED','COQUITLM',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028894','Submitted via RAPP email: -Details of the violation - My goats have been chased out of my electric fencing twice now within the last four days by a younger black bear boar. I have witnessed this boar come onto my and the neighbors property acreage during the day even with my livestock guardian dog out and myself outside doing tasks. I have yelled at him every time i see him, trying to make him fearful of humans, my dogs have chased him right off my property when he was less than 100 yards from me at the end of my driveway. Only way he is scared off is to chase him with the truck. We have a lot of young kids that walk from the end of the road (school bus stop) to their houses. I have an old horse that I am worried that he will try to go after if he cant get my goats. -',null,null,null,null,null,null,'',null,'2023-07-18 12:29:21','2023-07-18 12:29:21',null,'HIDESMAR@idir','2023-07-23 18:30:03',null,null,null,null,'OPEN','PRINGEOR',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028895','On their way to work, their self and others encountered a racoon that was comfortable with people. It looked sick, something coming out of its mouth around 0810.',null,null,null,null,null,null,'Gorge Rd E, Victoria, BC','Bus Stop# 100297 ','2023-07-18 12:31:55','2023-07-18 12:31:55',null,'MAWILSON@idir','2023-08-01 16:13:55',null,null,null,null,'OPEN','VICTORIA',ST_GeomFromText('POINT(-123.3777739 48.4423387)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028897','COM advises a black bear had been through their neighbourhood. She heard this through a neighbour and noted several attractants.',null,null,null,null,null,null,'','Kelmer Cr','2023-07-18 12:50:02','2023-07-18 12:50:02',null,'LEARCHIB@idir','2023-07-18 12:58:24',null,null,null,null,'OPEN','ABTFRD',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028902','Reporting concerning bear activity at Whiskers Point Campground, yesterday. There was a mama bear and 3 cubs, and 2 other bears. They were behind their trailer, on the walkways, by the bathrooms, the beach, and in the trees. Reports the mama bear being aggressive to their son, it got within 10ft from them. The son used their airhorn to try and scare it away and the mama bear just came towards him. He backed up and the mama bear moved away eventually. No indication of getting into attractants other than a garbage can was knocked over with nothing inside. Care takers were nonchalant, and made the caller feel responsible for the bears being there. ',null,null,null,null,null,null,'','Whiskers Point Campground','2023-07-18 13:10:46','2023-07-18 13:10:46',null,'HIDESMAR@idir','2023-07-25 12:00:38',null,null,null,null,'CLOSED','MCLEODLK',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028907','COM reporting an injured sow grizzly bear in her yard. COM said the injured sow that the COS was looking for was just in her yard and walked into the treeline.',null,null,null,null,null,null,'4 Mile Subdiv, Bella Coola, BC',null,'2023-07-14 10:00:00','2023-07-18 13:35:04',null,'CPOSTHUM@idir','2023-07-21 11:35:28',null,null,null,null,'CLOSED','BLLACOOL',ST_GeomFromText('POINT(-126.7106572 52.3639307)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028910','COM reporting that BB is coming into her yard from neighbors yard possible of bird feeder. It was garbage day today. She is concerned as she has a child and it is getting a more conditioned. ',null,null,null,null,null,null,'1842 Dahl Cres, Abbotsford, BC',null,'2023-07-18 13:42:56','2023-07-18 13:42:56',null,'EFITCH@IDIR','2023-07-18 13:49:06',null,null,null,null,'OPEN','ABTFRD',ST_GeomFromText('POINT(-122.2794963 49.0352045)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028911','A bear trap has been set up at Camp David which is near where they are working. Requesting a CO call back',null,null,null,null,null,null,'','Camp David','2023-07-18 13:43:19','2023-07-18 13:43:19',null,'HIDESMAR@idir','2023-07-19 14:38:22',null,null,null,null,'CLOSED','MACKENZI',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028913','Caller reporting a blue heron with an injured wing',null,null,null,null,null,null,'','Orchard place one, parkview ave - down the street from Cosco','2023-07-18 13:44:04','2023-07-18 13:44:04',null,'GSMALL@idir','2023-07-21 16:58:19',null,null,null,null,'CLOSED','KELOWNA',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028916','COM reporting seeing bear scat in his back yard. No bear sighted. -',null,null,null,null,null,null,'789 Haliburton Rd, Saanich, BC',null,'2023-07-18 13:50:12','2023-07-18 13:50:12',null,'EFITCH@IDIR','2023-07-18 13:52:06',null,null,null,null,'CLOSED','SAANICH',ST_GeomFromText('POINT(-123.3753093 48.513811)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028921','RCMP relaying a report of a doe with barbed wire around neck -doe with two fawns -COM: Teresa, 780-970-8315 -Advised CO was informed via radio -',null,null,null,null,null,null,'279 Hemlock St, Ucluelet, BC',null,'2023-07-18 13:55:00','2023-07-18 13:55:00',null,'MAWILSON@idir','2023-08-01 16:20:23',null,null,null,null,'OPEN','UCLUELET',ST_GeomFromText('POINT(-125.5523791 48.944619)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028922','COM advised a black bear has broken into their trailer. He suspects a wasps nest was the attractant, mistaken for bees. -*Requesting CO callback',null,null,null,null,null,null,'2890 Minotti Dr, Prince George, BC',null,'2023-07-18 09:00:00','2023-07-18 13:58:20',null,'SPEELING@idir','2023-07-25 16:07:19',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.775114 53.9685757)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028926','A bear is breaking in to garbage/recycling / compost bins daily in Valleycliffe. It looks like the same bear, mid size black bear that is dark brown with a lightly patch on it''s chest. It is accessing garbage and food every garbage day when the bins are unlocked but also opening up locked bins. -I''m concerned of the potential risk to the bear and humans if this is not addressed. I don''t have a solution because it is accessing garbage from bins that are locked or legally unlocked on garbage day. New bins more bear resistant bins are obviously necessary. ',null,null,null,null,null,null,'',null,'2023-07-18 14:06:44','2023-07-18 14:06:44',null,'CROCHON@idir','2023-07-21 16:58:14',null,null,null,null,'OPEN','SQUMISH',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028927','Caller reporting an injured eagle near the below noted location. Caller advised the eagle landed and ate one of her ducks and then got caught in the fence when it tried to fly away. Caller noted the eagle landed in the pond and was struggling for quite a while. Caller advised she was able to get the fencing off the eagle and it''s leg is swollen. ',null,null,null,null,null,null,'6680 20 Ave SE, Salmon Arm, BC',null,'2023-07-18 12:30:00','2023-07-18 14:10:55',null,'STECOOK@idir','2023-07-18 15:25:50',null,null,null,null,'CLOSED','SALMARM',ST_GeomFromText('POINT(-119.208855 50.6834609)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028929','RCMP received a call of a bear attack at the noted location. Limited details as the call keeps dropping. - -672-514-1251',null,null,null,null,null,null,'2110 Whistler Rd, Whistler, BC',null,'2023-07-18 14:13:10','2023-07-18 14:13:10',null,'TDSCHUMA@idir','2023-07-19 15:46:29',null,null,null,null,'CLOSED','WHISTLER',ST_GeomFromText('POINT(-122.990321 50.1005145)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028930','Caller reporting a coyote sighting near the below noted location. Caller advised the coyote was just walking around. Caller noted the coyote was not aggressive but was not afraid of humans. ',null,null,null,null,null,null,'2nd Ave, Prince George, BC','Across from the soup kitchen ','2023-07-18 14:10:00','2023-07-18 14:18:01',null,'KSORENSE@idir','2023-07-18 14:21:11',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.751665 53.9185646)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028931','COM reported a cub that looks scruffy/scrawny and disoriented. ',null,null,null,null,null,null,'3002 Brio Entrance, Whistler, BC',null,'2023-07-18 14:18:18','2023-07-18 14:18:18',null,'TDSCHUMA@idir','2023-07-20 14:53:13',null,null,null,null,'CLOSED','WHISTLER',ST_GeomFromText('POINT(-122.9682683 50.1091584)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028932','COM advised of a black bear sow struck and killed on the side of the road. There is a cub circling it. - -1423 CO Flint Knibbs - Briefed; will advise Northern Lights',null,null,null,null,null,null,'','Hwy 16, 90 km East of Terrace, 10 km out','2023-07-18 14:19:30','2023-07-18 14:19:30',null,'RYCALDWE@idir','2023-07-22 09:24:23',null,null,null,null,'CLOSED','KITWANGA',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028934','Caller reporting a sighing of a grizzly bear and 2 cubs near the below noted location. Caller advised the bears were just hanging around in the backyard. Caller noted the homeowner had been working with salmon last night and had cleaned it up. Caller advised the bears were there last night but they were able to scare them off with bear bangers. ',null,null,null,null,null,null,'303 Kemano Cres, Kitamaat Village, BC',null,'2023-07-18 13:00:00','2023-07-18 14:27:19',null,'RYCALDWE@idir','2023-07-22 09:21:36',null,null,null,null,'CLOSED','KITIMAAT',ST_GeomFromText('POINT(-128.6492252 53.9776555)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028936','VM left a deer has been hit on Yellow Point Road about 2 km past the North Cedar Fire Hall. The deer is still alive but unable to move',null,null,null,null,null,null,'Yellow Point Rd, Ladysmith, BC','Yellow Point Road near North Cedar Fire Hall','2023-07-18 14:36:39','2023-07-18 14:36:39',null,'MAWILSON@idir','2023-08-01 16:16:30',null,null,null,null,'CLOSED','CDR',ST_GeomFromText('POINT(-123.7979708 49.0480015)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028937','Port Moody Police received a report of an injured black bear near the below noted location. Call advised the bear looked lethargic. ',null,null,null,null,null,null,'Bentley Rd and Ioco Rd and Kicking Horse Way, Port Moody, BC','Behind the old store on the north side of the road. ','2023-07-18 14:21:00','2023-07-18 14:36:49',null,'CELDER@idir','2023-07-19 10:37:00',null,null,null,null,'CLOSED','PORTMDY',ST_GeomFromText('POINT(-122.8458189 49.29106)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028938','Caller reporting an injured deer on yellow point road, near Zuiderzee campsite -On travelway near the side -Deer attempted to rise but collapsed. - -Briefed CO Miller.',null,null,null,null,null,null,'','yellow point road, near Zuiderzee campsite','2023-07-18 14:37:54','2023-07-18 14:37:54',null,'MAWILSON@idir','2023-08-01 16:18:32',null,null,null,null,'OPEN','CDR',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028940','COM reporting mother bear struck by vehicle and is dead at side of road. Cub is at side of bear and will not leave. COM is requesting a phone call from CO if possible to know what is going to happen to the cub. ',null,null,null,null,null,null,'Hwy 16, Kitwanga, BC','Bear is on Hwy 16 - 20 K west of Hwy 37 junction - Side of road shoulder on WB lane ','2023-07-18 14:45:10','2023-07-18 14:45:10',null,'RYCALDWE@idir','2023-07-22 09:26:50',null,null,null,null,'CLOSED','TERRACE',ST_GeomFromText('POINT(-127.8986475 55.0939693)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028942','Rattlesnake in the bushes beside their car and it doesn''t seem to leave. ',null,null,null,null,null,null,'1598 Cumming Blvd, Cache Creek, BC',null,'2023-07-18 14:46:13','2023-07-18 14:46:13',null,'KANEKOPP@idir','2023-07-19 09:50:17',null,null,null,null,'CLOSED','CCHCRK',ST_GeomFromText('POINT(-121.3109752 50.8121738)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028943','Caller reported a blue heron that has a broken wing and needs to be put down. It has been laying there since 0730 outside Unit 35. - -RP: Marg 250-718-4609',null,null,null,null,null,null,'1874 Parkview Cres, Kelowna, BC',null,'2023-07-18 14:56:58','2023-07-18 14:56:58',null,'GSMALL@idir','2023-07-21 16:57:16',null,null,null,null,'CLOSED','KELOWNA',ST_GeomFromText('POINT(-119.4236915 49.8818024)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028944','COM advised of a black bear getting into the garbage in the neighbourhood. He notes that most people don''t have it secure, only tied up, or on their porch. He was advised to make sure his garbage is secure and for him to advise his neighbours of the same. - -*Requesting a CO callback to discuss. ',null,null,null,null,null,null,'4044 Richet St, Prince George, BC',null,'2023-07-18 14:58:14','2023-07-18 14:58:14',null,'EMCARTHU@idir','2023-07-19 12:51:27',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7946259 53.9915995)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028953','Calling to report seeing a black bear',null,null,null,null,null,null,'3017 Klootchman Walk, West Vancouver, BC',null,'2023-07-18 15:50:38','2023-07-18 15:50:38',null,'ISCHMIDT@idir','2023-07-18 15:51:58',null,null,null,null,'CLOSED','WSTVANCO',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028954','Daughter reported that ~1130 they encountered a BB while escorting children behind Stony Creek Elementary School. -Reported herself and several children were followed by a BB cub – the party exited the woods without interaction. - -emailed due to children; school',null,null,null,null,null,null,'','behind stony creek elementary','2023-07-18 15:53:55','2023-07-18 15:53:55',null,'PDAYTON@idir','2023-07-27 15:11:28',null,null,null,null,'CLOSED','COQUITLM',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028957','Young buck lost antlers on one side, believe missing hoof for left hindleg -Resting in shade of the back garden at Caller’s mother in law''s residence -',null,null,null,null,null,null,'1575 Mileva Lane, Saanich, BC',null,'2023-07-18 15:57:54','2023-07-18 15:57:54',null,'MAWILSON@idir','2023-08-01 16:23:48',null,null,null,null,'CLOSED','SAANICH',ST_GeomFromText('POINT(-123.3288784 48.4936977)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028958','Caller struggling to manage a coyote boom in the area. -COM lives in ALR and is familiar with coyotes -Understand coyotes have decimated the natural food sources (ducks, geese etc.) - -emailed for advice',null,null,null,null,null,null,'',null,'2023-07-18 16:02:02','2023-07-18 16:02:02',null,'TBIRNEY@idir','2023-07-18 16:03:39',null,null,null,null,'CLOSED','GIBSONS',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028960','Caller’s best friend told him that BB broke into their car early AM to access dog food - rewarded -',null,null,null,null,null,null,'',null,'2023-07-18 16:09:09','2023-07-18 16:09:09',null,'DSEXTON@idir','2023-07-20 08:24:40',null,null,null,null,'CLOSED','UCLUELET',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028961','Reporting a sow and 2 cubs on caller''s property, just wandering around. ',null,null,null,null,null,null,'Old Yale Rd, Abbotsford, BC',null,'2023-07-18 16:11:18','2023-07-18 16:11:18',null,'KWINTERS@idir','2023-07-18 16:13:10',null,null,null,null,'CLOSED','ABTFRD',ST_GeomFromText('POINT(-122.2381752 49.0386575)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028963',' Caller reporting a black bear sighting near the below noted location. Caller advised the bear is pretty young and has a tag in it''s ear. Caller noted the bear is in the yard and is eating the grass and laying in it. ',null,null,null,null,null,null,'2721 Millars Pond Cres, Whistler, BC',null,'2023-07-18 16:13:02','2023-07-18 16:13:02',null,'KSORENSE@idir','2023-07-18 16:16:33',null,null,null,null,'CLOSED','WHISTLER',ST_GeomFromText('POINT(-123.0095708 50.0875614)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028964','Caller reporting BB was in their yard - hazed successfully. -1716 COM''s mom phoned back to provide further details about BB interactions - see update. -',null,null,null,null,null,null,'',null,'2023-07-18 16:17:23','2023-07-18 16:17:23',null,'DSEXTON@idir','2023-07-20 08:23:53',null,null,null,null,'OPEN','UCLUELET',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028965','Caller reporting a black bear sighting near the below noted location. Caller advised 2 black bears are wrestling on the field near the trail. ',null,null,null,null,null,null,'Ellis Dr and Fraser Ave, Port Coquitlam, BC',null,'2023-07-18 16:24:02','2023-07-18 16:24:02',null,'KSORENSE@idir','2023-07-18 16:26:55',null,null,null,null,'CLOSED','PORTCOQ',ST_GeomFromText('POINT(-122.742451 49.2689341)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028966','BB eating tree branches in the park - advised people have departed - -Briefed CO Schumacher',null,null,null,null,null,null,'','Village park','2023-07-18 16:27:46','2023-07-18 16:27:46',null,'SZUKEWI@idir','2023-07-20 10:06:26',null,null,null,null,'OPEN','WHISTLER',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028969','BB and bobcat in a wild raspberry field across from COM’s house -advised berries are delicious',null,null,null,null,null,null,'','across from 10849 morrisette place','2023-07-18 16:31:12','2023-07-18 16:31:12',null,'TBIRNEY@idir','2023-07-18 16:33:48',null,null,null,null,'CLOSED','MAPLERID',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028970','COM reported a BB walking on school property where there is a day care and students are being picked up. - -',null,null,null,null,null,null,'3170 Cedar Dr, Port Coquitlam, BC',null,'2023-07-18 16:33:36','2023-07-18 16:33:36',null,'CELDER@idir','2023-07-19 10:22:53',null,null,null,null,'OPEN','PORTCOQ',ST_GeomFromText('POINT(-122.7398217 49.2693097)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028971','Reporting 2 juvenile bbs in the area every 2 days. One tried to enter a garage. They are trying to access garbage/green waste and avoiding berries. One ran across the road in front of 2 6 y/o children.',null,null,null,null,null,null,'','BLUE MTN ST, SIRMAC AVE & KINSAC ST','2023-07-18 16:53:03','2023-07-18 16:53:03',null,'KWINTERS@idir','2023-07-18 16:58:58',null,null,null,null,'OPEN','COQUITLM',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028973','COM reporting a deer that appears to be unwell in his backyard. Doe has been there for the last few hours, laying down and breahting heavily, no obvious signs of injury. ',null,null,null,null,null,null,'310 Yorkton Ave, Penticton, BC',null,'2023-07-18 16:59:16','2023-07-18 16:59:16',null,'BRANBECK@idir','2023-07-27 09:49:30',null,null,null,null,'CLOSED','PENTICTN',ST_GeomFromText('POINT(-119.5913695 49.4562424)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028980','COM reporting a black bear that has been frequenting the area for the last month. Seen at least once a week over that time. COM believes the bb is getting into garbage in the area, but can''t confirm where. COM has no knowledge of efforts to haze the bear. ',null,null,null,null,null,null,'4500 13 St NE, Salmon Arm, BC','Condo Complex - Ravencroft ','2023-07-18 17:29:26','2023-07-18 17:29:26',null,'DAGRAY@idir','2023-07-18 17:34:18',null,null,null,null,'CLOSED','SALMARM',ST_GeomFromText('POINT(-119.2681637 50.7327134)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028981','RCMP advise of a caller reporting what she suspects is a recent cougar kill; a half eaten deer in her yard. Requesting CO callback. - -COM: Sharron Boisvert, 250-743-7251 - -1743 CO Mark Kissinger - LM',null,null,null,null,null,null,'1211 Royalta Rd, Mill Bay, BC',null,'2023-07-18 17:41:55','2023-07-18 17:41:55',null,'MAWILSON@idir','2023-08-01 16:22:03',null,null,null,null,'OPEN','MILLBAYB',ST_GeomFromText('POINT(-123.5850628 48.6538533)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028982','COM advised by a coworker of a coyote checking out some geese in the area. He wanted to know if the youth soccer program he was running is in any danger - they are in the same park. He was advised to check out WIldSafeBC, but would appreciate speaking with a local CO. There did not appear to be any threat to anyone - -1801 CO Sasha Zukewich - LM -1802 Kent Popjes - Briefed',null,null,null,null,null,null,'','Charleston Park','2023-07-18 17:56:01','2023-07-18 17:56:01',null,'KPPOPJES@idir','2023-07-24 14:51:36',null,null,null,null,'OPEN','VANCOUVR',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028984','BB was present early this morning getting into the green waste bin and returned this afternoon trying to get into the bin again but it was empty.',null,null,null,null,null,null,'2 Cowley Crt, Port Moody, BC',null,'2023-07-18 18:26:02','2023-07-18 18:26:02',null,'LMOSS@idir','2023-07-18 18:27:57',null,null,null,null,'OPEN','PORTMDY',ST_GeomFromText('POINT(-122.8622067 49.3000171)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028986','RCMP report an injured immobile deer on the shoulder of the frontage road -Tim Walther: 587-966-5422 - -Briefed CO Cook',null,null,null,null,null,null,'','Hwy 1 and seed frontage road','2023-07-18 18:37:53','2023-07-18 18:37:53',null,'STECOOK@idir','2023-07-19 13:19:33',null,null,null,null,'CLOSED','SICAMOUS',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028990','Caller has seen their local BB transiting their yard (on video), and marking a tree – zero interactions -Neighbour advised that is BB’s route -Caller is not BB aware. Caller has moved garbage into garage. OO recommended wildsafeBC. -',null,null,null,null,null,null,'',null,'2023-07-18 19:23:43','2023-07-18 19:23:43',null,'TBIRNEY@idir','2023-07-18 19:33:02',null,null,null,null,'CLOSED','BURNBY',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028991','Reporting a large bb on the driveway. ',null,null,null,null,null,null,'Monteray Ave, District of North Vancouver, BC',null,'2023-07-18 19:24:57','2023-07-18 19:24:57',null,'KWINTERS@idir','2023-07-18 19:26:28',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.0795261 49.3510341)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028992','COM reporting a bear that has been in their area for the last two weeks, often seen investigating garbage cans, but hasn''t been seen accessing any attractants. No effort to haze the bear. ',null,null,null,null,null,null,'1277 W 23rd St, District of North Vancouver, BC',null,'2023-07-18 19:26:44','2023-07-18 19:26:44',null,'DAGRAY@idir','2023-07-18 19:32:23',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.109469 49.3308484)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028995','Very young moose was seen running alongside the road, foaming at the mouth with no cow in sight.',null,null,null,null,null,null,'Graves Rd, Prince George, BC','Near Shelly Rd S','2023-07-18 19:30:22','2023-07-18 19:30:22',null,'JOCHARTR@idir','2023-08-01 11:00:16',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.6323751 53.9200728)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028996','RCMP passing on a report of an injured deer that was stuck by a car at the noted location. Deer is immobile and requires dispatch. ',null,null,null,null,null,null,'Hwy 97 and Westside Rd, West Kelowna, BC','North Bound shoulder.','2023-07-18 19:36:49','2023-07-18 19:36:49',null,'GSMALL@idir','2023-07-21 16:55:04',null,null,null,null,'CLOSED','WSTKELOW',ST_GeomFromText('POINT(-119.5352654 49.882037)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028997','Report of a bear at the noted location, going through garbages, not afraid of people. ',null,null,null,null,null,null,'Lloyd Ave and W 24th St, District of North Vancouver, BC',null,'2023-07-18 19:41:13','2023-07-18 19:41:13',null,'SZUKEWI@idir','2023-07-25 13:52:40',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.1047233 49.3318265)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028998','COM advised of a black bear getting into her garbage. No aggression noted.',null,null,null,null,null,null,'35893 Old Yale Rd, Abbotsford, BC',null,'2023-07-18 19:42:08','2023-07-18 19:42:08',null,'LEARCHIB@idir','2023-07-18 19:45:00',null,null,null,null,'OPEN','ABTFRD',ST_GeomFromText('POINT(-122.2316657 49.0392334)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-028999','BB on the property. COM is calling because a bear was trapped from this area 3 weeks ago.',null,null,null,null,null,null,'5220 Keith Rd, West Vancouver, BC',null,'2023-07-18 19:50:05','2023-07-18 19:50:05',null,'LMOSS@idir','2023-07-18 19:52:03',null,null,null,null,'CLOSED','WSTVANCO',ST_GeomFromText('POINT(-123.264661 49.3451087)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029004','Reporting a bb going through the compost at the church at the noted location. This is not the first time the bear has been there.',null,null,null,null,null,null,'St. Laurence St, Coquitlam, BC','925 ST LAURENCE - ST LAURENCE ANGLICAN CHURCH','2023-07-18 20:18:43','2023-07-18 20:18:43',null,'KWINTERS@idir','2023-07-18 20:20:35',null,null,null,null,'OPEN','COQUITLM',ST_GeomFromText('POINT(-122.8423722 49.2641566)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029005','Caller reporting a bear on the path walking towards him and thinks it is going to attack him',null,null,null,null,null,null,'N Beta Ave and Penzance Dr, Burnaby, BC','CONFEDERATION PARK - ON THE BICYCLE PATH','2023-07-18 20:31:00','2023-07-18 20:31:00',null,'KPPOPJES@idir','2023-07-24 14:47:08',null,null,null,null,'OPEN','BURNBY',ST_GeomFromText('POINT(-122.9970067 49.2874665)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029006','COM reporting a black bear yearling wandering in the area of Whistler Village, close to the noted address.',null,null,null,null,null,null,'4338 Main St, Whistler, BC V0N 1B4',null,'2023-07-18 20:33:59','2023-07-18 20:33:59',null,'TDSCHUMA@idir','2023-07-19 16:15:21',null,null,null,null,'CLOSED','WHISTLER',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029008','Reporting a juvenile bb in the campsite. The bear was following a father and son. A bear banger was set off and the bear went back towards driving range.',null,null,null,null,null,null,'','RIVERSIDE CAMPGROUND AT THE TENTING AREA','2023-07-18 20:42:01','2023-07-18 20:42:01',null,'TDSCHUMA@idir','2023-07-19 16:11:38',null,null,null,null,'CLOSED','WHISTLER',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029010','Reporting a deer on the side of the road near the noted location. Not mobile, looks to be in distress.',null,null,null,null,null,null,'','GOLD RIVER HWY, ELK FALLS PARK AT ENTRANCE ON THE LEDGE BEFORE TRAILS ON CR SIDE','2023-07-18 20:53:21','2023-07-18 20:53:21',null,'GJGUDBRA@idir','2023-07-20 10:00:56',null,null,null,null,'OPEN','CMBLRV',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029011','RCMP reporting a bear broke into the backyard, got into the chicken coop and has killed some chickens. The homeowner is shooting the bear with a slingshot and now the bear is agitated. RCMP are responding and would like a CO to call when on route. 604-945-1470',null,null,null,null,null,null,'1840 Brunette Ave, Coquitlam, BC',null,'2023-07-18 20:55:52','2023-07-18 20:55:52',null,'ALBUCHAN@idir','2023-07-19 12:27:11',null,null,null,null,'OPEN','COQUITLM',ST_GeomFromText('POINT(-122.8436134 49.2352333)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029012','COM reporting sighting of a black bear in a residential neighbourhood. No sign of bb getting into attractants, no conflict. ',null,null,null,null,null,null,'Barnston View Rd and Fraser Way, Pitt Meadows, BC',null,'2023-07-18 20:58:01','2023-07-18 20:58:01',null,'DAGRAY@idir','2023-07-18 21:00:30',null,null,null,null,'CLOSED','PITTMDWS',ST_GeomFromText('POINT(-122.6816873 49.2029515)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029013','Deer struck by a vehicle and is alive but unable to move. SB side on the shoulder',null,null,null,null,null,null,'Crowsnest Hwy and Olivia Rd, Hosmer, BC',null,'2023-07-18 21:10:51','2023-07-18 21:10:51',null,'RYGORDON@idir','2023-07-24 11:22:07',null,null,null,null,'CLOSED','FERNIE',ST_GeomFromText('POINT(-115.0370706 49.5320223)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029017','BB on the property. COM thinks its a yearling and could be the young of the sow that was recently caught in a trap.',null,null,null,null,null,null,'Peninsula Rd, Ucluelet, BC','at Elina junction','2023-07-18 21:46:58','2023-07-18 21:46:58',null,'LMOSS@idir','2023-07-18 22:13:28',null,null,null,null,'CLOSED','UCLUELET',ST_GeomFromText('POINT(-125.5600989 48.9451138)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029018','COM states a Grizzly has been circling the house all day and 1 dog went after the bear. The grizzly then charged the dog and COM hazed it successfully. COM thinks the bear will return and states there is nothing by way of attractants on the property.',null,null,null,null,null,null,'10715 Pooley Rd, Pineview FFG, BC',null,'2023-07-18 22:03:03','2023-07-18 22:03:03',null,'EMCARTHU@idir','2023-07-19 12:50:07',null,null,null,null,'CLOSED','PINEVIEW',ST_GeomFromText('POINT(-122.638142 53.8260283)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029020','Reporting a bb in the neighbourhood getting into garbage at all hours of the day. Caller does not want to keep her garbage in the garage because she uses it as a playroom and has a problem with the smell. She was told by the city that the bear could be relocated. She would like a call back to discuss options.',null,null,null,null,null,null,'','BARBER LANE','2023-07-18 22:09:33','2023-07-18 22:09:33',null,'KWINTERS@idir','2023-07-18 22:15:28',null,null,null,null,'OPEN','PORTMDY',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029021','RCMP reporting a moose was struck. It is believed to be on the hwy and there is a moose calf nearby. RCMP could not get any contact information as the caller became "unbearable" and the operator had to hang up. It''s unknown if the moose is alive. RCMP have a file up and are responding',null,null,null,null,null,null,'Carp Lake Rd and Hart Hwy, McLeod Lake, BC','MCLEOD LAKE - AT THE TURNOFF TO THE LAKE','2023-07-18 22:10:19','2023-07-18 22:10:19',null,'HIDESMAR@idir','2023-07-19 15:39:17',null,null,null,null,'CLOSED','MACKENZI',ST_GeomFromText('POINT(-123.0331496 54.9918265)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029022','BB on the property. The bear was sniffing around the garbage but the bins are all locked.',null,null,null,null,null,null,'8328 Aspenwood Pl, Burnaby, BC',null,'2023-07-18 22:11:49','2023-07-18 22:11:49',null,'LMOSS@idir','2023-07-18 22:13:04',null,null,null,null,'OPEN','BURNBY',ST_GeomFromText('POINT(-122.9239073 49.2628949)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029023','Caller reporting a bear in his backyard. There''s a forested area behind his house where the bear probably lives. Caller reports there are no attractants in his yard and advised to make noise, set off a car alarm and bang pots and pans to help the bear wander off',null,null,null,null,null,null,'10780 168 St, Surrey, BC',null,'2023-07-18 22:17:51','2023-07-18 22:17:51',null,'ASDUNCAN@idir','2023-07-18 22:20:30',null,null,null,null,'CLOSED','SURRY',ST_GeomFromText('POINT(-122.7562715 49.1985741)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029026','Caller saw a bear at 20:30',null,null,null,null,null,null,'Fremont St, Port Coquitlam, BC',null,'2023-07-18 22:30:11','2023-07-18 22:30:11',null,'ASDUNCAN@idir','2023-07-18 22:33:04',null,null,null,null,'CLOSED','PORTCOQ',ST_GeomFromText('POINT(-122.7340596 49.258396)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029027','BB walking down the street getting into garbage.',null,null,null,null,null,null,'100 E Carisbrooke Rd, District of North Vancouver, BC',null,'2023-07-18 23:16:31','2023-07-18 23:16:31',null,'SZUKEWI@idir','2023-07-25 13:54:09',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.071873 49.3415032)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029028','COM reporting that there is a bear in a nearby park, and a group of teenagers in the area antagonizing it. COM was concerned that the teenagers would not be exercising appropriate caution. ',null,null,null,null,null,null,'Mamquam Rd and Willow Cres, Squamish, BC','Willow Park ','2023-07-19 00:13:43','2023-07-19 00:13:43',null,'CROCHON@idir','2023-07-19 13:11:48',null,null,null,null,'OPEN','SQUMISH',ST_GeomFromText('POINT(-123.136556 49.735003)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029029','BB getting into the neighbors garbage.',null,null,null,null,null,null,'3190 Toronto St, Port Coquitlam, BC',null,'2023-07-19 01:21:54','2023-07-19 01:21:54',null,'LMOSS@idir','2023-07-19 01:22:40',null,null,null,null,'OPEN','PORTCOQ',ST_GeomFromText('POINT(-122.7530296 49.2700773)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029030','COM reporting 3 coyotes spotted close to the noted address. ',null,null,null,null,null,null,'7128 Stride Ave, Burnaby, BC',null,'2023-07-19 01:59:02','2023-07-19 01:59:02',null,'DAGRAY@idir','2023-07-19 02:01:38',null,null,null,null,'CLOSED','BURNBY',ST_GeomFromText('POINT(-122.9523817 49.212597)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029031','COM reporting a large bb that was getting into COM''s garbage. COM heard sounds and went out to check and the bb charged. COM believes this was the same bb that COS was attempting to trap in the area recently, and noted that this bear was unusually aggressive and large for a black bear. ',null,null,null,null,null,null,'7737 Loyola Dr, Prince George, BC',null,'2023-07-19 02:15:00','2023-07-19 02:18:13',null,'DTALEVSK@idir','2023-08-10 20:38:39',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7610477 53.8529214)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029032','Caller reporting he hit a small elk. It is not blocking traffic',null,null,null,null,null,null,'Hwy 93 And 95 and Hwy 93 And 95, Wasa, BC','ON THE SHOULDER SB TOWARDS RADIUM BEFORE THE WASA BRIDGE','2023-07-19 04:04:06','2023-07-19 04:04:06',null,'JRISTO@idir','2023-07-21 15:35:36',null,null,null,null,'CLOSED','WASA',ST_GeomFromText('POINT(-115.7573594 49.8034545)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029033','Caller reporting a coyote limping at the noted location',null,null,null,null,null,null,'Barclay St and Gilford St, Vancouver, BC',null,'2023-07-19 04:10:07','2023-07-19 04:10:07',null,'SZUKEWI@idir','2023-07-20 10:08:19',null,null,null,null,'CLOSED','VANCOUVR',ST_GeomFromText('POINT(-123.1391296 49.2910826)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029037','Reporting a BB spotted roaming around in the below noted location. No ATB reported. ',null,null,null,null,null,null,'Edgemont Blvd and W Queens Rd, District of North Vancouver, BC',null,'2023-07-19 06:24:17','2023-07-19 06:24:17',null,'DDAVIS@idir','2023-07-19 06:28:15',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.1007913 49.3366621)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029038','Caller reporting that he has a humane trap set up in his yard to catch stray cats & skunks in attempts to keep them from entering / disturbing his fish pond. Caller states that about 10 mins prior to call in, a racoon entered the trap. -',null,null,null,null,null,null,'818 E 17th St, North Vancouver, BC',null,'2023-07-19 07:00:54','2023-07-19 07:00:54',null,'KPPOPJES@idir','2023-07-24 14:43:31',null,null,null,null,'OPEN','NORVAN',ST_GeomFromText('POINT(-123.0497824 49.3242187)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029041','COM reporting fox on property. CO Greg Kruger advised to contact and make a report , he has set a trap yesterday. Nothing caught yet. -',null,null,null,null,null,null,'4825 The Dell Rd, Windermere, BC',null,'2023-07-19 07:02:00','2023-07-19 07:02:00',null,'MATTHEWH@idir','2023-08-04 11:01:46',null,null,null,null,'CLOSED','WINDRMER',ST_GeomFromText('POINT(-115.9798311 50.4648372)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029042','Injured Deer broken back legs ',null,null,null,null,null,null,'','just south of 150 mile house (less than 1 Km), north bound lane','2023-07-19 07:06:21','2023-07-19 07:06:21',null,'MWALKOSK@idir','2023-07-19 10:16:47',null,null,null,null,'CLOSED','150MHHS',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029045','BB came through their yard, about a 3y/o. Second hand report. It was not afraid and looked at them while using an excavator.',null,null,null,null,null,null,'2058 Lion Crt, Abbotsford, BC',null,'2023-07-18 12:00:00','2023-07-19 07:28:22',null,'COMILLER@idir','2023-07-19 07:30:31',null,null,null,null,'CLOSED','ABTFRD',ST_GeomFromText('POINT(-122.2324134 49.0396293)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029046','COM reporting dead bald eagle at the rear of his residence. It is at the bottom the tree - he doesn''t know what happened. Violation is not suspected. ',null,null,null,null,null,null,'142 Fell Ave, North Vancouver, BC','Back alley behind his address - Possbile city of N. Vancouver works yard fence line','2023-07-19 07:36:18','2023-07-19 07:36:18',null,'SZUKEWI@idir','2023-07-20 10:12:08',null,null,null,null,'OPEN','NORVAN',ST_GeomFromText('POINT(-123.094337 49.318761)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029049','Reporting that a BB has been coming to residence nightly and throwing garbage cans around attempting to access contents. Caller is looking for advice and would like a cal back from a CO. ',null,null,null,null,null,null,'636 Bentley Rd, Port Moody, BC',null,'2023-07-19 07:43:40','2023-07-19 07:43:40',null,'DDAVIS@idir','2023-07-19 07:47:54',null,null,null,null,'OPEN','PORTMDY',ST_GeomFromText('POINT(-122.8447821 49.2899514)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029051','Caller would like to have a discussion with a CO in regards to an Aggressive Deer at the Naramata Center. - -**Caller requesting a callback',null,null,null,null,null,null,'Ellis Pl, Nanaimo, BC','Naramata Center','2023-07-19 08:02:43','2023-07-19 08:02:43',null,'BRANBECK@idir','2023-07-19 16:25:01',null,null,null,null,'CLOSED','NARAMA',ST_GeomFromText('POINT(-123.9463707 49.2161406)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029052','Looking for some more information, or direction, ICBC salvage department by the Fraser River. They are use to wildlife, but a month ago a skinny single cub BB from this winter, no mother insight, was chased off by staff. It was not really scared of people and was not seen until last night. It was bigger and healthier but still skinny. - -**Emailed looking for CO advice.',null,null,null,null,null,null,'1405 Boundary Rd, Prince George, BC',null,'2023-07-19 08:03:22','2023-07-19 08:03:22',null,'EMCARTHU@idir','2023-07-19 12:47:46',null,null,null,null,'OPEN','PRINGEOR',ST_GeomFromText('POINT(-122.7442649 53.8428436)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029053','COM reporting BB sighted at residence several times. No damages to date , she lives in a 42 unit complex and wants it reported as it is getting in neighbours garbage and eats it at the residence area daily. ',null,null,null,null,null,null,'449 Ospika Blvd, Prince George, BC',null,'2023-07-19 08:03:57','2023-07-19 08:03:57',null,'JOCHARTR@idir','2023-07-19 13:04:36',null,null,null,null,'OPEN','PRINGEOR',ST_GeomFromText('POINT(-122.7946775 53.9307533)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029054','Caller reported a BB that broke into neighbours locking garbage can. The caller also advises that it damaged his carport and knocked out panels on the fence. -Caller is concerned that the bear is to dependent on human food sources. - -**Caller requesting a callback.',null,null,null,null,null,null,'1064 Fraser Ave, Port Coquitlam, BC',null,'2023-07-19 08:07:45','2023-07-19 08:07:45',null,'PBRACKEN@idir','2023-07-19 08:12:29',null,null,null,null,'OPEN','PORTCOQ',ST_GeomFromText('POINT(-122.7434907 49.2687268)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029055','COM reporting BB 3 days broke into outer patio through a screen door. Bear is returning every night at 5 Am the last two nights, last night the BB returned and got into the home through the patio door again, it opened up the fridge and broke all the drinks but no food was in there. This time it tried to get into back door into the home. ',null,null,null,null,null,null,'2194 Sunnyside Rd, Anmore, BC',null,'2023-07-19 08:12:36','2023-07-19 08:12:36',null,'JBULL@idir','2023-07-20 14:26:53',null,null,null,null,'OPEN','ANMR',ST_GeomFromText('POINT(-122.8577922 49.3075277)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029056','Calling to report a massive black bear went through his yard and over the fence to a neighbour''s garbage before walking down the street. ',null,null,null,null,null,null,'759 Evans Pl, Port Coquitlam, BC',null,'2023-07-19 08:15:42','2023-07-19 08:15:42',null,'ISCHMIDT@idir','2023-07-19 08:44:23',null,null,null,null,'OPEN','PORTCOQ',ST_GeomFromText('POINT(-122.7359649 49.270022)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029057','Caller reporting 2 cougar sightings at Camp Homewood. The sightings occurred at 19:00 and 23:00 hours last night. -The caller requires advice. - -** Caller requesting a callback today as they are planning an outing with the children.',null,null,null,null,null,null,'Mine Lake','Main Lake Provincial Lake ','2023-07-19 08:21:42','2023-07-19 08:21:42',null,'GJGUDBRA@idir','2023-08-10 13:12:30',null,null,null,null,'CLOSED','QUADRAIS',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029061','Monday night at dusk went to lock up barn where they have goats and barn cats. They could hear a meowing and walked by the house and saw a cougar walking through their gate to their other field. They flashed their light and yelled at it, but it did not acknowledge them. This morning they walked to the barn and there are scratch marks on the barn that were not there yesterday. There is also fur left there, so they believe it got one of their barn cats. They also have not seen 2 others cats for a week now. The cougar is a smaller one and believe it was kicked out the mom. They had talked to a friend who is a retired CO.',null,null,null,null,null,null,'9772 Meadow Rd, Alpine Valley, BC',null,'2023-07-19 08:28:41','2023-07-19 08:28:41',null,'KANEKOPP@idir','2023-07-22 14:48:00',null,null,null,null,'CLOSED','KAMLOOPS',ST_GeomFromText('POINT(-120.6620364 50.8553195)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029062','Reporting a deceased deer on the shoulder of the road in the below noted location. ',null,null,null,null,null,null,'176 St and 32 Ave, Surrey, BC',null,'2023-07-19 08:31:10','2023-07-19 08:31:10',null,'ALBUCHAN@idir','2023-07-19 11:01:04',null,null,null,null,'CLOSED','SURRY',ST_GeomFromText('POINT(-122.735487 49.0601474)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029063','Caller reporting a bb that is not responding to bear bangers at the Liard River Hot Springs. The bb is in the area of the 700 meter walk to the hot spring & in the hot springs while guests are in the hot springs. This has been occuring over the past several days. -There is also a sow and 2 cubs are in the hot pools -Rangers on holidays. -**Caller requesting a callback for assistance. -',null,null,null,null,null,null,'497 Alaska Hwy, Liard River, BC','Liard River Hot Springs Provincial Park','2023-07-19 08:34:28','2023-07-19 08:34:28',null,'EHARBICH@idir','2023-07-19 10:29:20',null,null,null,null,'CLOSED','FTNELSON',ST_GeomFromText('POINT(-126.1083339 59.424881)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029065','Poor fawn lost its mother, seen last night and this morning. it is a km up from Whitecroft. It jumped over the road barrier last night and ran across the road. This morning it is running around the road in the same place. Cell service is spotty and they do not have voicemail, they always get text messages.',null,null,null,null,null,null,'Sun Peaks Rd, Whitecroft, BC',null,'2023-07-19 08:45:31','2023-07-19 08:45:31',null,'JESJONES@idir','2023-07-19 13:59:22',null,null,null,null,'CLOSED','KAMLOOPS',ST_GeomFromText('POINT(-119.9517229 50.8663274)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029068','A black bear got into the garage and pulled the garbage out and is now eating it on the driveway.',null,null,null,null,null,null,'3277 Plateau Blvd, Coquitlam, BC',null,'2023-07-19 08:58:44','2023-07-19 08:58:44',null,'ISCHMIDT@idir','2023-07-19 09:02:23',null,null,null,null,'OPEN','COQUITLM',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029069','Caller reporting a rattlesnake in the backyard. Caller believes that the snake may not be able to leave the yard due to a snake fence at the back of the property. The caller is concerned about dogs in the area. The snake is unseen at this time. Suspected to be in the Hydrangeas. - -**Caller requesting a callback for assistance. ',null,null,null,null,null,null,'2133 Saddleback Dr, Kamloops, BC',null,'2023-07-19 09:03:37','2023-07-19 09:03:37',null,'JESJONES@idir','2023-07-19 14:10:26',null,null,null,null,'CLOSED','KAMLOOPS',ST_GeomFromText('POINT(-120.3690052 50.7308956)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029070','Reporting a black bear has ripped open an empty freezer and made a mess of it. Also been in the raspberry patch. Requesting a CO call back and requesting the bear be trapped.',null,null,null,null,null,null,'2140 Richmond Rd, South Hazelton, BC',null,'2023-07-19 09:05:40','2023-07-19 09:05:40',null,'TARWILLI@idir','2023-07-19 11:48:22',null,null,null,null,'CLOSED','SHZLTON',ST_GeomFromText('POINT(-127.6594922 55.2133715)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029071','Calling to report a black bear sow with two cubs that have been frequenting her street. Today is garbage day and when she went to put her garbage out the bears seemed to be waiting for it. The bears also lunged for the callers chihuahua, who was able to get away. The bears got into the garbage and spread it all over the yard and have since taken off but the caller expects them back since there is garbage spread everywhere to attract them. ',null,null,null,null,null,null,'6866 Island View Rd, Sechelt, BC',null,'2023-07-19 09:13:15','2023-07-19 09:13:15',null,'DLMILLER@idir','2023-07-19 12:15:35',null,null,null,null,'OPEN','SECHELT',ST_GeomFromText('POINT(-123.8220193 49.4720702)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029072','Caller reporting a deer that is missing a hoof. Mobile',null,null,null,null,null,null,'Peters St, Esquimalt, BC','Victoria way','2023-07-19 09:14:53','2023-07-19 09:14:53',null,'MAWILSON@idir','2023-08-09 13:56:54',null,null,null,null,'CLOSED','ESQUIMAL',ST_GeomFromText('POINT(-123.4006685 48.4243784)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029073','They have BB in the neighbourhood. It has been there 3-4 times and broken into a few things, coolers and and a trailer the other day. The bear was there yesterday. No aggression.',null,null,null,null,null,null,'10150 Giscome Rd, Ferndale-Tabor, BC',null,'2023-07-19 09:15:31','2023-07-19 09:15:31',null,'HIDESMAR@idir','2023-07-23 18:29:34',null,null,null,null,'OPEN','TABOR',ST_GeomFromText('POINT(-122.5831274 53.9075199)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029074','COM reporting dead mother deer in ditch , baby fawn is abandon and running around on road and advised might be hit. ',null,null,null,null,null,null,'800 Blackwater Rd, Quesnel, BC','Paradise Road , golf course side of road near ditch ','2023-07-19 09:16:35','2023-07-19 09:16:35',null,'KYBUECKE@idir','2023-07-19 10:05:10',null,null,null,null,'CLOSED','QUESNEL',ST_GeomFromText('POINT(-122.5358727 53.0026996)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029075','Calling to report a lamb has been taken, possibly by a cougar but it was not seen so cannot confirm. The carcass has not been located. A cougar has been seen in the area recently.',null,null,null,null,null,null,'7451 McCoy Lake Rd, Port Alberni, BC',null,'2023-07-19 09:17:08','2023-07-19 09:17:08',null,'DTALEVSK@idir','2023-08-08 10:50:06',null,null,null,null,'OPEN','PORTALBR',ST_GeomFromText('POINT(-124.8813745 49.2635638)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029076','COM leaves voice mail directly on COs desk line reporting a problem black bear at work site at the Wharf Shed in Mackenzie just behind CN building. BB stalking workers when they are washing vehicles. It is an injured bear.',null,null,null,null,null,null,'Mackenzie, BC','At the Warf Shed in Mackenzie just behind the CN Building','2023-07-18 11:45:00','2023-07-19 09:20:39',null,'HIDESMAR@idir','2023-07-19 14:29:10',null,null,null,null,'CLOSED','MACKENZI',ST_GeomFromText('POINT(-123.0927778 55.3241667)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029080','Bear rip both doors off their shed to get at their garbage. It rolled around and ate the garbage in the driveway. Not deterred by dogs. ',null,null,null,null,null,null,'5009 Graves Rd, Prince George, BC',null,'2023-07-19 09:25:09','2023-07-19 09:25:09',null,'SPEELING@idir','2023-07-24 10:47:47',null,null,null,null,'OPEN','PRINGEOR',ST_GeomFromText('POINT(-122.6474131 53.9198754)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029082','They have a BB dragging garbage across property into the forest beside them. Do not know whos garbage it is, but not theirs. Second time this season they are aware it has done this. ',null,null,null,null,null,null,'1550 Muir Pl, Sooke, BC',null,'2023-07-19 09:31:23','2023-07-19 09:31:23',null,'DSEXTON@idir','2023-07-19 11:50:24',null,null,null,null,'CLOSED','SOOKE',ST_GeomFromText('POINT(-123.7346946 48.3558483)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029086','An injured bear, one of its paws is injured and could hear it the night before it was wailing.',null,null,null,null,null,null,'Dewdney Trunk Rd and Hampton Common, Mission, BC',null,'2023-07-19 09:40:10','2023-07-19 09:40:10',null,'CELDER@idir','2023-07-19 10:20:10',null,null,null,null,'OPEN','MISSION',ST_GeomFromText('POINT(-122.3297759 49.1858545)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029088','Neighbour buying up lots of land and doing nothing on the land. Dens of coyotes have moved onto their property and doing nothing about it. Coyotes are starting to come on to their property and they have them staring at the baby goats and horse. About 20-30 coyotes in the area. - -**Wondering what they can and cannot do including shooting them or about the coyotes being dealt with?',null,null,null,null,null,null,'2441 Saucier Rd, Kelowna, BC',null,'2023-07-19 09:43:09','2023-07-19 09:43:09',null,'JHANRATT@idir','2023-07-21 15:33:47',null,null,null,null,'CLOSED','KELOWNA',ST_GeomFromText('POINT(-119.4346279 49.828229)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029089','Caller has seen a potentially orphaned spotted fawn near the roadway -both last night and this morning Caller has seen the same fawn in the same portion of roadway - no doe. Caller felt the fawn appeared upset or confused. - -Advised Caller receives text messages better than calls in that area',null,null,null,null,null,null,'','Sunpeaks road – 1km above whitecroft village','2023-07-19 09:48:44','2023-07-19 09:48:44',null,'JESJONES@idir','2023-07-19 14:01:43',null,null,null,null,'CLOSED','SNPEAKS',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029090','Reporting a BB that has an injured back paw, looks like its cut and limping badly.',null,null,null,null,null,null,'3375 Lakeside Rd, Whistler, BC',null,'2023-07-19 09:52:16','2023-07-19 09:52:16',null,'TDSCHUMA@idir','2023-07-19 16:09:09',null,null,null,null,'CLOSED','WHISTLER',ST_GeomFromText('POINT(-122.9792824 50.1076709)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029092','Caller is upset that a BB spends time in neighbourhood yards -Caller has raspberries, apples, etc. yesterday Caller observed BB accessing their raspberries – seen returning this morning. -Understand neighbours have had compost bins accessed -Blackberry bushes proliferated in the drainage ditch between emerald ave and Ming cres -',null,null,null,null,null,null,'',null,'2023-07-19 10:00:46','2023-07-19 10:00:46',null,'TBIRNEY@idir','2023-07-19 10:04:18',null,null,null,null,'OPEN','HARSLAKE',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029093','There is a bear down by the whistler village. Eating berries just off of a tree. No aggression.',null,null,null,null,null,null,'4335 Northlands Blvd, Whistler, BC',null,'2023-07-19 10:05:34','2023-07-19 10:05:34',null,'TDSCHUMA@idir','2023-07-19 16:06:02',null,null,null,null,'CLOSED','WHISTLER',ST_GeomFromText('POINT(-122.9591968 50.1184184)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029094','Calling to report an emaciated black bear that appears to be suffering. Caller has pictures if requested. The bear has been hanging around her property and is wandering in circles in the field ',null,null,null,null,null,null,'1853 Hwy 3, Cawston, BC',null,'2023-07-19 10:06:35','2023-07-19 10:06:35',null,'BRANBECK@idir','2023-07-19 16:35:46',null,null,null,null,'CLOSED','CWSTN',ST_GeomFromText('POINT(-119.7472962 49.1567852)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029095','COM reporting BB breaking into her locked organic garbage side of home. Damaging the lock lid. Clapped hands and it slowly went away. ',null,null,null,null,null,null,'2732 Hardy Cres, District of North Vancouver, BC',null,'2023-07-19 10:08:06','2023-07-19 10:08:06',null,'SZUKEWI@idir','2023-07-25 13:55:06',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-122.9983029 49.3202249)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029096','Caller concerned about a Spotted fawn laying on its side next to the road -Caller can’t see any injuries, nor doe. -',null,null,null,null,null,null,'','Sunny berry canoe pt road - between the prov park and the bible camp','2023-07-19 10:12:31','2023-07-19 10:12:31',null,'STECOOK@idir','2023-07-19 13:17:04',null,null,null,null,'CLOSED','SALMARM',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029097','COM reporting a limping deer in neighborhood. Appears front leg is possibly broken, but is moving on and is able to walk. ',null,null,null,null,null,null,'4372 Princess Rd, Port Alberni, BC','West side ','2023-07-19 10:13:26','2023-07-19 10:13:26',null,'MAWILSON@idir','2023-08-09 13:59:08',null,null,null,null,'OPEN','PORTALBR',ST_GeomFromText('POINT(-124.8033558 49.2625382)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029098','Caller reporting a bb on the construction site. All human made attractants secured. -Caller concerned that the BB might get caught in excavation areas and become confused. - -** Caller requesting a callback for proactive advice.',null,null,null,null,null,null,'20015 Wharf St, Maple Ridge, BC',null,'2023-07-19 10:14:01','2023-07-19 10:14:01',null,'CELDER@idir','2023-07-19 10:48:25',null,null,null,null,'OPEN','MAPLERID',ST_GeomFromText('POINT(-122.668644 49.2044872)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029099','Caller reporting a bb cub that got hit by a car when following mom. The cub has an injured rear leg and ran off into the bush. Sow had 2 cubs. ',null,null,null,null,null,null,'','Rossland Hill ','2023-07-19 10:20:00','2023-07-19 10:20:00',null,'MSOUCY@idir','2023-07-19 17:02:38',null,null,null,null,'CLOSED','WARFIELD',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029100','Reporting bear issues in the neighbourhood. One came running through their yard 2ft away from the caller. They are concerned of having conflict with them. There are 2 bears. Neighbours have been getting together and maybe planning to go to the news together, because COs don''t care about the safety of people in the area. At what point is too many close calls. - -**Emailed for awareness',null,null,null,null,null,null,'6963 Adam Dr, Prince George, BC',null,'2023-07-19 10:22:59','2023-07-19 10:22:59',null,'HSTARK@idir','2023-07-24 11:20:41',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7810063 53.995336)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029101','RCMP relaying a report -14 YOF caller Report of “brown bear” roaming around the skate park – possible interaction - -LVM Sgt Myroniuk -Briefed CO Cook -',null,null,null,null,null,null,'3347 Park Dr, Armstrong, BC',null,'2023-07-19 10:24:36','2023-07-19 10:24:36',null,'TAMYRONI@idir','2023-07-20 10:21:20',null,null,null,null,'CLOSED','ARMSTRNG',ST_GeomFromText('POINT(-119.203569 50.4464521)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029109','COM reporting Elders were processing fish overnight they were soaking in locked tub. Around 9:00am they came to work and discovered Grizzly had broke in overnight and ate the last fish and was just leaving. ',null,null,null,null,null,null,'1145 4 Mile Subdiv, Bella Coola, BC',null,'2023-07-19 10:45:17','2023-07-19 10:45:17',null,'CPOSTHUM@idir','2023-07-21 11:31:45',null,null,null,null,'CLOSED','BLLACOOL',ST_GeomFromText('POINT(-126.7021161 52.3651989)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029110','Caller reporting a bb sighting; 3rd party reporting garbage day The neighbour''s bin knocked over and accessed (diapers in the can). -2 BB''s in the area regularly, not together. One of the bb''s lunged at the neighbour. unknown time frame. - Yesterday 11:00 am mother with 5 yo coming out to the car in the garage, as soon as the door was opened the the bb went into the garage. The caller stated that a BB had gotten into an open garage on the street at an earlier time and was rewarded. Likely why it is quick to get into a garage as soon as the door opens. -Caller states that it appears as if the bb''s are getting more brazen. ',null,null,null,null,null,null,'5662 White Pine Lane, District of North Vancouver, BC',null,'2023-07-19 10:48:29','2023-07-19 10:48:29',null,'PBRACKEN@idir','2023-07-19 11:01:03',null,null,null,null,'OPEN','NORVAN',ST_GeomFromText('POINT(-123.0999505 49.3668529)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029112','Caller observed a motorcyclist strike a deer – biker sustained minor leg injury, no request for assistance. -Caller does not see any fawns -Doe is laying on the roadway - -Briefed CO Gudbranson -',null,null,null,null,null,null,'','Fitzgerald road - potentially south of tsolum river road','2023-07-19 10:53:32','2023-07-19 10:53:32',null,'CHAMLYN@idir','2023-07-19 13:50:49',null,null,null,null,'OPEN','MERVILLE',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029114','Caller just bought a property that there is a habituated bear from the last owners leaving garbage out. It moved on after they cleaned up the property. It has come back now that they had bought some sheep. Recently they caught it on their trail camera near their residence. It climbed over fences and is getting closer. Getting use to the idea of their dog. Caller working in camp up north and their wife is at home.',null,null,null,null,null,null,'',null,'2023-07-19 11:00:25','2023-07-19 11:00:25',null,'COMILLER@idir','2023-07-19 11:16:54',null,null,null,null,'CLOSED','QLICMBCH',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029117','Caller is en route to an injured bear - unknown type of bear - -LVM CO Schultz -LVM Sgt Bates -',null,null,null,null,null,null,'',null,'2023-07-19 11:02:15','2023-07-19 11:02:15',null,'JSCHULTZ@idir','2023-07-20 12:57:09',null,null,null,null,'CLOSED','FTSTJAME',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029118','While walking their dog they came in contact with a bear that charged at them. Walking along their dog started freaking out. It started walking towards them, and then stopped. Caller started yelling and throwing rocks at it and then it picked up its pace. At that point the caller ran away, there was no physical contact. It happened about 1045.',null,null,null,null,null,null,'MacLachlan Pl, Chilliwack, BC','They were on Walker Creek Tail connects to Mt. Tom Trail','2023-07-19 10:45:00','2023-07-19 11:06:45',null,'ALBUCHAN@idir','2023-07-19 11:34:53',null,null,null,null,'OPEN','CHILLIWK',ST_GeomFromText('POINT(-121.920703 49.1020521)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029119','COM reporting BB broken into garbage can, then dragged the food down into corresponding ravine. It is garbage day today. ',null,null,null,null,null,null,'10549 170A St, Surrey, BC',null,'2023-07-19 11:06:59','2023-07-19 11:06:59',null,'EFITCH@IDIR','2023-07-19 11:13:56',null,null,null,null,'OPEN','SURRY',ST_GeomFromText('POINT(-122.7514739 49.1941857)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029120','RCMP dispatch calling to report a wolf attacking a group of people about 2km down the Butze Rapids Trail. RCMP are enroute but requesting support from CO. No further details. Phone number was pulled from caller ID, no name was provided. -PR23-4711',null,null,null,null,null,null,'Butze Rapids Trail, Prince Rupert, BC','about two km down','2023-07-19 11:09:09','2023-07-19 11:09:09',null,'ALYUBOMU@idir','2023-07-20 15:45:44',null,null,null,null,'CLOSED','PRINCRUP',ST_GeomFromText('POINT(-130.258453 54.300423)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029121','Caller discovered an eaglet upon the path',null,null,null,null,null,null,'','kalmar park - trail near bathrooms','2023-07-19 11:12:15','2023-07-19 11:12:15',null,'JHANRATT@idir','2023-07-21 15:10:41',null,null,null,null,'CLOSED','WSTKELOW',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029123','COM reporting deer in front yard. No tags on ears larger older deer with antlers. Front leg appears to be injured or broken but can still move around. ',null,null,null,null,null,null,'1021 Deal St, Oak Bay, BC',null,'2023-07-19 11:15:04','2023-07-19 11:15:04',null,'MAWILSON@idir','2023-08-09 14:00:46',null,null,null,null,'CLOSED','OAKBAY',ST_GeomFromText('POINT(-123.3009725 48.4211709)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029127','Calling to report a black bear has been coming around and difficult to haze. The bear has been getting into the garage where the garbage is stored and eating the plums off the trees. Requesting a CO call back',null,null,null,null,null,null,'1521 Canoe Beach Dr NE, Salmon Arm, BC',null,'2023-07-19 11:26:02','2023-07-19 11:26:02',null,'TAMYRONI@idir','2023-07-20 10:03:59',null,null,null,null,'CLOSED','SALMARM',ST_GeomFromText('POINT(-119.2672658 50.7496492)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029130','Caller reporting a buck with antlers tangled with wire, brush, sticks – currently grazing -When Caller saw the buck a few days ago it was clear.',null,null,null,null,null,null,'','James bay','2023-07-19 11:29:23','2023-07-19 11:29:23',null,'MAWILSON@idir','2023-08-09 14:02:59',null,null,null,null,'CLOSED','VICTORIA',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029131','Reporting a BB that was spotted roaming around near the below location. Last seen 15-20 mins prior to call in. Caller was able to scare it away with large dog barking. ',null,null,null,null,null,null,'41040 Gold River Hwy, Campbell River, BC','Strathcona Park Lodge ','2023-07-19 11:31:56','2023-07-19 11:31:56',null,'MAWILSON@idir','2023-07-28 15:34:08',null,null,null,null,'OPEN','CMBLRV',ST_GeomFromText('POINT(-125.6533664 49.8917652)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029135','There is a bear coming into the area a few times. Believe it came up onto their deck, this morning as their firepit had been overturned. Saw it on a recording walking around the house last night.',null,null,null,null,null,null,'5554 Greenleaf Rd, West Vancouver, BC',null,'2023-07-19 11:37:30','2023-07-19 11:37:30',null,'HGREGG@IDIR','2023-08-09 09:39:01',null,null,null,null,'CLOSED','WSTVANCO',ST_GeomFromText('POINT(-123.2590615 49.3520632)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029136','Caller reporting a coyote pup running around the neighbourhood and on the road. ',null,null,null,null,null,null,'Saucier Ave, Kelowna, BC',null,'2023-07-19 11:38:17','2023-07-19 11:38:17',null,'PBRACKEN@idir','2023-07-19 11:40:13',null,null,null,null,'CLOSED','KELOWNA',ST_GeomFromText('POINT(-119.4856121 49.8826214)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029137','District of saanich solid waste crews arrived at above to discover two BBs with garbage strewn across driveway – No risk for crews.',null,null,null,null,null,null,'275 Hector Rd, Saanich, BC',null,'2023-07-19 11:42:26','2023-07-19 11:42:26',null,'DSEXTON@idir','2023-07-20 08:28:59',null,null,null,null,'CLOSED','SAANICH',ST_GeomFromText('POINT(-123.4372723 48.4931629)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029138','Bear sighting, about 5min. ago. Guess staying there. Right by the pool. - -**Emailed COs aware of bear in area',null,null,null,null,null,null,'4325 Northlands Blvd, Whistler, BC',null,'2023-07-19 11:44:35','2023-07-19 11:44:35',null,'TDSCHUMA@idir','2023-07-19 15:59:57',null,null,null,null,'CLOSED','WHISTLER',ST_GeomFromText('POINT(-122.9589293 50.1173943)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029141','Dragging garbage into the bush on the adjacent property -Garbage came from a new tenant in the area – likely 7374 panorama drive -',null,null,null,null,null,null,'7473 Panorama Dr, Chilliwack, BC',null,'2023-07-19 11:50:36','2023-07-19 11:50:36',null,'TBIRNEY@idir','2023-07-19 11:52:40',null,null,null,null,'OPEN','CHILLIWK',ST_GeomFromText('POINT(-121.8463296 49.1379563)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029145','Calling to report a black bear going through the back yard and sniffing around the house. It has also been up on the deck where it get into the garbage and opened the grill.',null,null,null,null,null,null,'5554 Greenleaf Rd, West Vancouver, BC',null,'2023-07-19 11:54:00','2023-07-19 11:54:00',null,'ISCHMIDT@idir','2023-07-19 11:55:51',null,null,null,null,'OPEN','WSTVANCO',ST_GeomFromText('POINT(-123.2590615 49.3520632)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029147','BB transited neighbour’s yard -Caller felt threatened as BB appeared to be agitated while digging at something -Advised area is greenspace with several varieties of berries etc. -',null,null,null,null,null,null,'',null,'2023-07-19 12:00:45','2023-07-19 12:00:45',null,'TBIRNEY@idir','2023-07-19 12:03:05',null,null,null,null,'CLOSED','WSTVANCO',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029148','Caller advising that a he heard a noise and stood up on his deck. A bb appeared and the caller yelled at it. The BB lunged at the caller, no contact, the BB left this occurred at 11:55 approximately. - -The caller''s property backs onto the The Great Trail walk trail. -',null,null,null,null,null,null,'5766 Cranley Dr, West Vancouver, BC',null,'2023-07-19 12:01:14','2023-07-19 12:01:14',null,'SZUKEWI@idir','2023-07-20 10:22:26',null,null,null,null,'OPEN','WSTVANCO',ST_GeomFromText('POINT(-123.2660267 49.3604345)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029155','BB came back last night 2330 making noise, brought from a persons yard into the road and tossed them around. Neighbour across the street said it was his bins and that they were all bent. Neighbours son-in-law was in the yard and they froze in the yard when they saw the bear. Then went into the house. Wants signs and a trap set-up. - -Neighbour: Larry 604-505-9264',null,null,null,null,null,null,'4089 Norwood Ave, District of North Vancouver, BC',null,'2023-07-19 12:13:16','2023-07-19 12:13:16',null,'SZUKEWI@idir','2023-07-25 13:56:17',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.077393 49.3468641)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029156','Caller reports their camera shows a BB has been through their yard six times in the past ten days. -Unaware of food sources -',null,null,null,null,null,null,'',null,'2023-07-19 12:16:19','2023-07-19 12:16:19',null,'TBIRNEY@idir','2023-07-19 12:17:35',null,null,null,null,'CLOSED','PORTCOQ',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029158','Caller reporting BB hit by a vehicle hwy 1. The BB is deceased. Caller transferred to Emil Anderson Maintenance. ',null,null,null,null,null,null,'Sumas River Bridge, Abbotsford, BC','west bound from Chilliwack to Abbotsford. ','2023-07-19 12:16:55','2023-07-19 12:16:55',null,'ALBUCHAN@idir','2023-07-19 13:27:51',null,null,null,null,'CLOSED','ABTFRD',ST_GeomFromText('POINT(-122.1803484 49.0565064)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029159','Sow broke a door to an attached room on the house, and removed garbage which was stored inside. -Sow accessed garbage – the cubs remained up a tree (no interaction with garbage) -Advised “like the tenth time this year” -',null,null,null,null,null,null,'',null,'2023-07-19 12:21:42','2023-07-19 12:21:42',null,'TBIRNEY@idir','2023-07-19 12:24:24',null,null,null,null,'OPEN','PORTCOQ',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029163','Hiking the Abbotsford Grind and there was a BB on the trail. No aggression.',null,null,null,null,null,null,'','Abbotsford Grind','2023-07-19 12:27:53','2023-07-19 12:27:53',null,'COMILLER@idir','2023-07-19 12:30:04',null,null,null,null,'CLOSED','ABTFRD',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029165','BB deceased on the side of the highway. Transferred to Emil Anderson Maintenance - Skeena',null,null,null,null,null,null,'Hwy 16, Terrace, BC','West of terrace on New Remo','2023-07-19 12:38:12','2023-07-19 12:38:12',null,'ALYUBOMU@idir','2023-07-20 14:40:59',null,null,null,null,'CLOSED','TERRACE',ST_GeomFromText('POINT(-128.6862689 54.5084804)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029166','Calling to report a black bear is dragging their back left leg through the cemetary, still mobile',null,null,null,null,null,null,'3300 Memorial Park Lane, Prince George, BC',null,'2023-07-19 12:38:20','2023-07-19 12:38:20',null,'EMCARTHU@idir','2023-07-19 14:35:36',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7648854 53.8871275)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029167','COM called into RCMP Shawinigan Lake. Advising they have hit a deer and their legs are broken. Animal is at side of road. RCMP are unable to attend to dispatch the animal due to call volume. Requesting CO to assist and dispatch animal. ',null,null,null,null,null,null,'Shawnigan Lake, BC','Shawnigan Lake road at West Shawnigan Lake Road ','2023-07-19 12:42:51','2023-07-19 12:42:51',null,'MAWILSON@idir','2023-08-09 14:05:39',null,null,null,null,'OPEN','SHWNIGN',ST_GeomFromText('POINT(-123.6275 48.6575)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029169','COM reporting sighting of a BB last night at 10 PM. ',null,null,null,null,null,null,'1660 Kerrstead Pl, District of North Vancouver, BC',null,'2023-07-19 12:57:17','2023-07-19 12:57:17',null,'EFITCH@IDIR','2023-07-19 13:01:40',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.028996 49.3381684)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029170','Caller reporting BB Cub that has been pacing back and forth for two days. Caller believes the cub (1 year old) is in a bad location and can''t figure it''s way out. The bb is in a small treed area surrounded by busy streets including the TCH',null,null,null,null,null,null,'34136 Alma St, Abbotsford, BC',null,'2023-07-19 12:59:00','2023-07-19 12:59:00',null,'PBRACKEN@idir','2023-07-19 13:06:17',null,null,null,null,'OPEN','ABTFRD',ST_GeomFromText('POINT(-122.2785422 49.0375605)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029171','Deer with broken leg hanging, walked a couple of steps and laid down. Unsure if he will get back up.',null,null,null,null,null,null,'Sumner Rd, Lillooet, BC',null,'2023-07-19 13:08:10','2023-07-19 13:08:10',null,'LEARCHIB@idir','2023-07-20 12:41:02',null,null,null,null,'CLOSED','LILLOOET',ST_GeomFromText('POINT(-121.9135222 50.6727276)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029172','COM advised of a black bear in the neighbourhood and presumes garbage was attracting it (not witnessed).',null,null,null,null,null,null,'2682 Cactus Crt, District of North Vancouver, BC',null,'2023-07-19 13:08:28','2023-07-19 13:08:28',null,'LEARCHIB@idir','2023-07-19 13:09:40',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-122.9993198 49.3270355)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029173','Kettle Valley Rail Trail - COM heard some rustling on the trails below them to see and hear 2 people walking their dog on the trails off leash. The dogs had found a fawn and were barking at it. 2 Doe''s then charged the dog walkers. The COM ran to the scene and to help the people being charged she used her personal bear spray. She was then charged by DOE but then immediately left the scene with the Fawn. She is just reporting the incident as she used her bear spray on the charging Doe. No contact needed. ',null,null,null,null,null,null,'Granby Way and Stout St, Princeton, BC',null,'2023-07-19 13:08:42','2023-07-19 13:08:42',null,'PRPIKE@idir','2023-07-20 11:00:13',null,null,null,null,'OPEN','PRINCETN',ST_GeomFromText('POINT(-120.5145098 49.4521078)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029175','Caller has seen an adult BB several times. Last night the BB was using an underpass, and a car had to wait for it to clear. -BB ignored Caller',null,null,null,null,null,null,'','uplands street, near a park''s waterway (near a 4 seasons hotel)','2023-07-19 13:14:08','2023-07-19 13:14:08',null,'TBIRNEY@idir','2023-07-19 13:15:48',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029177','Caller reporting on behalf of a friend who travels (caretake contact below) -Caller advises that their friend’s fence was damaged (and the neighbour’s section destroyed) by a BB on Saturday or Sunday. -Believe BB was attracted by unsecured garbage at neighbour’s house -Caller’s friend: Richard Jaffrey, 604-787-8817 -Friend’s residence caretaker: Devon, 604-340-1004 -Neighbour: Robert, 778-385-6956 -',null,null,null,null,null,null,'',null,'2023-07-19 13:22:41','2023-07-19 13:22:41',null,'TBIRNEY@idir','2023-07-19 13:26:38',null,null,null,null,'OPEN','WSTVANCO',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029178','Caller is bothered that BBs and coyotes live in their area – frequently transit their yard (no attractants) -Couple of times COM has retreated to their house. COM has deployed bangers and spray - -emailed for hazing advice',null,null,null,null,null,null,'',null,'2023-07-19 13:29:17','2023-07-19 13:29:17',null,'LMOSS@idir','2023-07-28 09:38:36',null,null,null,null,'CLOSED','MISSION',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029181','Two nights ago, 4am -BB accessing garbage bins from house after house along the street. -',null,null,null,null,null,null,'','112st and 168','2023-07-19 13:46:38','2023-07-19 13:46:38',null,'TBIRNEY@idir','2023-07-19 13:48:11',null,null,null,null,'OPEN','SURRY',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029182','Caller described a brown-phase adolescent BB – seen twice at their residence. -Earlier this week caller’s family was eating in their backyard when a BB arrived. BB ignored family and ate their picnic – family retreated indoors. -Today BB returned, accessed neighbour’s garbage. -',null,null,null,null,null,null,'',null,'2023-07-19 13:51:00','2023-07-19 13:51:00',null,'TBIRNEY@idir','2023-07-19 13:53:51',null,null,null,null,'OPEN','NORVAN',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029186','Last Sunday Caller and daughter were riding a double e-bike along a narrow trail when they encountered a BB. -Caller saw multiple blueberry-ridden BB scat. Caller heard something large moving in the bushes and honked their bike horn – a BB emerged from the bushes and startled the caller sufficiently to fall from their bike. - -emailed due to encounter',null,null,null,null,null,null,'','gates park: Traboula-POCO trail intersection of riverside trail','2023-07-19 13:56:23','2023-07-19 13:56:23',null,'PDAYTON@idir','2023-07-27 15:10:57',null,null,null,null,'CLOSED','PORTCOQ',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029187','Same bear is back again. Got into their neighbours recycling, but not their garbage since it is locked. Same neighbour for a second time in a row. They have talked to their neighbours a couple times now.',null,null,null,null,null,null,'1233 Oriole Pl, Port Coquitlam, BC',null,'2023-07-19 13:58:45','2023-07-19 13:58:45',null,'COMILLER@idir','2023-07-19 14:02:02',null,null,null,null,'OPEN','PORTCOQ',ST_GeomFromText('POINT(-122.748337 49.2723235)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029189','',null,null,null,null,null,null,'ROCKY POINT PARK, PORT MOODY, BC','ROCKY POINT PARK TRAIL','2023-07-08 14:01:00','2023-07-19 14:01:46',null,'PDAYTON@idir','2023-07-19 14:05:59',null,null,null,null,'CLOSED','PORTMDY',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029195','Caller reporting that they have noticed a BB transiting through their yard three times this month – with ensuing scat and fence damage. -Caller not familiar with BBs – emailed for advice -',null,null,null,null,null,null,'',null,'2023-07-19 14:14:17','2023-07-19 14:14:17',null,'PDAYTON@idir','2023-07-24 15:13:35',null,null,null,null,'CLOSED','PORTCOQ',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029197','We had a couple who are travelling through the area and stopped at our Visitor Center to let someone know that they hit a bear cub while travelling between Terrace and Smithers. The cub was a black bear twin and it had a Kermode (spirit bear) mother. When the couple circled back to check on it , the cub was gone but they wanted someone to know about it hence I am writing to you. - -The accident happened just east of Cedarvale near the Old Cabin Farm. - -- Wendy Hunt, New Hazelton Visitor Centre, 250-842-6571 -',null,null,null,null,null,null,'Cedarvale, BC',null,'2023-07-19 14:16:59','2023-07-19 14:16:59',null,'RYCALDWE@idir','2023-07-22 09:28:24',null,null,null,null,'CLOSED','SMITHERS',ST_GeomFromText('POINT(-128.3305556 55.0191667)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029200','Two nights ago caller put two small dogs out for evening pee – interacted with a porcupine -Both dogs injured – one undergoing surgery -Unknown disposition of porcupine – assumed to have climbed fence and entered greenery. -',null,null,null,null,null,null,'',null,'2023-07-19 14:35:12','2023-07-19 14:35:12',null,'ALBUCHAN@idir','2023-07-24 12:47:15',null,null,null,null,'CLOSED','ABTFRD',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029201','Reporting that at 0710am at the North Beach at Sasamat Lake (Belcarra Park), a 2 y/o black bear wandered onto the beach and was seen walking toward the caller. He immediately put his hands up and was yelling at the BB who put its head down and was weaving left to right. Caller then threw a few rocks at the BB who eventually took 2 steps and laid down for about 10 mins before getting up and swiping it’s paw on the ground. The BB then turned around and began walking toward other park users. After throwing several logs at the BB, it began to move toward nearby bathrooms. The BB was not exhibiting any fear of humans. -',null,null,null,null,null,null,'Bedwell Bay Rd, Belcarra, BC',null,'2023-07-19 14:36:06','2023-07-19 14:36:06',null,'PDAYTON@idir','2023-07-24 15:13:14',null,null,null,null,'CLOSED','BELCARR',ST_GeomFromText('POINT(-122.9094803 49.3176727)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029203','Reporting that Sunday & Monday night a cougar was around his trailer. There were paw prints on his trailer. It was there from 2200 hours until 0400 hours. ',null,null,null,null,null,null,'','RICKY LAKE ON PIKE MTN','2023-07-19 14:38:37','2023-07-19 14:38:37',null,'PRPIKE@idir','2023-07-25 12:55:27',null,null,null,null,'CLOSED','PRINCETN',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029204','Calling to report a deer walked into a garage with a drooping ear and blood on his face. Still mobile. ',null,null,null,null,null,null,'867 Oak Shade Lane, Victoria, BC',null,'2023-07-19 14:42:46','2023-07-19 14:42:46',null,'MAWILSON@idir','2023-08-09 14:11:14',null,null,null,null,'CLOSED','VICTORIA',ST_GeomFromText('POINT(-123.3319092 48.4221176)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029205','Caller reporting a deer sighting. He is just walking around. ',null,null,null,null,null,null,'East Kent Ave N, Vancouver, BC','underneath the Knight Street Bridge.','2023-07-19 14:45:29','2023-07-19 14:45:29',null,'PBRACKEN@idir','2023-07-19 14:48:24',null,null,null,null,'CLOSED','VANCOUVR',ST_GeomFromText('POINT(-123.0651961 49.2072195)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029206','Caller reporting a deer in the backyard. The deer is sick, blind, and has lost weight. The deer can barely walk, and is presently laying on the hill in sunlight. The caller is requesting someone to euthanize the deer. -The caller says he is a hunter and that the deer is in rough shape and suffering. ',null,null,null,null,null,null,'305 Hidden Valley Rd, Princeton, BC',null,'2023-07-19 14:53:46','2023-07-19 14:53:46',null,'MSANDERS@idir','2023-07-29 09:03:03',null,null,null,null,'CLOSED','PRINCETN',ST_GeomFromText('POINT(-120.5371226 49.4658566)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029208','Reporting a bb in his front yard on Monday.',null,null,null,null,null,null,'',null,'2023-07-17 21:00:00','2023-07-19 15:06:49',null,'KWINTERS@idir','2023-07-19 15:08:18',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029209','Caller advising of BB''s in the backyard that are getting teritorial in the backyard. The neighbour''s have a large cherry tree in the backyard. The larger BB has been chasing away an injured bear. The injury to the other bb is that it has a limp. -The caller is cleaning the cherries as they go along. The caller is concerned for the injured BB. - -**caller requesting a callback ',null,null,null,null,null,null,'38063 Westway Ave, Squamish, BC',null,'2023-07-19 15:17:55','2023-07-19 15:17:55',null,'CROCHON@idir','2023-07-20 09:31:27',null,null,null,null,'OPEN','SQUMISH',ST_GeomFromText('POINT(-123.1373163 49.6984551)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029210','Reporting a bb that has been on the property for the last 3 days. It is just wandering around, no attractants. Caller''s dog has treed it, dog was brought in the house and the bear left.',null,null,null,null,null,null,'',null,'2023-07-19 15:21:44','2023-07-19 15:21:44',null,'KWINTERS@idir','2023-07-19 15:23:49',null,null,null,null,'CLOSED','CHILLIWK',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029217','COM advised of a cougar walking by. She could not indicate which direction of travel, but noted she has seen it laying on the lawn previously. - -1554 CO Andrew Riddell - L/M -1555 CO Chris Miller - Briefed',null,null,null,null,null,null,'507 Ninth St, Nanaimo, BC',null,'2023-07-19 15:52:25','2023-07-19 15:52:25',null,'LEARCHIB@idir','2023-07-19 15:55:51',null,null,null,null,'OPEN','NANAIMO',ST_GeomFromText('POINT(-123.9519463 49.1392625)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029219','Abby police relaying a report of a BB entering yard above in pursuit of pets (NOS) -Dispatch requesting update regarding possible dispatch of officers - -LVM CO Buchanan -LVM CO Ferguson -LVM Sgt Smith - -Briefed Sgt Hunter',null,null,null,null,null,null,'1830 Dahl Cres, Abbotsford, BC',null,'2023-07-19 15:55:53','2023-07-19 15:55:53',null,'TJHUNTER@idir','2023-07-21 09:40:28',null,null,null,null,'CLOSED','ABTFRD',ST_GeomFromText('POINT(-122.2808538 49.0351614)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029223','Caller reporting an injured bear. The bear''s left leg has bleeding wound, the bb is limping and the leg is not working at all . The bb couldn''t get over the fence. ',null,null,null,null,null,null,'3246 Archibald Way, Whistler, BC','whistler - blueberry neighbourhood','2023-07-19 16:04:16','2023-07-19 16:04:16',null,'TDSCHUMA@idir','2023-07-20 15:12:10',null,null,null,null,'CLOSED','BRKHES-W',ST_GeomFromText('POINT(-122.9769541 50.1102791)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029224','caller reporting a sick deer which won''t/cant leave - worsening over the week -deer is foaming at the mouth - appears neurotic today - -Sgt Melenka - straight to VM -LVM Sgt Chretien -LVM CO Gordon -',null,null,null,null,null,null,'',null,'2023-07-19 16:05:51','2023-07-19 16:05:51',null,'JMELENKA@idir','2023-07-20 12:02:20',null,null,null,null,'CLOSED','CRANBRK',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029225','COM advised of a black bear cub (30 lb) struck and dragged by a vehicle. It was flailing around and limped/dragged itself into the bushes. - -Location Description: 15 feet South of Hydro Pole # 2745384, East into the bushes. - -1611 CO Gudbranson - LM -1612 CO Hamlyn - LM -1614 CO Newton - LM -1615 NI 911 - RCMP briefed/attending',null,null,null,null,null,null,'','Old Island Hwy 19A - 100 ft South of Dundas','2023-07-19 16:07:58','2023-07-19 16:07:58',null,'MAWILSON@idir','2023-07-20 09:26:20',null,null,null,null,'CLOSED','COURTNY',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029226','COM states that fawn appears alone, front leg is injured. She did not see mother or other fawn in area. Concern is for abandonment as well. ',null,null,null,null,null,null,'Strathcona St, Port Alberni, BC','Moore Street is the closest cross street about 30 M between next , near dip','2023-07-19 16:10:31','2023-07-19 16:10:31',null,'MAWILSON@idir','2023-08-09 14:22:51',null,null,null,null,'CLOSED','PORTALBR',ST_GeomFromText('POINT(-124.7970933 49.2767687)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029227','There is a suffering deer in the middle of the road, jerking around, it cannot get up.',null,null,null,null,null,null,'Cowichan Valley Hwy and North Rd, Duncan, BC',null,'2023-07-19 16:14:59','2023-07-19 16:14:59',null,'MAWILSON@idir','2023-08-09 14:16:09',null,null,null,null,'CLOSED','DUNCAN',ST_GeomFromText('POINT(-123.754984 48.8066192)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029229','Calling to report a large adolescent black bear visited his back yard before walking along the top of the fence to the neighbours yard. There was also a garbage bag that had it''s contents strewn about the yard overnight, caller is not sure where the garbage came from.',null,null,null,null,null,null,'1336 Oriole Ave, Port Coquitlam, BC',null,'2023-07-19 16:23:29','2023-07-19 16:23:29',null,'ISCHMIDT@idir','2023-07-19 16:28:33',null,null,null,null,'OPEN','PORTCOQ',ST_GeomFromText('POINT(-122.7515435 49.2718705)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029230','Details of the violation - A Black Bear came in my backyard, broke the gate, fences and furnitures, this is the third time of this month, total loss of my possession is approximately CAD 3,000, and time spent is around 5 hours. It would be greatly appreciated if you could arrange a inspector to pay a visit to my backyard and recommend the best way to avoid this happen in future. -Description of the Suspect - One Black Bear every time. -',null,null,null,null,null,null,'',null,'2023-07-19 16:27:07','2023-07-19 16:27:07',null,'TBIRNEY@idir','2023-07-19 16:28:02',null,null,null,null,'OPEN','PORTCOQ',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029231','Reporting an aggressive deer that is attacking people with dogs. Today he was walking his dog and the deer lunged at him. Someone parked a vehicle in between him and the deer, the deer tried to get around the vehicle. There was a fawn but someone found a dead fawn in the area. Caller unsure if there is a second fawn in the area. Caller concerned about the children in the area. Caller did not want to provide his number as he is concerned that his name will show up on the internet. ',null,null,null,null,null,null,'','VILLAGE OF NARAMATA - BETWEEN BEACH AND 4TH ST','2023-07-19 16:29:21','2023-07-19 16:29:21',null,'RBACALL@idir','2023-07-22 12:04:18',null,null,null,null,'CLOSED','NARAMA',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029232','Caller is reporting that a BB was in their yard. It was in proximity to their child within 40ft, not frightened by the John Deer they were riding. No aggression shown, it was eyeing their child up. Did not access any attractants. Their dog was barking at it and was not concerned. Caller used a bear banger and it finally scared off sauntering. Stated they will shoot it if it is eyeing up their kids, dogs, livestock, or them in danger. Aware of the ramifications of shooting within the municipality or their backdrop. It has been in the subdivision for some time, comfortable with people. Reports when they were sent to voicemail, the box was full. - -**Emailed for awareness',null,null,null,null,null,null,'60 Columbia Dr, Mackenzie, BC',null,'2023-07-19 16:29:28','2023-07-19 16:29:28',null,'EFITCH@IDIR','2023-08-08 11:08:33',null,null,null,null,'CLOSED','MACKENZI',ST_GeomFromText('POINT(-123.1613236 55.3947705)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029235','Calling to report a black bear sow with three cubs are currently enjoying his garbage in his back yard. Has never had bears drop by before and understands he needs to start securing the garbage and that he is welcome to haze the bears. Would appreciate a CO call back.',null,null,null,null,null,null,'54625 Jardine Rd, Vanderhoof',null,'2023-07-19 16:42:26','2023-07-19 16:42:26',null,'SGBATES@idir','2023-07-23 12:44:30',null,null,null,null,'CLOSED','VANDERHF',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029240','Caller is reporting another bear that is tagged. It growled at them getting out of their truck. It is currently laying at 1530 Riverside Dr. This is happening every single day and it is not okay. They had to drive a family down the road when it was on the road.',null,null,null,null,null,null,'1485 Riverside Dr, District of North Vancouver, BC',null,'2023-07-19 16:57:25','2023-07-19 16:57:25',null,'SZUKEWI@idir','2023-07-22 13:41:16',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.0116784 49.3207848)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029246','Young BB accessing garbage which was left outside of the dumpster behind above.',null,null,null,null,null,null,'2220 Dollarton Hwy, District of North Vancouver, BC',null,'2023-07-19 17:11:50','2023-07-19 17:11:50',null,'SZUKEWI@idir','2023-07-25 14:00:40',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.0133028 49.3062559)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029248','COM reported seeing a coyote at about 5:00pm in the middle and took off very fast then came back and was staring at bunny. Unknown the outcome. Just wants it reported as there school children around the parks.',null,null,null,null,null,null,'General Currie Rd, Richmond, BC','Cross Street near Heather Street ','2023-07-19 17:21:43','2023-07-19 17:21:43',null,'EFITCH@IDIR','2023-07-19 17:29:52',null,null,null,null,'CLOSED','RICHMOND',ST_GeomFromText('POINT(-123.1254138 49.1591222)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029249','Reporting a sow and 2 bb cubs in the yard 3 times this week. It jumps the 7'' fence and wanders around the garden. Today it was in the garden and staring at the kids. He has tried scaring it away.',null,null,null,null,null,null,'Bartlett Dr, Penticton, BC',null,'2023-07-19 17:28:53','2023-07-19 17:28:53',null,'KWINTERS@idir','2023-07-19 17:33:13',null,null,null,null,'CLOSED','PENTICTN',ST_GeomFromText('POINT(-119.6345564 49.4990213)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029250','COM reporting their dog was attacked by a bear this morning. Bear came out of nowhere and jumped the dog when they were down by the lakeside. COM got bb the dog off by hitting it with a rock. BB is a sow with a pair of cubs that has been in the area for the last 10 days. Dog was taken to the vet for stitches and is doing ok. ',null,null,null,null,null,null,'5873 Green Lake North Rd, 70 Mile House, BC',null,'2023-07-19 11:00:00','2023-07-19 17:34:12',null,'MMBOOTH@idir','2023-08-04 13:13:20',null,null,null,null,'CLOSED','70MLHS',ST_GeomFromText('POINT(-121.2319097 51.4181236)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029251','Reporting a large bb near the noted location. - - -COM: Carmen Jackson, 250-301-3211',null,null,null,null,null,null,'6402 Delhi Pl, Prince George, BC',null,'2023-07-19 17:35:57','2023-07-19 17:35:57',null,'KWINTERS@idir','2023-07-19 17:37:13',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7597183 53.8627434)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029255','Caller reports a racoon which was wandering may have rabies - TD 5 -racoon was staggering and not reacting to passing vehicles -',null,null,null,null,null,null,'','grouse lane, near Blue''s bayou','2023-07-19 17:52:17','2023-07-19 17:52:17',null,'MAWILSON@idir','2023-08-09 14:18:11',null,null,null,null,'CLOSED','CNTLSNSH',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029256','COM reporting a sighting of a black bear moving through her neighbourhood. No attractants or conflict noted. ',null,null,null,null,null,null,'1573 Paxton Pl, Prince George, BC',null,'2023-07-19 17:53:57','2023-07-19 17:53:57',null,'DAGRAY@idir','2023-07-19 17:56:45',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7560803 53.8902183)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029257','Calling to report her neighbour hasn''t been securing their garbage and it is frequently attracting bears. The address provided is the problem address.',null,null,null,null,null,null,'1 Raspberry Pl, Mackenzie, BC',null,'2023-07-19 18:04:51','2023-07-19 18:04:51',null,'HIDESMAR@idir','2023-07-20 11:22:00',null,null,null,null,'CLOSED','MACKENZI',ST_GeomFromText('POINT(-123.0883123 55.3244892)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029259','Reporting a bb that crossed his driveway. It went to the neighbour''s yard.',null,null,null,null,null,null,'',null,'2023-07-19 18:14:27','2023-07-19 18:14:27',null,'KWINTERS@idir','2023-07-19 18:16:10',null,null,null,null,'CLOSED','COQUITLM',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029260','Calling to report a black bear has been around making her uncomfortable, the bear has been chasing the neighbour''s cows into her yard. Two cows were found dead in her yard earlier this week and have been buried but she watched more cows be chased today. Would appreciate a CO call back',null,null,null,null,null,null,'12013 Lampit Rd, Vanderhoof, BC',null,'2023-07-19 18:15:42','2023-07-19 18:15:42',null,'SGBATES@idir','2023-07-23 13:50:44',null,null,null,null,'CLOSED','VANDERHF',ST_GeomFromText('POINT(-124.0880079 53.9098635)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029261','COM advised of a black bear getting berries. No aggression. COM notes it is close to the village and tourist have been taking pictures and annoying it. The bear is not currently there, but routinely visit an area between the two noted addresses. ',null,null,null,null,null,null,'4325 Blackcomb Way, Whistler, BC','4314 Maine St','2023-07-19 18:15:48','2023-07-19 18:15:48',null,'TDSCHUMA@idir','2023-07-20 15:56:44',null,null,null,null,'CLOSED','WHISTLER',ST_GeomFromText('POINT(-122.9542665 50.1170044)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029262','Reporting a large bb going through garbage in the RV park. ',null,null,null,null,null,null,'','PROV CAMPGROUND IN TOWN','2023-07-19 18:21:55','2023-07-19 18:21:55',null,'HIDESMAR@idir','2023-07-25 11:59:00',null,null,null,null,'CLOSED','MACKENZI',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029264','COM reporting a bb that has been in her area for the last two days. BB is not afraid of people. COM not reporting any attractants on their property, but suspects the bb is getting into the dumpster at the senior''s home across the street. ',null,null,null,null,null,null,'7832 Brons Rd, Prince George, BC',null,'2023-07-19 18:30:29','2023-07-19 18:30:29',null,'SPEELING@idir','2023-07-24 15:02:56',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.799759 54.0016287)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029267','Caller reports that a BB went into a COS trap near a market and washrooms in Whistler. -20 minute TD. - -LVM CO Schumacher -LVM A/Sgt Mueller -Briefed CO Zukewich',null,null,null,null,null,null,'',null,'2023-07-19 18:43:59','2023-07-19 18:43:59',null,'SZUKEWI@idir','2023-07-20 10:03:16',null,null,null,null,'OPEN','WHISTLER',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029268','COM reporting that their dog has been attacked twice in the last week by a gang of 3 coyotes close to their house. Last incident happened today around 1230. COM notes that there is a den in the area. ',null,null,null,null,null,null,'8467 Jennings St, Mission, BC',null,'2023-07-19 12:30:00','2023-07-19 19:00:21',null,'DDAVIS@idir','2023-07-29 07:41:14',null,null,null,null,'OPEN','MISSION',ST_GeomFromText('POINT(-122.3045588 49.1559185)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029269','Adult BB living behind caller’s house - BB had accessed caller’s garbage bin - rewarded -No interactions. -Advised often seen near the playground. -',null,null,null,null,null,null,'','Lheidli T’enneh FN','2023-07-19 19:16:19','2023-07-19 19:16:19',null,'SPEELING@idir','2023-07-25 12:16:48',null,null,null,null,'CLOSED','SHELLGLN',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029270','COM reporting deer with possible broken hind left leg',null,null,null,null,null,null,'1220 25 Ave, Vernon, BC',null,'2023-07-19 19:32:03','2023-07-19 19:32:03',null,'TBECK@idir','2023-07-20 12:03:10',null,null,null,null,'CLOSED','VERNON',ST_GeomFromText('POINT(-119.2479146 50.2598649)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029272','COM reporting deer laying near the side of the road. Unsure if its injured or not. -',null,null,null,null,null,null,'Van Koy Rd, Duncan, BC',null,'2023-07-19 19:33:31','2023-07-19 19:33:31',null,'MAWILSON@idir','2023-08-09 14:19:25',null,null,null,null,'CLOSED','DUNCAN',ST_GeomFromText('POINT(-123.7518716 48.778586)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029273','Buck with a dislocated shoulder, potential broken leg -2 point buck, refusing to place weight on the limb – scapula appears loose - -LVM CO Miller -LVM CO Riddell -LVM CO Dyck -Briefed Sgt Eichstadter',null,null,null,null,null,null,'','Fryer tuck way and Hammond bay road','2023-07-19 19:34:34','2023-07-19 19:34:34',null,'MAWILSON@idir','2023-08-09 14:12:15',null,null,null,null,'OPEN','NANAIMO',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029274','COM reporting that a doe deer with two fawns has wandered into their gated complex — entered when gate opened for vehicles. Deer is injured with one broken leg dangling. COM is concerned that deer wont be able to leave. OO inquired why deer could not leave by the same way it entered, COM replied that they typically chase the deers out when they come in, but don''t want to chase this doe due to it''s injuries. *COM is requesting a call back from a CO. ',null,null,null,null,null,null,'1220 25 Ave, Vernon, BC',null,'2023-07-19 19:50:47','2023-07-19 19:50:47',null,'TBECK@idir','2023-07-20 12:05:01',null,null,null,null,'CLOSED','VERNON',ST_GeomFromText('POINT(-119.2479146 50.2598649)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029275','Reporting a bb in a yard at the noted location.',null,null,null,null,null,null,'26 Elementary Rd, Anmore, BC','BUNTZEN LAKE ON SUNNYSIDE ROAD','2023-07-19 19:51:14','2023-07-19 19:51:14',null,'KWINTERS@idir','2023-07-19 19:53:29',null,null,null,null,'CLOSED','PORTMDY',ST_GeomFromText('POINT(-122.8579513 49.3114689)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029276','COM reporting a BB that got into the garbage about a month ago has been hanging around a lot and tonight the BB was standing by their front door about 10'' away when they went to let the dog out.',null,null,null,null,null,null,'1010 Spiller Rd, Penticton, BC',null,'2023-07-19 20:06:54','2023-07-19 20:06:54',null,'DLEWERS@idir','2023-07-19 20:08:38',null,null,null,null,'CLOSED','PENTICTN',ST_GeomFromText('POINT(-119.5433073 49.5279088)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029277','Reporting a bb in the neighbourhood just wandering around. The bear goes through her back yard and she is concerned for her children who play in the backyard. If something happens then it is ""our"" fault because she has documented this call and if nothing is done then we are liable. - -**emailed for information purposes',null,null,null,null,null,null,'',null,'2023-07-19 20:13:17','2023-07-19 20:13:17',null,'SZUKEWI@idir','2023-07-25 14:01:42',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029279','COM reports a BB got into the garbage some time ago and now keeps coming back, but not successful but wont stop trying',null,null,null,null,null,null,'Henry St, Port Moody, BC',null,'2023-07-19 20:26:26','2023-07-19 20:26:26',null,'DLEWERS@idir','2023-07-19 20:28:06',null,null,null,null,'OPEN','PORTMDY',ST_GeomFromText('POINT(-122.8429047 49.2746231)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029280','Reporting a bb that got into caller''s garbage cans. The bear went to the neighbour''s place and destroyed something over there. The bear has been around for about a week. ',null,null,null,null,null,null,'','HEADED TO THORNCLIFF','2023-07-19 20:37:32','2023-07-19 20:37:32',null,'SZUKEWI@idir','2023-07-25 15:24:40',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029281','COM reports he saw 2 grizzlies at Lost Lake Lodge - -2050 LM CO Schumacher -2051 briefed CO Mueller -',null,null,null,null,null,null,'4660 Blackcomb Way, Whistler, BC','Lost','2023-07-19 20:47:25','2023-07-19 20:47:25',null,'DLEWERS@idir','2023-07-19 20:53:00',null,null,null,null,'OPEN','WHISTLER',ST_GeomFromText('POINT(-122.9350918 50.1223924)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029282','COM reports kids at playground approached a sow with 2 cubs and the cubs went up a tree. - -2101 LM CO Bull -2109 LM CO Ferguson -2110 LM CO Elder -2111 briefed CO Robertson - -',null,null,null,null,null,null,'1163 241A 6th Maple Ridge',null,'2023-07-19 20:54:16','2023-07-19 20:54:16',null,'EVEROBER@idir','2023-07-22 11:07:46',null,null,null,null,'OPEN','MAPLERID',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029284','COM reporting a bb that is sleeping on his back lawn. ',null,null,null,null,null,null,'277 Roche Point Dr, District of North Vancouver, BC',null,'2023-07-19 21:16:04','2023-07-19 21:16:04',null,'DAGRAY@idir','2023-07-19 21:19:30',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-122.9608378 49.3050446)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029286','RCMP relaying a report of a deer that has been struck by a vehicle and is immobile, requiring dispatch. ',null,null,null,null,null,null,'Boucherie Rd and Horizon Dr E and Hwy 97, West Kelowna, BC','On Boucherie Rd','2023-07-19 21:38:07','2023-07-19 21:38:07',null,'GSMALL@idir','2023-07-21 16:53:29',null,null,null,null,'CLOSED','WSTKELOW',ST_GeomFromText('POINT(-119.544178 49.8737468)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029287','COM reporting two coyotes that are residing in their neighbourhood. No immediate conflict but COM is concerned as they have small children in their house. ',null,null,null,null,null,null,'314 Jardine St, New Westminster, BC',null,'2023-07-19 21:44:49','2023-07-19 21:44:49',null,'DAGRAY@idir','2023-07-19 22:06:09',null,null,null,null,'CLOSED','NEWWEST',ST_GeomFromText('POINT(-122.950135 49.1857853)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029289','COM reports 2nd time in a week that BB got into their garbage. ',null,null,null,null,null,null,'2450 Gillespie St, Port Coquitlam, BC',null,'2023-07-19 22:04:27','2023-07-19 22:04:27',null,'DLEWERS@idir','2023-07-19 22:26:44',null,null,null,null,'OPEN','PORTCOQ',ST_GeomFromText('POINT(-122.7544054 49.2604337)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029290','COM reporting a bear that entered her garage when the door was open and grabbed the garbage bins. COM was unable to close the garage door as the bin was blocking the sensor. COM entered their can and turned it on to scare the bear, and then bb moved on. ',null,null,null,null,null,null,'2738 Highview Pl, West Vancouver, BC',null,'2023-07-19 21:30:00','2023-07-19 22:19:32',null,'SZUKEWI@idir','2023-07-25 14:03:46',null,null,null,null,'CLOSED','WSTVANCO',ST_GeomFromText('POINT(-123.1892475 49.3524054)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029292','COM reporting BB in garbage',null,null,null,null,null,null,'2995 Woodbine Dr, District of North Vancouver, BC',null,'2023-07-19 22:21:43','2023-07-19 22:21:43',null,'SZUKEWI@idir','2023-07-25 15:29:47',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.0991915 49.3363463)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029293','Reporting a bb roaming through the memorial park.',null,null,null,null,null,null,'','FORT GEORGE PARK','2023-07-19 22:36:46','2023-07-19 22:36:46',null,'KWINTERS@idir','2023-07-19 22:37:52',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029296','COM reporting BB in garbage',null,null,null,null,null,null,'2268 McKenzie Rd, Abbotsford, BC',null,'2023-07-19 22:44:59','2023-07-19 22:44:59',null,'LMOSS@idir','2023-07-20 10:39:31',null,null,null,null,'OPEN','ABTFRD',ST_GeomFromText('POINT(-122.283598 49.0432893)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029297','COM reporting sighting of a coyote with front left leg injured',null,null,null,null,null,null,'2000 Nelson St, Vancouver, BC',null,'2023-07-19 23:03:09','2023-07-19 23:03:09',null,'DLEWERS@idir','2023-07-19 23:04:36',null,null,null,null,'OPEN','VANCOUVR',ST_GeomFromText('POINT(-123.1416319 49.2912714)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029298','COM reporting a bb that swan over the river and crossed the road at the noted location. ',null,null,null,null,null,null,'20660 Maple Cres, Maple Ridge, BC',null,'2023-07-19 23:17:15','2023-07-19 23:17:15',null,'DAGRAY@idir','2023-07-19 23:21:53',null,null,null,null,'CLOSED','MAPLERID',ST_GeomFromText('POINT(-122.6484324 49.2059509)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029299','Reporting a bb eating garbage on the property.',null,null,null,null,null,null,'',null,'2023-07-19 23:21:41','2023-07-19 23:21:41',null,'KWINTERS@idir','2023-07-19 23:25:15',null,null,null,null,'OPEN','SURRY',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029302','Kelowna Fire Dispatch advising that Penticton Fire is on scene at a fire at the noted location and 2 bears are up a tree between two trucks and they cannot get to their firetrucks. They are concerned that they can''t get back to their trucks and/or the bears could jump on the back of the firetrucks.',null,null,null,null,null,null,'1601 W Bench Dr, Penticton, BC',null,'2023-07-20 00:01:56','2023-07-20 00:01:56',null,'KWINTERS@idir','2023-07-20 00:07:44',null,null,null,null,'CLOSED','PENTICTN',ST_GeomFromText('POINT(-119.629061 49.5011528)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029303','Reporting a bb in the driveway of the noted location. - -COM: Jasleen Paul, 778-584-7838',null,null,null,null,null,null,'406 Creed Rd, View Royal, BC',null,'2023-07-20 00:13:18','2023-07-20 00:13:18',null,'KWINTERS@idir','2023-07-20 00:14:22',null,null,null,null,'CLOSED','VIEWROYL',ST_GeomFromText('POINT(-123.4499509 48.4637934)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029304','COM reports one of his workers struck a buffalo with a 3/4 pickup truck 3 hours ago. Buffalo was unable to get up. - -0620 LM CO Pedersen -0621 LM CO Parker -0623 briefed CO Clausen',null,null,null,null,null,null,'Fontas Rd, Fort St. John','94km up Fontas Rd.','2023-07-20 02:50:00','2023-07-20 05:40:18',null,'JCLAUSEN@idir','2023-07-21 16:16:35',null,null,null,null,'OPEN','FTSTJOHN',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029305','COM reports mule deer struck and unable to get up. - -0624 LM CO Adams -0625 LM CO Stark -0626 LM CO Peeling -0628 briefed CO McArthur - - -',null,null,null,null,null,null,'Hwy 16, Prince George, BC','on the highway by the Prince George jail','2023-07-20 05:49:16','2023-07-20 05:49:16',null,'EMCARTHU@idir','2023-07-20 11:13:26',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7714978 53.8761288)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029306','COM reported a BB that was in her front yard. The COM was going to put her garbage out for collection, but was waiting for the BB to move down the street. ',null,null,null,null,null,null,'868 Pinebrook Pl, Coquitlam, BC',null,'2023-07-20 06:02:11','2023-07-20 06:02:11',null,'DTALEVSK@idir','2023-07-20 06:10:25',null,null,null,null,'OPEN','COQUITLM',ST_GeomFromText('POINT(-122.7922041 49.2659876)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029307','COM reported a BB turning over compost bins at his neighbour''s house. It is collection day. ',null,null,null,null,null,null,'3024 Firbrook Pl, Coquitlam, BC',null,'2023-07-20 06:07:34','2023-07-20 06:07:34',null,'DTALEVSK@idir','2023-07-20 06:09:53',null,null,null,null,'OPEN','COQUITLM',ST_GeomFromText('POINT(-122.7931697 49.2665298)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029308','COM reported a BB knocking over recycling bins and getting into the contents on the street. BB has a yellow tag. ',null,null,null,null,null,null,'2932 Parana Pl, Port Coquitlam, BC',null,'2023-07-20 06:56:41','2023-07-20 06:56:41',null,'DTALEVSK@idir','2023-07-20 06:59:40',null,null,null,null,'OPEN','PORTCOQ',ST_GeomFromText('POINT(-122.7428712 49.2665909)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029309','COM reported a BB that was rummaging through the recycling at their recycling centre, then went back into the woods. ',null,null,null,null,null,null,'',null,'2023-07-20 07:02:32','2023-07-20 07:02:32',null,'DTALEVSK@idir','2023-07-20 07:04:50',null,null,null,null,'OPEN','BURNBY',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029310','Rattlesnake under their deck right below their doorway.',null,null,null,null,null,null,'201 Hwy 97, Penticton, BC','Unit 81, Left onto Poppy road turns into Spruce rd. Riva Ridge estates.','2023-07-20 07:12:45','2023-07-20 07:12:45',null,'BRANBECK@idir','2023-07-20 09:45:56',null,null,null,null,'CLOSED','PENTICTN',ST_GeomFromText('POINT(-119.6116349 49.4484222)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029311','COM reported a brown bear that was walking on the other side of the fence of the Cascade Lodge Hotel on Village Gate Blvd. The bear had moved on when the COM called. ',null,null,null,null,null,null,'','Cascade Lodge, Village Gate Blvd.','2023-07-20 07:15:47','2023-07-20 07:15:47',null,'DTALEVSK@idir','2023-07-20 07:18:48',null,null,null,null,'CLOSED','WHISTLER',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029317','Bear sleeping in their yard, woke up and slowly moved to their neighbours.',null,null,null,null,null,null,'5936 Eagleridge Dr, West Vancouver, BC',null,'2023-07-20 07:55:18','2023-07-20 07:55:18',null,'COMILLER@idir','2023-07-20 07:57:39',null,null,null,null,'CLOSED','WSTVANCO',ST_GeomFromText('POINT(-123.2732688 49.3599419)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029327','COM reported a BB that was going through garage at their neighbour''s. The bins are left out during the week. ',null,null,null,null,null,null,'1031 Ayshire Dr, Burnaby, BC','Burnaby Mountain ','2023-07-20 08:07:42','2023-07-20 08:07:42',null,'DTALEVSK@idir','2023-07-20 08:11:20',null,null,null,null,'OPEN','BURNBY',ST_GeomFromText('POINT(-122.9451863 49.275039)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029328','BB struck by a vehicle, alive but not moving on the roadway.',null,null,null,null,null,null,'Hwy 19, Port McNeill, BC','Near Orca Sand & Gravel ','2023-07-20 08:10:36','2023-07-20 08:10:36',null,'LMOSS@idir','2023-07-20 08:15:51',null,null,null,null,'OPEN','PORTMCNL',ST_GeomFromText('POINT(-126.9798623 50.4546931)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029329','Injured bear is still alive hit by a car. Its in bad shape, probably needs dispatching. - -LM for COs on HWCR 23-029328, RCMP briefed - -RP: Rachel 604-317-2942 ',null,null,null,null,null,null,'Hwy 19, Port McNeill, BC','Orca Sand and Gravel','2023-07-20 08:12:56','2023-07-20 08:12:56',null,'MAWILSON@idir','2023-07-20 09:28:54',null,null,null,null,'OPEN','PORTMCNL',ST_GeomFromText('POINT(-126.9798623 50.4546931)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029330','COM reported BBs that have been getting into garbage in the area frequently. Garbage bins are left outside daily. ',null,null,null,null,null,null,'','Alek Rd ','2023-07-20 08:12:58','2023-07-20 08:12:58',null,'MAWILSON@idir','2023-07-21 10:37:29',null,null,null,null,'CLOSED','UCLUELET',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029332','Reporting a badger sighting',null,null,null,null,null,null,'Hwy 40, Summerland, BC','Road 40 10.5 KM to Trout Creek','2023-07-20 08:16:26','2023-07-20 08:16:26',null,'LMOSS@idir','2023-07-20 08:18:10',null,null,null,null,'CLOSED','SMRLAND',ST_GeomFromText('POINT(-119.7475721 49.5940053)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029333','Doe with a fawn at the driving range with a second fawn trying to get to the other side of the fence but unable to an looking quite distressed.',null,null,null,null,null,null,'3810 Casorso Rd, Kelowna, BC','Driving Range','2023-07-20 08:18:52','2023-07-20 08:18:52',null,'HGOOLIAF@idir','2023-07-20 08:54:31',null,null,null,null,'CLOSED','KELOWNA',ST_GeomFromText('POINT(-119.4695246 49.8486383)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029334','COM reported a BB that has been roaming around for two months. The BB was seen last night climbing over their fence into the neighbour''s yard. COM stated their neighbour was told to call COs if the BB was seen as it got into their laundry room last week. ',null,null,null,null,null,null,'52363 Berkshire Pl, Popkum, BC',null,'2023-07-20 08:20:44','2023-07-20 08:20:44',null,'PDAYTON@idir','2023-07-24 15:22:33',null,null,null,null,'CLOSED','ROSEDALE',ST_GeomFromText('POINT(-121.7803742 49.1818639)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029335','Moose cow laying in a field and seems to not be able to get up as she did not move when COM approached. COM is very knowledgeable about Moose behavior and believes this cow needs to be put down. COM states if he doesn''t hear from a CO by afternoon he will dispatch himself so as not to let the animal suffer unnecessarily.',null,null,null,null,null,null,'2551 Kroener Rd, Horsefly, BC','Ranch','2023-07-20 08:26:11','2023-07-20 08:26:11',null,'JPAULS@idir','2023-07-31 09:02:04',null,null,null,null,'CLOSED','HORSEFLY',ST_GeomFromText('POINT(-121.283363 52.2767691)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029343','Calling to report a black bear being struck by a car, still mobile',null,null,null,null,null,null,'Sea to Sky Highway, 1888 BC-99, Pemberton, BC V0N 2L0','Just south of North Arm Farm restaurant ','2023-07-20 08:43:29','2023-07-20 08:43:29',null,'TDSCHUMA@idir','2023-07-20 15:52:28',null,null,null,null,'CLOSED','PEMBERTN',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029344','Reporting a deer ran out into the road and was hit by a car. The injured deer scrambled across the road with difficulty on 3 legs and was laying in the ditch. The left hind leg was broken off. Left hand side of the road going down the hill just before the 108 Mile Heritage Site.',null,null,null,null,null,null,'Cariboo Hwy, 108 Mile House, BC',null,'2023-07-20 08:49:51','2023-07-20 08:49:51',null,'MMBOOTH@idir','2023-08-04 13:20:11',null,null,null,null,'OPEN','100MHHS',ST_GeomFromText('POINT(-121.3907976 51.7731095)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029345','Deer with a limp seen in the area',null,null,null,null,null,null,'Edmonton Ave and Government St, Penticton, BC',null,'2023-07-20 08:52:37','2023-07-20 08:52:37',null,'BRANBECK@idir','2023-07-20 09:47:51',null,null,null,null,'CLOSED','PENTICTN',ST_GeomFromText('POINT(-119.5799173 49.4906504)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029346','COM reported a BB that has been getting into everyone''s garbage on the reserve. COM said he will "take care of it himself" if it continues. ',null,null,null,null,null,null,'',null,'2023-07-20 08:52:57','2023-07-20 08:52:57',null,'MAWILSON@idir','2023-07-21 10:35:24',null,null,null,null,'CLOSED','UCLUELET',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029347','BB was on the property getting into the garbage on Sunday morning around 0130 hours.',null,null,null,null,null,null,'32089 Downes Rd, Abbotsford, BC',null,'2023-07-20 09:02:11','2023-07-20 09:02:11',null,'LMOSS@idir','2023-07-20 09:03:20',null,null,null,null,'OPEN','ABTFRD',ST_GeomFromText('POINT(-122.3362508 49.0744703)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029351','BB interaction, walking dog on property off leash, dog charged a bear when they came around the corner. Owner called their dog and it froze. The bear then charged the dog, no physical interaction. Caller then yelled and ran towards the bear and it then ran off into the woods. Anything to do to try and move it out of the neighbourhood, it feeds on the blackberries that are blooming. Requesting CO advice.',null,null,null,null,null,null,'2428 Sunrise Park Dr, Abbotsford, BC','10U 556942E 5433081N','2023-07-20 09:16:30','2023-07-20 09:16:30',null,'ALBUCHAN@idir','2023-07-20 14:37:44',null,null,null,null,'OPEN','ABTFRD',ST_GeomFromText('POINT(-122.2220527 49.0464416)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029353','4 cattle injured by wildlife during ranging over the past 2 weeks. COM believes to be a wolf due to the type of injuries and size of teeth marks. Bites on back left leg and on the flanks. COM only has landline.',null,null,null,null,null,null,'20620 Ootsa-Nadina Rd, Ootsa Lake, BC',null,'2023-07-20 09:27:49','2023-07-20 09:27:49',null,'SGBATES@idir','2023-07-23 12:51:08',null,null,null,null,'CLOSED','OOTSALAK',ST_GeomFromText('POINT(-126.0481127 53.8085581)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029361','BB caught at 0700 on security cameras, it got into compost on garbage day and went onto their driveway and up to their front doors. It is currently sleeping back wooded area and has a bunch of garbage. They try to put out their garbage as late as possible on garbage day. Wants to remain anonymous to neighbours.',null,null,null,null,null,null,'Bellamy Link and Bellamy Rd, Langford, BC',null,'2023-07-20 07:00:00','2023-07-20 09:47:00',null,'DSEXTON@idir','2023-07-20 11:53:45',null,null,null,null,'CLOSED','LANGFORD',ST_GeomFromText('POINT(-123.4900822 48.4601961)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029365','Calling to report a deer with a broken front leg',null,null,null,null,null,null,'2932 Hammond Bay Rd, Nanaimo, BC',null,'2023-07-20 09:52:51','2023-07-20 09:52:51',null,'ISCHMIDT@idir','2023-07-20 09:54:15',null,null,null,null,'OPEN','NANAIMO',ST_GeomFromText('POINT(-123.9677429 49.2071794)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029367','Injured doe refusing to put weight on its right rear leg - doe moved due to Caller''s dog',null,null,null,null,null,null,'','Kettle Valley: park at corner of Providence and Timbo lane','2023-07-20 09:56:40','2023-07-20 09:56:40',null,'BRANBECK@idir','2023-07-20 10:28:54',null,null,null,null,'CLOSED','ROCKCRK',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029369','COM reported a marble fox sighting on their property. The fox was pouncing at insects and butterflies. The COM did not have any concerns with the fox being on their property, but wanted to report the sighting as they think it is an endangered species. ',null,null,null,null,null,null,'2762 Station Pl, Abbotsford, BC',null,'2023-07-20 09:58:21','2023-07-20 09:58:21',null,'DTALEVSK@idir','2023-07-20 10:05:32',null,null,null,null,'CLOSED','ALDRGRV',ST_GeomFromText('POINT(-122.4553699 49.0523173)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029371','Deer with an injured rear leg. Deer is limping but mobile and seems to be in good health.',null,null,null,null,null,null,'861 Wright Rd, Parksville, BC',null,'2023-07-20 10:06:16','2023-07-20 10:06:16',null,'MAWILSON@idir','2023-08-09 14:21:48',null,null,null,null,'CLOSED','PARKSVLE',ST_GeomFromText('POINT(-124.3487851 49.3414387)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029376','Moose with broken hind leg limping but is still mobile.',null,null,null,null,null,null,'9538 Hwy 97, Spallumcheen, BC',null,'2023-07-20 10:28:36','2023-07-20 10:28:36',null,'TBECK@idir','2023-07-20 12:06:41',null,null,null,null,'CLOSED','VERNON',ST_GeomFromText('POINT(-119.3041527 50.3740503)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029377','There was a fawn in distress hit by a car. It is still alive, laying down can''t get up. - -RP: Tammy Lucas 250-213-2158',null,null,null,null,null,null,'3955 Oakwinds St, Saanich, BC',null,'2023-07-20 10:30:42','2023-07-20 10:30:42',null,'COMILLER@idir','2023-07-20 10:48:06',null,null,null,null,'OPEN','SAANICH',ST_GeomFromText('POINT(-123.338869 48.4691507)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029378','Calling to report a black bear in the area. Tuesday the bear killed two chickens afterward the caller''s son was shooting it with a sling shot while it was treed. The bear came around again today and was investigating the chicken coop but when the caller''s husband went outside the bear left. Requesting a CO call back. ',null,null,null,null,null,null,'1840 Brunette Ave, Coquitlam, BC',null,'2023-07-20 10:34:43','2023-07-20 10:34:43',null,'JBULL@idir','2023-07-26 12:41:06',null,null,null,null,'OPEN','COQUITLM',ST_GeomFromText('POINT(-122.8436134 49.2352333)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029380','Calling to report a guest saw a black bear on the north side of the resort property. Not getting into anything, just sighted',null,null,null,null,null,null,'11 Bear Paw Cres, Elkford, BC',null,'2023-07-20 10:44:57','2023-07-20 10:44:57',null,'ISCHMIDT@idir','2023-07-20 10:48:18',null,null,null,null,'CLOSED','ELKFORD',ST_GeomFromText('POINT(-114.9195328 50.0026932)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029381','Second hand report of BB seen yesterday with only 3 legs.',null,null,null,null,null,null,'16773 Coray Subdivision Rd, Endako, BC',null,'2023-07-20 10:46:51','2023-07-20 10:46:51',null,'SGBATES@idir','2023-07-23 12:50:16',null,null,null,null,'CLOSED','ENDAKO',ST_GeomFromText('POINT(-125.1082657 54.0868735)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029382','20457 115A Ave. Maple Ridge. Has a skunk problem. His dog got skunked twice in the past few days. He''s hoping somebody can help.',null,null,null,null,null,null,'20457 115 Ave, Maple Ridge, BC','20457 115 Ave, Maple Ridge, BC','2023-07-10 10:49:00','2023-07-20 10:49:00',null,'PDAYTON@idir','2023-07-20 10:51:40',null,null,null,null,'CLOSED','MAPLERID',ST_GeomFromText('POINT(-122.655047 49.2120585)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029386','Two bears were sighted coming up her street between 19:30 and 21:30. She''s concerned about kids on the street.',null,null,null,null,null,null,'923 Spence Ave, Coquitlam, BC','923 Spence Ave. Coquitlam. ','2023-07-11 10:53:00','2023-07-20 10:53:26',null,'PDAYTON@idir','2023-07-20 10:55:00',null,null,null,null,'CLOSED','COQUITLM',ST_GeomFromText('POINT(-122.8711718 49.2658018)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029390','Calling to report a black bear eating compost at the noted address',null,null,null,null,null,null,'2270 McKenzie Rd, Abbotsford, BC',null,'2023-07-20 11:01:35','2023-07-20 11:01:35',null,'ISCHMIDT@idir','2023-07-20 11:04:47',null,null,null,null,'OPEN','ABTFRD',ST_GeomFromText('POINT(-122.2838336 49.0434236)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029391','Caller''s neighbour advised they were bitten on the leg by a racoon while interceding in an interaction with their dog. - -Briefed CO Buchanan',null,null,null,null,null,null,'',null,'2023-07-20 11:08:49','2023-07-20 11:08:49',null,'ALBUCHAN@idir','2023-07-26 11:07:32',null,null,null,null,'OPEN','LANGLEY',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029392','Calling to report that the neighbour''s security cam showed a bear walking up to their house and walking away shortly thereafter last night. ',null,null,null,null,null,null,'2354 Watkiss Way, View Royal, BC',null,'2023-07-20 11:10:41','2023-07-20 11:10:41',null,'ISCHMIDT@idir','2023-07-20 11:11:54',null,null,null,null,'CLOSED','VIEWROYL',ST_GeomFromText('POINT(-123.4497784 48.4639876)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029396','Caller saw their local BB investigating their BBQ – BB abled off when car horn honked. BB then circled to the pool gate – Caller again honked and BB moved into corn fields. -Known to investigate their garbage bins near the barn – occasionally rewarded. -',null,null,null,null,null,null,'',null,'2023-07-20 11:19:09','2023-07-20 11:19:09',null,'TBIRNEY@idir','2023-07-20 11:22:05',null,null,null,null,'OPEN','CHILLIWK',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029397','Calling to report a deer with fawns is inside their gated community. The mother has a broken hind leg, still mobile but slow. Requesting help to get the deer out of the community.',null,null,null,null,null,null,'',null,'2023-07-20 11:20:32','2023-07-20 11:20:32',null,'TBECK@idir','2023-07-20 12:09:46',null,null,null,null,'CLOSED','VERNON',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029400','COM advised of a black bear passing through his property most days. This morning he was up on their deck. He advised there are no attractants, but would like some advice from a CO. -*Requesting CO callback to discuss.',null,null,null,null,null,null,'2800 Greenbrier Pl, Coquitlam, BC',null,'2023-07-20 06:00:00','2023-07-20 11:24:41',null,'PDAYTON@idir','2023-07-24 15:11:15',null,null,null,null,'CLOSED','COQUITLM',ST_GeomFromText('POINT(-122.8124053 49.2951533)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029403','Today is their recycle/garbage day and have a younger BB dumping all the bins currently. Got into neighbours green waste and another''s garbage. Worried it will become habitual. Knocked down their chain-link fence and ate their blueberries last night.',null,null,null,null,null,null,'1004 Hoy St, Coquitlam, BC',null,'2023-07-20 11:28:16','2023-07-20 11:28:16',null,'COMILLER@idir','2023-07-20 11:31:52',null,null,null,null,'OPEN','COQUITLM',ST_GeomFromText('POINT(-122.7972022 49.2696226)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029405','Deer struck by by a vehicle, alive but cannot move. -SB Hwy 43 on the shoulder - 10 minutes out of Elkford.',null,null,null,null,null,null,'Hwy 43, Elkford, BC','SB Hwy 43 on the shoulder - 10 minutes out of Elkford ','2023-07-20 11:29:06','2023-07-20 11:29:06',null,'RYGORDON@idir','2023-07-24 11:19:57',null,null,null,null,'CLOSED','ELKFORD',ST_GeomFromText('POINT(-114.9185912 49.9708412)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029406','This morning at 0330 going into garbage accessing it. They do have ropes to secure their garbage. ',null,null,null,null,null,null,'1445 Beirnes Pl, Prince George, BC',null,'2023-07-20 03:30:00','2023-07-20 11:32:35',null,'JOCHARTR@idir','2023-08-01 11:01:27',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.8150648 53.910799)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029407','Advised of a deer with a broken front leg limping along side the road. ',null,null,null,null,null,null,'3413 Okanagan Ave, Vernon, BC',null,'2023-07-20 11:36:33','2023-07-20 11:36:33',null,'TBECK@idir','2023-07-20 12:07:51',null,null,null,null,'CLOSED','VERNON',ST_GeomFromText('POINT(-119.2787257 50.2581107)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029408','BB keeps coming on their property, caught it on their ring camera coming up to their front door. They have used pine sole to clean their garbage can and freezes the garbage, limiting their attractants. It has come 3 times in the last week and has video of it. - -**Looking for CO advice.',null,null,null,null,null,null,'4233 Glenhaven Cres, District of North Vancouver, BC',null,'2023-07-20 11:39:49','2023-07-20 11:39:49',null,'SZUKEWI@idir','2023-07-25 15:31:04',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-122.9542402 49.3110651)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029412','COM advised of a deer chasing her. Upon gathering information, it was determined that the deer only took a run at her dog (no contact made), and was likely being defensive of a fawn. No intervention required.',null,null,null,null,null,null,'','Sunset Drive - Walking path - Rotary Marshes','2023-07-20 11:43:27','2023-07-20 11:43:27',null,'TAMYRONI@idir','2023-07-25 14:58:42',null,null,null,null,'CLOSED','KELOWNA',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029414','Reporting that there is a mama and 3 cubs that have made home base in their area. This morning focused on callers property and neighbours. They have been treed, eating berries and swimming. The other day got between two of them while out for a walk, they walked into one and then turned around to have another one on the other side of them. From Facebook apparently they accessed cat food at someone''s cabin.',null,null,null,null,null,null,'55165 Jardine Rd, Cluculz Lake, BC',null,'2023-07-20 11:51:53','2023-07-20 11:51:53',null,'SGBATES@idir','2023-08-09 09:51:23',null,null,null,null,'OPEN','VANDERHF',ST_GeomFromText('POINT(-123.5967374 53.8921551)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029418','COM reported a BB that has chased their free range chickens and been hanging around the property for a couple of months. COM also has bee hives, but the bear has not gone near them yet. ',null,null,null,null,null,null,'4367 Chamberlaine Rd, Spallumcheen, BC',null,'2023-07-20 11:55:03','2023-07-20 11:55:03',null,'TBECK@idir','2023-07-20 13:40:59',null,null,null,null,'CLOSED','ARMSTRNG',ST_GeomFromText('POINT(-119.2576489 50.4660716)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029419','Reports a bear and 2 cubs in their yard, ripped theirs and neighbours shed apart. Keep ripping the door off. They have been taking their garbage to the dump everyday. The bears are slow to move away and keep camping out under their front steps.',null,null,null,null,null,null,'6503 Lynnwood Crt, Sechelt, BC',null,'2023-07-20 12:01:04','2023-07-20 12:01:04',null,'DLMILLER@idir','2023-07-25 11:13:03',null,null,null,null,'CLOSED','SECHELT',ST_GeomFromText('POINT(-123.8020948 49.4715872)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029420','Caller is reporting that on the Gitaus Reserve, they say there was a grizzly mama and cubs right in the community. Right by the basketball court. Just wandering through. - -**Emailed due to time delay',null,null,null,null,null,null,'2225 Gitaus Rd, Gitaus, BC',null,'2023-07-19 18:30:00','2023-07-20 12:05:56',null,'ALYUBOMU@idir','2023-07-25 13:03:31',null,null,null,null,'CLOSED','TERRACE',ST_GeomFromText('POINT(-128.4105766 54.6082999)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029424','BB damaged the fence 2 days ago. COM has photos. BB also tore open the top of the compost bin 2 weeks ago. Bear has been present frequently for the past 2 weeks and COM is concerned for his 3 year old''s safety.',null,null,null,null,null,null,'38137 Hemlock Ave, Squamish, BC',null,'2023-07-20 12:09:01','2023-07-20 12:09:01',null,'CROCHON@idir','2023-07-20 14:19:25',null,null,null,null,'CLOSED','SQUMISH',ST_GeomFromText('POINT(-123.1332053 49.6992202)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029426','Passing the A&W and a bear just crossed the road behind the ball field. It went into the bushes towards the baseball field.',null,null,null,null,null,null,'Del Laverdure Way, Prince George, BC',null,'2023-07-20 12:12:28','2023-07-20 12:12:28',null,'SGBATES@idir','2023-08-09 09:52:53',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7708794 53.9028315)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029427','Got a buck hit by a car. Standing there with its front left leg knee blown to pieces, barely able to move. Standing there can''t get around, probably needs dispatching.',null,null,null,null,null,null,'3200 Elliott Rd, West Kelowna, BC','Right in front of the Westbank cemetery','2023-07-20 12:27:23','2023-07-20 12:27:23',null,'GSMALL@idir','2023-07-21 16:51:48',null,null,null,null,'CLOSED','WSTKELOW',ST_GeomFromText('POINT(-119.636304 49.8467339)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029428','Caller reports a fawn with an injury on its left rear leg – -Fawn is staying in the back yard – unknown mobility. -mid-leg joint, dangling. -',null,null,null,null,null,null,'',null,'2023-07-20 12:32:04','2023-07-20 12:32:04',null,'GPKRUGER@idir','2023-07-25 15:21:16',null,null,null,null,'CLOSED','FAIRMONT',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029430','Calling to report an injured deer, still mobile but clearly injured. Looks like the deer was caught on a fence or hit by a car. ',null,null,null,null,null,null,'2891 Bood Rd, Courtenay, BC',null,'2023-07-20 12:34:21','2023-07-20 12:34:21',null,'MAWILSON@idir','2023-08-09 14:24:21',null,null,null,null,'CLOSED','COURTNY',ST_GeomFromText('POINT(-125.0315182 49.6797951)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029434','Livestock protection program recommended report due to predation from a BB. -Caller has lost seven sheep and sustained four injured calves in five days. - -One night BB killed three sheep, buried one of them, but fled due to dog activity. - -Briefed CO Clancy -',null,null,null,null,null,null,'',null,'2023-07-20 12:41:39','2023-07-20 12:41:39',null,'AEAGLES@idir','2023-08-01 13:46:22',null,null,null,null,'CLOSED','CSLLK',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029435','COM reported a smaller BB that was hanging out on their fort yard when they came home. The BB ran off when the COM arrived. No aggression or attractants noted. ',null,null,null,null,null,null,'2332 McKenzie Rd, Abbotsford, BC',null,'2023-07-20 12:43:36','2023-07-20 12:43:36',null,'DTALEVSK@idir','2023-07-20 12:51:56',null,null,null,null,'CLOSED','ABTFRD',ST_GeomFromText('POINT(-122.2858213 49.0445743)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029436','Across from the Kal-Tire, west bound shoulder, caller saw it moving a not but quite still now, unknow where injury is and not sure if the movement was trying to get up. - -RP: Justina 250-449-5291',null,null,null,null,null,null,'2690 Central Ave, Grand Forks, BC',null,'2023-07-20 12:45:44','2023-07-20 12:45:44',null,'BRANBECK@idir','2023-07-20 15:07:18',null,null,null,null,'CLOSED','GRANDFOR',ST_GeomFromText('POINT(-118.4697101 49.0236798)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029440','Young BB in the area.',null,null,null,null,null,null,'McDougall Ave and South Fraser Way, Abbotsford, BC',null,'2023-07-20 13:08:53','2023-07-20 13:08:53',null,'LMOSS@idir','2023-07-20 13:10:09',null,null,null,null,'CLOSED','ABTFRD',ST_GeomFromText('POINT(-122.2877802 49.0460016)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029441','Young deer with an injured hind leg on the property. Deer is mobile and the doe was seen nearby.',null,null,null,null,null,null,'7500 Ormsby Dr, Coldstream, BC',null,'2023-07-20 13:13:39','2023-07-20 13:13:39',null,'TBECK@idir','2023-07-20 13:35:39',null,null,null,null,'CLOSED','CLDSTRM',ST_GeomFromText('POINT(-119.2620163 50.2201724)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029442','Caller saw an interaction between a local male walker and the BB sow – sow had sent her cubs up a tree and was snarling as the male was banging sticks at her. Sow snarled and retreated father into the bush – cubs stayed up the tree. Male remained on scene – relaxing on a ledge. -Caller believes male thinks they are protecting the caller, who is camping in the area. - -Briefed CO Buchanan -',null,null,null,null,null,null,'','in bushes, several hundred feet along a trail which is accessed from behind a church (bethler community church?) on Gladwin and McClure','2023-07-20 13:21:14','2023-07-20 13:21:14',null,'ALBUCHAN@idir','2023-07-20 14:12:13',null,null,null,null,'OPEN','ABTFRD',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029443','Old Riverside Park, Caller saw a sow and three cubs there at 1230 today and last week on the 13th at the same time. Seems very habituated to humans at this point ',null,null,null,null,null,null,'Gladwin Rd and Old Riverside Rd, Abbotsford, BC',null,'2023-07-20 13:22:16','2023-07-20 13:22:16',null,'SMCCREAD@idir','2023-07-20 13:28:20',null,null,null,null,'CLOSED','ABTFRD',ST_GeomFromText('POINT(-122.3159875 49.0659788)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029444','Two fawns underneath a tree a block away from the Loblaws heading towards Kristina Lake.',null,null,null,null,null,null,'2690 Central Ave, Grand Forks, BC',null,'2023-07-20 13:28:00','2023-07-20 13:28:00',null,'BRANBECK@idir','2023-07-20 15:03:46',null,null,null,null,'CLOSED','GRANDFOR',ST_GeomFromText('POINT(-118.4697101 49.0236798)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029446','Rogers communications is attempting to rush-build three helo-access sites upon terrain. -One site (probably skip mountain) has encountered a GB. -Caller requesting COS support in developing site safety for workers. - -Briefed CO Lyubomudrov',null,null,null,null,null,null,'','skip mountain','2023-07-20 13:35:31','2023-07-20 13:35:31',null,'ALYUBOMU@idir','2023-07-20 15:10:31',null,null,null,null,'CLOSED','PRINCRUP',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029448','Bear has ben frequenting the property and is not showing fear. The bear is no longer responding to noise deterrents. Bear bluff charged employees as they were coming to work this morning and COM believes the bear will attack a person if it is not dealt with.',null,null,null,null,null,null,'5162 Northwood Pulpmill Rd, Prince George, BC',null,'2023-07-20 13:40:07','2023-07-20 13:40:07',null,'BRADAMS@idir','2023-07-26 19:47:27',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7002728 53.9781856)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029449','Caller reports seeing a black bear wandering in the neighborhood, caller frightened bear into green space.',null,null,null,null,null,null,'Boundary Rd and Industrial Way and Pacific St and Sintich Rd, Prince George, BC',null,'2023-07-20 13:42:52','2023-07-20 13:42:52',null,'SMCCREAD@idir','2023-07-20 13:45:29',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.730652 53.8419863)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029450','Sow with 2 cubs frequenting the property and has repeatedly trying to get into the grain.',null,null,null,null,null,null,'17769 Sob Lake Rd, Cluculz Lake, BC',null,'2023-07-20 13:45:06','2023-07-20 13:45:06',null,'SGBATES@idir','2023-07-24 15:59:28',null,null,null,null,'CLOSED','VANDERHF',ST_GeomFromText('POINT(-123.7189394 53.868748)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029455','Caller reports seeing a fawn on the side of road that was immobile, but no injury could be seen. There were two adult deer that seemed to be trying to cross the road to get to it. Caller was concerned that the other deer may be hit by a car.',null,null,null,null,null,null,'3675 Hammond Bay Rd, Nanaimo, BC',null,'2023-07-20 14:30:03','2023-07-20 14:30:03',null,'DSEXTON@idir','2023-08-11 14:04:47',null,null,null,null,'CLOSED','NANAIMO',ST_GeomFromText('POINT(-123.953353 49.2243576)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029458','BB just walking past their apple trees and wondered off to the neighbours house. ',null,null,null,null,null,null,'4909 Queens Ave, Powell River, BC',null,'2023-07-20 14:34:21','2023-07-20 14:34:21',null,'COMILLER@idir','2023-07-20 14:35:45',null,null,null,null,'CLOSED','POWELLRV',ST_GeomFromText('POINT(-124.5064844 49.8489318)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029460','There is a fawn hit with its rear end broken. It is a 1km West of Decker Lake just past the 90km/h sign, before Palling Rd E on the Northside.',null,null,null,null,null,null,'Hwy 16 W, Burns Lake, BC',null,'2023-07-20 14:38:15','2023-07-20 14:38:15',null,'SGBATES@idir','2023-07-23 12:49:27',null,null,null,null,'CLOSED','DECKERLK',ST_GeomFromText('POINT(-125.7843847 54.248971)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029461','Calling to report a black bear near the bike trails, looks like it is eating ants. ',null,null,null,null,null,null,'Sun Peaks Village',null,'2023-07-20 14:38:37','2023-07-20 14:38:37',null,'ISCHMIDT@idir','2023-07-20 14:40:12',null,null,null,null,'CLOSED','SNPEAKS',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029462','Reporting a bb in the neighbour''s yard eating apples. The neighbour is trying to harvest the fruit but she can''t keep up. The bear is thin, tagged and was charging people on garbage day. It is very comfortable in the area.',null,null,null,null,null,null,'',null,'2023-07-20 14:40:37','2023-07-20 14:40:37',null,'TDSCHUMA@idir','2023-07-23 15:03:30',null,null,null,null,'CLOSED','LIONSBAY',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029463','BB was eating garbage.',null,null,null,null,null,null,'Lobban Rd and McKenzie Rd, Abbotsford, BC',null,'2023-07-20 14:44:10','2023-07-20 14:44:10',null,'LMOSS@idir','2023-07-20 14:46:12',null,null,null,null,'OPEN','ABTFRD',ST_GeomFromText('POINT(-122.2876277 49.0453742)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029464','Caller requesting contact with CO Cook. He walked the creek with the CO. Caller''s dog has been fighting with the bear. The bear is a garbage bear, getting garbage from the neighbour''s place. Caller has found more garbage dragged out by the bear nearby. ',null,null,null,null,null,null,'',null,'2023-07-20 14:49:19','2023-07-20 14:49:19',null,'STECOOK@idir','2023-07-31 12:34:36',null,null,null,null,'CLOSED','SALMARM',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029466','Reporting a bb near the noted location.',null,null,null,null,null,null,'','TOP OF CUNLIFFE DR BY THE WATER TOWER','2023-07-20 15:02:41','2023-07-20 15:02:41',null,'KWINTERS@idir','2023-07-20 15:04:06',null,null,null,null,'CLOSED','CLDSTRM',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029469','CO CLANCY receives second hand complaint regarding poorly managed compost in backyard of 5708 Gairdner Cres. Witness explains that she believes her neighbor is dumping food waste/compost materials off his deck into a pile in his backyard. Area is known for bears. ',null,null,null,null,null,null,'5708 Gairdner Cres, Fort Nelson, BC','Backyard compost at 5708 Gairdner Cres','2023-07-19 12:00:00','2023-07-20 15:13:33',null,'JOCHARTR@idir','2023-07-20 15:17:16',null,null,null,null,'OPEN','FTNELSON',ST_GeomFromText('POINT(-122.6869866 58.8138583)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029470','Sow with 2 cubs in the yard.',null,null,null,null,null,null,'Bradley Rd, Seymour Arm, BC',null,'2023-07-20 15:18:58','2023-07-20 15:18:58',null,'LMOSS@idir','2023-07-20 15:20:35',null,null,null,null,'CLOSED','SEYMOURA',ST_GeomFromText('POINT(-118.9353411 51.2265564)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029472','Second hand information at the Parkgate community BB sighting going into the parking lot.',null,null,null,null,null,null,'3625 Banff Crt, District of North Vancouver, BC',null,'2023-07-20 15:20:31','2023-07-20 15:20:31',null,'COMILLER@idir','2023-07-20 15:25:13',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-122.9704923 49.3180705)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029477','Coyote took pet dog in front of COM while on a walk this morning at the condo complex.',null,null,null,null,null,null,'2450 Hawthorne Ave, Port Coquitlam, BC',null,'2023-07-20 15:28:49','2023-07-20 15:28:49',null,'LMOSS@idir','2023-07-20 15:31:39',null,null,null,null,'OPEN','PORTCOQ',ST_GeomFromText('POINT(-122.7872494 49.2569751)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029478','Reporting a bb that went into the house at the noted location.',null,null,null,null,null,null,'1725 77th Ave, Grand Forks, BC',null,'2023-07-20 15:29:30','2023-07-20 15:29:30',null,'BVDAMME@idir','2023-07-31 10:09:31',null,null,null,null,'CLOSED','GRANDFOR',ST_GeomFromText('POINT(-118.4598448 49.0328543)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029479','Bear at place for quite some time, gotten too close for comfort.',null,null,null,null,null,null,'Mackenzie, BC','Ganahan, Mackenzie BC','2023-07-20 15:29:43','2023-07-20 15:29:43',null,'HIDESMAR@idir','2023-07-31 12:51:54',null,null,null,null,'CLOSED','MACKENZI',ST_GeomFromText('POINT(-123.0927778 55.3241667)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029481','Caller reports that there is a black bear in their neighbours yard eating fallen apples from the tree. Not doing anything wrong, just being a bear. Caller though they should report it.',null,null,null,null,null,null,'38189 Chestnut Ave, Squamish, BC',null,'2023-07-20 15:31:19','2023-07-20 15:31:19',null,'SMCCREAD@idir','2023-07-20 15:34:41',null,null,null,null,'CLOSED','SQUMISH',ST_GeomFromText('POINT(-123.1322949 49.7004745)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029482','Parks officer relaying a report of a BB trapped in a dumpster. -Officer intends to head to scene. - -RP: Edith 604-318-4216 - -Briefed CO Zukewich',null,null,null,null,null,null,'3658 Banff Crt, District of North Vancouver, BC',null,'2023-07-20 15:33:49','2023-07-20 15:33:49',null,'SZUKEWI@idir','2023-07-22 10:28:35',null,null,null,null,'OPEN','NORVAN',ST_GeomFromText('POINT(-122.9721748 49.3184239)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029483','3-4 bears frequenting the yard every day. Bears mostly drawn by cherry trees in the neighbor''s backyard. Bears not showing fear. ',null,null,null,null,null,null,'38287 Chestnut Ave, Squamish, BC',null,'2023-07-20 15:35:06','2023-07-20 15:35:06',null,'CROCHON@idir','2023-07-21 15:11:02',null,null,null,null,'OPEN','SQUMISH',ST_GeomFromText('POINT(-123.1292337 49.7019692)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029484','Caller reporting a black bear in the vicinity of Riverside Dr, possibly injured. Going through trash. doesn''t seem to be frightened by people.',null,null,null,null,null,null,'1290 Riverside Dr, Port Coquitlam, BC','in the alley.','2023-07-20 15:37:31','2023-07-20 15:37:31',null,'SMCCREAD@idir','2023-07-20 15:42:01',null,null,null,null,'OPEN','PORTCOQ',ST_GeomFromText('POINT(-122.7507568 49.2615221)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029488','COM reported to CO KNIBBS sighting an injured BB at the junction of Kroeker road and Lake Kathlyn road. Bear was observed to be limping and appeared to be missing a patch of hair on his upper rear left leg',null,null,null,null,null,null,'Kroeker Road, Smithers ',' Junction of Kroeker road and Lake Kathlyn road','2023-07-20 13:41:00','2023-07-20 15:42:34',null,'TARWILLI@idir','2023-07-20 15:48:35',null,null,null,null,'CLOSED','SMITHERS',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029489','Local resident complaining about BB being frequently sighted. No interactions. -BB accessing local food sources: garbages, a bee hive, blueberry bushes, and apple trees -',null,null,null,null,null,null,'',null,'2023-07-20 15:44:33','2023-07-20 15:44:33',null,'SZUKEWI@idir','2023-07-25 15:34:19',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029492','BB wandering around the area, breaking the clamps off, eating garbage in the neighbourhood.',null,null,null,null,null,null,'1148 Ellis Dr, Port Coquitlam, BC',null,'2023-07-20 15:48:33','2023-07-20 15:48:33',null,'COMILLER@idir','2023-07-20 15:51:25',null,null,null,null,'OPEN','PORTCOQ',ST_GeomFromText('POINT(-122.7448436 49.2670738)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029496','Hitacu, Ulclulet first nations. Reporting an aggressive bear that got into her neighbors garbage bins this morning. Caller tried to scare the bear away, but it initially growled a the caller. She is very concerned.',null,null,null,null,null,null,'114 Hitacu Rd, Port Albion, BC',null,'2023-07-20 15:56:37','2023-07-20 15:56:37',null,'MAWILSON@idir','2023-07-21 15:55:47',null,null,null,null,'OPEN','UCLUELET',ST_GeomFromText('POINT(-125.5343035 48.9430652)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029497','BB was wandering through the condo complex.',null,null,null,null,null,null,'1268 Riverside Dr, Port Coquitlam, BC',null,'2023-07-20 15:58:50','2023-07-20 15:58:50',null,'LMOSS@idir','2023-07-20 16:00:19',null,null,null,null,'CLOSED','PORTCOQ',ST_GeomFromText('POINT(-122.7490685 49.2605162)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029498','Caller reporting a BB sitting on their deck – Advised BBQ is clean -BB appeared to be departing the yard at end of call. -',null,null,null,null,null,null,'',null,'2023-07-20 15:59:14','2023-07-20 15:59:14',null,'TBIRNEY@idir','2023-07-20 16:01:43',null,null,null,null,'OPEN','PORTCOQ',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029500','Bear cub present all day with no sign of the sow.',null,null,null,null,null,null,'Rugged Mountain Rd, Tahsis, BC',null,'2023-07-20 16:03:56','2023-07-20 16:03:56',null,'MAWILSON@idir','2023-07-21 10:39:11',null,null,null,null,'OPEN','TAHSIS',ST_GeomFromText('POINT(-126.6558599 49.9262176)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029502','Reporting an injured deer near the noted location. It has a front leg injury with bone sticking out.',null,null,null,null,null,null,'Montigny Rd and Thacker Dr, West Kelowna, BC','MONTIGNY RD & THACKER DR','2023-07-20 16:10:12','2023-07-20 16:10:12',null,'JHANRATT@idir','2023-07-20 16:44:30',null,null,null,null,'CLOSED','WSTKELOW',ST_GeomFromText('POINT(-119.5496769 49.8489424)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029503','Garbage bins are store outside – one of which was accessed. - -caller does not have a garage to store garbage.',null,null,null,null,null,null,'',null,'2023-07-20 16:10:41','2023-07-20 16:10:41',null,'TBIRNEY@idir','2023-07-20 16:15:24',null,null,null,null,'OPEN','ABTFRD',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029504','COM reported a BB that keeps coming into their yard. There is no garbage and livestock feed for chickens is kept in the house. Livestock dogs and electrical fencing are not deterring the BB from sniffing around. ',null,null,null,null,null,null,'2160 Powell Ave, South Hazelton, BC',null,'2023-07-20 16:18:47','2023-07-20 16:18:47',null,'FBKNIBBS@idir','2023-07-25 09:55:07',null,null,null,null,'CLOSED','SHZLTON',ST_GeomFromText('POINT(-127.6580485 55.2169572)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029505','A deer and fawn crossing the road. Fawn was limping hoof out to the side, in pain making some noise. Still mobile.',null,null,null,null,null,null,'Montigny Rd and Thacker Dr, West Kelowna, BC',null,'2023-07-20 16:20:21','2023-07-20 16:20:21',null,'JHANRATT@idir','2023-07-20 16:42:41',null,null,null,null,'CLOSED','WSTKELOW',ST_GeomFromText('POINT(-119.5496769 49.8489424)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029507','SFU security received a call for a bear sighting on campus. Went and searched the area but nothing found.',null,null,null,null,null,null,'8888 University Dr, Burnaby, BC',null,'2023-07-20 16:24:08','2023-07-20 16:24:08',null,'SMCCREAD@idir','2023-07-20 16:27:02',null,null,null,null,'CLOSED','BURNBY',ST_GeomFromText('POINT(-122.9183303 49.2765276)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029508','Reporting a bb in the house at the noted location. The sow and cub are in the basement eating frozen meatballs. Cst Lavoie 604-785-1741',null,null,null,null,null,null,'1253 Nestor St, Coquitlam, BC',null,'2023-07-20 16:26:46','2023-07-20 16:26:46',null,'JORFERGU@idir','2023-07-22 11:35:13',null,null,null,null,'OPEN','COQUITLM',ST_GeomFromText('POINT(-122.7781084 49.2894867)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029509','Caller reports a Bear wandering around unresponsive to people making noise etc. Needs to be hit with rocks before it will leave. Has a yellow tag.',null,null,null,null,null,null,'140 Seaview Pl, Lions Bay, BC',null,'2023-07-20 16:31:38','2023-07-20 16:31:38',null,'SZUKEWI@idir','2023-07-22 10:32:31',null,null,null,null,'OPEN','LIONSBAY',ST_GeomFromText('POINT(-123.2392166 49.4593556)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029511','Caller reports being on a trail and sighted a very large bear on the Old Orchard Trail in Abbotsford. Didn''t see the three cubs that had been earlier reported but saw a video of them. Is very concerned that there are this many bears operating in such a small area.',null,null,null,null,null,null,'Gladwin Rd, Abbotsford, BC',null,'2023-07-20 16:38:32','2023-07-20 16:38:32',null,'PDAYTON@idir','2023-07-24 15:22:02',null,null,null,null,'CLOSED','ABTFRD',ST_GeomFromText('POINT(-122.3156676 49.0576682)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029512','Calling to report a black bear walking down the street.',null,null,null,null,null,null,'Viewmont and Dudley Rd, Egmont','b','2023-07-20 16:51:34','2023-07-20 16:51:34',null,'ISCHMIDT@idir','2023-07-20 16:55:06',null,null,null,null,'CLOSED','EGMONT',ST_GeomFromText('POINT(-123.0989313 49.3445414)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029513','COM reporting a deer jumped in front of his vehicle and was hit. Deer was injured but was still mobile and left the scene. ',null,null,null,null,null,null,'22995 132 Ave, Maple Ridge, BC',null,'2023-07-20 16:54:50','2023-07-20 16:54:50',null,'TJHUNTER@idir','2023-07-21 09:48:43',null,null,null,null,'CLOSED','MAPLERID',ST_GeomFromText('POINT(-122.5849193 49.243938)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029514','Report an injured bear in Squamish. Not putting wait on rear right leg, it is still mobile.',null,null,null,null,null,null,'38551 Loggers Lane, Squamish, BC',null,'2023-07-20 17:05:39','2023-07-20 17:05:39',null,'CROCHON@idir','2023-07-21 14:40:25',null,null,null,null,'OPEN','SQUMISH',ST_GeomFromText('POINT(-123.1457861 49.7072106)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029515','COM reporting a bb that has been getting into garbage over the last week, breaking in despite the garbage being strapped down. COM has mainly seen the bb on camera sighting, usually in the afternoon. Bb is not very responsive to hazing. ',null,null,null,null,null,null,'5786 Cook Cres, Prince George, BC',null,'2023-07-20 17:05:49','2023-07-20 17:05:49',null,'SGBATES@idir','2023-08-09 09:56:53',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.777459 53.9813121)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029518','A doe has been struck by a car at 1700. Laying down in yard at address below. - -call reporting party when onscene as there is a fawn associated with this doe and it is hiding in her yard.',null,null,null,null,null,null,'22975 132 Ave, Maple Ridge, BC',null,'2023-07-20 17:08:05','2023-07-20 17:08:05',null,'SMCCREAD@idir','2023-07-20 17:17:20',null,null,null,null,'OPEN','MAPLERID',ST_GeomFromText('POINT(-122.5853734 49.2421464)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029519','BB at the park where there is a playground and many families present.',null,null,null,null,null,null,'60 Lions Bay Ave, Lions Bay, BC','Lions Bay Beach Park','2023-07-20 17:08:57','2023-07-20 17:08:57',null,'SZUKEWI@idir','2023-07-22 10:34:19',null,null,null,null,'CLOSED','LIONSBAY',ST_GeomFromText('POINT(-123.2396988 49.4535962)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029520','Doe with a wire wrapped around its left fore leg, by its body with obvious blood. laying down on the gravel patch by their front door. It has two fawns. They request a call before someone going out.',null,null,null,null,null,null,'2198 Princeton-Summerland Rd, Princeton, BC',null,'2023-07-20 17:09:47','2023-07-20 17:09:47',null,'PRPIKE@idir','2023-07-21 09:17:06',null,null,null,null,'OPEN','PRINCETN',ST_GeomFromText('POINT(-120.3628239 49.6240594)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029521','COM reporting a yearling bb that has an injured rear right leg. Bb is currently lying down close to the walking trail and the park. COM was concerned that the injured bb could come in conflict with park and trail users, but currently there is no conflict. ',null,null,null,null,null,null,'38550 Loggers Lane, Squamish, BC','Rose Park','2023-07-20 17:11:11','2023-07-20 17:11:11',null,'CROCHON@idir','2023-07-21 14:43:51',null,null,null,null,'OPEN','SQUMISH',ST_GeomFromText('POINT(-123.1441671 49.7082978)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029522','Reporting a doe with garden netting over her head and legs are in a couple of the holes. She has 2 fawns with her. She is able to walk and eat although she is kind of tripping on it. The fawns are in a neighbouring yard.',null,null,null,null,null,null,'2005 5th St N, Cranbrook, BC',null,'2023-07-20 17:12:12','2023-07-20 17:12:12',null,'JMELENKA@idir','2023-07-26 12:27:09',null,null,null,null,'CLOSED','CRANBRK',ST_GeomFromText('POINT(-115.7529301 49.5160839)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029524','Deer in a fenced in transfer station .5km north of Traders Cove. COM states the fence is 6 feet high and doesn''t think the deer can jump it.',null,null,null,null,null,null,'Westside Rd, West Kelowna, BC','.5km north of Traders Cove','2023-07-20 17:18:45','2023-07-20 17:18:45',null,'JHANRATT@idir','2023-07-21 14:54:27',null,null,null,null,'CLOSED','WSTKELOW',ST_GeomFromText('POINT(-119.5374253 49.9044871)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029525','Reporting a doe with 3 fawns. Two of the fawns have been struck near the noted location.',null,null,null,null,null,null,'Carrs Landing Rd and Okanagan Centre Rd E and Okanagan Centre Rd W, Lake Country, BC',null,'2023-07-20 17:19:29','2023-07-20 17:19:29',null,'JHANRATT@idir','2023-07-21 15:04:25',null,null,null,null,'OPEN','LAKECNRY',ST_GeomFromText('POINT(-119.4382931 50.0628112)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029526','COM reporting a bb cub that has been orphaned, sow was hit by a car, and the cub is present with the sow''s carcass attempting to nurse. ',null,null,null,null,null,null,'Keefes Landing Rd, Grassy Plains, BC','Just south of Grassy Plains Gospel Church ','2023-07-20 17:22:08','2023-07-20 17:22:08',null,'SGBATES@idir','2023-07-23 12:48:28',null,null,null,null,'CLOSED','BURNLK',ST_GeomFromText('POINT(-125.8897174 53.9409129)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029527','There is a black bear up a tree on a multiuse path between the Squamish Adventure Center and the Squamish Adventure Inn. Someone earlier said that it may be injured. it is a yearling bear. Having difficulty staying in tree.',null,null,null,null,null,null,'Loggers Lane, Squamish, BC','Near Rose Park','2023-07-20 17:26:10','2023-07-20 17:26:10',null,'CROCHON@idir','2023-07-21 14:49:59',null,null,null,null,'OPEN','SQUMISH',ST_GeomFromText('POINT(-123.1441679 49.7083634)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029528','Reporting a bb near the noted location.',null,null,null,null,null,null,'','CORNER OF FORD & NORWOOD','2023-07-20 17:31:38','2023-07-20 17:31:38',null,'KWINTERS@idir','2023-07-20 17:32:36',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029530','Juvenile BB accessing COM’s apple trees',null,null,null,null,null,null,'',null,'2023-07-20 17:36:06','2023-07-20 17:36:06',null,'ISCHMIDT@idir','2023-07-26 09:36:51',null,null,null,null,'OPEN','SQUMISH',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029533','Caller reports a small BB in their back yard.',null,null,null,null,null,null,'2653 Spuraway Ave, Coquitlam, BC',null,'2023-07-20 17:41:41','2023-07-20 17:41:41',null,'SMCCREAD@idir','2023-07-20 17:43:30',null,null,null,null,'CLOSED','COQUITLM',ST_GeomFromText('POINT(-122.8135174 49.2643759)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029534','sow and two cubs in the garage -- unknown attractants -no interactions - -emailed due to garage entry',null,null,null,null,null,null,'',null,'2023-07-20 17:46:26','2023-07-20 17:46:26',null,'TBIRNEY@idir','2023-07-20 17:48:06',null,null,null,null,'CLOSED','SECHELT',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029535','COM reporting a bb that has been getting into their garbage each night over the last week. Garbage is secured in municipal lock boxes, but the bear breaks those. In the process of getting a new bin. Bb frequently comes multiple times a night. Can be hazed if they catch the bb, but then they come back. ',null,null,null,null,null,null,'1014 Carnaby Pl, District of North Vancouver, BC',null,'2023-07-20 17:51:41','2023-07-20 17:51:41',null,'SZUKEWI@idir','2023-07-25 15:35:55',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.0033379 49.3161763)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029540','Calling to report a pair of black bears were seen in the town house complex today',null,null,null,null,null,null,'3351 Horn St, Abbotsford, BC',null,'2023-07-20 18:00:25','2023-07-20 18:00:25',null,'ISCHMIDT@idir','2023-07-20 18:02:19',null,null,null,null,'CLOSED','ABTFRD',ST_GeomFromText('POINT(-122.310104 49.0634149)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029541','Caller observed a tourists whose picnic was interrupted by a BB. Tourists recorded the BB, and laughed – zero attempt to haze. -Caller attempted to spur the tourists into productive action, no joy. - -LVM CO Zukewich -LVM CO Popjes -LVM CO Schumacher -LVM A/Sgt Mueller',null,null,null,null,null,null,'','Lynn valley park – near the cafe','2023-07-20 18:03:27','2023-07-20 18:03:27',null,'TBIRNEY@idir','2023-07-20 18:08:42',null,null,null,null,'OPEN','NORVAN',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029542','Social media conversations indicate that youth observed a cougar on a popular path above Mosely road. Post was created ~1730 - -Phoned on-duty local officers due to potentially recent sighting in a busy pedestrian area -',null,null,null,null,null,null,'','path above mosely road','2023-07-20 18:09:52','2023-07-20 18:09:52',null,'MAWILSON@idir','2023-07-21 10:40:40',null,null,null,null,'CLOSED','COURTNY',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029543','Reporting a bb that keeps coming to the noted location and breaking into their garbage. The same bear comes through caller''s yard and hits the street.',null,null,null,null,null,null,'633 Thurston Terr, Port Moody, BC',null,'2023-07-20 18:16:35','2023-07-20 18:16:35',null,'KWINTERS@idir','2023-07-20 18:19:25',null,null,null,null,'OPEN','PORTMDY',ST_GeomFromText('POINT(-122.8239002 49.2877266)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029544','COM reporting a bb walking through Edgemont Village. No conflict noted, "he seems chill". *Emailing due to highly visible area. ',null,null,null,null,null,null,'3255 Edgemont Blvd, District of North Vancouver, BC','Edgemont Village','2023-07-20 18:18:51','2023-07-20 18:18:51',null,'DAGRAY@idir','2023-07-20 18:30:36',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.1046182 49.3386803)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029546','Reporting a bb laying in his backyard. He appears to be panting and relaxing in the grass.',null,null,null,null,null,null,'',null,'2023-07-20 18:24:31','2023-07-20 18:24:31',null,'KWINTERS@idir','2023-07-20 18:26:43',null,null,null,null,'CLOSED','WSTVANCO',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029547','Caller reports seeing a doe wrapped in pieces of plastic rope with two fawns in tow. It is around her body, neck etc. Netting and string, possibly from a garden fencing. - -Caller will be available to direct a CO if necessary',null,null,null,null,null,null,'2117 4th St N, Cranbrook, BC',null,'2023-07-20 18:30:28','2023-07-20 18:30:28',null,'JMELENKA@idir','2023-07-26 12:23:16',null,null,null,null,'CLOSED','CRANBRK',ST_GeomFromText('POINT(-115.7510554 49.5154239)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029549','COM reporting a bb sow with two cubs in the area. Staff at the Petrocan were concerned as there was a baseball game happening at a nearby school field and some of the kids had wandered away unattended and could come in conflict with the sow. Staff from the Petrocan had escorted the kids back to their parents. ',null,null,null,null,null,null,'6080 Sooke Rd, Sooke, BC','PetroCan ','2023-07-20 18:35:54','2023-07-20 18:35:54',null,'MAWILSON@idir','2023-07-21 10:50:02',null,null,null,null,'CLOSED','SOOKE',ST_GeomFromText('POINT(-123.6901721 48.387378)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029555','Reporting a bb near the noted location. It looks to have an injured leg. - -COM: Norman 604-902-4359',null,null,null,null,null,null,'6127 Eagle Ridge Cres, Whistler, BC','HWY 99 & VILLAGE GATE BLVD','2023-07-20 20:01:04','2023-07-20 20:01:04',null,'KWINTERS@idir','2023-07-20 20:02:23',null,null,null,null,'OPEN','WHISTLER',ST_GeomFromText('POINT(-122.9606199 50.1153446)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029556','Reporting that her kids saw a cougar this afternoon near the noted location. It wandered off into the bushes.',null,null,null,null,null,null,'','MOSLEY ROAD N ON A TRAIL','2023-07-20 15:00:00','2023-07-20 20:03:21',null,'MAWILSON@idir','2023-07-21 13:43:27',null,null,null,null,'CLOSED','COURTNY',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029559','Caller reports that her two horses seem to have been attacked by a cougar last night. Caller is concerned that this cat will return and kill the horses. - -Req that a CO call to advise.',null,null,null,null,null,null,'11402 Hodgkin Rd, Lake Errock, BC','the field where the horses are kept is a big field on the left while approaching the address','2023-07-20 20:20:27','2023-07-20 20:20:27',null,'EVEROBER@idir','2023-07-22 11:37:31',null,null,null,null,'OPEN','LKEEROCK',ST_GeomFromText('POINT(-122.0060141 49.2108186)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029560','Reporting a bb near the noted location.',null,null,null,null,null,null,'','GARIBALDI HIGHLANDS CROSSING PERTH','2023-07-20 20:31:49','2023-07-20 20:31:49',null,'KWINTERS@idir','2023-07-20 20:33:10',null,null,null,null,'CLOSED','SQUMISH',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029561','Reporting that there has been a BB that has been spotted roaming around in the immedate area around caller''s residence. Caller states that the BB appears to favour the numerous berry trees/bushes in the area and was last seen 30 mins prior to call in wandering down the street and down driveways close to resident''s doors. No ATB observed. ',null,null,null,null,null,null,'6117 Eagle Dr, Whistler, BC',null,'2023-07-20 20:33:22','2023-07-20 20:33:22',null,'DDAVIS@idir','2023-07-20 20:42:39',null,null,null,null,'OPEN','WHISTLER',ST_GeomFromText('POINT(-122.9618889 50.1162524)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029562','Reporting that this morning a bear came and knocked over the neighbour''s garbage on garbage day. This evening caller was out in the garden and she saw the bear on her fence. She yelled and blew a whistle and the bear went on the other side. ',null,null,null,null,null,null,'',null,'2023-07-20 20:39:18','2023-07-20 20:39:18',null,'KWINTERS@idir','2023-07-20 20:43:20',null,null,null,null,'OPEN','COQUITLM',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029564','COM reporting several sightings of a wolf around the noted location, posted on local social media. No immediate conflict noted. COM has photos. ',null,null,null,null,null,null,'520 5th Ave W, Prince Rupert, BC','Service Park','2023-07-20 21:09:39','2023-07-20 21:09:39',null,'DAGRAY@idir','2023-07-20 21:15:05',null,null,null,null,'CLOSED','PRINCRUP',ST_GeomFromText('POINT(-130.3242406 54.3108583)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029565','Reporting an injured doe. She has a rear leg injury, non weight bearing. The bottom of the leg is just dangling',null,null,null,null,null,null,'','11TH AVE & 12TH ST S','2023-07-20 21:13:40','2023-07-20 21:13:40',null,'RKRENZ@idir','2023-08-04 14:07:56',null,null,null,null,'CLOSED','CRANBRK',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029568','Reporting a huge bb that is making its way through their yard and the neighbors yard.',null,null,null,null,null,null,'2263 Read Pl, Squamish, BC',null,'2023-07-20 21:34:31','2023-07-20 21:34:31',null,'SMCCREAD@idir','2023-07-20 21:36:17',null,null,null,null,'CLOSED','SQUMISH',ST_GeomFromText('POINT(-123.12295 49.7369628)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029569','COM reporting there is presently a cougar up a tree in their front yard. ',null,null,null,null,null,null,'1896 Townley St, Saanich, BC',null,'2023-07-20 21:38:30','2023-07-20 21:38:30',null,'MAWILSON@idir','2023-07-21 10:46:41',null,null,null,null,'CLOSED','SAANICH',ST_GeomFromText('POINT(-123.3250803 48.440523)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029570','COM reporting a beer cub wandering around the park. No immediate conflict noted. ',null,null,null,null,null,null,'7876 Taulbut St, Mission, BC','Centennial Park','2023-07-20 21:42:48','2023-07-20 21:42:48',null,'DAGRAY@idir','2023-07-20 21:44:39',null,null,null,null,'CLOSED','MISSION',ST_GeomFromText('POINT(-122.3054696 49.1454938)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029572','Reporting a BB that has returned to property for the second time today. First time was 2 hours prior to call in, then again a short time prior to call in. Caller states that her garbage is locked and secured but the BB was able to manage to get into it. Caller is not able to see the BB at this time but believes it hasn''t gone far. -',null,null,null,null,null,null,'1262 Eastview Rd, District of North Vancouver, BC',null,'2023-07-20 22:00:45','2023-07-20 22:00:45',null,'DDAVIS@idir','2023-07-20 22:07:48',null,null,null,null,'OPEN','NORVAN',ST_GeomFromText('POINT(-123.0393998 49.3233043)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029573','COM reporting a deer fawn that was hit by a car at the noted location and is injured and immobile. ',null,null,null,null,null,null,'Arbutus Rd and Haro Rd, Saanich, BC',null,'2023-07-20 22:04:12','2023-07-20 22:04:12',null,'MAWILSON@idir','2023-08-10 08:49:01',null,null,null,null,'OPEN','SAANICH',ST_GeomFromText('POINT(-123.2978192 48.4677917)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029575','Reporting a bb in the backyard and then went into the bushes.',null,null,null,null,null,null,'Rufus Dr, North Vancouver, BC',null,'2023-07-20 22:27:07','2023-07-20 22:27:07',null,'KWINTERS@idir','2023-07-20 22:31:45',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.0436973 49.3249696)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029576','COM reporting a pair of bbs knocking over her garbage cans. COM notes that a friend was staying at her place recently that wasn''t securing the garbage correctly, in since then she''s had beers coming back 3 times in the last week. While on the phone COM was banging pots and pans and it seems to be effective to move the bears on. ',null,null,null,null,null,null,'2185 Deep Cove Rd, District of North Vancouver, BC',null,'2023-07-20 23:43:01','2023-07-20 23:43:01',null,'DAGRAY@idir','2023-07-20 23:50:47',null,null,null,null,'OPEN','NORVAN',ST_GeomFromText('POINT(-122.9525387 49.3266902)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029577','Reporting a cougar at the camp at the upper part on a road called Chichester. A caretaker was in the area with a dog and the cougar didn''t react to the dog. They drove a car up to the area and the cougar walked off. There are 128 kids and 70 staff. Some kids are in cabins and some are in large canvas tents. ',null,null,null,null,null,null,'835 Berry Point Rd, Gabriola Island, BC','CAMP MIRAM','2023-07-20 23:30:00','2023-07-20 23:49:24',null,'DSEXTON@idir','2023-08-15 08:04:48',null,null,null,null,'OPEN','GABRIOLAI',ST_GeomFromText('POINT(-123.8294203 49.199224)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029578','Original caller phoned in on behalf of her friend (Angela 604-866-0048) who is in the below noted location reporting a BB that is close by. The camper (Angela) has 3 small children with her. Details were unknown to original caller (ie: getting into attractants, behaviour etc....). - -',null,null,null,null,null,null,'Site # 64 - Alice Lake Campground',null,'2023-07-21 00:16:16','2023-07-21 00:16:16',null,'SZUKEWI@idir','2023-07-22 10:43:45',null,null,null,null,'OPEN','SQUMISH',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029579','COM reporting a black bear getting into garbage outside her building (garbage day is tomorrow). COM attempted to scare the bear away with yelling but it was ineffective. ',null,null,null,null,null,null,'3035 Coast Meridian Rd, Port Coquitlam, BC',null,'2023-07-21 00:35:36','2023-07-21 00:35:36',null,'DAGRAY@idir','2023-07-21 00:40:00',null,null,null,null,'OPEN','PORTCOQ',ST_GeomFromText('POINT(-122.7564775 49.2679377)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029580','Reporting a BB spotted wandering down Quarry Road toward Victoria Dr. No ATB observed. ',null,null,null,null,null,null,'Gilleys Trail and Quarry Rd and Victoria Dr, Coquitlam, BC',null,'2023-07-21 00:43:33','2023-07-21 00:43:33',null,'DDAVIS@idir','2023-07-21 00:46:43',null,null,null,null,'CLOSED','PORTCOQ',ST_GeomFromText('POINT(-122.7166276 49.2975778)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029585','COM: Janice Richardson (778-321-3443) reported to RCMP that a BB jumped the fence into the backyard of below noted location. COM does not live there and is in a neighbouring residence. ',null,null,null,null,null,null,'839 Greene St, Coquitlam, BC',null,'2023-07-21 05:01:06','2023-07-21 05:01:06',null,'DDAVIS@idir','2023-07-21 05:03:11',null,null,null,null,'CLOSED','COQUITLM',ST_GeomFromText('POINT(-122.7928615 49.264827)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029587','COM: Laura Smith 250-837-5749 reported to RCMP that a BB was seen a short time ago grabbing a bag of garbage from a neighbouring residence, crossed the street and laid down and fed on the garbage. ',null,null,null,null,null,null,'1100 First St W, Revelstoke, BC',null,'2023-07-21 05:09:42','2023-07-21 05:09:42',null,'ETYUKODI@idir','2023-07-31 12:42:29',null,null,null,null,'CLOSED','REVELSTO',ST_GeomFromText('POINT(-118.205871 51.0051429)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029588','Reporting an injured immobile deer laying on the side of the road in the below noted location. Caller states he was the driver that struck the deer. ',null,null,null,null,null,null,'Evans Rd and Hwy 97C, Ashcroft, BC',null,'2023-07-21 05:51:46','2023-07-21 05:51:46',null,'PRPIKE@idir','2023-07-21 09:01:06',null,null,null,null,'OPEN','ASHCROF',ST_GeomFromText('POINT(-121.2784647 50.7260578)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029589','Reporting a problem BB that has been spotted in the area recently. Caller states that this morning he noticed his garbage was knocked over and accessed. Caller believes that the BB dragged the garbage into the green space behind residence. ',null,null,null,null,null,null,'34180 Heather Dr, Abbotsford, BC',null,'2023-07-21 06:06:22','2023-07-21 06:06:22',null,'ALBUCHAN@idir','2023-07-24 12:15:02',null,null,null,null,'OPEN','ABTFRD',ST_GeomFromText('POINT(-122.2777209 49.0356839)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029591','Reporting an injured immobile deer laying on the shoulder of the Hwy in the below noted location. ',null,null,null,null,null,null,'Hwy 97, Falkland, BC','8 mins outside of Falkland - on the right hand side heading toward Falkland from Vernon ','2023-07-21 06:10:30','2023-07-21 06:10:30',null,'TBECK@idir','2023-07-21 08:14:14',null,null,null,null,'CLOSED','FALKLAND',ST_GeomFromText('POINT(-119.5184296 50.4695369)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029592','COM reported a BB that got into their garbage outside their door. COM had the garbage strapped down. ',null,null,null,null,null,null,'2262 Rolla Pl, Highlands, BC',null,'2023-07-21 06:11:01','2023-07-21 06:11:01',null,'MAWILSON@idir','2023-07-21 10:43:42',null,null,null,null,'OPEN','HIGHLAND',ST_GeomFromText('POINT(-123.4568764 48.4959341)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029594','Reporting a racoon inside a trap along the side of residence. There are also 2 racoons ''guarding'' the outside of the trap. ',null,null,null,null,null,null,'161 Crescent St, Castlegar, BC',null,'2023-07-21 06:18:44','2023-07-21 06:18:44',null,'BBEETLES@idir','2023-07-21 17:44:28',null,null,null,null,'CLOSED','CSTLGR',ST_GeomFromText('POINT(-117.6683731 49.3278316)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029595','COM reported a fawn that can not move its hind legs. The doe is nearby. ',null,null,null,null,null,null,'','100 yards south east of Silverado Place and Camelback drive at a new housing development','2023-07-21 06:28:00','2023-07-21 06:28:42',null,'GSMALL@idir','2023-07-21 16:46:53',null,null,null,null,'CLOSED','KELOWNA',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029596','COM reported there is a BB in a trap behind the band office. ',null,null,null,null,null,null,'','By the band office. ','2023-07-21 06:49:56','2023-07-21 06:49:56',null,'MAWILSON@idir','2023-07-21 16:05:36',null,null,null,null,'CLOSED','PORTHRDY',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029597','COM reported a deer tangled in rope in the back yard at the given address. The rope is tied to a tree and the rope is around its antlers. ',null,null,null,null,null,null,'1706 Kisber Ave, Saanich, BC',null,'2023-07-21 07:02:16','2023-07-21 07:02:16',null,'MAWILSON@idir','2023-08-10 08:47:29',null,null,null,null,'OPEN','SAANICH',ST_GeomFromText('POINT(-123.3282306 48.4623992)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029599','Coyote walking around. ',null,null,null,null,null,null,'E 51st Ave, Vancouver, BC','Prince Albert (?) and 51st, Vancouver','2023-07-21 07:27:10','2023-07-21 07:27:10',null,'doweber@idir','2023-07-21 07:29:34',null,null,null,null,'CLOSED','VANCOUVR',ST_GeomFromText('POINT(-123.0682813 49.2234618)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029601','COM is reporting an injured and immobile deer on the side of the highway at the noted location. Deer is on the NB side of the highway. ',null,null,null,null,null,null,'Deloume Rd and Trans-Canada Hwy, Mill Bay, BC',null,'2023-07-21 07:36:49','2023-07-21 07:36:49',null,'MAWILSON@idir','2023-08-10 08:43:32',null,null,null,null,'OPEN','MILLBAYB',ST_GeomFromText('POINT(-123.5601601 48.6525074)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029605','Injured little mule buck, it just layed down. Must have have been hit, broken antler and broken back leg. At the bottom of the below road and through the gate on FN Land. ',null,null,null,null,null,null,'Old Ferry Wharf Rd, West Kelowna, BC',null,'2023-07-21 07:42:55','2023-07-21 07:42:55',null,'GSMALL@idir','2023-07-21 16:42:47',null,null,null,null,'CLOSED','WSTKELOW',ST_GeomFromText('POINT(-119.5347715 49.8865997)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029606','COM is reporting coyotes in a residential gated complex at the noted location. Advised they are living in a greenspace just north of the complex. No aggression towards humans and their pets reported. COM suspects they are hunting wildlife in the area such as quail and small birds. COM advises that residents have noticed a decreased population of water fowl in the greenspace north of the housing complex. ',null,null,null,null,null,null,'3370 Casorso Rd, Kelowna, BC',null,'2023-07-21 07:53:05','2023-07-21 07:53:05',null,'IPAVLOVI@IDIR','2023-07-21 07:58:14',null,null,null,null,'CLOSED','KELOWNA',ST_GeomFromText('POINT(-119.4859639 49.8586964)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029608','COM is reporting that the bear trap has caught a bear. ',null,null,null,null,null,null,'99 Tsakis Way, Port Hardy, BC',null,'2023-07-21 07:58:30','2023-07-21 07:58:30',null,'MAWILSON@idir','2023-07-21 10:48:50',null,null,null,null,'CLOSED','PORTHRDY',ST_GeomFromText('POINT(-127.4068932 50.6948749)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029611','COM working at the Maple Ridge water reservoir noted a staff sighting of a cougar. There was no conflict. ',null,null,null,null,null,null,'26285 Dewdney Trunk Rd, Maple Ridge, BC',null,'2023-07-21 07:59:56','2023-07-21 07:59:56',null,'PDAYTON@idir','2023-07-24 15:10:47',null,null,null,null,'CLOSED','MAPLERID',ST_GeomFromText('POINT(-122.4937712 49.2221609)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029615','COM reported a young BB that is going into yards along the lake on the noted Rd. COM noticed there has been garbage strewn around the BB is getting from somewhere. ',null,null,null,null,null,null,'','10 Mile Lake Rd. ','2023-07-21 08:21:26','2023-07-21 08:21:26',null,'JMILLETT@idir','2023-07-26 14:37:50',null,null,null,null,'CLOSED','QUESNEL',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029622','COM reported a deer with netting stuck in its antlers that is dragging on the ground. ',null,null,null,null,null,null,'521 Skidegate Property, Skidegate, BC',null,'2023-07-21 08:43:00','2023-07-21 08:43:00',null,'AMAESTRE@idir','2023-07-23 15:27:24',null,null,null,null,'CLOSED','SKIDGATL',ST_GeomFromText('POINT(-131.9734998 53.2840802)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029623','COM reported a deer with an injured leg and looking malnourished laying in their yard for 30 minutes between units 15 and 17 at the noted address. ',null,null,null,null,null,null,'1580 Springhill Dr, Kamloops, BC',null,'2023-07-21 08:46:33','2023-07-21 08:46:33',null,'JCONNAT@idir','2023-07-22 12:13:33',null,null,null,null,'CLOSED','KAMLOOPS',ST_GeomFromText('POINT(-120.3535079 50.6605272)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029624','Coyote walking near 19th & 20th Ave West -10 min ago, looked young.',null,null,null,null,null,null,'W 19th Ave, Vancouver, BC','19th & 20th Ave West','2023-07-21 08:54:02','2023-07-21 08:54:02',null,'doweber@idir','2023-07-21 08:56:30',null,null,null,null,'CLOSED','VANCOUVR',ST_GeomFromText('POINT(-123.1505728 49.2544895)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029625','COM is reporting seeing a black bear leave their yard this morning. No food conditioned or aggressive behaviour reported. ',null,null,null,null,null,null,'3944 Westridge Ave, West Vancouver, BC',null,'2023-07-21 09:02:54','2023-07-21 09:02:54',null,'IPAVLOVI@IDIR','2023-07-21 09:04:01',null,null,null,null,'CLOSED','WSTVANCO',ST_GeomFromText('POINT(-123.2289589 49.3463609)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029626','Coyote at 7th & Della Pt Road. ',null,null,null,null,null,null,'7th St, Gibsons, BC',null,'2023-07-21 09:04:47','2023-07-21 09:04:47',null,'doweber@idir','2023-07-21 09:08:00',null,null,null,null,'CLOSED','GIBSONS',ST_GeomFromText('POINT(-123.5513919 49.3908044)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029628','COM reporting fawn with 2 broken legs - -0910 briefed CO Beck',null,null,null,null,null,null,'Carmi Rd, Penticton, BC','house with white Ford dually with a tractor on a trailer. 200m past the powerlines heading up Carmi','2023-07-21 09:08:08','2023-07-21 09:08:08',null,'BRANBECK@idir','2023-07-21 11:07:59',null,null,null,null,'CLOSED','PENTICTN',ST_GeomFromText('POINT(-119.5223793 49.4873775)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029631','COM reporting BB in garge',null,null,null,null,null,null,'4545 Rushmere Rd, Invermere, BC','vicinity','2023-07-21 09:15:02','2023-07-21 09:15:02',null,'GPKRUGER@idir','2023-07-25 15:21:41',null,null,null,null,'CLOSED','INVERMER',ST_GeomFromText('POINT(-115.9516759 50.4155488)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029634','COM reporting deer with an injured leg',null,null,null,null,null,null,'707 Esquimalt Rd, Victoria, BC',null,'2023-07-21 09:19:09','2023-07-21 09:19:09',null,'MAWILSON@idir','2023-08-10 09:07:57',null,null,null,null,'CLOSED','VICTORIA',ST_GeomFromText('POINT(-123.3922314 48.4306549)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029635','COM reports a racoon tried to attack her dog and while trying to protect the dog, the racoon ending up biting the COM 2x on the knee and one time on her finger',null,null,null,null,null,null,'E 54th Ave, Vancouver, BC','at Kerr St. in front of fire hall','2023-07-19 19:23:00','2023-07-21 09:23:30',null,'BMUELLER@idir','2023-08-04 09:43:30',null,null,null,null,'OPEN','NORVAN',ST_GeomFromText('POINT(-123.0719525 49.2203689)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029636','COM reported a BB that broke into a wood garbage bin at their residence. COM noted it seems habituated to the area and is not easily scared off. ',null,null,null,null,null,null,'4507 Rushmere Rd, Invermere, BC',null,'2023-07-21 09:23:58','2023-07-21 09:23:58',null,'GPKRUGER@idir','2023-07-25 15:22:02',null,null,null,null,'CLOSED','INVERMER',ST_GeomFromText('POINT(-115.9563539 50.413325)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029638','COM reported a BB that has been in the area for a while and got into a garbage can at the given address. ',null,null,null,null,null,null,'4507 Rushmere Rd, Invermere, BC',null,'2023-07-21 09:31:00','2023-07-21 09:31:56',null,'GPKRUGER@idir','2023-07-25 15:22:26',null,null,null,null,'CLOSED','INVERMER',ST_GeomFromText('POINT(-115.9563539 50.413325)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029639','COM reports there is an orphaned fawn on location as a result of doe being struck and killed by a car. Critter care is going to be picking it up',null,null,null,null,null,null,'22850 132 Ave, Maple Ridge, BC',null,'2023-07-21 09:36:10','2023-07-21 09:36:10',null,'TJHUNTER@idir','2023-07-21 09:51:03',null,null,null,null,'OPEN','MAPLERID',ST_GeomFromText('POINT(-122.5891347 49.2402239)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029640','Saanich Police are advising that they received a report of a cougar sighting at the noted location. COM was notified by construction workers at the site that they had just spotted the cougar and advised her not to go down to the beach. ',null,null,null,null,null,null,'Glencoe Cove Park ',null,'2023-07-21 09:17:00','2023-07-21 09:37:23',null,'MAWILSON@idir','2023-07-21 11:20:09',null,null,null,null,'OPEN','SAANICH',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029641','COM reporting a tagged BB getting into garbage and its not leaving. Yesterday the BB walked into the garage while he was in there and was not afraid. ',null,null,null,null,null,null,'105 Seaview Pl, Lions Bay, BC',null,'2023-07-21 09:38:44','2023-07-21 09:38:44',null,'SZUKEWI@idir','2023-07-22 10:55:02',null,null,null,null,'OPEN','LIONSBAY',ST_GeomFromText('POINT(-123.2385678 49.459132)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029642','COM is reporting black bears that come into his backyard every night for the last few days. No food conditioned or aggressive behaviour reported. ',null,null,null,null,null,null,'285 Juniper Cres, Squamish, BC',null,'2023-07-21 09:42:10','2023-07-21 09:42:10',null,'IPAVLOVI@IDIR','2023-07-21 09:44:57',null,null,null,null,'CLOSED','SQUMISH',ST_GeomFromText('POINT(-123.1289865 49.7034943)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029643','COM reported two BBs that have come up their driveway about every two weeks. COM noted there are no attractants outside. The COM heard the BBs in the neighbour''s garbage. -**COM is looking for advice on deterring bears. ',null,null,null,null,null,null,'',null,'2023-07-21 09:49:05','2023-07-21 09:49:05',null,'DTALEVSK@idir','2023-07-21 09:54:43',null,null,null,null,'OPEN','NORVAN',ST_GeomFromText('POINT(-122.9618793 49.3044704)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029646','SECTION 1: PERSONAL INFORMATION -Name Randi Byrne -Phone (416) 788-8894 -Email randi.byrne@armec.ca -Address 255 Oceanview Rd -SECTION 2: VIOLATION REPORT -City where the violation occurred Lions Bay -Did you observe the violation? Yes - • Wildlife -Details of the violation Bear got into garbage within 30 minutes of putting it out. We put our garbage out within 60 minutes of pick up (we have timed pick up). -Bear grabbed a bag out of the bin and dragged it to my yard, into the laurels. Yelling, throwing rocks, then logs, then gardening shears and loppers did not disturb the bear at all. It didn''t move an inch. It just kept eating the bag. -Witnesses I have this partially on camera ',null,null,null,null,null,null,'255 Oceanview Rd, Lions Bay, BC',null,'2023-07-21 09:56:12','2023-07-21 09:56:12',null,'SZUKEWI@idir','2023-08-04 13:42:47',null,null,null,null,'OPEN','LIONSBAY',ST_GeomFromText('POINT(-123.2331299 49.4545722)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029647','There was a deer that impaled itself on a fence. The deer is on the business'' main front gate. The COM is unable to get it off the fence themselves. Half of the carcass in on the road side of the fence. The caller will contact hwy maintenance as well to se if they will collect the carcass. ',null,null,null,null,null,null,'1300 Fisher Rd, Cobble Hill, BC','Corner of Fisher Rd and the Hwy ','2023-07-21 10:02:34','2023-07-21 10:02:34',null,'MAWILSON@idir','2023-08-10 09:09:53',null,null,null,null,'CLOSED','COBBLHIL',ST_GeomFromText('POINT(-123.590642 48.6947388)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029648','Black wolf has been around for a few days. Today it ate a dog from the doorstep and brushed against a child. ',null,null,null,null,null,null,'Jade City, BC',null,'2023-07-21 10:03:32','2023-07-21 10:03:32',null,'RYCALDWE@idir','2023-08-02 13:08:52',null,null,null,null,'CLOSED','JADECITY',ST_GeomFromText('POINT(-129.6266667 59.2580556)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029649','COM is advising that her son went to take the dog out last night and at the end of the driveway there was a coyote. COM son attempted to scare the coyote away but it started approaching her son and the dog. COM son picked up the dog and retreated inside their home. COM then looked out the window and saw the coyote was lingering in their car port. Also advised that last weekend COM took the dog out and was followed by the coyote. ',null,null,null,null,null,null,'1970 Hillside Ave, Coquitlam, BC',null,'2023-07-21 10:04:40','2023-07-21 10:04:40',null,'IPAVLOVI@IDIR','2023-07-21 10:09:23',null,null,null,null,'OPEN','COQUITLM',ST_GeomFromText('POINT(-122.840025 49.2326777)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029651','COM reporting BB with an injured leg',null,null,null,null,null,null,'Eagle Dr, Whistler, BC',null,'2023-07-21 10:05:40','2023-07-21 10:05:40',null,'DLEWERS@idir','2023-07-21 10:06:50',null,null,null,null,'OPEN','WHISTLER',ST_GeomFromText('POINT(-122.9619963 50.1204017)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029653','COM is reporting a coyote in their neighbourhood that has been visiting different houses. Advised that the houses the coyote visits has pets. ',null,null,null,null,null,null,'118 Warrick St, Coquitlam, BC',null,'2023-07-21 10:10:14','2023-07-21 10:10:14',null,'PDAYTON@idir','2023-07-24 15:10:11',null,null,null,null,'CLOSED','COQUITLM',ST_GeomFromText('POINT(-122.8331879 49.2328645)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029656','SUNSHINE COAST RCMP - reporting a BB that was hit and is pinned under the truck in Garden Bay. -Provided address below. RP: ERIC 604-218-5566 -RCMP member en route. RCMP #23-5082.',null,null,null,null,null,null,'13525 Sunshine Coast Hwy, Garden Bay, BC',null,'2023-07-21 10:15:58','2023-07-21 10:15:58',null,'DTALEVSK@idir','2023-07-21 10:47:41',null,null,null,null,'OPEN','GARDENBY',ST_GeomFromText('POINT(-123.9699211 49.6362146)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029657','COM is reporting he has cherry trees which he stripped due to bear activity. COM advises that bears are still coming by, a sow and 2 cubs. COM is capturing them on security cameras. No aggressive behaviour reported. ',null,null,null,null,null,null,'222 Russett Dr, Penticton, BC',null,'2023-07-21 10:17:58','2023-07-21 10:17:58',null,'BRANBECK@idir','2023-07-21 11:30:02',null,null,null,null,'CLOSED','PENTICTN',ST_GeomFromText('POINT(-119.6238808 49.4928443)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029659','COM thinks she saw a cougar outside her window this morning. Advised that the animal was the colour of the brown grass and had a long tail. Emailing due to time delay. ',null,null,null,null,null,null,'548 Dallas Rd, Victoria, BC',null,'2023-07-21 08:40:00','2023-07-21 10:21:16',null,'MAWILSON@idir','2023-07-21 13:45:15',null,null,null,null,'CLOSED','VICTORIA',ST_GeomFromText('POINT(-123.3752446 48.411414)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029661','Staff person saw a cougar up a tree at 0645 this morning at the below. -Cougar left once the staff member returned in doors. ',null,null,null,null,null,null,'26281 Dewdney Trunk Rd, Maple Ridge, BC',null,'2023-07-21 10:24:36','2023-07-21 10:24:36',null,'PDAYTON@idir','2023-07-24 15:09:47',null,null,null,null,'CLOSED','MAPLERID',ST_GeomFromText('POINT(-122.4939279 49.2208143)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029662','RCMP are advising that they received a report of an injured fawn at the noted location. Fawn is in a ditch and is immobile. -',null,null,null,null,null,null,'10th St S and 22nd Ave S and Victoria Ave S, Cranbrook, BC',null,'2023-07-21 10:25:39','2023-07-21 10:25:39',null,'JMELENKA@idir','2023-07-21 15:11:49',null,null,null,null,'OPEN','CRANBRK',ST_GeomFromText('POINT(-115.7514017 49.4999999)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029663','COM reported a deer with a broken back leg. The deer is standing, but did not scare off when the COM tried to scare off. It came from Vernon Creek. ',null,null,null,null,null,null,'UNIT 7 -- 2310 36 St, Vernon, BC',null,'2023-07-21 10:28:01','2023-07-21 10:28:01',null,'TBECK@idir','2023-07-21 12:39:59',null,null,null,null,'CLOSED','VERNON',ST_GeomFromText('POINT(-119.2820079 50.2582116)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029679','COM reporting BB''s that have been getting into compost and vegetable garden and the BB huffed at him a couple nights ago as it was between the COM and his house. ',null,null,null,null,null,null,'1807 Gibb Rd, Roberts Creek, BC',null,'2023-07-21 11:05:48','2023-07-21 11:05:48',null,'DLEWERS@idir','2023-07-21 11:07:56',null,null,null,null,'OPEN','ROBERTSC',ST_GeomFromText('POINT(-123.6588549 49.4474343)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029680','A doe with a young fawn is separated by a chain link fence from her other young fawn. Young fawn seems to be in a lot of distress. Caller cannot figure out how the fawn got in or how it can get out. Both fawns still have spots. Caller is a volunteer with the SPCA. ',null,null,null,null,null,null,'','Warren Ave beside the skate park, behind where fire fighters practice','2023-07-21 11:06:24','2023-07-21 11:06:24',null,'BRANBECK@idir','2023-07-21 14:34:56',null,null,null,null,'CLOSED','PENTICTN',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029681','COM reports BB has been getting in garbage last 2 weeks and attempted to get in his garage where the garbage is stored.',null,null,null,null,null,null,'3916 Southridge Ave, West Vancouver, BC',null,'2023-07-21 11:11:29','2023-07-21 11:11:29',null,'SZUKEWI@idir','2023-07-25 14:04:48',null,null,null,null,'CLOSED','WSTVANCO',ST_GeomFromText('POINT(-123.2261591 49.3462351)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029682','SECTION 1: PERSONAL INFORMATION -Name Dorothy Bartsoff -Phone (250) 615-7047 -SECTION 2: VIOLATION REPORT -City where the violation occurred Thornhill, BC -Did you observe the violation? Yes - • Wildlife -Details of the violation Grizzly Bear sighting -Seen July 20th at 9:45 -Krumm Road, -Thornhill, BC - -Black Bear Sighting -A couple days prior, a black bear was seen crossing on Krumm Road -Unsure if same bear or not. Was later told that neighbour was being chased by this bear - unsure if this is true. Unsure if this has been reported but wants to ensure it is reported. Black Bear was seen standing up, unsure if aggressive or not. -Description of the Suspect Large Grizzly and Black Bear -Witnesses Reporter did not observe the Grizzly bear, however neighbours and posts on Facebook regarding. Reporter did observe the black bear. -Additional Comments Large residentail area with big fields. Many kids and children in area so just concrened for the wellbeing of others. People walking all the time on these roads ',null,null,null,null,null,null,'Krumm Ave, Thornhill, BC',null,'2023-07-20 11:15:00','2023-07-21 11:15:32',null,'ALYUBOMU@idir','2023-07-25 13:14:21',null,null,null,null,'CLOSED','TERRACE',ST_GeomFromText('POINT(-128.5365305 54.4985727)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029683','A black bear cub is drawing a lot of attention. It was by the side of the walking trail off parking lot #1, in the woods by the bridge across the river to Blackcomb. ',null,null,null,null,null,null,'',null,'2023-07-21 11:17:33','2023-07-21 11:17:33',null,'RBACALL@idir','2023-07-21 11:20:42',null,null,null,null,'OPEN','WHISTLER',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029685','COM is reporting that a large doe just attacked her dogs in her yard. Advised that she charged at them and was striking them with her hooves. - - -',null,null,null,null,null,null,'1475 Dorval Rd, McBride Rural, BC',null,'2023-07-21 11:07:00','2023-07-21 11:27:26',null,'SPEELING@idir','2023-07-25 12:16:14',null,null,null,null,'CLOSED','MCBRIDE',ST_GeomFromText('POINT(-120.2152581 53.3234929)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029688','COM is reporting an ongoing issue with two bears in their housing complex. Destroyed two garbage bins. -This morning they went through the back end of the garbage shed on the lower level and upper levels. - -COM is requesting a call back ',null,null,null,null,null,null,'1170 Falcon Dr, Coquitlam, BC',null,'2023-07-21 11:36:27','2023-07-21 11:36:27',null,'IPAVLOVI@IDIR','2023-07-21 11:40:12',null,null,null,null,'OPEN','COQUITLM',ST_GeomFromText('POINT(-122.8199367 49.2813758)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029691','2 deer on Nelson Ave, one has an injured back end. Still mobile. ',null,null,null,null,null,null,'Manitoba St, Penticton, BC','Nelson & Manitoba ','2023-07-21 11:45:05','2023-07-21 11:45:05',null,'BRANBECK@idir','2023-07-21 14:36:35',null,null,null,null,'CLOSED','PENTICTN',ST_GeomFromText('POINT(-119.58265 49.4868194)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029696','COM is reporting an injured deer at the noted location. Advised that its back left leg is hanging off and the bone is sticking out. Deer is mobile. ',null,null,null,null,null,null,'','Cranbrook Lagoons- Wastewater Lagoons ','2023-07-21 11:58:49','2023-07-21 11:58:49',null,'JRISTO@idir','2023-07-21 15:28:56',null,null,null,null,'CLOSED','CRANBRK',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029697','COM reporting BB in garbage',null,null,null,null,null,null,'2645 Delahaye Dr, Coquitlam, BC',null,'2023-07-21 12:09:44','2023-07-21 12:09:44',null,'DLEWERS@idir','2023-07-21 12:11:00',null,null,null,null,'OPEN','COQUITLM',ST_GeomFromText('POINT(-122.8050057 49.2923941)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029698','COM is reporting that her brother saw a bear at the noted location. No food conditioned or aggressive behaviour. ',null,null,null,null,null,null,'Lighthouse Crt and Signal Crt, Coquitlam, BC',null,'2023-07-21 12:10:55','2023-07-21 12:10:55',null,'IPAVLOVI@IDIR','2023-07-21 12:12:20',null,null,null,null,'CLOSED','COQUITLM',ST_GeomFromText('POINT(-122.8169975 49.2652029)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029699','COM reporting BB sighting and it wont leave',null,null,null,null,null,null,'4866 Ten Mile Lake Rd, Quesnel, BC',null,'2023-07-21 12:13:14','2023-07-21 12:13:14',null,'DLEWERS@idir','2023-07-21 12:14:18',null,null,null,null,'CLOSED','QUESNEL',ST_GeomFromText('POINT(-122.4630434 53.0751283)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029702','COM is reporting seeing a bear in his yard today. COM advises that he has apricot trees on his property. No aggressive behaviour reported. ',null,null,null,null,null,null,'5591 30 St NE, Salmon Arm, BC',null,'2023-07-21 12:24:41','2023-07-21 12:24:41',null,'ETYUKODI@idir','2023-07-31 12:38:48',null,null,null,null,'CLOSED','SALMARM',ST_GeomFromText('POINT(-119.2519125 50.7404734)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029704','COM reporting a tagged BB getting into garbage and not afraid of humans',null,null,null,null,null,null,'2379 Thames Cres, Port Coquitlam, BC',null,'2023-07-21 12:35:30','2023-07-21 12:35:30',null,'DLEWERS@idir','2023-07-21 12:36:56',null,null,null,null,'OPEN','PORTCOQ',ST_GeomFromText('POINT(-122.7510924 49.2610457)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029706','COM is reporting a deer with an injured leg in his yard. Advised that the leg appears to be dangling off the deer. Deer is mobile. COM is hoping someone can take a look at the deer as he believes that it is hardly mobile and is likely suffering. ',null,null,null,null,null,null,'8790 Braeburn Dr, Coldstream, BC',null,'2023-07-21 12:37:40','2023-07-21 12:37:40',null,'ETYUKODI@idir','2023-07-24 17:48:50',null,null,null,null,'CLOSED','CLDSTRM',ST_GeomFromText('POINT(-119.2579911 50.2298033)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029707','COM reporting a red fox with 2 broken legs - -1243 briefed CO Adams',null,null,null,null,null,null,'Hwy 97 S, Prince George, BC','past casino and turn right at the construction zone','2023-07-21 12:41:45','2023-07-21 12:41:45',null,'BRADAMS@idir','2023-07-26 19:49:27',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.745764 53.8890753)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029709','COM is reporting a deer that has a growth on its head the size of a football and appears to be bleeding. Deer is mobile and is venturing into people''s open garages. ',null,null,null,null,null,null,'Oak Shade Lane, Victoria, BC',null,'2023-07-21 12:42:25','2023-07-21 12:42:25',null,'MAWILSON@idir','2023-08-10 09:12:06',null,null,null,null,'CLOSED','OAKBAY',ST_GeomFromText('POINT(-123.3316655 48.4219869)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029712','During a fish salvage and relocation from the main pond. a deceased muskrat was found in a crab trap set in the west pond. Muskrat had drowned due to entrapment as the trap had been set for 24 hours with no air pocket. No other mortalities were discovered. Photos of the area and animal were taken. Muskrat was collected, labeled and placed in a freezer. No water sample was conducted as form of death was known. -Fish Permit # CB23-797871',null,null,null,null,null,null,'','Coal Mountain in the main pond west ','2023-07-21 10:00:00','2023-07-21 12:52:46',null,'RYGORDON@idir','2023-07-24 11:20:53',null,null,null,null,'CLOSED','SPRWOOD',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029715','COM reporting BB in garbage and not afraid of human',null,null,null,null,null,null,'255 Oceanview Rd, Lions Bay, BC',null,'2023-07-21 13:01:17','2023-07-21 13:01:17',null,'SZUKEWI@idir','2023-07-22 11:40:13',null,null,null,null,'CLOSED','LIONSBAY',ST_GeomFromText('POINT(-123.2331299 49.4545722)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029716','Caller reports a bear has jumped the fence on his chicken run, has killed a few chickens and then opened the rabbit hutch and killed 5 rabbits. Would like a CO to contact him',null,null,null,null,null,null,'2180 Carmi Rd, Penticton, BC',null,'2023-07-21 13:08:45','2023-07-21 13:08:45',null,'BRANBECK@idir','2023-07-27 09:34:25',null,null,null,null,'CLOSED','PENTICTN',ST_GeomFromText('POINT(-119.5204826 49.4903538)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029717','Caller let his pit bull lab cross dog out at 05:30 this morning as usual. Dog started barking her head off. Caller looked outside and saw a medium-sized cougar getting reading to pounce on the other side of the car from where the dog was. Caller opened the front door and the cougar and dog where on the same side of the car. Caller and the dog started chasing the cougar down the driveway. Cougar veered off down a trail. Dog took off after the cougar. Caller found some hair on plants on the trail that could be from the cougar. Not dog''s hair. Dog came back. Formerly missing cat came back while caller was reporting. Caller for sure thinks the cougar was going to pounce on his dog. -**Emailing only due to delay in reporting',null,null,null,null,null,null,'96 Seagirt Rd, East Sooke, BC',null,'2023-07-21 05:30:00','2023-07-21 13:18:15',null,'MAWILSON@idir','2023-07-21 15:53:12',null,null,null,null,'OPEN','EASTSKE',ST_GeomFromText('POINT(-123.6862676 48.3743499)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029718','Caller reporting a bear that has begun to rummage through their garbage recently. Becoming less afraid of people.',null,null,null,null,null,null,'29921 Fraser Hwy, Abbotsford, BC',null,'2023-07-21 13:18:26','2023-07-21 13:18:26',null,'SMCCREAD@idir','2023-07-21 13:21:34',null,null,null,null,'OPEN','ABTFRD',ST_GeomFromText('POINT(-122.3938223 49.0587771)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029719','BB coming out around at all times of the day. Just seen 20 mins ago. ',null,null,null,null,null,null,'1082 Linnae Ave, District of North Vancouver, BC',null,'2023-07-21 13:21:24','2023-07-21 13:21:24',null,'doweber@idir','2023-07-21 13:23:45',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.1038294 49.3519526)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029723','COM reported a deceased fawn near the noted location. Fawn has been there for two days. ',null,null,null,null,null,null,'','Columbia and Western Rail Trail near the rail tracks over the Kettle River','2023-07-21 13:36:32','2023-07-21 13:36:32',null,'BRANBECK@idir','2023-07-21 14:37:39',null,null,null,null,'CLOSED','GRANDFOR',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029724','Caller reports that there is a bear up the tree in their yard. Concerned about the kids on the street that play outside. - -Notification sent as heads up because of callers concern about neighborhood kids. She said she would go talk to the parents.',null,null,null,null,null,null,'5724 Leland Rd, Prince George, BC',null,'2023-07-21 13:38:48','2023-07-21 13:38:48',null,'SGBATES@idir','2023-08-09 09:57:58',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.821007 53.8451208)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029727',' Friday July 21st at 1030 AM at the Willie McDermid playground across from the Aberdeen Glen golf course in the Aberdeen neighborhood of Prince George BC. We (3 adult females, and 5 children ranging from 1 to 5 years old) were at the park for no more than 10 minutes when a coyote approached the outside of the fence of the park and without hesitation, trotted right around the end of the fence and straight towards one of the toddlers and made it 10 feet from the child without any intention of stopping. One quick thinking wildlife aware auntie charged at the coyote while yelling to scare it off while the 2 mothers scooped up the smallest children and gathered all the kids at the gate to load up into our vehicles. While we were trying to leave the park the coyote circled back around and charged at us again. Once again auntie charged back at it and it took off. We were so spooked we left the park. There needs to be signage and warning, and maybe the fence of this park completely enclosed as it backs onto green space. This coyote was not the least bit afraid of humans and seemed to have intentions of hurting our young children. It could have been a very different situation if we hadn''t been such a large group and auntie wasn''t so quick to think. The coyote seemed to have scouted out our presence and deliberately came over to us and knew exactly how to access the children''s park around the edge of the fence. -Please contact me with any other questions. 1.250.267.9400 I would appreciate staying informed. Thank you. -',null,null,null,null,null,null,'3004 Killarney Dr, Prince George, BC',null,'2023-07-21 10:30:00','2023-07-21 13:48:06',null,'DLEWERS@idir','2023-07-21 13:50:36',null,null,null,null,'OPEN','PRINGEOR',ST_GeomFromText('POINT(-122.7914457 53.9785096)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029728','Friday July 21st at 1030 AM at the Willie McDermid playground across from the Aberdeen Glen golf course in the Aberdeen neighborhood of Prince George BC. We (3 adult females, and 5 children ranging from 1 to 5 years old) were at the park for no more than 10 minutes when a coyote approached the outside of the fence of the park and without hesitation, trotted right around the end of the fence and straight towards one of the toddlers and made it 10 feet from the child without any intention of stopping. One quick thinking wildlife aware auntie charged at the coyote while yelling to scare it off while the 2 mothers scooped up the smallest children and gathered all the kids at the gate to load up into our vehicles. While we were trying to leave the park the coyote circled back around and charged at us again. Once again auntie charged back at it and it took off. We were so spooked we left the park. There needs to be signage and warning, and maybe the fence of this park completely enclosed as it backs onto green space. This coyote was not the least bit afraid of humans and seemed to have intentions of hurting our young children. It could have been a very different situation if we hadn''t been such a large group and auntie wasn''t so quick to think. The coyote seemed to have scouted out our presence and deliberately came over to us and knew exactly how to access the children''s park around the edge of the fence. -Please contact me with any other questions. 1.250.267.9400 I would appreciate staying informed. Thank you. -**Emailing only due to delay in reporting',null,null,null,null,null,null,'','Willie McDermid playground across from the Aberdeen Glen golf course in the Aberdeen neighborhood','2023-07-21 10:30:00','2023-07-21 13:50:52',null,'EMCARTHU@idir','2023-07-31 13:20:40',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029730','COM is reporting that she is texting with someone at the noted campground who says there is a cougar up a tree there. No aggressive behaviour reported. COM advises that she is leaving on a flight soon but provided an alternate phone number that COs can contact. -',null,null,null,null,null,null,'Nimkish Lake Campground ',null,'2023-07-21 13:59:23','2023-07-21 13:59:23',null,'CHAMLYN@idir','2023-07-21 15:21:42',null,null,null,null,'OPEN','PORTMCNL',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029731','COM hikes up the Cobra Climb frequently and last night she got to the top and a brown bear was at the top. COM clapped her hands to scare if off but NOT PHASED and didn''t leave so she backed her way downstairs. Just got home from work and found that a bear must have been there and broke into her city provided garbage can with locks. Now broken and garbage spread around. ',null,null,null,null,null,null,'2600 10th Ave, Castlegar, BC',null,'2023-07-21 13:59:50','2023-07-21 13:59:50',null,'MSOUCY@idir','2023-07-21 18:07:31',null,null,null,null,'CLOSED','CSTLGR',ST_GeomFromText('POINT(-117.6560065 49.2814898)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029733','BB has been hanging around but she was so fascinated to see it dig in her yard and get a MOLE. ',null,null,null,null,null,null,'32573 Williams Ave, Mission, BC',null,'2023-07-21 14:10:48','2023-07-21 14:10:48',null,'doweber@idir','2023-07-21 14:14:05',null,null,null,null,'CLOSED','MISSION',ST_GeomFromText('POINT(-122.3227773 49.1428238)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029735','Staff person reported seeing a cougar this morning around 06:00 at the Cheam Fishing Village & Campground. No tail observed. Apparently it lept off and down a blackberry trail. Queried signage. Campground with lots of people and kids. -Advised # 24/7.',null,null,null,null,null,null,'630 Appel Rd, Agassiz, BC',null,'2023-07-21 06:00:00','2023-07-21 14:18:12',null,'ALBUCHAN@idir','2023-07-24 13:04:22',null,null,null,null,'OPEN','AGSSZHS',ST_GeomFromText('POINT(-121.7527757 49.2189894)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029739','COM reported a small BB that walked through their yard. They were told by their neighbour. There is a small apple tree and plumb tree, but no fruit on them. ',null,null,null,null,null,null,'','105 22 back road ','2023-07-21 14:23:58','2023-07-21 14:23:58',null,'MAWILSON@idir','2023-07-21 15:54:36',null,null,null,null,'CLOSED','COURTNY',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029740','COM reported his son was walking a two dogs. The COM was driving up the road and saw a deer stalking towards the dog sniffing a fire hydrant. The COM got out of the vehicle to shoo off the deer and the deer kept approaching. The deer sprinted at the dog and knocked it over and stomped it. The dog was taken to the vet for care. This occurred at about 1000 July 21. ',null,null,null,null,null,null,'','Pine Special Care Home','2023-07-21 14:27:27','2023-07-21 14:27:27',null,'JRISTO@idir','2023-07-21 15:27:18',null,null,null,null,'CLOSED','KIMBERLY',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029743','Caller has received several reports over the last few weeks of a homeless person(s) is/are feeding a coyote in the area and it has been hanging around downtown. Coyote was most recently spotted a few minutes ago. ',null,null,null,null,null,null,'1645 3rd Ave, Prince George, BC',null,'2023-07-21 14:28:00','2023-07-21 14:30:32',null,'RBACALL@idir','2023-07-21 14:33:49',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7518277 53.9184569)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029744','Reporting an injured buck in the backyard. He has been there since this morning. It is not able to walk very well, injured rear leg and super skinny.',null,null,null,null,null,null,'',null,'2023-07-21 14:36:04','2023-07-21 14:36:04',null,'JCONNAT@idir','2023-07-22 12:10:37',null,null,null,null,'CLOSED','KAMLOOPS',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029746','COM reported a BB that wandered through the property. ',null,null,null,null,null,null,'7298 Barnet Rd, Burnaby, BC',null,'2023-07-21 14:38:22','2023-07-21 14:38:22',null,'DTALEVSK@idir','2023-07-21 14:40:43',null,null,null,null,'CLOSED','BURNBY',ST_GeomFromText('POINT(-122.9518904 49.2861553)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029747','COM reported a BB that has broken into garbage in the area. The BB wandered into the neighbour''s yard while the kids and a dog were there. The BB took a swipe at the BB. COM noted they keep their garbage in the shed but there are others who keep locked bins outside. ',null,null,null,null,null,null,'937 Osprey Pl, Port Coquitlam, BC',null,'2023-07-21 14:41:55','2023-07-21 14:41:55',null,'DTALEVSK@idir','2023-07-21 14:45:57',null,null,null,null,'OPEN','PORTCOQ',ST_GeomFromText('POINT(-122.7404179 49.2723639)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029749','Caller reports a small bear by the side of the road. Eating some berries. Concerned as he is so close to the road.',null,null,null,null,null,null,'7080 Domano Blvd, Prince George, BC','bear is across the street from this loction.','2023-07-21 14:54:36','2023-07-21 14:54:36',null,'SMCCREAD@idir','2023-07-21 14:57:43',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7659121 53.8594118)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029752','COM reporting a BB in garbage that wont leave the area and today it went in her kids pool and would not leave. ',null,null,null,null,null,null,'51060 Coleraine Ave, Chilliwack, BC',null,'2023-07-21 15:00:04','2023-07-21 15:00:04',null,'DLEWERS@idir','2023-07-21 15:02:07',null,null,null,null,'OPEN','CHILLIWK',ST_GeomFromText('POINT(-121.811372 49.1556448)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029756','COM reporting BB sighting on the perimeter road of the park. No aggression noted. - -RCMP file #23-24646 - -1510 LM CO Adams',null,null,null,null,null,null,'17th Ave, Prince George, BC','Fort George Park','2023-07-21 15:08:07','2023-07-21 15:08:07',null,'BRADAMS@idir','2023-07-26 20:00:13',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7483457 53.9084533)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029757','BB sighting on Tuesday.',null,null,null,null,null,null,'11067 Barnston View Rd, Pitt Meadows, BC',null,'2023-07-18 15:09:00','2023-07-21 15:09:32',null,'doweber@idir','2023-07-21 15:11:20',null,null,null,null,'CLOSED','PITTMDWS',ST_GeomFromText('POINT(-122.6814639 49.2035042)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029758','COM reported a BB that came through their fence a couple of times. The neighbour has Saskatoon berries. The BB has been coming for 1 -2 years. The COM noted the BB also comes on garbage collection day. ',null,null,null,null,null,null,'3147 Brookridge Dr, District of North Vancouver, BC',null,'2023-07-21 15:17:00','2023-07-21 15:17:17',null,'DTALEVSK@idir','2023-07-21 15:20:14',null,null,null,null,'OPEN','NORVAN',ST_GeomFromText('POINT(-123.1060781 49.3379989)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029760','Reporting that he saw a badger in the 1400 block of Mission Rd last night around 1930 hours. ',null,null,null,null,null,null,'',null,'2023-07-21 15:18:59','2023-07-21 15:18:59',null,'ETYUKODI@idir','2023-07-24 17:31:01',null,null,null,null,'CLOSED','VERNON',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029761','COM believes there is an orphaned black bear cub at the noted location. COM advises that she spoke to Critter Care about this initially and they think this bear has been reported to them already and advised COM to report to RAPP. COM has photos of the bear. COM is requesting a call back from COS. ',null,null,null,null,null,null,'4455 Oliver Rd, Coquitlam, BC','Minnekhada Lodge ','2023-07-21 15:20:02','2023-07-21 15:20:02',null,'EVEROBER@idir','2023-07-24 12:59:51',null,null,null,null,'OPEN','COQUITLM',ST_GeomFromText('POINT(-122.7020731 49.2930831)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029764','Caller reports a sow and cub black bear moved through the yard.',null,null,null,null,null,null,'3363 Horn St, Abbotsford, BC',null,'2023-07-21 15:26:52','2023-07-21 15:26:52',null,'SMCCREAD@idir','2023-07-21 15:29:23',null,null,null,null,'CLOSED','ABTFRD',ST_GeomFromText('POINT(-122.3101264 49.0645155)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029768','Caller reports there is a bear up the tree near the guest cabins.',null,null,null,null,null,null,'4104 Gold River Hwy, Campbell River, BC',null,'2023-07-21 15:31:13','2023-07-21 15:31:13',null,'LMOSS@idir','2023-07-27 16:57:59',null,null,null,null,'OPEN','CMBLRV',ST_GeomFromText('POINT(-125.3215375 50.0360983)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029769','BB crossed hwy limping, headed east, past turn off to Blue Lake Resort. ',null,null,null,null,null,null,'',null,'2023-07-21 15:31:53','2023-07-21 15:31:53',null,'doweber@idir','2023-07-21 15:35:10',null,null,null,null,'OPEN','BSTNBR',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029770','COM is reporting a bear that keeps frequenting their neighbourhood. COM says she manages her attractants well. COM is very concerned because today the bear came into the yard while everyone was on the patio and surprised them all. COM is concerned because her son and dog were present and she fears for their safety. COM has made previous reports to the RAPP line about this bear. ',null,null,null,null,null,null,'865 Wildwood Lane, West Vancouver, BC',null,'2023-07-21 15:34:27','2023-07-21 15:34:27',null,'IPAVLOVI@IDIR','2023-07-21 15:37:54',null,null,null,null,'CLOSED','WSTVANCO',ST_GeomFromText('POINT(-123.1391415 49.3395815)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029772','COM is reporting a bear sighting outside their residence at 1330 today. No food conditioned or aggressive behaviour reported. COM is concerned because they run at Air BnB business at the location. ',null,null,null,null,null,null,'38285 Juniper Cres, Squamish, BC',null,'2023-07-21 15:40:25','2023-07-21 15:40:25',null,'IPAVLOVI@IDIR','2023-07-21 15:43:14',null,null,null,null,'CLOSED','SQUMISH',ST_GeomFromText('POINT(-123.1285375 49.7037871)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029774','COM is reporting a deer at their residence. COM is concerned the deer might get hit by a car. ',null,null,null,null,null,null,'2315 Harrison Dr, Vancouver, BC',null,'2023-07-21 15:43:24','2023-07-21 15:43:24',null,'IPAVLOVI@IDIR','2023-07-21 15:45:10',null,null,null,null,'CLOSED','VANCOUVR',ST_GeomFromText('POINT(-123.0599003 49.2087912)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029775','COM reports a deer with a lot of blood around its antlers. ',null,null,null,null,null,null,'Oak Shade Lane, Victoria, BC',null,'2023-07-21 15:47:40','2023-07-21 15:47:40',null,'MAWILSON@idir','2023-08-10 09:13:16',null,null,null,null,'CLOSED','VICTORIA',ST_GeomFromText('POINT(-123.3316655 48.4219869)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029777','Sylvia, RP, reported to RCMP a deer with a broken leg/dangling in front of 8816 Michael Drive, Coldstream. -Sylvia 250-550-0117. -RP said she was going to wait nearby (?) ',null,null,null,null,null,null,'8816 Michael Dr, Coldstream, BC',null,'2023-07-21 15:58:41','2023-07-21 15:58:41',null,'ETYUKODI@idir','2023-07-24 17:36:04',null,null,null,null,'CLOSED','CLDSTRM',ST_GeomFromText('POINT(-119.2579391 50.2303418)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029783','Deer have been coming right up on his deck (garden). Caller states they are INVADING his space, has grandchildren. -Suggested electric fencing... ',null,null,null,null,null,null,'1985 Plecas Rd, Nanaimo, BC',null,'2023-07-21 16:20:13','2023-07-21 16:20:13',null,'MAWILSON@idir','2023-08-10 09:35:34',null,null,null,null,'CLOSED','NANAIMO',ST_GeomFromText('POINT(-123.9171473 49.1018961)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029784','COM reports sow and 2 cubs trying to break into a recycling bin',null,null,null,null,null,null,'8763 Ash Grove Cres, Burnaby, BC',null,'2023-07-21 16:20:29','2023-07-21 16:20:29',null,'DLEWERS@idir','2023-07-21 16:22:14',null,null,null,null,'OPEN','BURNBY',ST_GeomFromText('POINT(-122.9151077 49.2654723)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029785','Reporting a large buck with garden netting tightly wrapped around its antlers. It has probably been there for a week. It is covering his eyes partially. It is able to eat and walk. ',null,null,null,null,null,null,'','WEST SIDE OF ROSS BAY CEMETARY','2023-07-21 16:21:20','2023-07-21 16:21:20',null,'MAWILSON@idir','2023-08-10 09:24:04',null,null,null,null,'CLOSED','VICTORIA',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029786','Upset COM reported a speeding truck that hit a fawn that is now dead in a ditch at the noted location. ',null,null,null,null,null,null,'','Fife Rd and the Hwy 3 on the east side ','2023-07-21 16:22:48','2023-07-21 16:22:48',null,'MPLAMOND@idir','2023-08-04 12:56:01',null,null,null,null,'CLOSED','CHRSTNAL',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029788','Reporting a dead bb cub near the noted location. Its sibling is beside it.',null,null,null,null,null,null,'','NORTHBOUND CARIBOO HWY, CHASM BC PARK, 2 KM SOUTH OF PULLOUT','2023-07-21 16:31:57','2023-07-21 16:31:57',null,'MMBOOTH@idir','2023-07-22 14:40:27',null,null,null,null,'CLOSED','70MLHS',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029791','Deer with a dangling leg is in the area. ',null,null,null,null,null,null,'2101 36 Ave, Vernon, BC',null,'2023-07-21 16:32:59','2023-07-21 16:32:59',null,'TBECK@idir','2023-07-21 17:30:48',null,null,null,null,'CLOSED','VERNON',ST_GeomFromText('POINT(-119.2588766 50.2680026)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029792','COM reporting an injured fawn. Doe with two fawns, and one of the fawn with a fresh wound on it''s right shoulder. Fawn is still mobile. ',null,null,null,null,null,null,'61 Nerie Rd, North Westside, BC',null,'2023-07-21 16:33:41','2023-07-21 16:33:41',null,'TBECK@idir','2023-07-21 17:31:42',null,null,null,null,'CLOSED','VERNON',ST_GeomFromText('POINT(-119.5054509 50.1705105)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029795','Caller reports a large black bear that is getting into garbage cans and scaring people in the neighborhood. People are afraid to use their property because he keeps coming around. Caller describes the bear at 4-500lbs. Caller is very concerned that this becoming a dangerous situation.',null,null,null,null,null,null,'4091 Madeley Rd, District of North Vancouver, BC',null,'2023-07-21 16:44:57','2023-07-21 16:44:57',null,'SMCCREAD@idir','2023-07-21 16:51:44',null,null,null,null,'OPEN','NORVAN',ST_GeomFromText('POINT(-123.0782236 49.3467875)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029799','Caller advised was advised that there was a cougar in someone backyard nearby. Caller would like to speak to a CO to see if there are any actions they should be taking - -',null,null,null,null,null,null,'1885 Forest Park Dr, North Saanich, BC','Haro and Morseby ','2023-07-21 16:54:38','2023-07-21 16:54:38',null,'DSEXTON@idir','2023-07-26 13:19:50',null,null,null,null,'OPEN','NORSAAN',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029802','COM is reporting a deer in her yard that is not looking very healthy. Advised that it is panting heavily, its eyes look sunken in, it is lethargic and its nose is dry. Deer was mobile when it came to the property but is now lying down. COM does not think it is doing very well at all. ',null,null,null,null,null,null,'415 Carnegie St, Campbell River, BC',null,'2023-07-21 17:00:01','2023-07-21 17:00:01',null,'IPAVLOVI@IDIR','2023-07-21 17:06:21',null,null,null,null,'OPEN','CMBLRV',ST_GeomFromText('POINT(-125.2329779 50.0001267)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029808','Airport workers have chased a bear several times today from the runway and the bear is still inside the fence line. The bear is not afraid and walks back to the tree line then back out. Caller is hoping to have the bear taken away as soon as possible as it is a safety risk for planes taking off and landing. Caller is working tomorrow but off next week. If next week please call Superintendent - Kelly Olsen (250-617-6557) -',null,null,null,null,null,null,'4141 Airport Rd, Prince George, BC',null,'2023-07-21 17:14:41','2023-07-21 17:14:41',null,'BRADAMS@idir','2023-08-08 08:56:49',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.6737511 53.8844198)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029816','Reporting an injured buck in her backyard. One of the antlers is hanging off its head and it has an injured front leg. There is blood on the leg and there appears to be 2 - 3" circular wound. ',null,null,null,null,null,null,'',null,'2023-07-21 17:55:24','2023-07-21 17:55:24',null,'KWINTERS@idir','2023-07-21 17:57:49',null,null,null,null,'OPEN','SURRY',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029817','COM reports BB that has been getting into garbage at nights but now its hanging out during the day',null,null,null,null,null,null,'Grant Rd W, Sooke, BC',null,'2023-07-21 18:04:17','2023-07-21 18:04:17',null,'DSEXTON@idir','2023-07-26 13:21:38',null,null,null,null,'OPEN','SOOKE',ST_GeomFromText('POINT(-123.7383376 48.3760304)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029818','Reporting a deer with an injured back left foot. The foot is dangling and black.',null,null,null,null,null,null,'',null,'2023-07-21 18:26:40','2023-07-21 18:26:40',null,'TBECK@idir','2023-07-22 08:06:25',null,null,null,null,'CLOSED','CLDSTRM',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029819','COM reporting a deer that appears to be sick, looking thin and malnourished and experiencing diarrhea. Deer was lying on their front yard for most of the day and then left for a bit. ',null,null,null,null,null,null,'280 Cochrane Rd, Gibsons, BC',null,'2023-07-21 18:38:19','2023-07-21 18:38:19',null,'DAGRAY@idir','2023-07-21 18:41:04',null,null,null,null,'OPEN','GIBSONS',ST_GeomFromText('POINT(-123.5086218 49.3935039)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029820','COM reporting that their small dog was attacked by a doe while in her friend''s yard. Doe kicked the dog who may have sustained some internal injuries. Doe was not afraid of people. ',null,null,null,null,null,null,'758 Roshard Rd, Lillooet, BC',null,'2023-07-21 15:45:00','2023-07-21 18:58:17',null,'MMBOOTH@idir','2023-08-04 13:31:05',null,null,null,null,'CLOSED','LILLOOET',ST_GeomFromText('POINT(-121.9246876 50.6699368)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029821','BC Ambulance advised they received a call for an injured subject that fell when they saw a bear in their backyard at the below address. The subject is in the house but the bear is still in the backyard. BC Ambulance is requesting a CO respond so they can extract the subject. ',null,null,null,null,null,null,'510 Riverview Cres, Coquitlam, BC',null,'2023-07-21 19:01:33','2023-07-21 19:01:33',null,'CELDER@idir','2023-07-24 14:43:18',null,null,null,null,'OPEN','COQUITLM',ST_GeomFromText('POINT(-122.8087787 49.2517672)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029822','Reporting a bb that pushed their door open and took the dog food. It has moved to the neighbour''s yard.',null,null,null,null,null,null,'',null,'2023-07-21 19:11:55','2023-07-21 19:11:55',null,'DLMILLER@idir','2023-07-25 11:10:17',null,null,null,null,'OPEN','GIBSONS',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029825','In Valley Cliff, a man and his son were chased by a black bear while walking down the street. Bear saw the caller after she came out and then it turned around once it saw the caller. ',null,null,null,null,null,null,'38287 Chestnut Ave, Squamish, BC','occurred about three houses towards Maple Street','2023-07-21 19:28:15','2023-07-21 19:28:15',null,'CROCHON@idir','2023-07-22 12:27:36',null,null,null,null,'OPEN','SQUMISH',ST_GeomFromText('POINT(-123.1292337 49.7019692)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029826','Caller reports that a bear chased him and his son, until a lady came out and scared it away. - -Second call received. CO already phoned and briefed. - -X-ref file #23-029825',null,null,null,null,null,null,'38314 Chestnut Ave, Squamish, BC',null,'2023-07-21 19:39:17','2023-07-21 19:39:17',null,'COMILLER@idir','2023-08-14 16:59:01',null,null,null,null,'OPEN','SQUMISH',ST_GeomFromText('POINT(-123.1280918 49.7018221)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029827','COM reporting a black bear with an injured rear left leg spotted outside of their AirBnB. BB had a tag in it''s ear, was mobile limping on three legs, and was eating naturally occuring berries at the time.',null,null,null,null,null,null,'3300 Ptarmigan Pl, Whistler, BC','Blueberry Hill ','2023-07-21 19:42:27','2023-07-21 19:42:27',null,'DAGRAY@idir','2023-07-21 19:47:30',null,null,null,null,'OPEN','WHISTLER',ST_GeomFromText('POINT(-122.9694359 50.1126366)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029828','Caller reports there was a bear that went through their yard last evening.',null,null,null,null,null,null,'33188 Holman Pl, Mission, BC',null,'2023-07-21 19:46:41','2023-07-21 19:46:41',null,'SMCCREAD@idir','2023-07-21 19:50:28',null,null,null,null,'CLOSED','MISSION',ST_GeomFromText('POINT(-122.3046893 49.1427178)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029830','Reporitng an injured tagged bear in the backyard. It has an injured rear leg, non weight bearing.',null,null,null,null,null,null,'',null,'2023-07-21 19:52:30','2023-07-21 19:52:30',null,'KWINTERS@idir','2023-07-21 19:54:10',null,null,null,null,'OPEN','WHISTLER',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029831','COM reporting an injured or sick deer that had bed down in the green space beside their house. COM notes that the deer is small, possibly a fawn from earlier this year, and is mobile but seems malnourished. COM is concerned as their neighbours have some large dogs they like to let off leash in the evenings, and COM is concerned they will chase and attack the deer. OO advised COM to communicate with their neighbour about the presence of the deer to preempt any conflict. ',null,null,null,null,null,null,'175 Bowron Ave, Quesnel, BC',null,'2023-07-21 20:03:04','2023-07-21 20:03:04',null,'JMILLETT@idir','2023-07-26 14:39:46',null,null,null,null,'CLOSED','QUESNEL',ST_GeomFromText('POINT(-122.498071 52.9843242)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029833','Caller reports seeing a bear just north of the Clearwater Stop restaurant. Not being Aggressive.',null,null,null,null,null,null,'200 Old North Thompson Hwy, Clearwater, BC',null,'2023-07-21 20:11:07','2023-07-21 20:11:07',null,'SMCCREAD@idir','2023-07-21 20:15:01',null,null,null,null,'CLOSED','CLRWTR',ST_GeomFromText('POINT(-120.0528736 51.64701)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029835','Caller reports a large bear in the neighbor''s yard which charged at her and growled when she tried to water her flowers/garden.',null,null,null,null,null,null,'2915 Cumberland St, Port Coquitlam, BC',null,'2023-07-21 20:18:38','2023-07-21 20:18:38',null,'DDUFFY@idir','2023-07-26 21:00:14',null,null,null,null,'OPEN','PORTCOQ',ST_GeomFromText('POINT(-122.76048 49.2655263)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029836','Reporting hearing from a neighbour that about 1 hour prior to call in, a man was walking in the below noted location with a baby stroller when he turned a corner and there was a BB feeding on fruit in the front yard of a residence. The BB came charging out at the man who was able to haze the BB off and leave the area without incident. The BB reportedly then went back into the yard and began feeding on the remaining fruit. Caller did not witness this and only heard the information 2nd hand. Caller states he did just drive past the location and was not able to see the BB anywhere. -',null,null,null,null,null,null,'Chestnut Ave and Maple Dr, Squamish, BC',null,'2023-07-21 20:27:38','2023-07-21 20:27:38',null,'CROCHON@idir','2023-07-22 13:05:35',null,null,null,null,'CLOSED','SQUMISH',ST_GeomFromText('POINT(-123.1315865 49.7005368)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029837','Caller reports a bear has chased her horses, not afraid of people any more has been in the area for over a week. Bear has broken boards on the callers fence.',null,null,null,null,null,null,'749 Mansfield Rd, Roberts Creek, BC',null,'2023-07-21 20:38:22','2023-07-21 20:38:22',null,'SMCCREAD@idir','2023-07-21 20:41:46',null,null,null,null,'OPEN','ROBERTSC',ST_GeomFromText('POINT(-123.5698729 49.4099949)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029838','Reporting a bb up a tree in the complex.',null,null,null,null,null,null,'','SUNRISE TOWNHOUSE COMPLEX','2023-07-21 20:54:04','2023-07-21 20:54:04',null,'KWINTERS@idir','2023-07-21 20:55:18',null,null,null,null,'CLOSED','WHISTLER',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029839','Caller reports there is a bear in the cherry trees in front of the address below.',null,null,null,null,null,null,'6117 Eagle Dr, Whistler, BC',null,'2023-07-21 20:54:11','2023-07-21 20:54:11',null,'TDSCHUMA@idir','2023-07-23 10:33:06',null,null,null,null,'OPEN','WHISTLER',ST_GeomFromText('POINT(-122.9618889 50.1162524)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029842','Caller reported a kid told him that a mother bear tried attack walk island biking into the baseball field and was told that the caller 2 cubs. -',null,null,null,null,null,null,'','Baseball diamond on the corner of Walker Island RD and Hwy 20','2023-07-21 21:04:19','2023-07-21 21:04:19',null,'CPOSTHUM@idir','2023-08-03 09:00:08',null,null,null,null,'CLOSED','BLLACOOL',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029846','Caller reports possibly seeing a young cougar, at Inter River Park near a man hole by the curve in the access/maintenance road.',null,null,null,null,null,null,'Inter River Park Rd, District of North Vancouver, BC',null,'2023-07-21 21:11:00','2023-07-21 21:11:00',null,'SMCCREAD@idir','2023-07-21 21:19:14',null,null,null,null,'OPEN','NORVAN',ST_GeomFromText('POINT(-123.0247679 49.3192248)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029847','Reporting a BB spotted roaming through alley behind residence about 5 mins prior to call in. ',null,null,null,null,null,null,'2049 Coquitlam Ave, Port Coquitlam, BC',null,'2023-07-21 21:16:37','2023-07-21 21:16:37',null,'DDAVIS@idir','2023-07-21 21:18:26',null,null,null,null,'CLOSED','PORTCOQ',ST_GeomFromText('POINT(-122.7714466 49.2676839)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029849','Caller reports that there was a bear that got into a padlocked shed, removed the door. inside was composting. - -this occurred at Camp Douglas. - -The caller is requesting a CO contact them to discuss what can be done.',null,null,null,null,null,null,'1341 Margaret Rd, Roberts Creek, BC',null,'2023-07-21 21:20:00','2023-07-21 21:20:00',null,'SMCCREAD@idir','2023-07-21 21:28:43',null,null,null,null,'OPEN','ROBERTSC',ST_GeomFromText('POINT(-123.6694722 49.4307565)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029850','Caller reporting caller reporting a bear is trying to get at her livestock (rabbits quails chickens and geese). Caller has an electric fence but the bear is testing it. Caller also reported that the bear was there 2 during the day and got very close to her kids while they were playing outside before her dog chased it away. The bear is not afraid. -',null,null,null,null,null,null,'7065 Wansa Rd, Pineview FFG, BC',null,'2023-07-21 21:24:27','2023-07-21 21:24:27',null,'DDAVIS@idir','2023-08-05 12:16:35',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7012034 53.8622297)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029851','COM reporting a bb that has just climbed over her backyard fence. COM is concerned as the bb had an injury on it''s front left leg, causing it to limp. ',null,null,null,null,null,null,'1006 Palmdale St, Coquitlam, BC',null,'2023-07-21 21:27:32','2023-07-21 21:27:32',null,'EVEROBER@idir','2023-07-22 11:22:13',null,null,null,null,'OPEN','COQUITLM',ST_GeomFromText('POINT(-122.8077231 49.2703037)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029856','Caller saw a bear outside their AirBNB, there is a group of people standing around watching it.',null,null,null,null,null,null,'4335 Northlands Blvd, Whistler, BC',null,'2023-07-21 22:09:30','2023-07-21 22:09:30',null,'TDSCHUMA@idir','2023-07-25 16:02:31',null,null,null,null,'CLOSED','WHISTLER',ST_GeomFromText('POINT(-122.9591968 50.1184184)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029860','Caller reports seeing a coyote cub at below address. Looked lost but not injured.',null,null,null,null,null,null,'Adera St and W 52nd Ave, Vancouver, BC',null,'2023-07-21 22:41:51','2023-07-21 22:41:51',null,'SMCCREAD@idir','2023-07-21 22:49:12',null,null,null,null,'OPEN','VANCOUVR',ST_GeomFromText('POINT(-123.1436096 49.2241208)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029861','Caller reports seeing a bear eating Garbage outside a gas station by the garbage can.',null,null,null,null,null,null,'103 Ioco Rd, Port Moody, BC',null,'2023-07-21 22:51:07','2023-07-21 22:51:07',null,'SMCCREAD@idir','2023-07-21 22:52:57',null,null,null,null,'OPEN','PORTMDY',ST_GeomFromText('POINT(-122.8265966 49.2780584)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029862','Caller reports seeing a bear in front of their home, walking and getting into garbage.',null,null,null,null,null,null,'17139 104A Ave, Surrey, BC',null,'2023-07-21 22:59:02','2023-07-21 22:59:02',null,'SMCCREAD@idir','2023-07-21 23:01:27',null,null,null,null,'CLOSED','SURRY',ST_GeomFromText('POINT(-122.7478842 49.1925456)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029864','Caller reported a huge bear that has been coming for the last 4 days and back again trying to get into her compost. The bear broke the neighbours fence and is not scared when she tries to scare it away. ',null,null,null,null,null,null,'759 Fairway Dr, District of North Vancouver, BC',null,'2023-07-21 23:22:39','2023-07-21 23:22:39',null,'BJETTE@idir','2023-07-21 23:28:13',null,null,null,null,'OPEN','NORVAN',ST_GeomFromText('POINT(-122.9576056 49.3123849)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029866','COM reporting he just saw a bb walk into a parking garage at the noted address. COM is concerned for potential conflict for residents coming to their vehicles. *Calling due to potential public safety. ',null,null,null,null,null,null,'2983 Coquitlam Ave, Port Coquitlam, BC',null,'2023-07-22 00:08:25','2023-07-22 00:08:25',null,'DAGRAY@idir','2023-07-22 00:18:50',null,null,null,null,'CLOSED','PORTCOQ',ST_GeomFromText('POINT(-122.7660565 49.2673558)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029868','COM reporting a brown colored bear running through the park at the noted location. Bear was heading North in the direction of Grouse Mountain. ',null,null,null,null,null,null,'E Osborne Rd and Lonsdale Ave and Sandringham Cres and W Osborne Rd, District of North Vancouver, BC','Carisbrooke Park ','2023-07-22 01:38:48','2023-07-22 01:38:48',null,'DAGRAY@idir','2023-07-22 01:47:05',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.0719193 49.3401531)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029870','Tanya Brunton contacted Iphone satellite requesting help as she felt that there was a cougar in the immediate area close to her location. She reported she felt ''trapped''. RCMP had no further details. ',null,null,null,null,null,null,'Mount Cheam Trail, Chilliwack, BC','49.1745 | -121.6803 (20 meter radius) - close to Spoon Lake ','2023-07-22 04:25:37','2023-07-22 04:25:37',null,'PDAYTON@idir','2023-07-24 15:21:37',null,null,null,null,'CLOSED','CHILLIWK',ST_GeomFromText('POINT(-121.678607 49.1824317)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029871','Reporting a BB spotted roaming down the middle of the sidewalk in front of residence a short time prior to call in. No ATB reported. ',null,null,null,null,null,null,'1920 Larson Rd, North Vancouver, BC',null,'2023-07-22 05:06:13','2023-07-22 05:06:13',null,'DDAVIS@idir','2023-07-22 05:07:37',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.0864939 49.3266829)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029873','COM: Tarri Lane 250-267-1434 reported to RCMP of a cougar that was spotted sitting in the front yard of below noted address. The cougar got up and was last seen wandering down the street. Sighting was 15-20 mins prior to call in. ',null,null,null,null,null,null,'1509 Juniper St, Williams Lake, BC',null,'2023-07-22 05:54:12','2023-07-22 05:54:12',null,'JPAULS@idir','2023-07-31 08:57:07',null,null,null,null,'CLOSED','WILLMSLK',ST_GeomFromText('POINT(-122.108384 52.1094355)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029874','COM: Ryan Bellis 780-222-1046 reported to below caller that while driving near the below noted location, he struck (''clipped'') a deer. Original caller does not believe the deer is still there and was able to take off. -',null,null,null,null,null,null,'15 west of border Hwy 16 - Valemount',null,'2023-07-22 05:59:17','2023-07-22 05:59:17',null,'MMBOOTH@idir','2023-08-04 13:27:19',null,null,null,null,'CLOSED','VALEMONT',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029875','COM (Second Chance Rescue) reported a fawn laying in a sand pile near an apartment. COM received a call from a resident reporting the fawn and stating it seemed injured at 2000 hours, July 22, but a reason was not given. Second Chance is unable to check on the fawn today and reported to RAPP as they are concerned it will get up and walk into a busy road. COM is out of cell service until 1000. -Caller to the rescue: 250-983-8644 ',null,null,null,null,null,null,'175 Bowron Ave, Quesnel, BC',null,'2023-07-22 06:21:14','2023-07-22 06:21:14',null,'JMILLETT@idir','2023-07-26 14:42:18',null,null,null,null,'CLOSED','QUESNEL',ST_GeomFromText('POINT(-122.498071 52.9843242)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029876','BB killed 4 chickens in a strong cage. Sometime between 2200 and 0400 last night. ',null,null,null,null,null,null,'2642 Lower Rd, Roberts Creek, BC',null,'2023-07-22 06:27:58','2023-07-22 06:27:58',null,'SKEANE@idir','2023-07-22 06:31:00',null,null,null,null,'OPEN','ROBERTSC',ST_GeomFromText('POINT(-123.6157105 49.4161635)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029877','0650 sighted injured mobile deer that jumped fence. Testicle sack has been partially ripped off. Unsure to blood volume. Crestview condo complex.',null,null,null,null,null,null,'1500 Springhill Dr, Kamloops, BC',null,'2023-07-22 06:56:46','2023-07-22 06:56:46',null,'KANEKOPP@idir','2023-07-22 14:49:35',null,null,null,null,'CLOSED','KAMLOOPS',ST_GeomFromText('POINT(-120.352361 50.6606395)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029878','RCMP received a report of a black bear sighting near the below noted location. Caller advised the bear was just sniffing around a white tent and was not aggressive. Caller noted she cleaned up the garbage around the tent. -',null,null,null,null,null,null,'1229 Pinetree Way, Coquitlam, BC','Lafarge Lake ','2023-07-22 07:05:00','2023-07-22 07:08:06',null,'KSORENSE@idir','2023-07-22 07:11:35',null,null,null,null,'CLOSED','COQUITLM',ST_GeomFromText('POINT(-122.7907233 49.2876764)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029880','COM reported a BB that is eating the neighbour''s blueberry bushes. ',null,null,null,null,null,null,'1462 Chamberlain Dr, District of North Vancouver, BC',null,'2023-07-22 07:15:00','2023-07-22 07:15:00',null,'DTALEVSK@idir','2023-07-22 07:16:34',null,null,null,null,'OPEN','NORVAN',ST_GeomFromText('POINT(-123.0337185 49.3454315)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029881','Caller reporting a wolf sighting near the below noted location. Caller advised the wolf was walking along the side of the highway towards the provincial park. ',null,null,null,null,null,null,'3 Hwy 3, Castlegar, BC','Nancy Greene Provincial Park ','2023-07-22 06:35:00','2023-07-22 07:17:40',null,'KSORENSE@idir','2023-07-22 07:22:16',null,null,null,null,'CLOSED','CSTLGR',ST_GeomFromText('POINT(-117.6384596 49.2931428)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029883','Small BB just ran across Hot Springs Road and into green space between the fire hall & Harrison Hot Springs Elementary. ',null,null,null,null,null,null,'Hot Springs Rd, Harrison Hot Springs, BC',null,'2023-07-22 07:39:57','2023-07-22 07:39:57',null,'EFITCH@IDIR','2023-07-25 11:11:33',null,null,null,null,'CLOSED','HARHOTSP',ST_GeomFromText('POINT(-121.7830833 49.2920148)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029884','Medium brown bear just walked up her stairs. It left. ',null,null,null,null,null,null,'4 Greystone Pl, Port Moody, BC',null,'2023-07-22 07:44:45','2023-07-22 07:44:45',null,'doweber@idir','2023-07-22 07:49:05',null,null,null,null,'CLOSED','PORTMDY',ST_GeomFromText('POINT(-122.8304918 49.2952713)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029885',' Caller reporting a food conditioned black bear near the below noted location. Caller advised the bear got into his neighbors garbage and then left and was going down the street and he could see his neighbor outside with a camera. ',null,null,null,null,null,null,'442 W 24th St, North Vancouver, BC','2 houses down ','2023-07-22 07:47:00','2023-07-22 07:53:15',null,'KSORENSE@idir','2023-07-22 07:56:14',null,null,null,null,'OPEN','NORVAN',ST_GeomFromText('POINT(-123.0835012 49.3316099)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029886','0755 getting into garbage. Around for past month.',null,null,null,null,null,null,'118 Lyon St, Prince George, BC',null,'2023-07-22 07:56:19','2023-07-22 07:56:19',null,'EMCARTHU@idir','2023-07-27 15:43:25',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7840374 53.9242989)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029887','Caller reporting a possible moose in distress near the below noted location. Caller advised when he was hiking yesterday he saw a cow moose and calf laying in the creek bed in a little bit of water. Caller noted the moose did not seem startled by him and was worried it may have been sick. ',null,null,null,null,null,null,'Cokato Rd, Fernie, BC','Montane Trail ','2023-07-21 13:00:00','2023-07-22 08:06:08',null,'RYGORDON@idir','2023-07-24 11:18:11',null,null,null,null,'CLOSED','FERNIE',ST_GeomFromText('POINT(-115.046736 49.4436809)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029888','COM report a cougar lunged towards his neighbours dog. Dog not injured and now safe but cougar is still in the yard. - -0812 LM CO Soucy -0812 LM CO Day -0813 briefed CO Smienk -',null,null,null,null,null,null,'235 Rosebud Lake Rd, Nelway, BC',null,'2023-07-22 08:08:24','2023-07-22 08:08:24',null,'NSMIENK@idir','2023-07-22 10:10:54',null,null,null,null,'CLOSED','NELWA',ST_GeomFromText('POINT(-117.2749715 49.0180034)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029889','Non alarmist caller reporting coyotes(4 or 5) sighted at 0750 chasing caller and dog (45lbs). Car and horn got rid of them. Then again 2 more coyotes, but partner picked up caller and dog. -0813 LM CO Zukewich -0814 LM CO Mueller -0816 LM CO Popjes -0817 LM CO Schumacher',null,null,null,null,null,null,'Government and Mamquam',null,'2023-07-22 08:09:18','2023-07-22 08:09:18',null,'CROCHON@idir','2023-07-22 09:42:11',null,null,null,null,'OPEN','SQUMISH',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029890','On Knox Mtn, injured doe must have been hit, was walking on 3 legs with the 4th dangling. -Been laying down for 30 mins now. ',null,null,null,null,null,null,'890 Wellington Crt, Kelowna, BC',null,'2023-07-22 08:11:37','2023-07-22 08:35:00',null,'HGOOLIAF@idir','2023-08-06 12:13:52',null,null,null,null,'CLOSED','KELOWNA',ST_GeomFromText('POINT(-119.4736165 49.8981798)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029891','Caller reporting an injured deer near the below noted location. Caller advised the deer is laying down and has tried to get up but can''t. Caller noted it''s back left leg is mangled and bent backward. ',null,null,null,null,null,null,'Broadwater Rd, Robson, BC','Across from Coppers mechanical - laying in middle of dirt road ','2023-07-22 08:20:00','2023-07-22 08:20:00',null,'NSMIENK@idir','2023-07-22 10:07:25',null,null,null,null,'CLOSED','ROBSON',ST_GeomFromText('POINT(-117.9117471 49.3591581)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029892','BB in the neighbours locked compost at 0520 this morning.',null,null,null,null,null,null,'1471 Southview St, Coquitlam, BC',null,'2023-07-22 08:27:33','2023-07-22 08:27:33',null,'doweber@idir','2023-07-22 08:29:48',null,null,null,null,'OPEN','COQUITLM',ST_GeomFromText('POINT(-122.7537633 49.3031807)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029893','Caller reporting an aggressive grizzly bear near the below noted location. Caller advised the sow and 2 cubs destroyed her berry patch last night and then also got into her chicken feed. Caller noted the sow charged at her and her dog and then chased a kid that was riding his bike past her house. ',null,null,null,null,null,null,'1300 Hwy 20, Bella Coola, BC',null,'2023-07-21 20:00:00','2023-07-22 08:33:24',null,'CPOSTHUM@idir','2023-08-03 09:02:36',null,null,null,null,'CLOSED','BLLACOOL',ST_GeomFromText('POINT(-126.6297333 52.3724524)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029895','COM reports BB was in her fruit trees and she is worried as her young grandchildren are coming to visit and she doesnt know what to do.',null,null,null,null,null,null,'2570 Eaglecrest Dr, Otter Point, BC',null,'2023-07-22 08:38:51','2023-07-22 08:38:51',null,'DSEXTON@idir','2023-07-26 13:17:45',null,null,null,null,'OPEN','SOOKE',ST_GeomFromText('POINT(-123.8097926 48.3814256)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029896','COM reports BB keeps coming back and getting into garbage',null,null,null,null,null,null,'221 Ioco Rd, Port Moody, BC',null,'2023-07-22 08:46:03','2023-07-22 08:46:03',null,'PDAYTON@idir','2023-07-24 15:09:13',null,null,null,null,'CLOSED','PORTMDY',ST_GeomFromText('POINT(-122.8273412 49.2836477)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029898','COM reporting a cub (larger than a German Shepherd)walking around, no sighting of sow. ',null,null,null,null,null,null,'22327 River Rd, Maple Ridge, BC',null,'2023-07-22 08:48:45','2023-07-22 08:48:45',null,'DLEWERS@idir','2023-07-22 08:50:27',null,null,null,null,'CLOSED','MAPLERID',ST_GeomFromText('POINT(-122.604065 49.2122571)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029899','Large BB lumbering along at 2300.',null,null,null,null,null,null,'7407 Curtis St',null,'2023-07-22 08:51:19','2023-07-22 08:51:19',null,'SKEANE@idir','2023-07-22 08:53:43',null,null,null,null,'CLOSED','BURNBY',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029900','COM reported a deer laying on the side of the road at the noted location with blood coming from its ears. The deer was moving its head when the COM called, but stopped moving on the call and appears deceased. ',null,null,null,null,null,null,'','Across from 6231 East Sooke Rd','2023-07-22 08:53:52','2023-07-22 08:53:52',null,'MAWILSON@idir','2023-08-10 09:25:28',null,null,null,null,'CLOSED','EASTSKE',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029902','Dead/bloated BB on municipal side of caller''s property line. Goats on caller''s property 100m away. OO directed caller to public works, however polite caller concerned public works will not respond til Monday therefore a small potential of being an attractant.',null,null,null,null,null,null,'7890 264 St, Township of Langley, BC',null,'2023-07-22 09:05:49','2023-07-22 09:05:49',null,'ALBUCHAN@idir','2023-07-24 11:34:41',null,null,null,null,'CLOSED','LANGLEY',ST_GeomFromText('POINT(-122.4903371 49.1462575)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029903','COM reporting a fawn that is sick and dying and needs attention. COM does not believe it was hit by a car, but it is possible that IF not natural illness, that a neighbor there could be responsible based past experience with individual. - -0913 LM CO Kissinger - -',null,null,null,null,null,null,'294 Memorial Cres, Victoria, BC',null,'2023-07-22 09:07:22','2023-07-22 09:07:22',null,'MAWILSON@idir','2023-08-10 09:26:49',null,null,null,null,'OPEN','OAKBAY',ST_GeomFromText('POINT(-123.3438806 48.4121917)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029905','Caller reporting a food conditioned black bear near the below noted location. Caller advised the bear came and got into her neighbors garbage again last night. Caller noted the bear is not aggressive. ',null,null,null,null,null,null,'1358 Chamberlain Dr, District of North Vancouver, BC',null,'2023-07-21 22:00:00','2023-07-22 09:09:10',null,'ISCHMIDT@idir','2023-08-04 09:08:28',null,null,null,null,'OPEN','NORVAN',ST_GeomFromText('POINT(-123.0363036 49.3454663)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029906','Caller reporting an injured deer near the below noted location. Caller advised he saw the deer yesterday at 20:00 in the woods behind his home and it was limping and not weight bearing on it''s rear left leg. Caller noted he saw the deer again this morning and it was still mobile but had not moved very far. - - -',null,null,null,null,null,null,'6040 Columbia Lake Rd, Fairmont Hot Springs, BC',null,'2023-07-22 09:05:00','2023-07-22 09:11:18',null,'GPKRUGER@idir','2023-07-25 15:23:02',null,null,null,null,'CLOSED','FAIRMONT',ST_GeomFromText('POINT(-115.8840336 50.2820791)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029907','Injured wandering BB at 0910. Back left leg bleeding/daggling.',null,null,null,null,null,null,'','3050 hillcrest dr, whistler','2023-07-22 09:14:50','2023-07-22 09:14:50',null,'SKEANE@idir','2023-07-22 09:17:37',null,null,null,null,'OPEN','WHISTLER',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029909','Problem with BB accessing unsecured compost bins. -Property Manager Westwood Ridge 604-871-4478, should be called by Bear Aware Coordinator to inform. ',null,null,null,null,null,null,'3098 Baird Rd, District of North Vancouver, BC',null,'2023-07-22 09:18:21','2023-07-22 09:18:21',null,'doweber@idir','2023-07-22 09:23:08',null,null,null,null,'OPEN','NORVAN',ST_GeomFromText('POINT(-123.039827 49.3370695)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029910','Caller reporting a confined deer near the below noted location. Caller advised the doe is trapped behind the fence and 2 fawns are on the other side. GFL number - 250-417-3607 - -',null,null,null,null,null,null,'1425 Industrial No 2 Rd, Cranbrook, BC','GFL Dump ','2023-07-22 09:18:37','2023-07-22 09:18:37',null,'JMELENKA@idir','2023-07-26 12:19:37',null,null,null,null,'CLOSED','CRANBRK',ST_GeomFromText('POINT(-115.7645297 49.5303001)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029912','Caller reporting an injured black bear near the below noted location. Caller advised the bear has a tag and has a compound fracture on it''s rear left leg. -',null,null,null,null,null,null,'Wayside Lane, Whistler, BC','Wayside Park - heading south down valley trail ','2023-07-22 09:26:23','2023-07-22 09:26:23',null,'SZUKEWI@idir','2023-07-22 11:44:20',null,null,null,null,'CLOSED','WHISTLER',ST_GeomFromText('POINT(-122.9852471 50.1047186)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029913','COM reported a deer hit by a vehicle in front of them that is now deceased at the noted location. ',null,null,null,null,null,null,'','Prospect Lake Rd and West Saanich on West Saanich.','2023-07-22 09:26:56','2023-07-22 09:26:56',null,'MAWILSON@idir','2023-08-10 09:29:22',null,null,null,null,'CLOSED','SAANICH',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029914','COM reporting sighting of BB with injured leg',null,null,null,null,null,null,'Hwy 99, Whistler, BC','Wayside Park','2023-07-22 09:28:41','2023-07-22 09:28:41',null,'DLEWERS@idir','2023-07-22 13:04:53',null,null,null,null,'OPEN','WHISTLER',ST_GeomFromText('POINT(-123.0144708 50.0889632)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029916','Third party report of a cougar walking down the road. COM didnt have a phone and the caller said she would call it in for her. ',null,null,null,null,null,null,'Best Ave, Mission, BC',null,'2023-07-22 09:31:41','2023-07-22 09:31:41',null,'EVEROBER@idir','2023-07-22 11:02:33',null,null,null,null,'OPEN','MISSION',ST_GeomFromText('POINT(-122.3050585 49.1509943)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029918','COM reporting BB was in her compost in her carport',null,null,null,null,null,null,'140 Lions Bay Ave, Lions Bay, BC',null,'2023-07-20 21:05:00','2023-07-22 10:05:34',null,'SZUKEWI@idir','2023-07-22 11:45:20',null,null,null,null,'CLOSED','LIONSBAY',ST_GeomFromText('POINT(-123.2406585 49.4576185)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029919','Calle reporting a food conditioned black bear near the below noted location. Caller advised the bear tried to get into his bear proof garbage can last night. Caller noted the bear broke the one brass latch before he was able to scare it off. Caller advised this is the third time the bear has tried to get the garbage cans. Caller noted he brought the garbage inside. ',null,null,null,null,null,null,'210 Minato Rd, Ucluelet, BC',null,'2023-07-21 23:20:00','2023-07-22 10:06:58',null,'DSEXTON@idir','2023-07-26 13:28:15',null,null,null,null,'CLOSED','UCLUELET',ST_GeomFromText('POINT(-125.5665586 48.9489004)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029920','Mobile injured deer, broken leg. Just walked by her house. ',null,null,null,null,null,null,'507 Stanley Cres, Kelowna, BC',null,'2023-07-22 10:08:24','2023-07-22 10:08:24',null,'GSMALL@idir','2023-07-22 15:28:14',null,null,null,null,'CLOSED','KELOWNA',ST_GeomFromText('POINT(-119.499776 49.7971905)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029923','Caller reporting a food conditioned black bear near the below noted location. Caller advised the bear has been trying to get into garbages around the neighborhood but has been chased off by dogs. -',null,null,null,null,null,null,'Park Ave, Witset, BC',null,'2023-07-22 08:00:00','2023-07-22 10:10:11',null,'FBKNIBBS@idir','2023-07-25 09:58:56',null,null,null,null,'CLOSED','SMITHERS',ST_GeomFromText('POINT(-127.3276736 55.0208022)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029924','Last night caller hit and killed a young fawn while driving - heading from Crofton, en route to Herd Road, on the right side of Osborne Bay Road. Off the road to the side, visible from the road. ',null,null,null,null,null,null,'',null,'2023-07-21 20:00:00','2023-07-22 10:11:46',null,'MAWILSON@idir','2023-08-10 09:28:13',null,null,null,null,'CLOSED','CROFTON',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029928','COM reports BB yearling struck by a car unable to stand - -1022 briefed CO Beck - request RCMP -1025 briefed RCMP -',null,null,null,null,null,null,'Hwy 1, Salmon Arm, BC','5km south of exit 478 in east bound side','2023-07-22 10:19:58','2023-07-22 10:19:58',null,'TBECK@idir','2023-07-22 14:32:52',null,null,null,null,'CLOSED','SALMARM',ST_GeomFromText('POINT(-119.227314 50.7389697)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029931','Caller reporting a grizzly sighting in a residential area near the below noted location. Caller advised the sow and 2 cubs have been in the area for 2 days and yesterday the bear started to chase a kid on a bike. -',null,null,null,null,null,null,'1300 Hwy 20, Bella Coola, BC',null,'2023-07-22 10:25:00','2023-07-22 10:25:36',null,'CPOSTHUM@idir','2023-08-03 09:07:54',null,null,null,null,'CLOSED','BLLACOOL',ST_GeomFromText('POINT(-126.6297333 52.3724524)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029934','Suspect BB got hit by a car, limping on McKee Rd. -RP: 604-374-1955 - -Another call received confirming BB did get hit. Still mobile, limping. -Last seen on Otteson Way.',null,null,null,null,null,null,'McKee Rd, Abbotsford, BC',null,'2023-07-22 10:32:02','2023-07-22 10:32:02',null,'KSORENSE@idir','2023-07-23 12:37:00',null,null,null,null,'OPEN','ABTFRD',ST_GeomFromText('POINT(-122.2321409 49.069299)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029937','Caller reporting that an eagle has killed three of her ducks and has injured another. Caller advised she also heard the eagle kill a cat. -***Caller is requesting a callback from a CO for advice.***',null,null,null,null,null,null,'4653 Wilson Rd, Duncan, BC',null,'2023-07-21 20:30:00','2023-07-22 10:42:03',null,'MAWILSON@idir','2023-08-10 09:30:45',null,null,null,null,'OPEN','DUNCAN',ST_GeomFromText('POINT(-123.6662499 48.7372218)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029938',' Caller reporting a cougar sighting in a residential area near the below noted location. Caller advised the cougar was walking along her back fence. -***Emailed only because of time delay.***',null,null,null,null,null,null,'3011 Foul Bay Rd, Oak Bay, BC',null,'2023-07-20 14:00:00','2023-07-22 10:50:14',null,'DSEXTON@idir','2023-07-26 13:23:23',null,null,null,null,'CLOSED','OAKBAY',ST_GeomFromText('POINT(-123.3213001 48.4453063)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029939','COM reported an injured fawn that can not stand has blood on its leg in their yard. COM asked for a CO to contact them when they can attend. ',null,null,null,null,null,null,'6450 Finch Rd, Lake Country, BC',null,'2023-07-22 10:50:45','2023-07-22 10:50:45',null,'GSMALL@idir','2023-07-22 15:24:58',null,null,null,null,'CLOSED','LAKECNRY',ST_GeomFromText('POINT(-119.4376615 50.0105148)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029941','COM reporting BB sighting',null,null,null,null,null,null,'Emerald Rd, Hope, BC',null,'2023-07-22 11:04:06','2023-07-22 11:04:06',null,'DLEWERS@idir','2023-07-22 11:05:31',null,null,null,null,'CLOSED','HARHOTSP',ST_GeomFromText('POINT(-121.4035989 49.3813036)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029942','Coyotes (3) walking street for past week. Lived for past 1994 without ever observing coyotes previously.',null,null,null,null,null,null,'2080 134 St, Surrey, BC',null,'2023-07-22 11:06:33','2023-07-22 11:06:33',null,'SKEANE@idir','2023-07-22 11:11:43',null,null,null,null,'CLOSED','SURRY',ST_GeomFromText('POINT(-122.85136 49.0404442)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029943','RCMP received a report of a food conditioned black bear near the below noted location. RCMP advised the bear is eating garbage near it''s front door and the caller cannot go outside. RCMP advised they are attending and the bear is not aggressive. ',null,null,null,null,null,null,'1210 Falcon Dr, Coquitlam, BC','Unit 110','2023-07-22 11:06:51','2023-07-22 11:06:51',null,'KSORENSE@idir','2023-07-22 11:10:04',null,null,null,null,'OPEN','COQUITLM',ST_GeomFromText('POINT(-122.819003 49.285168)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029944','COM reports BB killed 2 of her chickens. BB is sitting in a tree now. - -1110 LM CO Kissinger - -',null,null,null,null,null,null,'2397 Sooke River Rd, Sooke, BC',null,'2023-07-22 11:08:18','2023-07-22 11:08:18',null,'MAWILSON@idir','2023-07-31 09:08:23',null,null,null,null,'OPEN','SOOKE',ST_GeomFromText('POINT(-123.6985102 48.396394)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029945','BB eating his garbage. ',null,null,null,null,null,null,'1210 Falcon Dr, Coquitlam, BC',null,'2023-07-22 11:13:09','2023-07-22 11:13:09',null,'doweber@idir','2023-07-22 11:14:53',null,null,null,null,'OPEN','COQUITLM',ST_GeomFromText('POINT(-122.819003 49.285168)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029947','COM reporting BB sighting at location below',null,null,null,null,null,null,'','Sun-oka Park between Trout Creek and the Lake ','2023-07-22 11:17:28','2023-07-22 11:17:28',null,'DLEWERS@idir','2023-07-22 11:21:13',null,null,null,null,'CLOSED','PENTICTN',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029949','COM reporting a deer behind her yard that has been laying there for 2 hours or more and vultures overhead and she can smell something. COM not sure if its dead or not but it is not moving. ',null,null,null,null,null,null,'3105 Vaughn Rd, Campbell River, BC',null,'2023-07-22 11:23:43','2023-07-22 11:23:43',null,'MAWILSON@idir','2023-08-10 09:32:20',null,null,null,null,'CLOSED','CMBLRV',ST_GeomFromText('POINT(-125.1921396 49.9014384)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029955','A deer has been cruising the back lane with a tomato cage on its head. It was hopping around probably trying to get it off. Deer is mobile.',null,null,null,null,null,null,'','1600 Ave off 10th ','2023-07-22 11:46:13','2023-07-22 11:46:13',null,'JMELENKA@idir','2023-07-26 12:19:01',null,null,null,null,'CLOSED','CRANBRK',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029957','COM reporting BB in garbage',null,null,null,null,null,null,'6 Rainbow Pl, Mackenzie, BC',null,'2023-07-22 11:53:23','2023-07-22 11:53:23',null,'HIDESMAR@idir','2023-07-25 12:00:55',null,null,null,null,'CLOSED','MACKENZI',ST_GeomFromText('POINT(-123.0889307 55.3456014)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029958','Caller reporting a black bear sighting near the below noted location. Caller advised the bear is just wandering around the complex. Caller noted the bear is not afraid of humans but is not aggressive. -',null,null,null,null,null,null,'1822 Cherry Tree Lane, Columbia Valley, BC','Lindell Beach - Cultus Lake ','2023-07-22 11:00:00','2023-07-22 11:53:30',null,'KSORENSE@idir','2023-07-22 11:57:43',null,null,null,null,'CLOSED','CLMBVLLY',ST_GeomFromText('POINT(-122.0159142 49.0335131)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029960','COM reported there are BBs coming daily tipping over garbage and organic bins. ',null,null,null,null,null,null,'','Ucluelet East ','2023-07-22 12:18:56','2023-07-22 12:18:56',null,'DSEXTON@idir','2023-07-26 13:29:09',null,null,null,null,'CLOSED','UCLUELET',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029961','Large BB at Blakeburn park (behind elementary school) 1220. -',null,null,null,null,null,null,'UNIT 50 -- 758 Riverside Dr, Port Coquitlam, BC',null,'2023-07-22 12:20:50','2023-07-22 12:20:50',null,'PDAYTON@idir','2023-08-01 15:03:23',null,null,null,null,'CLOSED','PORTCOQ',ST_GeomFromText('POINT(-122.7370449 49.266586)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029962','COM reports BB sighting',null,null,null,null,null,null,'2120 Valleyview Dr, Kamloops, BC',null,'2023-07-22 12:26:09','2023-07-22 12:26:09',null,'DLEWERS@idir','2023-07-22 12:27:44',null,null,null,null,'CLOSED','KAMLOOPS',ST_GeomFromText('POINT(-120.2653627 50.6763131)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029963','Caller reporting that a young bear jumped up on her back yesterday near the below noted location. Caller advised she is okay and only has a few small scratches on her lower back from when the bear got down. Caller noted she did not see a sow nearby and felt the bear wanted to play. ',null,null,null,null,null,null,'641 Hillcrest St, Coquitlam, BC','Mundy Parrk ','2023-07-21 09:30:00','2023-07-22 12:29:58',null,'EVEROBER@idir','2023-07-23 15:59:30',null,null,null,null,'OPEN','COQUITLM',ST_GeomFromText('POINT(-122.8258249 49.2566035)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029964','Third party report of an injured moose with a gash on its leg',null,null,null,null,null,null,'4559 Timberline Cres, West Fernie, BC','Timberline Lodges','2023-07-22 12:33:49','2023-07-22 12:33:49',null,'RYGORDON@idir','2023-07-24 11:20:35',null,null,null,null,'CLOSED','FERNIE',ST_GeomFromText('POINT(-115.0802416 49.4634611)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029966','Caller reporting a suspected cougar killing of one of her roosters near the below noted location. Caller advised neighbors have reported a cougar sighting in the area and last night something killed one of her roosters. Caller noted CO''s would be able to put a trap on her property to get the cougar if needed. -***Caller requesting a callback from a CO for information.***',null,null,null,null,null,null,'362 Rosebud Lake Rd, Nelway, BC',null,'2023-07-21 22:00:00','2023-07-22 12:35:39',null,'MSOUCY@idir','2023-07-23 18:21:04',null,null,null,null,'CLOSED','NELWA',ST_GeomFromText('POINT(-117.2742377 49.0241475)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029967','A black bear has been spotted on security camera video several times walking through the property.',null,null,null,null,null,null,'4517 Sunshine Coast Hwy, Sechelt, BC',null,'2023-07-22 09:00:00','2023-07-22 12:35:45',null,'RBACALL@idir','2023-07-22 12:38:06',null,null,null,null,'CLOSED','SECHELT',ST_GeomFromText('POINT(-123.719531 49.4405809)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029970','Caller said she was walking her dog on a trail in the area and came close to a BB, she ran and the BB was running behind her. -Scared the bejesus out of her. -Both caller and dog unharmed. Very excitable caller. ',null,null,null,null,null,null,'3500 Burke Village Prom, Coquitlam, BC',null,'2023-07-22 11:41:00','2023-07-22 12:41:10',null,'CELDER@idir','2023-07-24 14:18:59',null,null,null,null,'OPEN','COQUITLM',ST_GeomFromText('POINT(-122.7436168 49.2911996)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029971','BB sighting in Memorial Park, observed running around. Transferred by RCMP. ',null,null,null,null,null,null,'Prince George, BC','Memorial Park ','2023-07-22 12:48:23','2023-07-22 12:48:23',null,'BRADAMS@idir','2023-07-26 20:23:49',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7452778 53.9127778)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029972','COM reporting BB in a tree in the park - -1250 briefed CO Adams',null,null,null,null,null,null,'17th Ave and Gorse St, Prince George, BC','Fort George Park','2023-07-22 12:49:08','2023-07-22 12:49:08',null,'BRADAMS@idir','2023-07-26 20:21:47',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7379979 53.9084704)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029973','COM reported a fawn by a vehicle now laying in the driveway of the noted address. ',null,null,null,null,null,null,'40 Fraser Cres, Lillooet, BC',null,'2023-07-22 12:50:00','2023-07-22 12:50:32',null,'MMBOOTH@idir','2023-08-04 13:29:24',null,null,null,null,'CLOSED','LILLOOET',ST_GeomFromText('POINT(-121.8883257 50.6518797)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029977','Ferraro Foods (same business with the same unlocked dumpster). Business said its unlocked due to the drug users in the area. 3 months ago a BB with 3 cubs came out of the dumpster and freaked her out. Ferraro Foods. -',null,null,null,null,null,null,'850 Farwell St, Trail, BC',null,'2023-07-22 12:55:36','2023-07-22 12:55:36',null,'MSOUCY@idir','2023-07-22 13:23:34',null,null,null,null,'CLOSED','TRAIL',ST_GeomFromText('POINT(-117.7101085 49.0956872)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029982','Lots of lucky loos crowding 2 cubs in a tree. No sow in sight. -',null,null,null,null,null,null,'Valley trail Rd at whistler golf course - 8 or 9 hole',null,'2023-07-22 13:04:24','2023-07-22 13:04:24',null,'DTALEVSK@idir','2023-07-22 13:32:05',null,null,null,null,'CLOSED','WHISTLER',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029984','Deer in his front yard circling his tree, it has large sores all over it. -Concerned it has CWD and may run into traffic. ',null,null,null,null,null,null,'20090 Prince George Hwy 16 W, Mud River, BC',null,'2023-07-22 13:11:54','2023-07-22 13:11:54',null,'SPEELING@idir','2023-07-25 12:15:14',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-123.0457206 53.8187342)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029986','Polite elderly (with walker) caller reporting a BB sighted as she was getting out of her car. Caller laid on horn and bear ran away. Caller reached out to RCMP, and RCMP helped elderly caller getting her groceries into her house. OO emailing report, as RCMP attended.',null,null,null,null,null,null,'24 Grayling Cres, Mackenzie, BC',null,'2023-07-22 13:19:32','2023-07-22 13:19:32',null,'HIDESMAR@idir','2023-07-25 12:01:15',null,null,null,null,'CLOSED','MACKENZI',ST_GeomFromText('POINT(-123.0865443 55.3447029)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029987','Injured buck not seen for a week, saw it last night. Still hobbling, broken antler. Left front leg. ',null,null,null,null,null,null,'2821 Biscayne Bay, Nanaimo, BC',null,'2023-07-22 13:21:06','2023-07-22 13:21:06',null,'MAWILSON@idir','2023-08-10 09:33:39',null,null,null,null,'CLOSED','NANAIMO',ST_GeomFromText('POINT(-123.9904359 49.2060471)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029989','Caller reporting a food conditioned black bear near the below noted location. Caller advised they caught a black bear getting into their garbage this morning on their security camera. ',null,null,null,null,null,null,'7760 Lawrence Dr, Burnaby, BC',null,'2023-07-22 04:34:00','2023-07-22 13:22:46',null,'KSORENSE@idir','2023-07-22 13:24:56',null,null,null,null,'OPEN','BURNBY',ST_GeomFromText('POINT(-122.940998 49.2606152)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029992','BB with cub at Lake lodge and Campground. Dogs and bear bangers not having desired effect for past 2 hrs. Something changed in last 24 hrs. Caller texted/called local CO, and bounceback directed caller to RAPP line. -',null,null,null,null,null,null,'mile 122, john Hart Hwy',null,'2023-07-22 13:25:14','2023-07-22 13:25:14',null,'BALACEY@idir','2023-07-27 11:22:04',null,null,null,null,'CLOSED','MACKENZI',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029993','RCMP received a report of a black bear in a tree at Fort George Park. Caller advised the tree was near the bathroom. ',null,null,null,null,null,null,'17th Ave and Taylor Dr, Prince George, BC','Fort George Park ','2023-07-22 13:18:00','2023-07-22 13:28:17',null,'BRADAMS@idir','2023-07-26 20:25:41',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7297812 53.9084835)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-029998','Caller reporting an injured deer near the below noted location. Caller advised the deer was hit by a car but is mobile and looked like it was in shock. ',null,null,null,null,null,null,'24565 Dewdney Trunk Rd, Maple Ridge, BC','Grow and Gather Farms ','2023-07-22 13:42:53','2023-07-22 13:42:53',null,'EVEROBER@idir','2023-07-24 13:26:48',null,null,null,null,'OPEN','MAPLERID',ST_GeomFromText('POINT(-122.5415853 49.2215611)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030001','COM reported a BB hit by a vehicle that stumbled into the bushes by the soccer field. A crowd was gathering. -Caller 250-217-5366 -',null,null,null,null,null,null,'','Sook River Rd and Sooke Rd. by the soccer field','2023-07-22 13:59:45','2023-07-22 13:59:45',null,'DSEXTON@idir','2023-07-26 13:27:06',null,null,null,null,'OPEN','SOOKE',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030002','Caller reporting a black bear at Hammond park near the below noted location. Caller advised the bear was in the bushes and was not aggressive. ',null,null,null,null,null,null,'1st Ave, Prince George, BC','Hammond Park ','2023-07-22 13:50:00','2023-07-22 14:00:48',null,'BRADAMS@idir','2023-07-26 20:32:01',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7734741 53.9245036)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030008','Doe with ''severly broken'' leg hobbling down road with fawn close behind. ',null,null,null,null,null,null,'Kidston School',null,'2023-07-22 14:07:13','2023-07-22 14:07:13',null,'TBECK@idir','2023-07-22 14:34:09',null,null,null,null,'CLOSED','CLDSTRM',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030009',' Caller reporting growling and rustling in the bushes near the below noted location. Caller advised other''s have encountered it as well and is possibly a coyote. ',null,null,null,null,null,null,'McLaren Dr, Chilliwack, BC','Between the catwalk and the bridge towards the houses. ','2023-07-20 07:30:00','2023-07-22 14:07:17',null,'KSORENSE@idir','2023-07-22 14:10:52',null,null,null,null,'CLOSED','CHILLIWK',ST_GeomFromText('POINT(-121.991714 49.0992834)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030011','Caller reports that there is a bear that has torn the door off of the garbage room and is in the garbage. not afraid of humans.',null,null,null,null,null,null,'3658 Banff Crt, District of North Vancouver, BC',null,'2023-07-22 14:10:34','2023-07-22 14:10:34',null,'SZUKEWI@idir','2023-07-25 14:10:32',null,null,null,null,'OPEN','NORVAN',ST_GeomFromText('POINT(-122.9721748 49.3184239)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030013','BB currently eating garbage on walking Inglis trail that is very well used. ',null,null,null,null,null,null,'400 Stewart Rd, Gibsons, BC',null,'2023-07-22 14:15:52','2023-07-22 14:15:52',null,'SKEANE@idir','2023-07-22 14:18:10',null,null,null,null,'OPEN','GIBSONS',ST_GeomFromText('POINT(-123.5125518 49.397772)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030016','COm reported a deer with broken legs half way down the road, across from the given address. ',null,null,null,null,null,null,'3223 Broadwater Rd, Robson, BC',null,'2023-07-22 14:31:22','2023-07-22 14:31:22',null,'MSOUCY@idir','2023-07-23 18:26:36',null,null,null,null,'CLOSED','ROBSON',ST_GeomFromText('POINT(-117.7022656 49.3354696)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030017','Limping deer with a bulge on its back left shin in his area. Still mobile. ',null,null,null,null,null,null,'3964 Oakwinds St, Saanich, BC',null,'2023-07-22 14:35:31','2023-07-22 14:35:31',null,'doweber@idir','2023-07-22 14:39:29',null,null,null,null,'OPEN','SAANICH',ST_GeomFromText('POINT(-123.3400963 48.4696594)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030022','A 2-3 point buck is in his death throws and needs to be put down. Caller thinks it was likely hit by a vehicle. ',null,null,null,null,null,null,'16612 Bentley Rd, Summerland, BC',null,'2023-07-22 14:41:38','2023-07-22 14:41:38',null,'BRANBECK@idir','2023-07-27 09:38:54',null,null,null,null,'CLOSED','SMRLAND',ST_GeomFromText('POINT(-119.6887479 49.6161645)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030024','Caller reporting a deer that has fishing rope entangled on it''s antlers and head. Caller advised the deer did not look injured but may have been limping. Caller noted the deer left her yard through a hole in her fence. ',null,null,null,null,null,null,'1763 Christmas Ave, Saanich, BC',null,'2023-07-22 14:42:03','2023-07-22 14:42:03',null,'DSEXTON@idir','2023-08-11 14:21:08',null,null,null,null,'CLOSED','SAANICH',ST_GeomFromText('POINT(-123.3252592 48.4626489)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030031','Caller reports coming across a baby bear. Last night they heard a couple shots, and didnt see the mom with the cub. They are concerned that the mom may have been shot. If they see the cub on its own again tomorrow they will call back.',null,null,null,null,null,null,'31 Twin Lakes Rd, Enderby, BC',null,'2023-07-22 15:01:22','2023-07-22 15:01:22',null,'TBECK@idir','2023-07-22 17:25:33',null,null,null,null,'CLOSED','ENDERBY',ST_GeomFromText('POINT(-119.164938 50.5577641)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030033','Caller reporting a grizzly bear sighting near the below noted location. Caller advised the bear was sitting in their front yard eating grass. -***Emailed only due to time delay.***',null,null,null,null,null,null,'8015 Cypress Pl, Whistler, BC',null,'2023-07-21 17:00:00','2023-07-22 15:12:53',null,'KSORENSE@idir','2023-07-22 15:16:11',null,null,null,null,'OPEN','WHISTLER',ST_GeomFromText('POINT(-122.957837 50.1416745)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030037','Caller reporting a injured bear with a hurt rear paw. Bear is making its way towards Whistler Village.',null,null,null,null,null,null,'Nita Lake Dr, Whistler, BC','bear is on Valley Trail ','2023-07-22 15:28:37','2023-07-22 15:28:37',null,'SMCCREAD@idir','2023-07-22 15:35:24',null,null,null,null,'OPEN','WHISTLER',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030040','COM reported a BB that has been in the area for a couple of months. COM noted it comes around garbage day. The BB was on their deck today. -**COM asked for a CO to call them.',null,null,null,null,null,null,'7705 St. Dennis Pl, Prince George, BC',null,'2023-07-22 15:41:09','2023-07-22 15:41:09',null,'EMCARTHU@idir','2023-07-25 09:07:06',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7724585 53.8489674)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030041','COM reported a moose that had a large sore on its shoulder. The moose was eating from a tree. ',null,null,null,null,null,null,'','Ski Hill, Timberline Cres Parking lot','2023-07-22 15:46:33','2023-07-22 15:46:33',null,'RYGORDON@idir','2023-07-24 11:17:32',null,null,null,null,'CLOSED','FERNIE',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030042','Caller reports a grizzly walking down the trail and into callers front yard. Possibly reported last week.',null,null,null,null,null,null,'106 McDermid Dr, Prince George, BC',null,'2023-07-22 15:46:37','2023-07-22 15:46:37',null,'SPEELING@idir','2023-07-25 12:15:42',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7952783 53.9302939)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030043','Caller reporting a food conditioned black bear near the below noted location. Caller advised the bear has been rummaging through garbages around the neighborhood for 2 days. Caller noted it is a large bear and she was able to scare it off with her car horn. ',null,null,null,null,null,null,'818 Paisley Ave, Port Coquitlam, BC',null,'2023-07-22 15:15:00','2023-07-22 15:55:14',null,'KSORENSE@idir','2023-07-22 15:58:26',null,null,null,null,'OPEN','PORTCOQ',ST_GeomFromText('POINT(-122.736346 49.2794483)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030045','RCMP came upon a bear being a Bear. RCMP 23-1099.',null,null,null,null,null,null,'48 Pine Cres, Mackenzie, BC',null,'2023-07-22 16:02:32','2023-07-22 16:02:32',null,'SKEANE@idir','2023-07-22 16:03:46',null,null,null,null,'CLOSED','MACKENZI',ST_GeomFromText('POINT(-123.0824232 55.3341698)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030046','BB cub for past hour running back and forth on hwy, therefore emailing sighing report. 1600.',null,null,null,null,null,null,'Hwy 99 - brio and village gates',null,'2023-07-22 16:06:17','2023-07-22 16:06:17',null,'SKEANE@idir','2023-07-22 16:08:35',null,null,null,null,'CLOSED','WHISTLER',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030047','Deer with broken leg in her yard, now walking up Overlook. -Advised # is 24/7 if condition deteriorates. ',null,null,null,null,null,null,'1333 Overlook St, Prince Rupert, BC',null,'2023-07-22 16:12:57','2023-07-22 16:12:57',null,'ALYUBOMU@idir','2023-07-25 13:15:55',null,null,null,null,'CLOSED','PRINCRUP',ST_GeomFromText('POINT(-130.3024319 54.3251765)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030048','Caller reporting a black bear sighting near the below noted location. Caller advised a sow and 2 cubs that have been hanging around the neighborhood and are not aggressive but are not afraid of humans. ',null,null,null,null,null,null,'7820 Squilax-Anglemont Rd, Anglemont, BC',null,'2023-07-22 16:14:39','2023-07-22 16:14:39',null,'KSORENSE@idir','2023-07-22 16:19:30',null,null,null,null,'CLOSED','ANGLMNT',ST_GeomFromText('POINT(-119.1686001 50.9637293)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030052','A grizzly bear is in the cherry tree eating cherries.',null,null,null,null,null,null,'Mackay St, Bella Coola, BC','Bella Coola Elementary','2023-07-22 16:25:46','2023-07-22 16:25:46',null,'CPOSTHUM@idir','2023-08-03 09:08:29',null,null,null,null,'CLOSED','BLLACOOL',ST_GeomFromText('POINT(-126.7549254 52.3729707)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030054','Caller at summer camp with a bunch of kids on site. Bear initially ripped the door of of their composting shed. Haven''t seen it today but want to speak with a CO as they have even younger kids coming into camp tomorrow.',null,null,null,null,null,null,'1341 Margaret Rd, Roberts Creek, BC',null,'2023-07-22 16:29:46','2023-07-22 16:29:46',null,'DLMILLER@idir','2023-07-25 11:03:45',null,null,null,null,'OPEN','ROBERTSC',ST_GeomFromText('POINT(-123.6694722 49.4307565)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030060','Caller reporting a food conditioned black bear near the below noted location. Caller advised the bear got into his next door neighbors garbage today and a few days ago got into the garbage of the neighbor across the street. ',null,null,null,null,null,null,'5617 White Pine Lane, District of North Vancouver, BC',null,'2023-07-22 16:30:00','2023-07-22 16:43:48',null,'TBIRNEY@idir','2023-07-28 10:23:03',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.1007426 49.3662978)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030064','Caller reports a black bear in Fort George memorial park. Walking around.',null,null,null,null,null,null,'Becott Pl, Prince George, BC',null,'2023-07-22 16:52:44','2023-07-22 16:52:44',null,'SGBATES@idir','2023-08-09 10:04:18',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7364115 53.9050351)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030065','COM reports he was driving down the road and BB approached his car',null,null,null,null,null,null,'Smith Rd and Sylvester Rd, Hatzic, BC','Cascade Falls','2023-07-22 16:56:23','2023-07-22 16:56:23',null,'DLEWERS@idir','2023-07-22 16:57:55',null,null,null,null,'CLOSED','HATZIC',ST_GeomFromText('POINT(-122.2280723 49.2721842)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030068','Caller reporting a food conditioned black bear near the below noted location. Caller advised the bear is getting into the garbage at the side of the house. ',null,null,null,null,null,null,'35645 Lacey Greene Way, Abbotsford, BC',null,'2023-07-22 17:15:31','2023-07-22 17:15:31',null,'SMCCREAD@idir','2023-07-22 17:33:30',null,null,null,null,'OPEN','ABTFRD',ST_GeomFromText('POINT(-122.2372756 49.0504023)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030070','Caller reports that there is a deer that is laying down with some sort of white plastic rope like thing wrapped around its neck and body.',null,null,null,null,null,null,'531 21st Ave N, Cranbrook, BC',null,'2023-07-22 17:18:49','2023-07-22 17:18:49',null,'JMELENKA@idir','2023-07-26 12:18:28',null,null,null,null,'CLOSED','CRANBRK',ST_GeomFromText('POINT(-115.7491784 49.5161456)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030074','Caller reporting a bear that is killing chickens and seems to be unafraid of people or dogs.',null,null,null,null,null,null,'2160 Powell Ave, South Hazelton, BC',null,'2023-07-22 17:53:10','2023-07-22 17:53:10',null,'FBKNIBBS@idir','2023-07-25 09:51:14',null,null,null,null,'CLOSED','HAZELTON',ST_GeomFromText('POINT(-127.6580485 55.2169572)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030075','A fair sized black bear met caller face to face while she was caring groceries from her car to her house. Caller reached into the car and honked the horn and the bear ran away. Caller recently had a trap set next to her property for a different bear. ',null,null,null,null,null,null,'24 Grayling Cres, Mackenzie, BC',null,'2023-07-22 14:00:00','2023-07-22 17:54:05',null,'RBACALL@idir','2023-07-22 17:58:07',null,null,null,null,'CLOSED','MACKENZI',ST_GeomFromText('POINT(-123.0865443 55.3447029)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030076','Coastal Wolf Sighting @ Thurston Meadows Campsite, Chilliwack River road, 17 Km from Vedder Road. -Date: Wednesday, July 19, 2023 @ 06:20 hours. I was in site #48 - tenting. I was sitting, facing North when a ""rangy looking"" long legged ""sheppard type"" animal in a fast trot went East and was gone in seconds. The animal was about 32 in. (90 cm) at the shoulder, long legs, the coat was patchy mottled grey. The animal would likely take the path of least resistance on thee TNT, which parallels the river - I checked records and am certain it was a coastal wolf feeding on spawning salmon Camp host at Thurston meadows, Nat, thought it was a coyote. I have camped many years along the Chilliwack river including the south end of Chilliwack Lake and never have seen a wolf. Definitely not a coyote of which I have seen many over the years. ',null,null,null,null,null,null,'','Thurston Meadows Campsite, Chilliwack River road, 17 Km from Vedder Road.','2023-07-19 06:20:00','2023-07-22 18:05:37',null,'RBACALL@idir','2023-07-22 18:08:10',null,null,null,null,'CLOSED','CHILLIWK',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030078','COM reporting BB keeps getting into garbage that he has done his best to secure. COM is worried about children in area. -COM reports it has been an issue for 2-3 months',null,null,null,null,null,null,'2567 Bronte Dr, District of North Vancouver, BC',null,'2023-07-22 18:19:36','2023-07-22 18:19:36',null,'KPPOPJES@idir','2023-07-23 12:25:27',null,null,null,null,'OPEN','NORVAN',ST_GeomFromText('POINT(-123.0026269 49.324191)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030082','Caller reporting tearing apart their garbage Caller advised the bear is aggressive and tried charging him when he tried to get close. The bear has been tagged and is a big bear. - -',null,null,null,null,null,null,'2567 Bronte Dr, District of North Vancouver, BC',null,'2023-07-22 18:27:54','2023-07-22 18:27:54',null,'KPPOPJES@idir','2023-07-23 11:57:51',null,null,null,null,'OPEN','NORVAN',ST_GeomFromText('POINT(-123.0026269 49.324191)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030084','Caller reports a buck with a gash in his side with what appears to be fatty tissue hanging out - -Summit Dr',null,null,null,null,null,null,'Columbia St W and Summit Dr, Kamloops, BC',null,'2023-07-22 18:34:38','2023-07-22 18:34:38',null,'KANEKOPP@idir','2023-07-26 13:13:26',null,null,null,null,'CLOSED','KAMLOOPS',ST_GeomFromText('POINT(-120.3542779 50.6670636)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030085','Caller advised there were 2 bears in her backyard just now. Caller advised ran into a protected green space behind the house when the neighbour''s dogs started barking. ',null,null,null,null,null,null,'2468 Whatcom Rd, Abbotsford, BC',null,'2023-07-22 18:41:55','2023-07-22 18:41:55',null,'BJETTE@idir','2023-07-22 18:46:06',null,null,null,null,'CLOSED','ABTFRD',ST_GeomFromText('POINT(-122.2253332 49.0474947)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030086','Caller reported a bear on his street at the house address noted below, rummaging around. It sounds like the bear has gotten into something but the caller cannot see what it is. ',null,null,null,null,null,null,'1157 Rupert Rd, Ucluelet, BC',null,'2023-07-22 18:47:15','2023-07-22 18:47:15',null,'DSEXTON@idir','2023-07-26 13:45:30',null,null,null,null,'CLOSED','UCLUELET',ST_GeomFromText('POINT(-125.5378572 48.9352375)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030088','Caller is reporting seeing 2 fawns at the below address and believes them to be orphaned. Caller advised there was an incident earlier that day of a deer that was struck at 246 Street and Dewdney Trunk Rd. Caller saw a Conservation vehicle at the scene and is not sure if the deer was alive or not. ',null,null,null,null,null,null,'24611 Dewdney Trunk Rd, Maple Ridge, BC',null,'2023-07-22 18:51:09','2023-07-22 18:51:09',null,'EVEROBER@idir','2023-07-24 13:28:52',null,null,null,null,'CLOSED','MAPLERID',ST_GeomFromText('POINT(-122.5401393 49.2221725)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030089','Caller sighted a bb on Ryan Rd heading towards another residence.',null,null,null,null,null,null,'2132 Ryan Rd, Penticton, BC',null,'2023-07-22 18:55:28','2023-07-22 18:55:28',null,'SMCCREAD@idir','2023-07-22 18:57:15',null,null,null,null,'CLOSED','PENTICTN',ST_GeomFromText('POINT(-119.6441361 49.5127701)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030090','Calling because two bucks which were hobbling around the front yard.',null,null,null,null,null,null,'1003 Carolwood Dr, Saanich, BC',null,'2023-07-22 18:58:08','2023-07-22 18:58:08',null,'SMCCREAD@idir','2023-07-22 19:03:02',null,null,null,null,'CLOSED','SAANICH',ST_GeomFromText('POINT(-123.3671429 48.4983337)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030091','Caller reports seeing a large bear sauntering down the street northbound.',null,null,null,null,null,null,'815 Lighthouse Crt, Coquitlam, BC',null,'2023-07-22 19:04:58','2023-07-22 19:04:58',null,'SMCCREAD@idir','2023-07-22 19:07:20',null,null,null,null,'CLOSED','COQUITLM',ST_GeomFromText('POINT(-122.8167052 49.2647763)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030095','Caller reporting he found a freshly dead bear on Hunters Range Brash Trail FSR while he was looking for a camping site. He was heading down the road from the rec site and saw it on the left hand side of the road. Caller does not know if he hit it as he did not see it before and did not feel any impact. Caller advised he would move it off the road. Caller said the site is about 15 km up the road on the right hand side. ',null,null,null,null,null,null,'','Hunters Range Brash Trail FSR ','2023-07-22 19:10:37','2023-07-22 19:10:37',null,'TBECK@idir','2023-07-22 22:13:39',null,null,null,null,'CLOSED','ENDERBY',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030096','Caller reports seeing a cougar in their back yard.',null,null,null,null,null,null,'1061 Erindale Pl, Saanich, BC',null,'2023-07-22 19:10:55','2023-07-22 19:10:55',null,'MAWILSON@idir','2023-07-31 15:46:09',null,null,null,null,'CLOSED','SAANICH',ST_GeomFromText('POINT(-123.3611042 48.4581641)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030097','Security was dispatched after receiving a sighting of a black bear. Security saw the bear eating grass and watched until it returned into the forest at 18:51. ',null,null,null,null,null,null,'Gaglardi Way, Burnaby, BC','In front of sports field ','2023-07-22 18:51:00','2023-07-22 19:11:32',null,'RBACALL@idir','2023-07-22 19:14:30',null,null,null,null,'CLOSED','BURNBY',ST_GeomFromText('POINT(-122.912705 49.265803)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030098','Caller reports a bb that has broken through neighbors fence to get at the garbage there. Bear ignored callers attempts to scare it off.',null,null,null,null,null,null,'214 Chestnut Pl, Port Moody, BC',null,'2023-07-22 19:18:20','2023-07-22 19:18:20',null,'SMCCREAD@idir','2023-07-22 19:20:42',null,null,null,null,'OPEN','PORTMDY',ST_GeomFromText('POINT(-122.8306044 49.3000176)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030101','Caller requesting to speak to a CO there is a bear in his back yard eating plums and is very close to the windows. Caller made a report earlier but OO could not located it. - - - ',null,null,null,null,null,null,'557 Palisade Dr, District of North Vancouver, BC',null,'2023-07-22 19:26:28','2023-07-22 19:26:28',null,'TDSCHUMA@idir','2023-07-24 13:39:43',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.0847798 49.3537013)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030103','Caller reported an injured bear with a broken back left leg near the Creek Bread restaurant in Whistler. ',null,null,null,null,null,null,'2021 Karen Cres, Whistler, BC','Creek Bread ','2023-07-22 19:37:25','2023-07-22 19:37:25',null,'TDSCHUMA@idir','2023-07-23 10:25:40',null,null,null,null,'CLOSED','WHISTLER',ST_GeomFromText('POINT(-122.9915332 50.096148)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030106','COM advised that there is a deer on the island with an injured back leg. The deer is still somewhat mobile and able to feed and forage. The deer doesn''t move when approached. - -***Requesting a callback to discuss***',null,null,null,null,null,null,'','Keats Island','2023-07-22 20:01:05','2023-07-22 20:01:05',null,'DLMILLER@idir','2023-07-25 10:58:16',null,null,null,null,'OPEN','KEATSISL',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030107','COM reporting a deer with a wire wrapped around it''s rib cage. The deer was still mobile and it was able to eat, but the wire was tight against it''s skin and causing some abrasion. Deer outside the noted address for the last 10 minutes. ',null,null,null,null,null,null,'1794 Bay St, Ucluelet, BC',null,'2023-07-22 20:04:17','2023-07-22 20:04:17',null,'DSEXTON@idir','2023-08-11 13:47:27',null,null,null,null,'CLOSED','UCLUELET',ST_GeomFromText('POINT(-125.5517046 48.942446)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030108','Caller reports seeing a bear on road.',null,null,null,null,null,null,'7000 Grant Rd W, Sooke, BC',null,'2023-07-22 20:08:33','2023-07-22 20:08:33',null,'SMCCREAD@idir','2023-07-22 20:12:42',null,null,null,null,'CLOSED','SOOKE',ST_GeomFromText('POINT(-123.7406619 48.3761842)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030110','Caller reported a huge bear eating their green bin and it wont move. Caller advised it had a lock on it provided by the city but the bear is huge and broke it. ',null,null,null,null,null,null,'2379 Thames Cres, Port Coquitlam, BC',null,'2023-07-22 20:24:22','2023-07-22 20:24:22',null,'BJETTE@idir','2023-07-22 20:27:41',null,null,null,null,'OPEN','PORTCOQ',ST_GeomFromText('POINT(-122.7510924 49.2610457)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030111','COM reporting 3 black bears in the Prince George cemetery. ',null,null,null,null,null,null,'3300 Memorial Park Lane, Prince George, BC',null,'2023-07-22 20:27:34','2023-07-22 20:27:34',null,'DAGRAY@idir','2023-07-22 20:33:39',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7648854 53.8871275)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030112','Caller reports seeing an injured bear cub by the side of road. - -half way between Vanderhoof and Prince George on Hwy 16 westbound near Cluculz hill',null,null,null,null,null,null,'Cluculz Lake, BC',null,'2023-07-22 20:53:41','2023-07-22 20:53:41',null,'BKNIBBS@idir','2023-08-02 12:12:39',null,null,null,null,'CLOSED','VANDERHF',ST_GeomFromText('POINT(-123.6486917 53.8712106)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030114','Caller reports a bear in their property that is unafraid of humans. Bear is food conditioned compost and garbage. Keeps returning and has become a real concern to residents.',null,null,null,null,null,null,'855 Peninsula Rd, Ucluelet, BC',null,'2023-07-22 21:00:49','2023-07-22 21:00:49',null,'SMCCREAD@idir','2023-07-22 21:05:06',null,null,null,null,'OPEN','UCLUELET',ST_GeomFromText('POINT(-125.5272552 48.9255652)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030115','COM reporting a bb with a injured back left leg at the noted location. BB was 2-3 years old, tag in ear. ',null,null,null,null,null,null,'Hwy 99 and London Lane and Valley Trail, Whistler, BC',null,'2023-07-22 21:05:42','2023-07-22 21:05:42',null,'TDSCHUMA@idir','2023-07-23 10:24:14',null,null,null,null,'CLOSED','WHISTLER',ST_GeomFromText('POINT(-122.9903148 50.0964354)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030116','Caller reports their boyfriend being chased by two bears and lost their lab/collie mix. I advised her to call 911 if she is concerned for his safety as the police can have an armed response much faster than a CO at this time of day. - -',null,null,null,null,null,null,'Burnaby Mountain Pky, Burnaby, BC','Lower parking lot Burnaby Mountain, trans-Canada trail','2023-07-22 21:08:27','2023-07-22 21:08:27',null,'SMCCREAD@idir','2023-07-22 21:16:18',null,null,null,null,'OPEN','BURNBY',ST_GeomFromText('POINT(-122.9395023 49.2749635)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030117','COM reporting a bear jumped into his backyard, had a brief encounter with the COM''s dog and was scared off into an adjacent yard. COM reports the bear was briefly aggressive towards the dog, taking a few swipes, but nothing connected and no injuries. No attractants noted. ',null,null,null,null,null,null,'38148 Chestnut Ave, Squamish, BC',null,'2023-07-22 21:10:00','2023-07-22 21:18:14',null,'CROCHON@idir','2023-07-28 10:11:59',null,null,null,null,'OPEN','SQUMISH',ST_GeomFromText('POINT(-123.1331685 49.6995883)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030120','Caller reported a severely injured buck severely injured buck in her back alley. It is struggling to walk and looks like it has an old injury from a collision. Caller believed the buck needs to be dispatched. ',null,null,null,null,null,null,'1265 Beach Pl, Prince Rupert, BC','In the back alley','2023-07-22 21:38:58','2023-07-22 21:38:58',null,'ALYUBOMU@idir','2023-07-25 14:06:02',null,null,null,null,'CLOSED','PRINCRUP',ST_GeomFromText('POINT(-130.3374592 54.3071112)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030121','Caller reports that a bb got into their garbage and then went into their neighbors yard, and then continued down the street.',null,null,null,null,null,null,'1851 Regan Ave, Coquitlam, BC',null,'2023-07-22 21:40:42','2023-07-22 21:40:42',null,'SMCCREAD@idir','2023-07-22 21:43:05',null,null,null,null,'OPEN','COQUITLM',ST_GeomFromText('POINT(-122.8422383 49.261905)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030122','Burnaby RCMP past on the following report of 2 aggressive black bears that charged the original caller in Barnet Marine Park while he was looking for his dog. The original caller''s dog is lost and caller is concerned that the bears got the dog. ',null,null,null,null,null,null,'8181 Barnet Rd, Burnaby, BC','Barnet Marine Park','2023-07-22 21:43:30','2023-07-22 21:43:30',null,'SZUKEWI@idir','2023-07-25 14:07:48',null,null,null,null,'CLOSED','BURNBY',ST_GeomFromText('POINT(-122.9280392 49.2899202)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030123','Deer was hit and is still alive. with a fawn. By the side of the road. - - -',null,null,null,null,null,null,'3420 Comox Rd, Courtenay, BC',null,'2023-07-22 21:49:17','2023-07-22 21:49:17',null,'MAWILSON@idir','2023-08-10 09:37:32',null,null,null,null,'OPEN','COURTNY',ST_GeomFromText('POINT(-124.9563904 49.6780983)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030124','COM reporting that a bear came on her property, sniffed around the garbage cans and then left. ',null,null,null,null,null,null,'1205 W 22nd St, District of North Vancouver, BC',null,'2023-07-22 21:51:43','2023-07-22 21:51:43',null,'DAGRAY@idir','2023-07-22 21:54:39',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.1078411 49.329598)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030125','COM reporting a bear yearling up a tree. There''s a crowd of people gathered at the bottom of the tree preventing it from coming down. At the time of the call people had started to disperse at the direction of the COM. ',null,null,null,null,null,null,'Dean Ave and Elcho St, Bella Coola, BC',null,'2023-07-22 21:57:21','2023-07-22 21:57:21',null,'DAGRAY@idir','2023-07-22 22:07:12',null,null,null,null,'CLOSED','BLLACOOL',ST_GeomFromText('POINT(-126.7562759 52.3740462)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030127','Caller reporting seeing a 4.0 buck that has an infected ambilocal cord. It is 8 inches long hanging from is belly button area. caller has pictures. Caller does not believe it is the deer''s penis. ',null,null,null,null,null,null,'1648 Springhaven Pl, Kamloops, BC',null,'2023-07-22 22:00:15','2023-07-22 22:00:15',null,'KANEKOPP@idir','2023-07-26 13:15:14',null,null,null,null,'CLOSED','KAMLOOPS',ST_GeomFromText('POINT(-120.3588912 50.6592682)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030131','COM has seen a cougar in a tree in the park across from their house. ',null,null,null,null,null,null,'193 Ned Williams Rd, View Royal, BC',null,'2023-07-22 22:37:54','2023-07-22 22:37:54',null,'MAWILSON@idir','2023-07-31 15:45:02',null,null,null,null,'CLOSED','VIEWROYL',ST_GeomFromText('POINT(-123.4218391 48.4437277)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030133','Caller reported seeing a bear looking for garbage. ',null,null,null,null,null,null,'Chrisdale Ave and Kraft Cres, Burnaby, BC',null,'2023-07-22 23:20:07','2023-07-22 23:20:07',null,'TDSCHUMA@idir','2023-07-23 10:46:26',null,null,null,null,'CLOSED','BURNBY',ST_GeomFromText('POINT(-122.9474545 49.2545057)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030135','Caller reported a bear came by their house last Monday night. Caller just heard a noise out and sees a bear trying to get into his garbage but when he shone a light on it, the bear moved away. Caller is concerned that the bear will come again. Caller advised there is no where else to store the bins. ',null,null,null,null,null,null,'2423 Bennie Pl, Port Coquitlam, BC',null,'2023-07-23 00:18:32','2023-07-23 00:18:32',null,'PDAYTON@idir','2023-07-27 15:24:16',null,null,null,null,'CLOSED','COQUITLM',ST_GeomFromText('POINT(-122.7544477 49.2596331)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030136','COM reporting a sighting of a coyote in his backyard. ',null,null,null,null,null,null,'634 Thompson Ave, Coquitlam, BC',null,'2023-07-23 00:39:56','2023-07-23 00:39:56',null,'DAGRAY@idir','2023-07-23 00:44:21',null,null,null,null,'CLOSED','COQUITLM',ST_GeomFromText('POINT(-122.8843772 49.2680397)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030138','COM is a security guard at the noted address, reporting 3 deer on the property. COM chased the deer away as they were eating the strawberry plants. ',null,null,null,null,null,null,'2420 Dollarton Hwy, District of North Vancouver, BC',null,'2023-07-23 01:13:54','2023-07-23 01:13:54',null,'DAGRAY@idir','2023-07-23 01:16:53',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.0065129 49.3087612)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030141','RCMP passing on a report from a COM who said he was in trapped by two cougars at the gas station. COM made the report from an out of service cellphone with 911 access only. RCMP Gabriola are responding. ',null,null,null,null,null,null,'548 North Rd, Gabriola Island, BC',null,'2023-07-23 02:35:34','2023-07-23 02:35:34',null,'DSEXTON@idir','2023-07-26 13:30:21',null,null,null,null,'OPEN','GABRIOLAI',ST_GeomFromText('POINT(-123.8464386 49.174378)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030142','COM reporting an aggressive bb. COM existed her house, not realizing the bear was outside at her garbage cans. Bb charged at COM, who ducked back inside. COM set off her car alarm, which was effective in scaring the bear away. COM notes that this particular bb has been in her neighbourhood for several weeks and is consistently aggressive. ',null,null,null,null,null,null,'6963 Adam Dr, Prince George, BC',null,'2023-07-23 05:21:13','2023-07-23 05:21:13',null,'SGBATES@idir','2023-08-09 10:05:36',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7810063 53.995336)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030144','Wolverine or stripeless badget. Large animal a meter long. COM is concerned it has made a den under her shed. COM would like a call back from a CO for some advise. *Emailing due to request. ',null,null,null,null,null,null,'110 Ridgemont Cres, Fernie, BC',null,'2023-07-23 05:56:24','2023-07-23 05:56:24',null,'HGREGG@IDIR','2023-07-24 12:26:16',null,null,null,null,'CLOSED','FERNIE',ST_GeomFromText('POINT(-115.0529934 49.5014312)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030145','Non alarmist caller reporting more bears wandering in city.',null,null,null,null,null,null,'20th and Maple',null,'2023-07-23 06:37:53','2023-07-23 06:37:53',null,'SKEANE@idir','2023-07-23 06:40:09',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030146','Good Samiritan picked up a baby hawk on road that could not fly so it would not get ran over. OO provided ref # and transferred caller to rehab.',null,null,null,null,null,null,'1177 Steele Rd, Kelowna, BC',null,'2023-07-23 07:02:37','2023-07-23 07:02:37',null,'KOWENS@idir','2023-07-31 10:46:42',null,null,null,null,'CLOSED','KELOWNA',ST_GeomFromText('POINT(-119.4693249 49.8031102)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030147','COM has a vineyard 27 acres, white tail buck inside with 16 ft fences, not sure how it got in. -Not injured, something hanging from its head. No gate opened. NOT sure what to do. Looking for advice. ',null,null,null,null,null,null,'2685 Sexsmith Rd, Kelowna, BC',null,'2023-07-23 07:13:36','2023-07-23 07:13:36',null,'HGOOLIAF@idir','2023-08-06 12:11:41',null,null,null,null,'CLOSED','KELOWNA',ST_GeomFromText('POINT(-119.4143488 49.9171004)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030148','Bear went through garden last night, getting into garden waste.',null,null,null,null,null,null,'10268 Wildrose Dr, Popkum, BC',null,'2023-07-23 07:14:05','2023-07-23 07:14:05',null,'SKEANE@idir','2023-07-23 07:15:37',null,null,null,null,'OPEN','POPKUM',ST_GeomFromText('POINT(-121.7636594 49.1873841)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030149','Coyote den across the street and there is one coyote this morning being very vocal, thinks it could be injured. - ',null,null,null,null,null,null,'32927 Rosetta Ave, Mission, BC',null,'2023-07-23 07:24:32','2023-07-23 07:24:32',null,'doweber@idir','2023-07-23 07:27:23',null,null,null,null,'CLOSED','MISSION',ST_GeomFromText('POINT(-122.3128858 49.1671195)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030150','Env specialist reporting a possible injured adult eagle, perched on site walking around with awkward wing. Has photo.',null,null,null,null,null,null,'1 Smeltersite Rd, Kitimat, BC',null,'2023-07-23 07:26:30','2023-07-23 07:26:30',null,'ALYUBOMU@idir','2023-07-25 14:11:02',null,null,null,null,'CLOSED','KITIMAT',ST_GeomFromText('POINT(-128.7069402 54.0085518)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030151','BB roaming for around at 0100. Has observed pile of garbage on neighbor''s property.',null,null,null,null,null,null,'119 Kelly St, Prince George, BC',null,'2023-07-23 07:29:09','2023-07-23 07:29:09',null,'HSTARK@idir','2023-07-23 11:07:30',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7831911 53.9247697)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030153','Fox trapped and screaming (trap?). People/pets are very interested and caller is concerned folks will attempt to grossly mismanage the situation. OO could hear the very audible screeching of the fox. Leopky Park, Community forest. -',null,null,null,null,null,null,'Leopky Park, Community forest',null,'2023-07-23 07:39:42','2023-07-23 07:39:42',null,'BALACEY@idir','2023-07-27 11:33:13',null,null,null,null,'OPEN','DAWSONCR',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030155','COM reported a BB that comes every day and gets into their garbage bins and the neighbours. ',null,null,null,null,null,null,'3680 Sunset Blvd, District of North Vancouver, BC',null,'2023-07-23 08:05:41','2023-07-23 08:05:41',null,'TDSCHUMA@idir','2023-07-23 10:44:50',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.1040587 49.3430064)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030160','Caller reporting a food conditioned black bear near the below noted location. Caller advised the bear was trying to get in his garbage and is now sitting in front of his vehicle. Caller noted he has tried to scare the bear off but was unable to. -***Caller is requesting a callback from a CO for advice.***',null,null,null,null,null,null,'342 Metta St, Port Moody, BC',null,'2023-07-23 08:17:41','2023-07-23 08:17:41',null,'PDAYTON@idir','2023-07-27 15:23:22',null,null,null,null,'CLOSED','PORTMDY',ST_GeomFromText('POINT(-122.8328072 49.2865379)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030161',' -Caller reporting an injured that needs to be dispatched near the below noted location. Caller advised the deer is curled up on the ground with a broken leg and a broken antler. Caller noted the deer was possibly hit by a car. ',null,null,null,null,null,null,'1234 2nd Ave W, Prince Rupert, BC','Laneway by 11 St between 2nd ave and Beach place ','2023-07-23 08:20:00','2023-07-23 08:22:25',null,'ALYUBOMU@idir','2023-07-25 14:12:18',null,null,null,null,'CLOSED','PRINCRUP',ST_GeomFromText('POINT(-130.3363951 54.3072659)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030163','COM reported a BB that got into a garbage can at the noted location in a car port. ',null,null,null,null,null,null,'1689 Bay St, Ucluelet, BC',null,'2023-07-23 08:42:08','2023-07-23 08:42:08',null,'DSEXTON@idir','2023-07-26 13:33:50',null,null,null,null,'CLOSED','UCLUELET',ST_GeomFromText('POINT(-125.550575 48.9408295)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030164','Needle Lake lodge reporting a large injured (rear left)BB in vicinity. ',null,null,null,null,null,null,'2131 Lake Placid Rd, Whistler, BC',null,'2023-07-23 08:42:51','2023-07-23 08:42:51',null,'TDSCHUMA@idir','2023-07-23 13:11:55',null,null,null,null,'CLOSED','WHISTLER',ST_GeomFromText('POINT(-122.995634 50.096332)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030165','BB was in trash last night (kept in driveway). Spread around. No longer present. ',null,null,null,null,null,null,'7480 Colleen St, Burnaby, BC',null,'2023-07-23 08:44:02','2023-07-23 08:44:02',null,'TDSCHUMA@idir','2023-07-23 11:14:50',null,null,null,null,'CLOSED','BURNBY',ST_GeomFromText('POINT(-122.9459851 49.25164)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030169','Wife just called him re: large BB eating berries by the tracks but has a badly injured back left leg. -Has video. ',null,null,null,null,null,null,'','Towards function junction Between Needle Lake Lodge & Old gravel road ','2023-07-23 09:13:36','2023-07-23 09:13:36',null,'TDSCHUMA@idir','2023-07-23 10:20:40',null,null,null,null,'CLOSED','WHISTLER',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030171','0915 BB tore open garbage. Looking for CO guidance.',null,null,null,null,null,null,'3212 Mt Seymour Pky, District of North Vancouver, BC',null,'2023-07-23 09:22:24','2023-07-23 09:22:24',null,'TDSCHUMA@idir','2023-07-23 11:06:13',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-122.9829411 49.3159508)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030172','Doe with 2 fawns. Fencing wire wrapped around neck.',null,null,null,null,null,null,'1220 16th Ave S, Cranbrook, BC',null,'2023-07-23 09:25:02','2023-07-23 09:25:02',null,'JMELENKA@idir','2023-07-26 12:17:58',null,null,null,null,'CLOSED','CRANBRK',ST_GeomFromText('POINT(-115.7592789 49.4964126)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030176','Caller reporting a black bear sighting near the below noted location. Caller advised the bear is eating peanut butter down by the river. ',null,null,null,null,null,null,'Cheakamus Lake Rd, Whistler, BC','Wastewater Treatment Plant - Parking Lot 1 - near the river. ','2023-07-23 09:29:36','2023-07-23 09:29:36',null,'KSORENSE@idir','2023-07-23 09:38:40',null,null,null,null,'CLOSED','WHISTLER',ST_GeomFromText('POINT(-123.037191 50.084373)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030177','Injured(non weight bearing) BB 0920. ',null,null,null,null,null,null,'alpha lake park, whislter',null,'2023-07-23 09:30:23','2023-07-23 09:30:23',null,'TDSCHUMA@idir','2023-07-23 10:19:46',null,null,null,null,'CLOSED','WHISTLER',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030178','No address known, not from the area. -Parking lot near Whistler Resort. ',null,null,null,null,null,null,'Whistler, BC',null,'2023-07-23 09:31:32','2023-07-23 09:31:32',null,'doweber@idir','2023-07-23 09:38:16',null,null,null,null,'CLOSED','WHISTLER',ST_GeomFromText('POINT(-122.9544444 50.1169444)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030179','Caller reporting an injured black bear in a park near the below noted location. Caller advised the bear has an injured rear left leg and is not weight bearing. ',null,null,null,null,null,null,'Lake Placid Rd, Whistler, BC','Alpha Lake Park ','2023-07-23 09:32:58','2023-07-23 09:32:58',null,'TDSCHUMA@idir','2023-07-23 10:16:35',null,null,null,null,'CLOSED','WHISTLER',ST_GeomFromText('POINT(-122.9975229 50.0931507)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030182','COM reported a BB eating berries in a public park. Bylaw is there. -Caller: Rob with Bylaw 250-612-7300',null,null,null,null,null,null,'','Connaught Hill Park','2023-07-23 09:33:39','2023-07-23 09:33:39',null,'SPEELING@idir','2023-07-23 15:37:51',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030183','Non mobile deer (sitting up) on side of road. -',null,null,null,null,null,null,'Bennett Rd past railway tracks, close to airport.',null,'2023-07-23 09:33:40','2023-07-23 09:33:40',null,'MAWILSON@idir','2023-08-11 09:42:51',null,null,null,null,'CLOSED','QLICMBCH',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030191','Large BB tearing up fenced garbage area at back of Park Gate Rec centre.',null,null,null,null,null,null,'Banff Crt, District of North Vancouver, BC',null,'2023-07-23 09:51:34','2023-07-23 09:51:34',null,'TDSCHUMA@idir','2023-07-23 10:14:17',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-122.9702875 49.3187095)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030192','Non alarmist caller reporting grizzly charged car, and eating a dead moose. Cell service spotty. -1000 LM CO Mayowski -1001 Briefed CO Lacey',null,null,null,null,null,null,'Moose lake Park turn off Hwy 29.',null,'2023-07-23 09:57:01','2023-07-23 09:57:01',null,'BALACEY@idir','2023-07-27 11:42:51',null,null,null,null,'OPEN','TUMBLER',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030193','Caller reporting a confined deer near the below noted location. Caller advised the deer has been stuck behind the fence for 2-3 days and is starting to pace and get panicky. ',null,null,null,null,null,null,'3099 Shannon Lake Rd, West Kelowna, BC','Water Station behind Copper Sky ','2023-07-23 09:57:30','2023-07-23 09:57:30',null,'HGOOLIAF@idir','2023-08-06 12:09:52',null,null,null,null,'CLOSED','WSTKELOW',ST_GeomFromText('POINT(-119.6197109 49.8494128)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030195','Last night BB into trash outside employee entrance at Whistler Resort. ',null,null,null,null,null,null,'2125 Lake Placid Rd, Whistler, BC',null,'2023-07-22 10:10:00','2023-07-23 10:10:59',null,'TDSCHUMA@idir','2023-07-23 10:37:26',null,null,null,null,'CLOSED','WHISTLER',ST_GeomFromText('POINT(-122.9945949 50.0957548)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030205','2 fawns inside a fenced District of Western Okanagon mechanical compound on Glen Canyon greenway, with doe pacing back and forth outside. Close to Westbank Centre. OO unsure if fawns are confined, or just needing time to find the way they got in therefore emailing sighting report.',null,null,null,null,null,null,'westbank centre',null,'2023-07-23 10:30:51','2023-07-23 10:30:51',null,'HGOOLIAF@idir','2023-08-06 12:06:25',null,null,null,null,'CLOSED','WSTKELOW',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030206','BB just walked by. ',null,null,null,null,null,null,'3690 Banff Crt, District of North Vancouver, BC',null,'2023-07-23 10:35:12','2023-07-23 10:35:12',null,'doweber@idir','2023-07-23 10:36:42',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-122.9697191 49.3191658)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030210','Deer was laying down, but now standing. Back leg not touching the ground. Walking in circles, but mobile. -',null,null,null,null,null,null,'4464 Tyndall Ave, Saanich, BC',null,'2023-07-23 10:42:17','2023-07-23 10:42:17',null,'DSEXTON@idir','2023-08-11 13:57:26',null,null,null,null,'CLOSED','SAANICH',ST_GeomFromText('POINT(-123.3184199 48.4891774)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030211','RCMP Cst requesting a chin wag with a local CO regarding a dead horse on the side of the road with lacerations on its legs and hind quarters as the local community is anxious. RCMP 23-361. canco gas station. RCMP has attempted to call CO Posthuma without success. -',null,null,null,null,null,null,'hwy 20 2 mile res.',null,'2023-07-23 10:43:23','2023-07-23 10:43:23',null,'CPOSTHUM@idir','2023-08-03 09:13:25',null,null,null,null,'CLOSED','ANHMLK',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030214','Caller reporting a black bear sighting near the below noted location. Caller advised the bear was on the trail and was not aggressive. ',null,null,null,null,null,null,'Lake Ohara Fire Rd, Field, BC','Hiking bike from Lake Ohara to parking lot. ','2023-07-22 16:00:00','2023-07-23 10:50:29',null,'KSORENSE@idir','2023-07-23 10:54:04',null,null,null,null,'CLOSED','GOLDEN',ST_GeomFromText('POINT(-116.3432109 51.403025)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030216','BB on Bramble. ',null,null,null,null,null,null,'Bramble Lane, Coquitlam, BC',null,'2023-07-23 10:51:33','2023-07-23 10:51:33',null,'doweber@idir','2023-07-23 10:52:31',null,null,null,null,'CLOSED','COQUITLM',ST_GeomFromText('POINT(-122.8131428 49.3003106)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030218',' Caller reporting a food conditioned black bear near the below noted location. Caller advised the bear is tearing into his neighbors garbage cans. Caller noted he tried to scare it with an air horn but it did not leave. Caller advised the bear has been in the area for a while. ',null,null,null,null,null,null,'1230 Harris Ave, District of North Vancouver, BC',null,'2023-07-23 10:54:17','2023-07-23 10:54:17',null,'TDSCHUMA@idir','2023-07-23 11:32:32',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-122.9481185 49.3171436)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030219','COM reported a BB eating berries along a sidewalk. ',null,null,null,null,null,null,'','Brockton Cres and Mt Seymour Parkway','2023-07-23 10:55:07','2023-07-23 10:55:07',null,'TDSCHUMA@idir','2023-07-23 10:59:57',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030220','Rear left leg, not weight bearing in a residential area - jordan area. Lots of traffic.',null,null,null,null,null,null,'40 - 5151 needle Lake Dr',null,'2023-07-23 10:59:41','2023-07-23 10:59:41',null,'TDSCHUMA@idir','2023-07-23 11:08:01',null,null,null,null,'CLOSED','WHISTLER',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030221','SECTION 1: PERSONAL INFORMATION -Name Peter Roberts -Phone (778) 320-6203 -Email petergroberts@shaw.ca -Address 915 Fort Fraser Rise, #15 -SECTION 2: VIOLATION REPORT -City where the violation occurred Port Coquitlam -Did you observe the violation? Yes - • Wildlife -Details of the violation July 23, 2023 10:10 am at 915 Fort Fraser Rise. Adult Coyote entered the complex from the east side and checked around the recycling bins before moving to the west side of the complex through a communal area between two of the buildings. ',null,null,null,null,null,null,'915 Fort Fraser Rise, Port Coquitlam, BC',null,'2023-07-23 11:03:26','2023-07-23 11:03:26',null,'PDAYTON@idir','2023-07-24 15:08:41',null,null,null,null,'CLOSED','PORTCOQ',ST_GeomFromText('POINT(-122.7930165 49.2301905)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030222','Caller reporting a black bear sighting near the below noted location. Caller advised the bear is laying in a shady spot in the empty lot next door. ',null,null,null,null,null,null,'399 Green Ave W, Penticton, BC',null,'2023-07-23 11:04:48','2023-07-23 11:04:48',null,'KSORENSE@idir','2023-07-23 11:07:10',null,null,null,null,'CLOSED','PENTICTN',ST_GeomFromText('POINT(-119.5921572 49.4630196)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030223','A cougar has been hiding out in caller''s neighbourhood for the last 2 weeks. It tends to hide out in the bushes in a vacant lot. Caller has heard more often than she has seen it but 2 nights ago, did see its shadow and eyes. - -**Emailing only due to delay in reporting',null,null,null,null,null,null,'170 Locksley Pl, Nanaimo, BC',null,'2023-07-21 23:00:00','2023-07-23 11:05:38',null,'DSEXTON@idir','2023-07-26 13:31:35',null,null,null,null,'CLOSED','NANAIMO',ST_GeomFromText('POINT(-123.9624566 49.2141931)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030224','BB up a tree in her yard. No dogs below, requested space/time to allow it to come down and out of the area.',null,null,null,null,null,null,'3626 Christina Dr, Cobble Hill, BC',null,'2023-07-23 11:05:59','2023-07-23 11:05:59',null,'doweber@idir','2023-07-23 11:08:23',null,null,null,null,'CLOSED','COBBLHIL',ST_GeomFromText('POINT(-123.575405 48.690265)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030228','Caller reporting a cougar sighting near the below noted location. Caller advised they were on the trail and her dog chased the cougar off. ',null,null,null,null,null,null,'Snowden Rd, Campbell River, BC','Snowden Demonstration Forest - Ham sandwich trail near the Red devil trail ','2023-07-22 13:30:00','2023-07-23 11:22:23',null,'KSORENSE@idir','2023-07-23 11:45:47',null,null,null,null,'CLOSED','CMBLRV',ST_GeomFromText('POINT(-125.3371014 50.0642938)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030230','Injured bear in West Van. Caller entered into WARP - 386925',null,null,null,null,null,null,'1582 Chartwell Dr, West Vancouver, BC',null,'2023-07-23 11:27:05','2023-07-23 11:27:05',null,'TDSCHUMA@idir','2023-07-23 11:34:18',null,null,null,null,'CLOSED','WSTVANCO',ST_GeomFromText('POINT(-123.1539614 49.3541302)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030234','A young black bear has been hanging around caller''s father''s apartment complex. Was first seen a few days ago and is back again now. Bear is not getting into anything. Caller just thinks it is too young to be on its own. ',null,null,null,null,null,null,'1951 Garibaldi Way, Squamish, BC',null,'2023-07-23 11:30:54','2023-07-23 11:30:54',null,'RBACALL@idir','2023-07-23 11:36:39',null,null,null,null,'CLOSED','SQUMISH',ST_GeomFromText('POINT(-123.1322624 49.7416365)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030236','Caller reporting an aggressive black bear near the below noted location. Caller advised the bear charged at her on the path. Caller noted the bear had a yellow tag in it''s ear. ',null,null,null,null,null,null,'Lake Placid Rd, Whistler, BC','Valley Trail behind Alpha Lake ','2023-07-23 11:35:00','2023-07-23 11:40:09',null,'TDSCHUMA@idir','2023-07-23 12:54:23',null,null,null,null,'CLOSED','WHISTLER',ST_GeomFromText('POINT(-122.9975229 50.0931507)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030242','BB along the beach. ',null,null,null,null,null,null,'Taghum Bridge, Taghum, BC',null,'2023-07-23 12:00:52','2023-07-23 12:00:52',null,'doweber@idir','2023-07-23 12:02:56',null,null,null,null,'CLOSED','TAGHUM',ST_GeomFromText('POINT(-117.380028 49.4944213)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030244','Caller reporting that a grizzly bear has eaten half his flock of chickens and tried getting into his barn this morning. Caller advised CO''s set up a trap in his neighbor''s yard 2 days ago. -',null,null,null,null,null,null,'7910 Sunhill Rd, Pineview FFG, BC',null,'2023-07-23 07:00:00','2023-07-23 12:03:29',null,'HSTARK@idir','2023-07-24 09:30:07',null,null,null,null,'CLOSED','PINEVIEW',ST_GeomFromText('POINT(-122.6626382 53.854564)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030246','Yearling BB was just up a tree in the courtyard. Now gone. -HAS PIC IF REQUESTED. Looks too small to be without the sow. ',null,null,null,null,null,null,'1951 Garibaldi Way, Squamish, BC',null,'2023-07-23 12:05:35','2023-07-23 12:05:35',null,'CROCHON@idir','2023-07-28 09:50:50',null,null,null,null,'OPEN','SQUMISH',ST_GeomFromText('POINT(-123.1322624 49.7416365)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030247','Yesterday evening a BB was in their backyard for 10 minutes. There were blackberries previously but the COM has chopped them. ',null,null,null,null,null,null,'255 Roche Point Dr, District of North Vancouver, BC',null,'2023-07-23 12:07:25','2023-07-23 12:07:25',null,'KPPOPJES@idir','2023-07-23 12:18:31',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-122.960778 49.3049078)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030248','Sow and 1 cub wandering onto decks (2 steps), peaking into windows (reason for emailing sighting).',null,null,null,null,null,null,'UNIT 27 -- 35287 Old Yale Rd, Abbotsford, BC',null,'2023-07-23 12:10:53','2023-07-23 12:10:53',null,'ALBUCHAN@idir','2023-07-24 11:47:00',null,null,null,null,'OPEN','ABTFRD',ST_GeomFromText('POINT(-122.2425699 49.042609)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030249','Caller saw a cougar in the bushes beside 7-Eleven first at midnight then later in the parking lot of the apartments beside 7-Eleven at 03:30. - -**Emailing only due to delay in reporting',null,null,null,null,null,null,'2295 Cliffe Ave, Courtenay, BC','Bushes beside 7-Eleven','2023-07-21 03:30:00','2023-07-23 12:14:26',null,'GJGUDBRA@idir','2023-07-23 14:40:40',null,null,null,null,'CLOSED','COURTNY',ST_GeomFromText('POINT(-124.9843288 49.6783401)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030250','Caller reporting a black bear in Connaught Hill Park. Caller advised the bear is wandering and is not aggressive. Caller noted they tried to scare it away but it is not afraid of humans. ',null,null,null,null,null,null,'1112 Connaught Dr, Prince George, BC','Connaught Hill Park ','2023-07-23 12:15:00','2023-07-23 12:17:17',null,'SPEELING@idir','2023-07-23 15:18:27',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.743903 53.9106098)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030254','Caller and 2 dogs(German Shepard size) charged by a racoon at 2330 last night. Dog needed surgery. Racoon also bit caller(twice on leg). 2 good samiritans came to rescue or it would have been alot worse. Caller suspects there are approx 30 racoons at Little mountain Place. -',null,null,null,null,null,null,'Main St and 36th',null,'2023-07-23 12:36:17','2023-07-23 12:36:17',null,'KPPOPJES@idir','2023-07-23 14:19:15',null,null,null,null,'OPEN','VANCOUVR',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030256','Caller reporting a food conditioned black bear near the below noted location. Caller advised they have seen the bear in the neighborhood a few times and it got into their organics on garbage day. Caller noted the bear is black with a bleached line around it''s neck and back. ',null,null,null,null,null,null,'2057 Crumpit Woods Dr, Squamish, BC',null,'2023-07-23 12:15:00','2023-07-23 12:47:12',null,'CROCHON@idir','2023-07-28 10:16:27',null,null,null,null,'OPEN','SQUMISH',ST_GeomFromText('POINT(-123.1291816 49.7063515)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030259','Caller reporting a food conditioned black bear near the below noted location. Caller advised the bear got into their garbage and was shooed away by neighbors. Caller noted the bear headed towards Mosquito Creek. ',null,null,null,null,null,null,'5284 Sarita Ave, District of North Vancouver, BC',null,'2023-07-23 12:55:00','2023-07-23 13:01:22',null,'TDSCHUMA@idir','2023-07-23 14:31:27',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.0943075 49.3611177)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030260','Caller reporting a food conditioned black bear near the below noted location. Caller advised the sow and 2 cubs got into their neighbors garbage. Caller noted the bears then headed north up North Rd. Caller advised the bears are not aggressive. ',null,null,null,null,null,null,'979 North Rd, Coquitlam, BC',null,'2023-07-23 12:00:00','2023-07-23 13:04:19',null,'PDAYTON@idir','2023-07-27 15:22:31',null,null,null,null,'CLOSED','COQUITLM',ST_GeomFromText('POINT(-122.8929994 49.2683514)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030261','RCMP reporting a food conditioned black bear near the below noted location. Caller advised the bear got into a neighbors garbage and is walking through front yards. Caller noted they set off a few bear bangers and the bear was unbothered. ',null,null,null,null,null,null,'13352 McCauley Cres, Maple Ridge, BC',null,'2023-07-23 13:10:37','2023-07-23 13:10:37',null,'PDAYTON@idir','2023-07-27 15:22:05',null,null,null,null,'CLOSED','MAPLERID',ST_GeomFromText('POINT(-122.5608719 49.2453454)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030262','BB in the neighbours backyard. Had some water and left :)',null,null,null,null,null,null,'35378 Doneagle Pl, Abbotsford, BC',null,'2023-07-23 13:16:43','2023-07-23 13:16:43',null,'doweber@idir','2023-07-23 13:18:11',null,null,null,null,'CLOSED','ABTFRD',ST_GeomFromText('POINT(-122.2453383 49.045095)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030264','COM reported a badger with an injured paw that was walking along past the noted address. It reared at the COM when he walked past. ',null,null,null,null,null,null,'','1156 2nd Ave North. ','2023-07-23 13:25:43','2023-07-23 13:25:43',null,'JPAULS@idir','2023-07-31 09:03:53',null,null,null,null,'CLOSED','WILLMSLK',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030265','COM reported a deer laying on the gravel shoulder. COM could not see if there was an injury, but it was close to the road and not moving away. ',null,null,null,null,null,null,'','2.2 km from Sun Peaks, Right hand side going towards Sun Peaks laying on the shoulder. ','2023-07-23 13:35:53','2023-07-23 13:35:53',null,'DTALEVSK@idir','2023-07-23 13:42:32',null,null,null,null,'OPEN','SNPEAKS',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030266','A black bear is lying on the shoulder of Hwy 16, on the east side of the highway just west of the Endako Rod and Gun Club. Caller was driving westerly in the opposite direction and thinks it was likely struck by a vehicle. A vehicle was pulled to the side of the highway nearby. Caller does not know if it is dead or still alive. ',null,null,null,null,null,null,'23825 Hwy 16 W, Endako, BC','Hwy 16, on the east side of the hwy shoulder, just west of the Endako Rod and Gun Club','2023-07-23 13:39:57','2023-07-23 13:39:57',null,'SGBATES@idir','2023-07-24 16:04:09',null,null,null,null,'CLOSED','ENDAKO',ST_GeomFromText('POINT(-125.1713963 54.0932538)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030267','BB eating apples 2 days ago at the below address. ',null,null,null,null,null,null,'215 Albion Cres, Ucluelet, BC',null,'2023-07-21 14:02:00','2023-07-23 14:02:23',null,'DSEXTON@idir','2023-07-26 13:38:11',null,null,null,null,'CLOSED','UCLUELET',ST_GeomFromText('POINT(-125.5867843 48.9698072)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030269','Wounded white tail buck. Unable to stand.',null,null,null,null,null,null,'224 Van Horne St S, Cranbrook, BC',null,'2023-07-23 14:14:04','2023-07-23 14:14:04',null,'RKRENZ@idir','2023-07-24 14:44:22',null,null,null,null,'CLOSED','CRANBRK',ST_GeomFromText('POINT(-115.7787165 49.5072124)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030270','A fairly large black bear was wandering around the cul de sac on Keats Road then headed off towards Berkley. ',null,null,null,null,null,null,'','2500 block Keats Road','2023-07-23 14:16:10','2023-07-23 14:16:10',null,'RBACALL@idir','2023-07-23 14:18:47',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030271','BB on Milton Ave in Lynn Valley. ',null,null,null,null,null,null,'Milton Ave, District of North Vancouver, BC',null,'2023-07-23 14:17:51','2023-07-23 14:17:51',null,'doweber@idir','2023-07-23 14:26:28',null,null,null,null,'OPEN','NORVAN',ST_GeomFromText('POINT(-123.0464043 49.3382354)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030272','BB sighting in Connaught Hill Park eating berries. ',null,null,null,null,null,null,'Connaught Dr, Prince George, BC',null,'2023-07-23 14:20:25','2023-07-23 14:20:25',null,'EMCARTHU@idir','2023-07-25 08:44:33',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7490517 53.9093827)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030273','A younger black bear is being attracted to the area by a neighbour who has attractants and is ignoring Bylaws. Last Monday was garbage day, bear got into everyone''s garbage in the cul de sac. Just now a neighbour informed caller, who is not home, the bear was attacking caller''s garage door likely trying to get inside to the garbage. ',null,null,null,null,null,null,'77 Desswood Pl, West Vancouver, BC',null,'2023-07-23 14:21:21','2023-07-23 14:21:21',null,'SZUKEWI@idir','2023-07-25 14:06:50',null,null,null,null,'CLOSED','WSTVANCO',ST_GeomFromText('POINT(-123.1219368 49.3644502)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030274','Large BB on the Camerson St bridge. ',null,null,null,null,null,null,'Cameron St, Prince George, BC',null,'2023-07-23 14:23:22','2023-07-23 14:23:22',null,'doweber@idir','2023-07-23 14:25:10',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7666541 53.9262466)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030275','Caller is in a black Jeep near the incident but has no ph. It is unclear if they hit the animal or just came upon it. The animal is still alive and is in the ditch.',null,null,null,null,null,null,'209 Van Horne St S, Cranbrook, BC',null,'2023-07-23 14:24:33','2023-07-23 14:24:33',null,'RKRENZ@idir','2023-07-24 14:49:03',null,null,null,null,'CLOSED','CRANBRK',ST_GeomFromText('POINT(-115.7797916 49.5077689)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030276','BB walking the area yards. ',null,null,null,null,null,null,'922 Crestwood Dr, Coquitlam, BC',null,'2023-07-23 14:26:34','2023-07-23 14:26:34',null,'PROEMER@idir','2023-07-23 15:08:59',null,null,null,null,'CLOSED','COQUITLM',ST_GeomFromText('POINT(-122.8522858 49.2665048)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030277','Caller reporting that a black bear harassed them near the below noted location. Caller advised the bear hung around their camp site for 12 hours and destroyed one of their tents. Caller noted they then went and slept in their vehicle and the bear tried to get in. Caller advised the bear was trying to get after their food. ',null,null,null,null,null,null,'Foley Creek FSR, Chilliwack River Valley, BC','Foley Lake -First campground with lake access off the road','2023-07-22 20:00:00','2023-07-23 14:29:09',null,'ALBUCHAN@idir','2023-07-24 11:32:35',null,null,null,null,'OPEN','CHILLIWK',ST_GeomFromText('POINT(-121.5767505 49.1262292)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030278','Lougheed Hwy, under bridge. Traboulay Trail. 1240, July 23. BB crossed trail with lots of walkers.',null,null,null,null,null,null,'Port Coquitlam',null,'2023-07-23 14:29:18','2023-07-23 14:29:18',null,'SKEANE@idir','2023-07-23 14:31:43',null,null,null,null,'CLOSED','PORTCOQ',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030282','Caller reporting a potential orphaned black bear cub near the below noted location. Caller advised the cub has come into her yard twice over the last couple of days and it just keeps sniffing and wandering around the house. Caller noted she has not seen the sow. -',null,null,null,null,null,null,'3006 Brio Entrance, Whistler, BC',null,'2023-07-23 14:25:00','2023-07-23 14:35:15',null,'TDSCHUMA@idir','2023-07-23 14:42:16',null,null,null,null,'CLOSED','WHISTLER',ST_GeomFromText('POINT(-122.9682541 50.1089511)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030286','BB sighted couple 100m west of bridge, near downtown.1430',null,null,null,null,null,null,'Cameron St Bridge, Prince George, BC',null,'2023-07-23 14:45:35','2023-07-23 14:45:35',null,'SKEANE@idir','2023-07-23 14:47:50',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.766937 53.927156)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030291','Caller reporting a cougar sighting near the below noted location. Caller advised the cougar was sitting on top of the hill between the PICES building and the CHW building. -***Emailed only due to time delay.***',null,null,null,null,null,null,'4461 Interurban Rd, Saanich, BC','Camosun College - Interurban Campus ','2023-07-21 23:30:00','2023-07-23 14:54:16',null,'DSEXTON@idir','2023-07-26 13:47:50',null,null,null,null,'CLOSED','SAANICH',ST_GeomFromText('POINT(-123.4164361 48.490971)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030295','Caller reporting a black bear sighting near the below noted location. Caller advised the bear was just wandering around. ',null,null,null,null,null,null,'20th Ave and Ingledew St, Prince George, BC',null,'2023-07-23 15:13:40','2023-07-23 15:13:40',null,'KSORENSE@idir','2023-07-23 15:16:08',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7408323 53.905457)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030296','Reporting a sow and 2 cubs sighting. No aggressive behaviour',null,null,null,null,null,null,'','RATTLESNAKE POINT - LAKE KALAMALKA NEAR DOG BEACH','2023-07-23 15:15:18','2023-07-23 15:15:18',null,'ETYUKODI@idir','2023-07-31 12:43:38',null,null,null,null,'CLOSED','CLDSTRM',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030298','COM reported a BB with an injured paw walking past the noted location. There was no aggression and the BB was ''very chill.'' ',null,null,null,null,null,null,'211 Drew Dr, Whistler, BC',null,'2023-07-23 15:21:12','2023-07-23 15:21:12',null,'TDSCHUMA@idir','2023-07-23 15:26:52',null,null,null,null,'CLOSED','WHISTLER',ST_GeomFromText('POINT(-122.9936646 50.0961704)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030300','Caller reporting a food conditioned black bear near the below noted location. Caller advised his neighbors are camping in their backyard and left some food out and now a black bear is eating the food beside the house. ',null,null,null,null,null,null,'2114 Drew Dr, Whistler, BC',null,'2023-07-23 15:24:48','2023-07-23 15:24:48',null,'TDSCHUMA@idir','2023-07-24 15:00:26',null,null,null,null,'CLOSED','WHISTLER',ST_GeomFromText('POINT(-122.9936451 50.0959448)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030304','Callers mother let him know she spotted what she believes was a cougar walking in the bush behind his place. All she could really see was the long tail as it waas moving through the bush.',null,null,null,null,null,null,'1310 Springhill Rd, Parksville, BC',null,'2023-07-23 15:30:21','2023-07-23 15:30:21',null,'DSEXTON@idir','2023-07-26 13:38:48',null,null,null,null,'CLOSED','ERRINGTN',ST_GeomFromText('POINT(-124.3546225 49.3130019)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030305','Caller reporting a black bear sighting near the below noted location. Caller advised the bear has been around for 7-10 days and is not scared of humans. Caller noted the bear has not been aggressive. ',null,null,null,null,null,null,'26945 108 Ave, Maple Ridge, BC',null,'2023-07-23 15:10:00','2023-07-23 15:36:29',null,'KSORENSE@idir','2023-07-23 15:40:06',null,null,null,null,'CLOSED','MAPLERID',ST_GeomFromText('POINT(-122.4751698 49.2002232)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030310','A black bear is walking along near the river where there are horses nearby. ',null,null,null,null,null,null,'Tennyson Cres, District of North Vancouver, BC',null,'2023-07-23 15:47:11','2023-07-23 15:47:11',null,'RBACALL@idir','2023-07-23 15:48:43',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.0491682 49.3389886)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030313','COM thinks she hit a big wolf on the Nancy Green Summit at 14:00 today. Took pics of her vehicle following. ',null,null,null,null,null,null,'Rossland, BC',null,'2023-07-23 14:00:00','2023-07-23 15:57:19',null,'MSOUCY@idir','2023-07-23 18:17:09',null,null,null,null,'CLOSED','ROSSLND',ST_GeomFromText('POINT(-117.8019444 49.0766667)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030315','Caller reporting a black bear tearing apart the garbage can at Parkgate Park. ',null,null,null,null,null,null,'Parkgate Ave, District of North Vancouver, BC','Parkgate Park - Baseball area ','2023-07-23 16:05:28','2023-07-23 16:05:28',null,'KPPOPJES@idir','2023-07-24 14:36:23',null,null,null,null,'OPEN','NORVAN',ST_GeomFromText('POINT(-122.9738026 49.3173728)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030318','Caller reports there is a coyote at the Dogwood Dog Park in Surrey. Not acting aggressively, just sighted on a trail. Coyote took off once callers dog smelled it and barked.',null,null,null,null,null,null,'13485 20 Ave, Surrey, BC',null,'2023-07-23 16:36:50','2023-07-23 16:36:50',null,'SMCCREAD@idir','2023-07-23 16:40:03',null,null,null,null,'CLOSED','SURRY',ST_GeomFromText('POINT(-122.8486363 49.038661)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030319','COM reported a BB crashed through their fence and carried on into the woods. COM noted there are no attractants. ',null,null,null,null,null,null,'1568 Vinson Creek Rd, West Vancouver, BC',null,'2023-07-23 16:53:14','2023-07-23 16:53:14',null,'TDSCHUMA@idir','2023-07-24 16:11:15',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.1502986 49.3532592)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030320','BB pulled over a garbage can on Parkgate in North Van. -Garbage spread all over, BB wandered off towards the creek. Sure it will be back for the garbage left behind. ',null,null,null,null,null,null,'Parkgate, District of North Vancouver, BC',null,'2023-07-23 17:05:56','2023-07-23 17:05:56',null,'TDSCHUMA@idir','2023-07-24 16:06:19',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-122.9707167 49.3189401)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030326','COM reported a deer hit by a car, alive laying at the side of the road. ',null,null,null,null,null,null,'','South side of 21st street south at Hidden Valley Rd, between 24yth Ave south and Gold Creek Rd','2023-07-23 17:30:15','2023-07-23 17:30:15',null,'RKRENZ@idir','2023-07-24 14:36:02',null,null,null,null,'CLOSED','CRANBRK',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030327','Caller reporting a sow and three cubs which seem to have become habituated. Constantly wandering around the golf course including getting onto homes on the course. Air horns dont seem to frighten the sow anymore. Aggressively charged people when they try to scare her away.',null,null,null,null,null,null,'133 St. Andrews Dr, Kaleden, BC',null,'2023-07-23 17:38:56','2023-07-23 17:38:56',null,'DAVCOX@idir','2023-08-09 11:37:39',null,null,null,null,'CLOSED','KALEDEN',ST_GeomFromText('POINT(-119.6378912 49.3350885)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030330','Bear is in the trap.',null,null,null,null,null,null,'113 Bonnymuir Dr, West Vancouver, BC',null,'2023-07-23 17:50:04','2023-07-23 17:50:04',null,'KPPOPJES@idir','2023-07-23 22:37:36',null,null,null,null,'OPEN','WSTVANCO',ST_GeomFromText('POINT(-123.1240518 49.3601025)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030332','Caller on Strathcona Road saw a large bb this morning. Bear hopped through their garden and pursued the caller right to their door very aggressively.',null,null,null,null,null,null,'4336 Strathcona Rd, District of North Vancouver, BC',null,'2023-07-23 17:56:07','2023-07-23 17:56:07',null,'SMCCREAD@idir','2023-07-23 18:01:50',null,null,null,null,'OPEN','NORVAN',ST_GeomFromText('POINT(-122.9511303 49.3175709)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030333','Caller reporting that a doe has fencing wire wrapped around it''s neck and is limping. Caller advised the doe has 2 fawns with it. ',null,null,null,null,null,null,'1105 16th Ave S, Cranbrook, BC',null,'2023-07-23 17:57:12','2023-07-23 17:57:12',null,'JMELENKA@idir','2023-07-24 10:21:30',null,null,null,null,'CLOSED','CRANBRK',ST_GeomFromText('POINT(-115.7596057 49.497571)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030338','Caller reports that there are a couple of bears in a neighbours backyard a couple of doors down. Her main concern is that there are a lot of kids in the area as well.',null,null,null,null,null,null,'38325 Fir St, Squamish, BC','2 doors over','2023-07-23 18:12:23','2023-07-23 18:12:23',null,'PROEMER@idir','2023-07-23 18:14:34',null,null,null,null,'CLOSED','SQUMISH',ST_GeomFromText('POINT(-123.1259124 49.7011885)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030340','A black bear has been around for a few weeks now and is currently wandering around Garden St and Helen Rd.',null,null,null,null,null,null,'Garden St and Helen Rd, Ucluelet, BC',null,'2023-07-23 18:14:10','2023-07-23 18:14:10',null,'RBACALL@idir','2023-07-23 18:15:30',null,null,null,null,'CLOSED','UCLUELET',ST_GeomFromText('POINT(-125.5406525 48.9388757)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030341','Caller reported a sighting of cougar that went into the water at Christie point and swam to the shore area near the given address. -**Emailed only as no COs on in the area. ',null,null,null,null,null,null,'2951 Craigowan Rd, View Royal, BC','Christie Point ','2023-07-23 18:35:35','2023-07-23 18:35:35',null,'DSEXTON@idir','2023-07-26 13:56:47',null,null,null,null,'CLOSED','VIEWROYL',ST_GeomFromText('POINT(-123.4241977 48.4585682)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030342','Caller''s neighbour has cherries and a black bear is constantly over there eating the cherries. Neighbour won''t pick up the fruit. Bear also broke a neighbour''s fence. Caller has never seen it this bad with bears hanging around. ',null,null,null,null,null,null,'38327 Fir St, Squamish, BC',null,'2023-07-23 18:39:37','2023-07-23 18:39:37',null,'CROCHON@idir','2023-07-28 10:05:30',null,null,null,null,'OPEN','SQUMISH',ST_GeomFromText('POINT(-123.12618 49.7011236)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030343','RCMP received a call reporting a deer on the sidewalk at Hockney Ave and Yale with no destination provided. ',null,null,null,null,null,null,'','Hockney Ave and Yale','2023-07-23 18:50:19','2023-07-23 18:50:19',null,'DTALEVSK@idir','2023-07-23 18:53:22',null,null,null,null,'CLOSED','CHILLIWK',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030344','Caller advises that there is a doe with 2 small fawns in the backyard. The doe appears to have some sort of netting tangled around its neck and dangling down between its legs. It has left the fawns in the backyard and seems to moving off.',null,null,null,null,null,null,'1850 2nd St N, Cranbrook, BC',null,'2023-07-23 18:56:30','2023-07-23 18:56:30',null,'RKRENZ@idir','2023-07-24 14:35:12',null,null,null,null,'CLOSED','CRANBRK',ST_GeomFromText('POINT(-115.7554339 49.513931)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030345','Caller advises that the coyote seems to have claimed the marina as its area and will not really back down to the dogs at all. He has seen it coming into the area carrying what appeared to be a port chop on at least one occasion. His biggest concern is for the numerous kids that come around and their small dogs.',null,null,null,null,null,null,'Tillicum Bay Marina, Sechelt',null,'2023-07-23 18:59:35','2023-07-23 18:59:35',null,'DLMILLER@idir','2023-07-25 10:52:46',null,null,null,null,'OPEN','SECHELT',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030351','Caller Reports bb crossing highway entering Whistler Village.',null,null,null,null,null,null,'Hwy 99, Whistler, BC',null,'2023-07-23 19:07:58','2023-07-23 19:07:58',null,'TDSCHUMA@idir','2023-07-24 14:43:26',null,null,null,null,'CLOSED','WHISTLER',ST_GeomFromText('POINT(-123.0144708 50.0889632)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030355','Caller reports there is a bear in their yard that wont leave. Making the dogs crazy, getting closer to the goat barn where the baby goats. ',null,null,null,null,null,null,'47645 Extrom Rd, Chilliwack, BC',null,'2023-07-23 19:18:26','2023-07-23 19:18:26',null,'EVEROBER@idir','2023-07-24 10:40:32',null,null,null,null,'OPEN','CHILLIWK',ST_GeomFromText('POINT(-121.9066938 49.0944826)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030356','Caller advises that there is a bear passing the property line that they believe is injured. It appears to be unable to put any weight on the left front leg and her sister said she saw blood on its mouth. -They are not looking to have it shot as it has done nothing.',null,null,null,null,null,null,'32291 Hampton Common, Mission, BC',null,'2023-07-23 19:19:33','2023-07-23 19:19:33',null,'EVEROBER@idir','2023-07-24 13:52:03',null,null,null,null,'OPEN','MISSION',ST_GeomFromText('POINT(-122.3319557 49.1874018)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030358','Caller advises that people at the address provided are constantly feeding the deer. This particular location is right near a busy corner and this is causing a lot of issues with regard to vehicle animal interactions. He is hoping someone can speak to the home owners about the need to stop this before someone gets into a serious accident.',null,null,null,null,null,null,'2745 Gregory Rd, Shawnigan Lake, BC',null,'2023-07-23 19:41:10','2023-07-23 19:41:10',null,'MAWILSON@idir','2023-08-11 12:02:00',null,null,null,null,'OPEN','SHWNIGN',ST_GeomFromText('POINT(-123.655391 48.6533347)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030359','Caller saw a bb -at roundabout off inland highway into Qualicum onto Admirals Rd',null,null,null,null,null,null,'Inland Island Hwy, Qualicum Beach, BC',null,'2023-07-23 19:55:16','2023-07-23 19:55:16',null,'SMCCREAD@idir','2023-07-23 19:58:07',null,null,null,null,'CLOSED','QLICMBCH',ST_GeomFromText('POINT(-124.5932234 49.3605947)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030360','BB in Thetis Lake park near washroom. Not aggressive just lots of people around',null,null,null,null,null,null,'Thetis Lake Pk, View Royal, BC',null,'2023-07-23 19:59:34','2023-07-23 19:59:34',null,'SMCCREAD@idir','2023-07-23 20:02:14',null,null,null,null,'CLOSED','VIEWROYL',ST_GeomFromText('POINT(-123.4686987 48.4641916)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030363','Caller advises that there is a female goat with a broken back leg that is in some distress as she is unable to re-ascend the slope above her.',null,null,null,null,null,null,'Hwy 5A, Princeton, BC','5 km in from Hedley','2023-07-23 20:14:01','2023-07-23 20:14:01',null,'DAVCOX@idir','2023-07-30 13:46:14',null,null,null,null,'CLOSED','HEDLEY',ST_GeomFromText('POINT(-120.5473133 49.569353)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030364','Caller reports a downed deer by the side. No obvious injury but breathing oddly and did not move when caller approached',null,null,null,null,null,null,'2532 Gibson Rd, Courtenay, BC',null,'2023-07-23 20:16:40','2023-07-23 20:16:40',null,'MAWILSON@idir','2023-08-11 09:44:55',null,null,null,null,'OPEN','COURTNY',ST_GeomFromText('POINT(-124.9810544 49.728574)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030365','RCMP rec''d a call from the COM regarding an injured doe at the below noted location. The doe is able to walk (limping) and has a fawn with it. -OO advised RCMP that the COS would monitor (from a distance) as long as the deer is able to feed, forage and feed the fawn. - -COM: Kate Holmes 778-212-9970',null,null,null,null,null,null,'12101 Linden Dr, Coldstream, BC',null,'2023-07-23 20:18:37','2023-07-23 20:18:37',null,'TBECK@idir','2023-07-24 09:11:30',null,null,null,null,'CLOSED','CLDSTRM',ST_GeomFromText('POINT(-119.2580996 50.2234989)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030368','Caller reports a bear in a cherry tree ',null,null,null,null,null,null,'1025 Elcho St, Bella Coola, BC',null,'2023-07-23 20:34:00','2023-07-23 20:34:18',null,'DLEWERS@idir','2023-07-23 20:56:37',null,null,null,null,'CLOSED','BLLACOOL',ST_GeomFromText('POINT(-126.757077 52.3734948)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030370','Caller reports deer with rear leg injury with two fawns. Advised caller that deer can live successfully with three legs. Caller said she has been like this for a few days.',null,null,null,null,null,null,'7704 Cunliffe Rd, Coldstream, BC',null,'2023-07-23 20:39:18','2023-07-23 20:39:18',null,'SMCCREAD@idir','2023-07-23 20:44:05',null,null,null,null,'CLOSED','CLDSTRM',ST_GeomFromText('POINT(-119.2571102 50.2220118)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030371','Caller reported a bear eating their neighbors garbage. It was around yesterday as well. ',null,null,null,null,null,null,'2173 Berkshire Cres, Coquitlam, BC',null,'2023-07-23 20:40:54','2023-07-23 20:40:54',null,'PDAYTON@idir','2023-07-27 15:21:28',null,null,null,null,'CLOSED','COQUITLM',ST_GeomFromText('POINT(-122.7964182 49.3167192)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030372','COM advised that there has been a bear in the area for the past 2 weeks.When asked what the bear was getting into, the COM said ''should I go and ask it'' -COM stated that i might have got into some garbage in the neighbourhood.',null,null,null,null,null,null,'29852 MacLure Rd, Abbotsford, BC',null,'2023-07-23 20:42:17','2023-07-23 20:42:17',null,'JDSCOTT@idir','2023-07-23 20:46:26',null,null,null,null,'OPEN','ABTFRD',ST_GeomFromText('POINT(-122.3966382 49.059701)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030373','COM advised he spotted a bear heading towards the gas station where the ''homeless camp is''',null,null,null,null,null,null,'','1st Ave ','2023-07-23 20:48:15','2023-07-23 20:48:15',null,'JDSCOTT@idir','2023-07-23 20:49:58',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030374','Caller reports a bear charged him after the caller came out to scare him from attacking his chickens. ',null,null,null,null,null,null,'9525 Chilcotin Rd, Pineview FFG, BC',null,'2023-07-23 20:50:08','2023-07-23 20:50:08',null,'HSTARK@idir','2023-07-24 09:30:59',null,null,null,null,'CLOSED','PINEVIEW',ST_GeomFromText('POINT(-122.6504692 53.8401152)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030376','Caller reporting sighting a bear meandering about getting into people''s yards. ',null,null,null,null,null,null,'1319 Connaught Dr, Prince George, BC',null,'2023-07-23 21:07:59','2023-07-23 21:07:59',null,'SMCCREAD@idir','2023-07-23 21:10:11',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7497576 53.9095749)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030377','Cranbrook RCMP advised of a injured immobile deer in the middle road in the block of 5112 Hwy 3 and 95. ',null,null,null,null,null,null,'5112 Hwy 3 And 95, Cranbrook, BC',null,'2023-07-23 21:18:36','2023-07-23 21:18:36',null,'RKRENZ@idir','2023-07-24 14:32:17',null,null,null,null,'CLOSED','CRANBRK',ST_GeomFromText('POINT(-115.8543571 49.4558557)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030378','Caller reporting a sow with 2 cubs in the heart of town. getting into people''s garbage - -Also reporting a den of foxes across from callers home in the bushes',null,null,null,null,null,null,'Kenworth Rd E, Prince George, BC',null,'2023-07-23 21:20:06','2023-07-23 21:20:06',null,'HGREGG@IDIR','2023-08-10 16:29:08',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.762872 53.9614068)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030381','COM advised of a bear wandering around close to the student residences at the below noted location. No unusual behaviour noted',null,null,null,null,null,null,'','Townhouse Residences - 8888 University Drive','2023-07-23 21:26:31','2023-07-23 21:26:31',null,'JDSCOTT@idir','2023-07-23 21:28:03',null,null,null,null,'CLOSED','BURNBY',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030385','Caller saw a bear walking across 17 th ave and then the alley between Maple and Norwood',null,null,null,null,null,null,'17th Ave and Norwood St, Prince George, BC',null,'2023-07-23 21:43:16','2023-07-23 21:43:16',null,'SMCCREAD@idir','2023-07-23 21:45:24',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7494239 53.9084519)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030388','COM advised that there was a bear in their backyard a short time ago.',null,null,null,null,null,null,'313 Brandon Ave, Penticton, BC',null,'2023-07-23 22:07:45','2023-07-23 22:07:45',null,'ISCHMIDT@idir','2023-07-26 13:03:31',null,null,null,null,'CLOSED','PENTICTN',ST_GeomFromText('POINT(-119.5928542 49.4655724)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030389','RCMP member reporting BB in the Village. - -2228 LM CO Schumacher -2229 briefed CO Popjes -',null,null,null,null,null,null,'Blackcomb Way and Village Gate Blvd, Whistler, BC','Village Walk - north gate','2023-07-23 22:23:18','2023-07-23 22:23:18',null,'KPPOPJES@idir','2023-08-09 15:26:35',null,null,null,null,'CLOSED','WHISTLER',ST_GeomFromText('POINT(-122.9534604 50.1161885)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030390','Caller advised there is a deer on the side of the road between the Huskey station and Princeton. -',null,null,null,null,null,null,'580 Hwy 3 E, Princeton, BC',null,'2023-07-23 22:42:53','2023-07-23 22:42:53',null,'PRPIKE@idir','2023-07-25 11:34:08',null,null,null,null,'OPEN','PRINCETN',ST_GeomFromText('POINT(-120.4308943 49.4604507)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030393','=Caller reported 2 very large grizzly bears, and one in the front and one in the back. Caller is very concerned as a couple a days ago one of the grizzlys went straight up to her window. -',null,null,null,null,null,null,'934 Four Mile subdivision ',null,'2023-07-23 23:18:22','2023-07-23 23:18:22',null,'CPOSTHUM@idir','2023-08-03 09:16:36',null,null,null,null,'CLOSED','BLLACOOL',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030394','Caller reports seeing 3 coyotes on Ungless Way in Port Moody by Noons Cres.',null,null,null,null,null,null,'Ungless Way, Port Moody, BC','Near Noons Cres','2023-07-23 23:20:28','2023-07-23 23:20:28',null,'SMCCREAD@idir','2023-07-23 23:23:26',null,null,null,null,'CLOSED','PORTMDY',ST_GeomFromText('POINT(-122.8254961 49.2843263)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030395','Caller reported a black bear in his backyard. Caller advised there is an apple tree in the neighbour''s yard. ',null,null,null,null,null,null,'2954 Nechako Dr, Prince George, BC',null,'2023-07-23 23:27:20','2023-07-23 23:27:20',null,'SPEELING@idir','2023-07-25 12:13:24',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7776687 53.9248553)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030397','Caller reported seeing a black bear wandering through his yard. ',null,null,null,null,null,null,'7252 Inlet Dr, Burnaby, BC',null,'2023-07-24 00:16:42','2023-07-24 00:16:42',null,'BJETTE@idir','2023-07-24 00:19:03',null,null,null,null,'CLOSED','BURNBY',ST_GeomFromText('POINT(-122.9540086 49.2850891)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030398','Caller has a bear sitting on his front path of yard eating garbage.',null,null,null,null,null,null,'2880 Keets Dr, Coquitlam, BC',null,'2023-07-24 00:34:18','2023-07-24 00:34:18',null,'PDAYTON@idir','2023-07-27 15:21:02',null,null,null,null,'CLOSED','COQUITLM',ST_GeomFromText('POINT(-122.8018179 49.2602819)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030402','Upset caller struck fawn, and fawn subsequently passed. ',null,null,null,null,null,null,'Meadow Creek Rd',null,'2023-07-24 06:40:17','2023-07-24 06:40:17',null,'PRPIKE@idir','2023-07-25 12:50:28',null,null,null,null,'CLOSED','LOGNLK',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030403','Fawn looks like it was hit by a car. the deer is on the shoulder.',null,null,null,null,null,null,'5127 Lakeshore Rd, Kelowna, BC','north shoulder just west of address.','2023-07-24 06:43:13','2023-07-24 06:43:13',null,'HGOOLIAF@idir','2023-08-06 12:28:02',null,null,null,null,'CLOSED','KELOWNA',ST_GeomFromText('POINT(-119.5228525 49.7985822)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030404','Fawn struck and killed, doe hanging around on road for past 15 min.',null,null,null,null,null,null,'7170 Ellis Rd',null,'2023-07-24 06:54:08','2023-07-24 06:54:08',null,'SPEELING@idir','2023-07-24 11:18:53',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030405','Caller reporting a buck with a full rack in velvet, that appears to have been struck by a vehicle. It went through the RV park, and maybe laying down behind the park. Injury to rear hip, struggling to walk. No longer seen by caller. ',null,null,null,null,null,null,'7817 Hwy 97 S, Prince George, BC','Behind unit A93 ','2023-07-24 06:56:18','2023-07-24 06:56:18',null,'SPEELING@idir','2023-07-25 12:03:10',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7130422 53.8527763)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030407','COM reporting hitting smaller deer (possible fawn with spots) on the rear end while it was crossing the hwy. She did not stop but saw it running off into the forested areas. ',null,null,null,null,null,null,'Hwy 19A, Black Creek, BC','South bound Lane at Smith Road ','2023-07-24 07:09:33','2023-07-24 07:09:33',null,'MAWILSON@idir','2023-08-11 10:43:10',null,null,null,null,'CLOSED','COURTNY',ST_GeomFromText('POINT(-125.1285515 49.831518)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030408','RAPP Report -Don’t remember specific time, but do recall commenting to each other being surprised it was middle of day in broad daylight. Approximately 8 or 9 days ago. -Spotted adult coyote heading from our condo entrance to the soccer field .n/a -Did not think about reporting seeing the coyote until I read the article in Castanet regarding the coyote spotted in Wilden. -',null,null,null,null,null,null,'','Driveway and treed bank between 980 Dilworth Drive condos and soccer field.','2023-07-24 07:19:06','2023-07-24 07:19:06',null,'PBRACKEN@idir','2023-07-24 07:31:18',null,null,null,null,'CLOSED','KELOWNA',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030409','BB crossed in front of her vehicle and hopped the barrier between Salmon Arm Secondary & RCMP detachment. BB entered green space. ',null,null,null,null,null,null,'Salmon Arm, BC',null,'2023-07-24 07:28:58','2023-07-24 07:28:58',null,'doweber@idir','2023-07-24 07:36:41',null,null,null,null,'CLOSED','SALMARM',ST_GeomFromText('POINT(-119.2780556 50.7011111)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030411','Large BB wandering at 0720, close to Anderson.',null,null,null,null,null,null,'4409 1st Ave, Prince George, BC',null,'2023-07-24 07:30:17','2023-07-24 07:30:17',null,'SKEANE@idir','2023-07-24 07:31:46',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.8076968 53.9273766)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030419','Saw what she called a problem bear this morning in her yard. ',null,null,null,null,null,null,'5459 Headquarters Rd, Courtenay, BC',null,'2023-07-24 07:54:18','2023-07-24 07:54:18',null,'doweber@idir','2023-07-24 07:57:15',null,null,null,null,'CLOSED','COURTNY',ST_GeomFromText('POINT(-125.0263126 49.7313258)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030420','2023-07-20 @ 1420 hrs. Caller left message with Skeena COS reporting an injured fawn at above location.',null,null,null,null,null,null,'','Fall Road, Decker Lake BC','2023-07-20 14:19:00','2023-07-24 08:04:11',null,'SGBATES@idir','2023-07-24 16:00:05',null,null,null,null,'CLOSED','DECKERLK',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030422','COM reporting bb about two weeks ago went into garage and took garbage out to the front lawn and sorted and snacked, concerned about their children. Was on vacation and just reporting now.',null,null,null,null,null,null,'5533 Cliffridge Pl, District of North Vancouver, BC',null,'2023-07-24 08:08:11','2023-07-24 08:08:11',null,'EFITCH@IDIR','2023-07-24 08:15:20',null,null,null,null,'OPEN','NORVAN',ST_GeomFromText('POINT(-123.0972444 49.3638984)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030424','Caller reporting that they are missing one of their goats and are suspecting a cougar took it as neighbors have seen 2 adults and 2 young ones twice over the last few days. Caller advised the goat went missing last week. Caller noted they have also lost 7 chickens to coyotes this year. -***Emailed only due to time delay.***',null,null,null,null,null,null,'28530 Marsh McCormick Rd, Abbotsford, BC',null,'2023-07-23 19:00:00','2023-07-24 08:09:01',null,'ALBUCHAN@idir','2023-07-24 11:09:12',null,null,null,null,'OPEN','ABTFRD',ST_GeomFromText('POINT(-122.4360201 49.1455715)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030425','Caller reporting an aggressive coyote near the below noted location. Caller advised some hikers called him about an aggressive coyote that followed them for hundred yards and nipped at their dog on the trail this morning. Caller is concerned as lot''s of kids and off leash dogs go on the trail. ',null,null,null,null,null,null,'12th Ave and 4th St, Montrose, BC','Antenna Trail ','2023-07-24 07:30:00','2023-07-24 08:18:39',null,'BBEETLES@idir','2023-07-24 16:20:54',null,null,null,null,'CLOSED','MONTROSE',ST_GeomFromText('POINT(-117.5955029 49.0783948)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030426','Com reporting seeing fawn in area. Possible orphaned , COM is concerned as it appears to be abandon but on the move in the neighborhood. ',null,null,null,null,null,null,'7519 Chilliwack River Rd, Chilliwack, BC',null,'2023-07-24 08:22:06','2023-07-24 08:22:06',null,'ALBUCHAN@idir','2023-07-24 10:52:16',null,null,null,null,'OPEN','CHILLIWK',ST_GeomFromText('POINT(-121.9451902 49.1405391)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030427','COM reporting a sighting of BB in area. ',null,null,null,null,null,null,'Upland St, Prince George, BC','Ferry Ave at Upland street ','2023-07-24 08:27:05','2023-07-24 08:27:05',null,'EFITCH@IDIR','2023-07-24 08:29:55',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7606097 53.8986602)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030429','Foxes family of 9 pups and 2 adults. ',null,null,null,null,null,null,'Pearl Ave',null,'2023-07-24 08:28:19','2023-07-24 08:28:19',null,'SKEANE@idir','2023-07-24 08:31:41',null,null,null,null,'CLOSED','ATLN',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030437','Doe with 2 fawns. Doe''s right front not weight bearing.',null,null,null,null,null,null,'Settlement Rd, Kamloops, BC',null,'2023-07-24 08:44:31','2023-07-24 08:44:31',null,'KANEKOPP@idir','2023-07-26 13:17:31',null,null,null,null,'CLOSED','KAMLOOPS',ST_GeomFromText('POINT(-120.3470448 50.7573118)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030438','Fawn is separated by a fence from doe/sibling along the railroad tracks in front of Vernon Village Mall. - -Advised caller allow time for them to re-unite and she said HOW??? ',null,null,null,null,null,null,'Vernon, BC','In front of the Vernon Village shopping centre','2023-07-24 08:46:17','2023-07-24 08:46:17',null,'TBECK@idir','2023-07-24 09:12:22',null,null,null,null,'CLOSED','VERNON',ST_GeomFromText('POINT(-119.2716667 50.2655556)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030439','Caller reporting that she caught a cougar on her critter cam in a residential area. -***Emailed only as the sighting was in April.***',null,null,null,null,null,null,'727 Firdale St, Coquitlam, BC',null,'2023-04-27 21:25:00','2023-07-24 08:48:36',null,'PDAYTON@idir','2023-07-24 15:08:08',null,null,null,null,'CLOSED','COQUITLM',ST_GeomFromText('POINT(-122.8367032 49.260869)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030440','BB just hopped fence in his back yard.',null,null,null,null,null,null,'2577 Cornwall Dr, Penticton, BC',null,'2023-07-24 08:53:10','2023-07-24 08:53:10',null,'doweber@idir','2023-07-24 08:54:53',null,null,null,null,'CLOSED','PENTICTN',ST_GeomFromText('POINT(-119.5926598 49.4668709)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030441','COM reporting BB and 3 cubs this morning in the community lot, causing "havoc." Last night the mother charged her neighbor being very aggressive. Coming in and out of the properties in the neighborhood, concerned for children in area. ',null,null,null,null,null,null,'2195 Chief Atahm Dr, Lee Creek, BC',null,'2023-07-24 08:53:17','2023-07-24 08:53:17',null,'KANEKOPP@idir','2023-07-26 14:24:16',null,null,null,null,'OPEN','ADMSLKHS',ST_GeomFromText('POINT(-119.6673355 50.952844)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030442','Caller reporting a black bear sighing near the below noted location. Caller advised the bear was crossing the street. -',null,null,null,null,null,null,'Clapperton St and Ferry Ave, Prince George, BC','Near the hospice house ','2023-07-24 06:30:00','2023-07-24 08:54:58',null,'HSTARK@idir','2023-07-24 10:04:23',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7544744 53.8892772)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030443','Large BB circling on garbage day. No tags.',null,null,null,null,null,null,'1392 Mill St, District of North Vancouver, BC',null,'2023-07-24 08:57:15','2023-07-24 08:57:15',null,'SKEANE@idir','2023-07-24 08:58:42',null,null,null,null,'OPEN','NORVAN',ST_GeomFromText('POINT(-123.0353128 49.3499785)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030444','Caller reporting a large bb going beside the house and on to the neighbour''s house 21:45 - 24:00 hours. Caller concerned that bb is making her yard a continuous path. - -BB got into the rodent bait station. on Saturday night. BB has been known to get into neighbour''s garbage on garbage day. - -** Caller requesting a callback. ',null,null,null,null,null,null,'Pandora Dr, Burnaby, BC',null,'2023-07-24 09:15:14','2023-07-24 09:15:14',null,'PBRACKEN@idir','2023-07-24 09:23:58',null,null,null,null,'OPEN','BURNBY',ST_GeomFromText('POINT(-122.9484939 49.2840235)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030445','Caller struck and killed a yearling black bear, bear is laying in northbound lane dead, mother nearby. Caller remaining on scene and has called RCMP. ',null,null,null,null,null,null,'Hwy 97, Fort Nelson, BC','Sikanni Bridge, Hwy 97N KM 256','2023-07-24 09:16:37','2023-07-24 09:16:37',null,'JOCHARTR@idir','2023-07-24 09:19:09',null,null,null,null,'OPEN','FTNELSON',ST_GeomFromText('POINT(-122.9673312 58.865987)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030446','Caller reporting a black bear sighting near the below noted location. Caller advised her dog treed the bear in her backyard next to a greenbelt. Caller noted she brought her dogs inside and is going to work and will call back in if it is still there when she gets home. -',null,null,null,null,null,null,'Ness Ave, Prince George, BC',null,'2023-07-24 09:21:00','2023-07-24 09:21:00',null,'KSORENSE@idir','2023-07-24 09:28:20',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.8048686 53.9181211)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030450','RAPP Report reads. -Did you observe the violation? Yes • Wildlife -Additional Comments -Coyotes living under the bushes on a small island in Fascieux Creek protected area (between Richter and Casorso roads). Active during daylight hours and not skittish of people walking in the park. Have seen on many occasions. No aggression witnessed. -',null,null,null,null,null,null,'14-3389 Casorso Road ',null,'2023-07-24 09:36:28','2023-07-24 09:36:28',null,'SKEANE@idir','2023-07-24 09:41:32',null,null,null,null,'CLOSED','KELOWNA',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030452','Caller reporting that she received a report of a coyote attacking a dog this weekend on Antenna Trail. Caller advised the COM said their dog was bit by a coyote and did not require surgery or medical intervention but wanted to report it. Caller noted the COM did not give their name or contact number. ',null,null,null,null,null,null,'12th Ave and 4th St, Montrose, BC','Antenna Trail ','2023-07-22 09:00:00','2023-07-24 09:46:54',null,'BBEETLES@idir','2023-07-24 16:21:25',null,null,null,null,'CLOSED','MONTROSE',ST_GeomFromText('POINT(-117.5955029 49.0783948)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030456','BB in his yard last night (blueberry farm). ',null,null,null,null,null,null,'12383 McTavish Rd, Pitt Meadows, BC',null,'2023-07-24 09:53:55','2023-07-24 09:53:55',null,'doweber@idir','2023-07-24 09:55:51',null,null,null,null,'OPEN','PITTMDWS',ST_GeomFromText('POINT(-122.7186076 49.2274828)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030460','Caller reporting a BB that is roaming the neighbourhood for the last month. The BB original showed up at night and now showing up during the day. The BB is going up to doors and looking into windows. The caller stated that the BB is attracted to the garbage. -The bb has been in the caller''s backyard and broke into the municipal supplied garbage cans. The bb broke the fence yesterday. Hazing doesn''t work, the caller tried the car headlights and horn. The BB did not stop eating the garbage. The caller indicated he had a garage, but was reluctant to put the garbage inside due to rat issues. -** caller requesting a callback.',null,null,null,null,null,null,'3976 Loraine Ave, District of North Vancouver, BC',null,'2023-07-24 10:05:08','2023-07-24 10:05:08',null,'PBRACKEN@idir','2023-07-24 10:16:19',null,null,null,null,'OPEN','NORVAN',ST_GeomFromText('POINT(-123.1067002 49.3447794)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030463','Bear got into bird cage. Polite caller will place cage and attrictants in garage. Caller was politely curious if he could haze a bear with bear spray or a rubber bullet, therefore OO requesting a CO call to educate caller. ',null,null,null,null,null,null,'212 Chestnut Pl, Port Moody, BC',null,'2023-07-24 10:14:09','2023-07-24 10:14:09',null,'CELDER@idir','2023-07-24 13:59:26',null,null,null,null,'OPEN','PORTMDY',ST_GeomFromText('POINT(-122.8303869 49.3002229)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030464','BB outside the below address upon delivery. ',null,null,null,null,null,null,'1310 Coleman St, District of North Vancouver, BC',null,'2023-07-24 10:18:52','2023-07-24 10:18:52',null,'doweber@idir','2023-07-24 10:24:38',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.0368118 49.3512896)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030465','COM reporting fawn has been hit by a car near the duck pond and is severely injured. COM is still onsite very upset. RCMP requesting CO attend to dispatch. 23-5177 Cst. Tyne. ',null,null,null,null,null,null,'Beacon St, Sechelt, BC','Fairway Street is closest side street','2023-07-24 10:19:50','2023-07-24 10:19:50',null,'DLMILLER@idir','2023-07-25 10:50:06',null,null,null,null,'OPEN','SECHELT',ST_GeomFromText('POINT(-123.7723803 49.4942109)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030466','Caller reporting a BB living behind the house. There is a fence around the yard. The caller has chickens in the backyard, the bb has not bothered the chickens. No electric fence. - -The caller is concerned about future occurrences. ',null,null,null,null,null,null,'2131 50 St NW, Salmon Arm, BC',null,'2023-07-24 10:20:38','2023-07-24 10:20:38',null,'ETYUKODI@idir','2023-08-11 11:36:07',null,null,null,null,'CLOSED','SALMARM',ST_GeomFromText('POINT(-119.3487928 50.7153356)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030470','COM reporting during her walk in the road at 7:30 AM yesterday a coyote charged at her and her dog , she screamed and made loud noises it was not scared. She advised it got within 20 ft of her then changed directions and ran off. She is quiet upset and has a has a video from another encounter. ',null,null,null,null,null,null,'400 E Windsor Rd, District of North Vancouver, BC',null,'2023-07-24 10:28:46','2023-07-24 10:28:46',null,'EFITCH@IDIR','2023-07-24 10:38:11',null,null,null,null,'OPEN','NORVAN',ST_GeomFromText('POINT(-123.0647452 49.3383648)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030471','Dead bear cub on side of road. OO connected caller to local carcass pickup. ',null,null,null,null,null,null,'Hwy 97 and dog Lake Rd',null,'2023-07-24 10:33:10','2023-07-24 10:33:10',null,'KOWENS@idir','2023-07-31 10:48:23',null,null,null,null,'CLOSED','KELOWNA',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030472','BB there 4 x in 12 days. ',null,null,null,null,null,null,'4223 Glenhaven Cres, District of North Vancouver, BC',null,'2023-07-24 01:35:00','2023-07-24 10:35:42',null,'doweber@idir','2023-07-24 10:37:14',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-122.9542397 49.3102363)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030473','Caller reporting a black bear sighting near the below noted location. Caller advised the bear walked thorough her yard and went into the woods and then over to her neighbors driveway. Caller noted the bear was not aggressive and was not getting into any attractants. ',null,null,null,null,null,null,'1842 Lower Rd, Roberts Creek, BC',null,'2023-07-24 08:00:00','2023-07-24 10:41:51',null,'KSORENSE@idir','2023-07-24 10:45:41',null,null,null,null,'CLOSED','ROBERTSC',ST_GeomFromText('POINT(-123.5715099 49.4058451)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030476','Limping deer. Phone dropped numerous times.',null,null,null,null,null,null,'wilkshire rd, kelowna',null,'2023-07-24 10:59:09','2023-07-24 10:59:09',null,'KOWENS@idir','2023-08-03 11:25:32',null,null,null,null,'CLOSED','KELOWNA',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030477','Suspect rattle snake behind chicken coup, pigs close by. Caller was receptive to OO information for rattle snakes not confined.',null,null,null,null,null,null,'848 El Rancho Dr, Keremeos, BC',null,'2023-07-24 11:03:07','2023-07-24 11:03:07',null,'SKEANE@idir','2023-07-24 11:24:10',null,null,null,null,'CLOSED','KEREMEOS',ST_GeomFromText('POINT(-119.8343854 49.2175476)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030483','A large black bear is hanging out in the field at the school. Nobody around. Caller''s wife was out for a walk nearby and told her husband. ',null,null,null,null,null,null,'125 Ravine Dr, Port Moody, BC','Heritage Mountain Elementary School field','2023-07-24 11:19:55','2023-07-24 11:19:55',null,'RBACALL@idir','2023-07-24 11:22:16',null,null,null,null,'CLOSED','PORTMDY',ST_GeomFromText('POINT(-122.8335841 49.2940828)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030485','Caller reporting a food conditioned yearling black bear near the below noted location. Caller advised the bear was eating berries off the bushes and trees in the middle of a neighborhood. Caller noted there is no forested area nearby. ',null,null,null,null,null,null,'Harcourt Ave, Quesnel, BC',null,'2023-07-24 11:20:00','2023-07-24 11:21:15',null,'JMILLETT@idir','2023-07-26 14:44:17',null,null,null,null,'CLOSED','QUESNEL',ST_GeomFromText('POINT(-122.5103116 52.9781559)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030489','Large BB being chased by older citizens with bear bangers(had desired effect). RCMP have calmed towns people. RCMP 23-5480',null,null,null,null,null,null,'3888 Hill st, quesnel',null,'2023-07-24 11:25:26','2023-07-24 11:25:26',null,'JMILLETT@idir','2023-07-26 14:34:31',null,null,null,null,'CLOSED','QUESNEL',ST_GeomFromText('POINT(-122.4293589 53.0251994)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030490','Caller reporting a black bear sighting near the below noted location. Caller advised the yearling has been hanging around for a while but has not been getting into anything and is not aggressive. -***Caller is requesting a callback from a CO for advice on managing attractants and hazing.*** -',null,null,null,null,null,null,'5151 Nita Lake Dr, Whistler, BC',null,'2023-07-23 12:00:00','2023-07-24 11:29:50',null,'TDSCHUMA@idir','2023-07-25 15:57:16',null,null,null,null,'CLOSED','WHISTLER',ST_GeomFromText('POINT(-123.0012688 50.0970166)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030491','COM reporting sightings of cougar at 8:00am near the address given. ',null,null,null,null,null,null,'2160 Sun Peaks Rd, Sun Peaks, BC','Parking Lot 2 Near 2160 Sun Peaks ','2023-07-24 11:32:20','2023-07-24 11:32:20',null,'KANEKOPP@idir','2023-07-26 14:29:15',null,null,null,null,'OPEN','SNPEAKS',ST_GeomFromText('POINT(-119.8937855 50.8823815)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030494','Caller lives at the end of a greenbelt, the corner of the property has an apartment complex where they have open garbages and yard connect with the Hilltop Inn. -Caller is concerned since she has sighted the same young healthy black bear in her yard hanging around and only scared when dogs are out and not when humans are. Caller thinks it must be getting food from somewhere nearby to be still hanging around. This is her third sighting. ',null,null,null,null,null,null,'1210 Trans-Canada Hwy NE, Salmon Arm, BC',null,'2023-07-24 10:45:00','2023-07-24 11:46:43',null,'STECOOK@idir','2023-08-01 11:24:34',null,null,null,null,'CLOSED','SALMARM',ST_GeomFromText('POINT(-119.2707109 50.7018732)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030495','Caller reporting 2 bb''s in the yard around 23:00 hours last night. There is fish (gold fish) pond that has a 2'' fence around it. The BB just walked around it. ',null,null,null,null,null,null,'609 Linton St, Coquitlam, BC','close to Mundy Park','2023-07-24 11:52:39','2023-07-24 11:52:39',null,'PBRACKEN@idir','2023-07-24 11:58:06',null,null,null,null,'CLOSED','COQUITLM',ST_GeomFromText('POINT(-122.8405878 49.2530549)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030496','Caller reporting a cougar sighting near the below noted location. Caller advised the 3 cougars were passing through the yard and were possibly looking for water. -***Emailed only because of time delay.***',null,null,null,null,null,null,'8884 Josephine Rd, Vinsulla, BC',null,'2023-07-22 20:00:00','2023-07-24 11:53:29',null,'KSORENSE@idir','2023-07-24 11:57:34',null,null,null,null,'OPEN','MCLURE',ST_GeomFromText('POINT(-120.2322312 50.9455004)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030499','Caller reporting a black bear sighting near the below noted location. Caller advised the bear is just hanging out in his front yard. Caller noted the bear is not aggressive and is not getting into any attractants. ',null,null,null,null,null,null,'Jonathan Dr, Penticton, BC',null,'2023-07-24 12:08:14','2023-07-24 12:08:14',null,'KSORENSE@idir','2023-07-24 12:11:18',null,null,null,null,'CLOSED','PENTICTN',ST_GeomFromText('POINT(-119.6291718 49.507111)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030500','***RAPP REPORT*** -On Friday, July 21st, 2023 there is a dead young cow moose on North Olson FSR less than one kilometre up the road. It is in a berry picking area and is attracting a lot of of other wildlife including bears which is endangering a lot of campers and berry pickers. This is going north from Prince George but before Bear Lake on the North Olson (54.362143,-122645705) -No suspect the cow moose looks to be dead for several days already. Not sure if it was shot or killed by animals. -***Emailed only due to time delay.***',null,null,null,null,null,null,'','On North Olson FSR near Bear Lake ','2023-07-21 12:00:00','2023-07-24 12:22:43',null,'JOCHARTR@idir','2023-08-01 11:15:14',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.645705 54.362143)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030501','Caller reporting an injured deer near the below noted location. Caller advised the deer is missing part of one of it''s rear legs and is limping. Caller advised the deer is mobile and grazing on dead grass. -',null,null,null,null,null,null,'Stone Ave, Lake Cowichan, BC','Near First St in the gulley. ','2023-07-23 17:00:00','2023-07-24 12:36:09',null,'MAWILSON@idir','2023-08-11 09:47:26',null,null,null,null,'CLOSED','LKECOWCH',ST_GeomFromText('POINT(-124.0552494 48.8195298)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030502','Two tree swallow fledglings found deceased two others still in nest with adult bird. -Report taken due to environmental reporting at Teck Coal. - -Cross reference DGIR #232746',null,null,null,null,null,null,'Elkford, BC','Forting River Operations','2023-07-24 12:41:08','2023-07-24 12:41:08',null,'RYGORDON@idir','2023-07-24 13:23:23',null,null,null,null,'CLOSED','SPRWOOD',ST_GeomFromText('POINT(-114.1687 50.1687)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030503','Caller reporting a coyote sighting near the below noted location. Caller advised the coyote was walking down the street. ',null,null,null,null,null,null,'11260 Seaham Cres, Richmond, BC',null,'2023-07-24 12:35:00','2023-07-24 12:41:28',null,'KSORENSE@idir','2023-07-24 12:43:26',null,null,null,null,'CLOSED','RICHMOND',ST_GeomFromText('POINT(-123.0998886 49.1373185)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030504','COM left vm on COS vm system - has a baby bear keeps coming into back yard not sure if mama bear is with the baby bear but dog went a little nuts - kind of worried about her - but we were able to get away, it''s all good, bear still roaming around in the back here (address comes back to Salmon Arm)',null,null,null,null,null,null,'481 22 St NE, Salmon Arm, BC',null,'2023-07-24 11:27:00','2023-07-24 12:45:46',null,'TBECK@idir','2023-07-24 15:59:24',null,null,null,null,'CLOSED','SALMARM',ST_GeomFromText('POINT(-119.2603192 50.7032205)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030506','Caller reporting an injured deer near the below noted location. Caller advised the deer is missing an antler and is limping from an injured rear leg. Caller noted the deer is eating and is mobile. ',null,null,null,null,null,null,'5679 Tomswood Rd, Port Alberni, BC','Unit 23','2023-07-24 12:47:44','2023-07-24 12:47:44',null,'MAWILSON@idir','2023-08-11 09:48:43',null,null,null,null,'CLOSED','PORTALBR',ST_GeomFromText('POINT(-124.8181064 49.2762923)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030507','Bear breaking neighbour''s green bin. Has been in area for about 3 days.',null,null,null,null,null,null,'3161 Jervis St, Port Coquitlam, BC',null,'2023-07-24 13:03:04','2023-07-24 13:03:04',null,'PDAYTON@idir','2023-07-27 15:20:04',null,null,null,null,'CLOSED','PORTCOQ',ST_GeomFromText('POINT(-122.7850192 49.2693324)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030509','Large BB ripped shed door off to access compost. Forested area close by.',null,null,null,null,null,null,'352 Camelia Way, Gibsons, BC',null,'2023-07-24 13:29:05','2023-07-24 13:29:05',null,'SKEANE@idir','2023-07-24 13:32:51',null,null,null,null,'OPEN','GIBSONS',ST_GeomFromText('POINT(-123.503633 49.3961081)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030512','Wanted a phone # for local officer.. or does a person have to wait for something bad to happen. -BB damaged fence 20 mins ago (neighbour must have fruit) -PLEASE CALL. ',null,null,null,null,null,null,'2022 Maple Dr, Squamish, BC',null,'2023-07-24 13:40:54','2023-07-24 13:40:54',null,'CROCHON@idir','2023-07-28 10:31:46',null,null,null,null,'OPEN','SQUMISH',ST_GeomFromText('POINT(-123.1298731 49.6997266)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030513','They hit a beautiful brown bear heading north to the Hart Hwy at the 1st service station. -BB ran off only to return and run into the back of the truck. -Limped away into the bush, it will probably have a sore back end. ',null,null,null,null,null,null,'Vanderhoof, BC',null,'2023-07-24 13:50:10','2023-07-24 13:50:10',null,'JOCHARTR@idir','2023-08-01 11:16:08',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-124.0072222 54.0172222)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030515','A sow and 1 cub has been in the area for a while. When caller called her neighbour to tell her they were outside, neighbour told caller they were at her front door. Bears are not getting into anything. Caller just though it was weird they were still hanging around in July. ',null,null,null,null,null,null,'2011 W Bench Dr, Penticton, BC',null,'2023-07-24 14:04:19','2023-07-24 14:04:19',null,'RBACALL@idir','2023-07-24 14:06:52',null,null,null,null,'CLOSED','PENTICTN',ST_GeomFromText('POINT(-119.628676 49.5045357)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030516','Sow and cub attempting to get into house about 3 minutes ago, and still on property. -1408 Briefed CO Stern.',null,null,null,null,null,null,'2017 W Bench Dr, Penticton, BC',null,'2023-07-24 14:05:33','2023-07-24 14:05:33',null,'DAVCOX@idir','2023-08-09 11:39:22',null,null,null,null,'CLOSED','PENTICTN',ST_GeomFromText('POINT(-119.6291823 49.504981)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030517','Staff found a deceased ground squirrel in a building today, likely died from falling from a great height. ',null,null,null,null,null,null,'2261 Corbin Rd, Corbin, BC',null,'2023-07-24 14:08:18','2023-07-24 14:08:18',null,'RYGORDON@idir','2023-07-25 07:45:05',null,null,null,null,'CLOSED','SPRWOOD',ST_GeomFromText('POINT(-114.6725058 49.5155866)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030518','Caller reporting a large bear in the parking lot of the high school. Prince George Secondary. - -Unable to determine if it is a brown black bear or a grizzly. ',null,null,null,null,null,null,'2901 Griffiths Ave, Prince George, BC',null,'2023-07-24 14:11:57','2023-07-24 14:11:57',null,'HSTARK@idir','2023-07-24 15:45:46',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7797019 53.9031676)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030521','Coyote coming in the backyard eating the blueberries. So far no other issues. ',null,null,null,null,null,null,'318 Hampton St, New Westminster, BC',null,'2023-07-24 14:18:55','2023-07-24 14:18:55',null,'PDAYTON@idir','2023-07-27 15:02:11',null,null,null,null,'CLOSED','NEWWEST',ST_GeomFromText('POINT(-122.9491556 49.1864963)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030524','Polite/receptive caller reporting a BB sow with 3 cubs on their 6 acre property(4 acres is forested). This year''s bear activity is abnormally high, especially accessing the wild cherry trees. Caller''s spouse is currently cutting down the salmon berry trees, but looking for CO guidance. ',null,null,null,null,null,null,'10818 280st',null,'2023-07-24 14:23:56','2023-07-24 14:23:56',null,'PDAYTON@idir','2023-07-27 15:10:33',null,null,null,null,'CLOSED','MAPLERID',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030527','BB was just in her back yard (24 unit complex). Several times in the last few weeks. ',null,null,null,null,null,null,'2803 Marble Hill Dr, Abbotsford, BC',null,'2023-07-24 14:35:07','2023-07-24 14:35:07',null,'doweber@idir','2023-07-24 14:37:35',null,null,null,null,'CLOSED','ABTFRD',ST_GeomFromText('POINT(-122.2553334 49.0519804)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030528','Deer has been in the same area since Sat. -Between her and a neighbours. Suspects its injured. ',null,null,null,null,null,null,'2681 20 Ave SE, Salmon Arm, BC',null,'2023-07-24 14:37:40','2023-07-24 14:37:40',null,'TBECK@idir','2023-07-24 16:06:53',null,null,null,null,'CLOSED','SALMARM',ST_GeomFromText('POINT(-119.2548249 50.6871779)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030530','BB returning to the area frequently. Just in the back yard. ',null,null,null,null,null,null,'15 Strachan Pt, Lions Bay, BC',null,'2023-07-24 14:50:53','2023-07-24 14:50:53',null,'doweber@idir','2023-07-24 14:54:42',null,null,null,null,'CLOSED','LIONSBAY',ST_GeomFromText('POINT(-123.2341264 49.4193553)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030531',' Caller reporting a black bear sighting near the below noted location. Caller advised she saw the animal walk through her yard and it went into a forested area. ',null,null,null,null,null,null,'692 Chelsea Pl, Qualicum Beach, BC',null,'2023-07-22 17:00:00','2023-07-24 14:56:26',null,'KSORENSE@idir','2023-07-24 15:03:52',null,null,null,null,'CLOSED','QLICMBCH',ST_GeomFromText('POINT(-124.3923367 49.3467214)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030532','COM reporting sighting of cougar in the area while searching for missing dog for the last week. They have found 3 kills sights and bones and skulls in the area. Requesting a call from the CO. ',null,null,null,null,null,null,'Cat Lake Connector Trail, Squamish, BC','Near Mikes Cross at Dark Hole ','2023-07-24 15:00:54','2023-07-24 15:00:54',null,'KPPOPJES@idir','2023-08-09 14:23:31',null,null,null,null,'CLOSED','SQUMISH',ST_GeomFromText('POINT(-123.1080316 49.7999785)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030533','Last night while at Joans Lake camping area in Chilliwack around 9pm a BB came out of a ravine and they noticed it had and injured front paw. -Wouldn''t put any weight on it. ',null,null,null,null,null,null,'Chilliwack, BC','Joans Lake camping area ','2023-07-23 21:02:00','2023-07-24 15:02:39',null,'doweber@idir','2023-07-24 15:08:36',null,null,null,null,'OPEN','CHILLIWK',ST_GeomFromText('POINT(-121.9505556 49.1575)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030534','Caller reporting a large rattlesnake was on the deck today and has since gotten into their retaining rock wall. The snake is not confined but caller is concerned regarding the size as she has small children. Caller advised a CO would be able to follow up when available. Emailed only due the snake not being "confined."',null,null,null,null,null,null,'661 Westside Rd, West Kelowna, BC',null,'2023-07-24 15:09:54','2023-07-24 15:09:54',null,'KOWENS@idir','2023-08-03 11:23:44',null,null,null,null,'CLOSED','WSTKELOW',ST_GeomFromText('POINT(-119.5345213 49.9158321)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030536','Caller reporting 2-3 confined deer near the below noted location. Caller advised the deer have been in the lot for a few weeks and are looking tired and injured. ',null,null,null,null,null,null,'921 Maughan Rd, Nanaimo, BC',null,'2023-07-24 15:10:17','2023-07-24 15:10:17',null,'MAWILSON@idir','2023-08-11 10:08:50',null,null,null,null,'OPEN','NANAIMO',ST_GeomFromText('POINT(-123.8792541 49.1397638)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030537','Caller reporting a food conditioned black bear near the below noted location. Caller advised the bear flipped over his garbage can and he was able to scare it off. Caller noted the bear came back 15 minutes later and tried to get in the garbage again and then left down the street. ',null,null,null,null,null,null,'4140 Golf Dr, District of North Vancouver, BC',null,'2023-07-23 00:30:00','2023-07-24 15:15:39',null,'TDSCHUMA@idir','2023-07-25 15:47:42',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-122.9561694 49.30703)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030538','Caller reporting a BB that was at College Heights Secondary School and has now crossed Domano Blvd. -',null,null,null,null,null,null,'Domano Blvd, Prince George, BC',null,'2023-07-24 15:16:52','2023-07-24 15:16:52',null,'PBRACKEN@idir','2023-07-24 15:22:31',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7698695 53.8564244)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030539','2 bears have been coming around trying to get into the green bin and broke the fence and the garbage bin.',null,null,null,null,null,null,'1643 Robertson Ave, Port Coquitlam, BC',null,'2023-07-24 15:19:54','2023-07-24 15:19:54',null,'ASDUNCAN@idir','2023-07-31 19:43:27',null,null,null,null,'CLOSED','PORTCOQ',ST_GeomFromText('POINT(-122.7599304 49.2629692)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030545','Elderly caller reporting she is used to bears, living at home for 35 yrs, however this bear is significantly larger and there are young children next door. Caller also mentioned there is a cherry tree close by, that the bear sniffed. 2115, last night.',null,null,null,null,null,null,'755 Donegal Pl, District of North Vancouver, BC',null,'2023-07-24 15:48:14','2023-07-24 15:48:14',null,'TDSCHUMA@idir','2023-07-27 15:53:19',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.0896085 49.3414836)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030547','Hi, I work for the FVRD parks department and someone brought to our attention that there has been an increased coyote activity at the trail along the water at 14500 / 14550 Morris Valley Rd Harrison Mills - also called Eagle Point Community Park. - -""We are getting an influx of coyotes in the trail area that we haven’t seen before. They have been spotted on the trail and at the bench area. We can see them in the tall grasses and heard about a dozen of them howling in broad daylight. They seem to be marking the trail as we notice their excrements in the middle of the trail in numerous spots each night. We have cleared it off each day with a stick but there’s fresh stuff in the morning. This seems to be a new territory for them to hang out in and the daily marking the trail seems to coincide with this. They don’t seem to be very scared if they are encountered on the trail or at the bench. "" -Witnesses: John Clark - 123456clarke@gmail.com - -',null,null,null,null,null,null,'Morris Valley Rd, Harrison Mills, BC','Eagle Point Community Park','2023-07-24 16:00:24','2023-07-24 16:00:24',null,'RBACALL@idir','2023-07-24 16:03:14',null,null,null,null,'CLOSED','HARSMILS',ST_GeomFromText('POINT(-121.9052094 49.3086917)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030550','Caller is part of a BC Wildfire crew staying at an old camp. Property managers are not doing a very good job of securing garbage and 2 black bear have been getting into the garbage for the last 3 days. Caller has seen then at 08:30 and 21:00. ',null,null,null,null,null,null,'Airport Rd, Mackenzie, BC','Camp David','2023-07-24 08:30:00','2023-07-24 16:15:02',null,'HIDESMAR@idir','2023-07-26 13:47:56',null,null,null,null,'CLOSED','MACKENZI',ST_GeomFromText('POINT(-123.135853 55.2970135)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030552','Wild Arc hoping to have CO''s guidance regarding a immobile fawn for past 45 min after scare from dog. Citizen- Annette - 250-642-7361 or 250-488-1910 - -*',null,null,null,null,null,null,'4251 Otter Point Rd, Otter Point, BC',null,'2023-07-24 16:21:33','2023-07-24 16:21:33',null,'MAWILSON@idir','2023-08-11 11:59:21',null,null,null,null,'OPEN','SOOKE',ST_GeomFromText('POINT(-123.8176193 48.3765288)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030561','Neighbour put out garbage tonight for pickup tomorrow morning. Garbage day is tomorrow. Same neighbour did it last week as well. Caller reported to Bylaws. A small black bear is into the garbage. Neighbour did it last week and bear was there then as well. Caller is mad at the neighbour and worried about the bear.',null,null,null,null,null,null,'','7280 or 7300 North Nechako','2023-07-24 17:33:22','2023-07-24 17:33:22',null,'HSTARK@idir','2023-07-25 11:46:41',null,null,null,null,'OPEN','PRINGEOR',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030564','Caller reporting a deer sighting near the below noted location. Caller advised the deer has been hanging around the area, especially the community garden. Caller is concerned as it is close to Marine Dr and does not want to see the deer get hit. ',null,null,null,null,null,null,'1900 East Kent Ave N, Vancouver, BC',null,'2023-07-24 17:31:00','2023-07-24 17:49:21',null,'KSORENSE@idir','2023-07-24 17:55:30',null,null,null,null,'CLOSED','VANCOUVR',ST_GeomFromText('POINT(-123.0677952 49.2079367)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030565','Caller advises that there is a deer with a badly broken back leg that is just dangling and flopping about as it moves. It has gone across the street to the works yard there.',null,null,null,null,null,null,'8501 Postill Dr, Coldstream, BC',null,'2023-07-24 17:56:20','2023-07-24 17:56:20',null,'TBECK@idir','2023-07-26 15:38:59',null,null,null,null,'CLOSED','CLDSTRM',ST_GeomFromText('POINT(-119.2602564 50.2283981)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030568','Caller reporting an injured deer that needs to be dispatched near the below noted location. Caller advised the fawn was hit by a vehicle and was pulled onto the sidewalk and is still breathing. ',null,null,null,null,null,null,'14th Ave S and 5th St S, Cranbrook, BC',null,'2023-07-24 17:54:00','2023-07-24 18:05:13',null,'JMELENKA@idir','2023-07-26 12:17:23',null,null,null,null,'CLOSED','CRANBRK',ST_GeomFromText('POINT(-115.7620973 49.5030445)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030569','Friday night the bear came in and ripped a section of the hot tub off. They border on the golf course. The bear was just around again and trying to get under it near where the electronics are, he ripped a bunch of the insulation out and it is scattered about the yard. They are not sure why he is doing this as they can find nothing under the tub. He has a yellow tag in its ear.',null,null,null,null,null,null,'8054 Nicklaus North Blvd, Whistler, BC',null,'2023-07-24 18:25:43','2023-07-24 18:25:43',null,'TDSCHUMA@idir','2023-07-25 15:24:34',null,null,null,null,'CLOSED','WHISTLER',ST_GeomFromText('POINT(-122.9499189 50.1419684)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030570','RCMP received a call from COM Annie Strong 604-913-2217 reporting a black bear tried to get the garage door open. Bear has since moved on. ',null,null,null,null,null,null,'125 Mountain Dr, Lions Bay, BC',null,'2023-07-24 18:28:58','2023-07-24 18:28:58',null,'BMUELLER@idir','2023-07-28 14:01:03',null,null,null,null,'OPEN','LIONSBAY',ST_GeomFromText('POINT(-123.2352198 49.4685099)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030571','A grizzly bear is eating cherries from the tree in the centre of the res by the double cul de sac by the store. ',null,null,null,null,null,null,'','Centre of the Res, by the double cul de sac by the store','2023-07-24 18:37:46','2023-07-24 18:37:46',null,'CPOSTHUM@idir','2023-08-03 09:18:06',null,null,null,null,'CLOSED','BLLACOOL',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030573','Caller reports that there is an injured eagle that crashed into the power lines. It is on the turn just before the entrance to the sawmill.',null,null,null,null,null,null,'1720 Twin Peaks Rd, Port McNeill, BC',null,'2023-07-24 19:13:58','2023-07-24 19:13:58',null,'HDUMAINE@idir','2023-07-25 11:44:19',null,null,null,null,'CLOSED','PORTMCNL',ST_GeomFromText('POINT(-127.0309205 50.5623408)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030574','Caller just saw a black bear walking behind the motel with a bag of garbage in its mouth. ',null,null,null,null,null,null,'1755 Peninsula Rd, Ucluelet, BC','Pacific Rim Motel','2023-07-24 19:15:07','2023-07-24 19:15:07',null,'DSEXTON@idir','2023-07-26 13:44:47',null,null,null,null,'CLOSED','UCLUELET',ST_GeomFromText('POINT(-125.5489283 48.9433709)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030575','A doe and fawn have been causing issues in the area for some time now and is being aggressive to lots of different people. Yesterday while her son was biking back to the house with a friend they startled the doe and it chased them all the way back to the house and scared him quite badly. They are less than impressed by this animals behavior.',null,null,null,null,null,null,'4727 Redridge Rd, Kelowna, BC',null,'2023-07-24 19:18:28','2023-07-24 19:18:28',null,'KOWENS@idir','2023-08-03 12:00:50',null,null,null,null,'CLOSED','KELOWNA',ST_GeomFromText('POINT(-119.4586428 49.8113836)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030582','The road crews have been seeing a badly injured deer on the way up to the site, it is reported to be about half way up the mtn. One leg is just flopping about and the crews don''t want to see it suffering.',null,null,null,null,null,null,'Elkview Coal Mine, Sparwood, BC',null,'2023-07-24 20:16:32','2023-07-24 20:16:32',null,'RYGORDON@idir','2023-07-25 07:36:37',null,null,null,null,'CLOSED','SPRWOOD',ST_GeomFromText('POINT(-114.8368745 49.7153274)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030583','Caller was driving when she saw a bear cross the road in front of her and it appeared to be injured on a left front leg.',null,null,null,null,null,null,'Wildwood in Powell River, BC',null,'2023-07-24 20:34:25','2023-07-24 20:34:25',null,'PROEMER@idir','2023-07-24 20:37:38',null,null,null,null,'OPEN','WILDWOOD',ST_GeomFromText('POINT(-124.567778 49.899722)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030589','Caller was passing by spotted a bear cross the road and go into they yard of the address provided.',null,null,null,null,null,null,'3609 Lynndale Cres, Burnaby, BC',null,'2023-07-24 21:18:04','2023-07-24 21:18:04',null,'PROEMER@idir','2023-07-24 21:19:47',null,null,null,null,'CLOSED','BURNBY',ST_GeomFromText('POINT(-122.9535505 49.2523133)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030590','Reporting that about 20 mins prior to call in, caller went outside for a smoke and spotted a BB about 20 feet from his trailer. Caller yelled at the BB and threw some gravel at it causing the BB to climb a nearby tree. Caller states he could hear the BB ''breathing hard''. Caller then got into his truck and turned it on and began honking the horn. The BB did eventually come down and left the area. Caller believes it''s the same BB that got into his garbage a few nights ago. Callers garbage is now locked inside secured shed. -',null,null,null,null,null,null,'7670 Womack Rd, Deka Lake, BC',null,'2023-07-24 21:40:43','2023-07-24 21:40:43',null,'JXKLINE@idir','2023-07-25 15:58:32',null,null,null,null,'CLOSED','DEKALAKE',ST_GeomFromText('POINT(-120.818659 51.6106625)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030591','At 21:28 the caller''s neighbour took a picture of cougar walking down the street with a rabbit in it''s mouth. The caller is very concerned as his wife was walking their dog just before. ',null,null,null,null,null,null,'4834 Shorecliff Pt, Nanaimo, BC',null,'2023-07-24 21:43:02','2023-07-24 21:43:02',null,'BJETTE@idir','2023-07-24 21:47:45',null,null,null,null,'OPEN','NANAIMO',ST_GeomFromText('POINT(-123.9772923 49.2370278)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030592','Details of the violation - Multiple bears in the area around and behind the condos at Terravista Place, Port Moody. Possibly around the creek. 2 or 3 cubs and a mother. Sightings happening daily now and appear to be search for food. -To confirm that you are human, please enter the word ‘report’ in this text box: - report -',null,null,null,null,null,null,'Terravista Pl, Port Moody, BC',null,'2023-07-24 21:58:51','2023-07-24 21:58:51',null,'PDAYTON@idir','2023-07-27 15:08:09',null,null,null,null,'CLOSED','PORTMDY',ST_GeomFromText('POINT(-122.8434639 49.2743217)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030594','Reporting a GB currently up a cherry cherry in front of below noted locaiton feeding on cherries. Caller states that there is no one close to the tree at this time. ',null,null,null,null,null,null,'963 Numuukw Mamnta, Bella Coola, BC',null,'2023-07-24 22:03:59','2023-07-24 22:03:59',null,'CPOSTHUM@idir','2023-08-03 09:19:26',null,null,null,null,'CLOSED','BLLACOOL',ST_GeomFromText('POINT(-126.7065572 52.3620987)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030596','Caller reported a bear eating garbage. The bear has been coming around for 2 weeks. The bear has dragged the bins over to the neighbors lawn and has been successful some of the time. Caller was not sure if the garbage bins were properly closed for those times. ',null,null,null,null,null,null,'1544 Robertson Ave, Port Coquitlam, BC',null,'2023-07-24 22:16:56','2023-07-24 22:16:56',null,'PDAYTON@idir','2023-07-27 15:19:06',null,null,null,null,'CLOSED','PORTCOQ',ST_GeomFromText('POINT(-122.7574114 49.262443)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030597','Reporting an injured deer spotted in the below noted location a few mins prior to call in. Caller states that the deer tried to get up but had difficulty as the bone was protruding through skin of rear right leg. ',null,null,null,null,null,null,'Kathleen Dr and Osprey Dr, Duncan, BC',null,'2023-07-24 22:19:49','2023-07-24 22:19:49',null,'MAWILSON@idir','2023-08-11 11:57:36',null,null,null,null,'OPEN','DUNCAN',ST_GeomFromText('POINT(-123.6228408 48.809181)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030601','Caller was driving last night and a young fawn possibly yearling still in spots came up the embankment and onto road in front of his vehicle. He struck the animal and was unable to see it and was very busy at work and on his way home spotted the animal still in the same location alive.',null,null,null,null,null,null,'Monck park turnout & Hwy 5A',null,'2023-07-24 22:31:40','2023-07-24 22:31:40',null,'PRPIKE@idir','2023-07-25 11:31:14',null,null,null,null,'OPEN','LOWERNIC',ST_GeomFromText('POINT(-120.665628 50.163343)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030602','Callre reported next door to the south, there is a bear in its yard and the bear has gotten into the garbage. This is the second time, the first 2-3 days ago. ',null,null,null,null,null,null,'',null,'2023-07-24 22:48:36','2023-07-24 22:48:36',null,'BJETTE@idir','2023-07-24 22:51:04',null,null,null,null,'OPEN','NORVAN',ST_GeomFromText('POINT(-122.9567254 49.3058927)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030604','Caller reported a bear keeps coming and trying to get into their garbage and recycling. The bear has not been successful yet. Caller advised is has come 4-5 times now, tonight being the latest. Caller is requesting a call back from a CO to get advice. ',null,null,null,null,null,null,'1683 Kent Ave, Port Coquitlam, BC',null,'2023-07-24 22:57:12','2023-07-24 22:57:12',null,'PDAYTON@idir','2023-07-27 15:18:23',null,null,null,null,'CLOSED','PORTCOQ',ST_GeomFromText('POINT(-122.7609764 49.2810461)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030605','',null,null,null,null,null,null,'4580 Chateau Blvd, Whistler, BC','Hilton Grand Vacations "EMBARK"','2023-07-24 23:07:09','2023-07-24 23:07:09',null,'TDSCHUMA@idir','2023-07-25 14:47:03',null,null,null,null,'CLOSED','WHISTLER',ST_GeomFromText('POINT(-122.9461094 50.1177951)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030606','Caller advises that tonight when her husband came home there was a coyote on the front lawn. He thought it was a dog at first and as he went to the front door it began to approach him. He stomped his foot and yelled and the animal ran at him, he got inside and the animal started down the street. They have seen the animal around previously but it never behaved like this before.',null,null,null,null,null,null,'19683 Joyner Pl, Pitt Meadows, BC',null,'2023-07-24 23:23:00','2023-07-24 23:53:12',null,'PDAYTON@idir','2023-07-27 15:07:39',null,null,null,null,'CLOSED','PITTMDWS',ST_GeomFromText('POINT(-122.6759664 49.2109037)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030607','RCMP past on the following report: -3 large bears in the callers carport getting into the garbage beside the door. Caller is afraid that the bears will get inside the house as the door is not secure. -',null,null,null,null,null,null,'119 Crysdale Dr, Mackenzie, BC',null,'2023-07-24 23:56:13','2023-07-24 23:56:13',null,'HIDESMAR@idir','2023-07-31 12:50:28',null,null,null,null,'CLOSED','MACKENZI',ST_GeomFromText('POINT(-123.0929387 55.3332944)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030608','Reporting a grey coloured coyote spotted near the below noted location a short time prior to call in. No ATB reported. ',null,null,null,null,null,null,'E 7th Ave and Guelph St and Mount Pleasant Elementary School Access, Vancouver, BC',null,'2023-07-25 00:20:56','2023-07-25 00:20:56',null,'DDAVIS@idir','2023-07-25 00:22:41',null,null,null,null,'CLOSED','VANCOUVR',ST_GeomFromText('POINT(-123.0949027 49.2643732)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030609','Caller reported a bear getting into their neighbour''s recycling to the right of their place (higher civic address) ',null,null,null,null,null,null,'',null,'2023-07-25 01:05:17','2023-07-25 01:05:17',null,'TDSCHUMA@idir','2023-07-25 15:36:18',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.0440327 49.3395174)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030611','COM advised that there is a deer at the above location that is flailing around and trying to get up with no success. - -',null,null,null,null,null,null,'','Hwy 93/95 Across the road from Fort Steele Farm','2023-07-25 04:42:40','2023-07-25 04:42:40',null,'JMELENKA@idir','2023-07-25 06:09:43',null,null,null,null,'CLOSED','CRANBRK',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030612','COM advised that he and his partner have had a few encounters with coyotes in the park at the below noted location. The partner was a couple of 30lb dogs that the coyotes decided to follow home. -COM advised that the neighbours are feeding the coyotes in the park.',null,null,null,null,null,null,'6306 140 St, Surrey, BC','McLeod Park','2023-07-25 05:23:23','2023-07-25 05:23:23',null,'JDSCOTT@idir','2023-07-25 05:27:09',null,null,null,null,'OPEN','SURRY',ST_GeomFromText('POINT(-122.8340158 49.1174418)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030617','Caller reporting a bb going through the garbage cans on the street. Garbage day today. The BB is not responding to hazing efforts. The bb has been around the neighbourhood for the last few months. -',null,null,null,null,null,null,'6026 Lindeman St, Chilliwack, BC','124','2023-07-25 06:42:43','2023-07-25 06:42:43',null,'PBRACKEN@idir','2023-07-25 06:45:56',null,null,null,null,'OPEN','CHILLIWK',ST_GeomFromText('POINT(-121.9099527 49.1116492)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030618','COM reporting a problem bear that''s been in the area for the last two days. No indication that the bb is getting into any attractants. Neighbours have chickens and apple tree but so far these haven''t been touched to the COM''s knowledge. ',null,null,null,null,null,null,'2140 Powell Ave, South Hazelton, BC',null,'2023-07-25 06:44:13','2023-07-25 06:44:13',null,'DAGRAY@idir','2023-07-25 06:49:29',null,null,null,null,'CLOSED','SHZLTON',ST_GeomFromText('POINT(-127.6589862 55.2171509)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030619','Bear in between theirs and neighbours backyard twice. It was eating someone''s garbage and their neighbour to the North garbage was tipped over. They yelled and screamed at it and it went into the bush. It came back and they whistled and it again ran off. ',null,null,null,null,null,null,'426 Orca Cres, Ucluelet, BC',null,'2023-07-25 07:12:57','2023-07-25 07:12:57',null,'DSEXTON@idir','2023-07-26 13:50:47',null,null,null,null,'CLOSED','UCLUELET',ST_GeomFromText('POINT(-125.5571444 48.9411041)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030620','deer injured can''t get up',null,null,null,null,null,null,'Admirals Rd, Esquimalt, BC','beyond coal street before parkland. right side driving from coal street. on the sidewalk.','2023-07-25 07:13:14','2023-07-25 07:13:14',null,'MAWILSON@idir','2023-08-11 11:52:43',null,null,null,null,'OPEN','ESQUIMAL',ST_GeomFromText('POINT(-123.417813 48.4339106)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030621','COM reporting a yearling bb that''s been in the area. 3 days it''s been seen coming around the property, usually seen on doorbell cameras in the early morning, but once seen at 1100. No sign bb is getting into any attractants. No conflict noted. ',null,null,null,null,null,null,'320 Brandon Ave, Penticton, BC','111','2023-07-25 07:19:00','2023-07-25 07:19:00',null,'DAGRAY@idir','2023-07-25 07:25:20',null,null,null,null,'CLOSED','PENTICTN',ST_GeomFromText('POINT(-119.5930051 49.4649851)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030622','Caller reporting aggressive Badgers on the driveway. The badgers have dug holes and look like they are planning to stay. When approached they hissed and growled at the caller. ',null,null,null,null,null,null,'9656 Clearview Rd, Wycliffe, BC',null,'2023-07-25 07:29:59','2023-07-25 07:29:59',null,'RYGORDON@idir','2023-07-25 07:44:24',null,null,null,null,'CLOSED','WYCLIFFE',ST_GeomFromText('POINT(-115.8065316 49.6052732)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030623','CO Popjes heard over RCMP radio of a male calling 911 regarding a bear that approached him at Brunswick Beach, Lions Bay. The male used bear spray to deter the bear.',null,null,null,null,null,null,'Lions Bay, BC','BRUNSWICK BEACH','2023-07-25 07:38:49','2023-07-23 07:38:00',null,'PDAYTON@idir','2023-07-25 07:41:34',null,null,null,null,'CLOSED','LIONSBAY',ST_GeomFromText('POINT(-123.2352778 49.4583333)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030624','Dispatcher passing on BB sighting in an area where people walk their dogs. No other issues ',null,null,null,null,null,null,'1390 Irwin St, Prince George, BC',null,'2023-07-25 07:41:13','2023-07-25 07:41:13',null,'PBRACKEN@idir','2023-07-25 07:43:35',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7779522 53.9115522)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030626','Calling to report two black bears grazing grass and digging up ants in the area. Thinks they are dangerous because they growled at his dog.',null,null,null,null,null,null,'15006 Norman Lake Rd, Bednesti Norman, BC',null,'2023-07-25 08:10:05','2023-07-25 08:10:05',null,'JSCHULTZ@idir','2023-07-29 14:42:07',null,null,null,null,'CLOSED','VANDERHF',ST_GeomFromText('POINT(-123.3252517 53.7840659)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030627','Own an orchard and yesterday there was a bear. Almost like a red hair (cinnamon colour), does not believe it is a black bear, but can not confirm what type of bear. It had a good snout on him. It was just staring at them, pretty peculiar, did not get a good feeling about it. It is doing damage to the orchard and they will be having pickers coming soon. A couple of branches pulled down and cherries on the ground. Just put a fence around too. Would like a phone call before attending site.',null,null,null,null,null,null,'4019 Trafford Lane, Summerland, BC',null,'2023-07-24 12:00:00','2023-07-25 08:11:11',null,'BRANBECK@idir','2023-07-25 11:03:14',null,null,null,null,'CLOSED','SMRLAND',ST_GeomFromText('POINT(-119.6688894 49.5655055)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030629','COM reporting a juvenile cougar on front yard just sitting in his front yard. ',null,null,null,null,null,null,'3500 Stephenson Point Rd, Nanaimo, BC',null,'2023-07-25 08:15:41','2023-07-25 08:15:41',null,'DSEXTON@idir','2023-07-26 13:39:52',null,null,null,null,'OPEN','NANAIMO',ST_GeomFromText('POINT(-123.9437615 49.2166295)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030633','COM reporting BB in campsite and airport runway and in around the forestry compound storage / tent areas where fire fighters are staying. Bear is coming back everyday now trying to get firefighters food and is digging under fence damaging property. Airport manager is very concerned with this bear going on runway would like contact with a CO to help. ',null,null,null,null,null,null,'651 Airport Rd, Quesnel, BC',null,'2023-07-25 08:23:33','2023-07-25 08:23:33',null,'JETYRE@idir','2023-08-14 14:20:36',null,null,null,null,'CLOSED','QUESNEL',ST_GeomFromText('POINT(-122.5045282 53.0262116)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030637','Caller advising of a sick deer in his backyard. Deer is mobile, but having difficulties. The caller is concerned that the deer may have Chronic wasting disease, which he believes is transmissible to other wildlife. - -** caller is requesting a callback. ',null,null,null,null,null,null,'810 Sunray Close, Parksville, BC',null,'2023-07-25 08:43:24','2023-07-25 08:43:24',null,'DSEXTON@idir','2023-08-11 13:50:52',null,null,null,null,'CLOSED','PARKSVLE',ST_GeomFromText('POINT(-124.345891 49.3404493)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030638','COM reporting BB on a tree at the south side of the property. No unusual activity ran off when scared. Has a yellow tag on one ear. ',null,null,null,null,null,null,'4308 Main St, Whistler, BC',null,'2023-07-25 08:44:49','2023-07-25 08:44:49',null,'EFITCH@IDIR','2023-07-25 08:51:30',null,null,null,null,'CLOSED','WHISTLER',ST_GeomFromText('POINT(-122.9564355 50.1168035)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030639','Reporting a bear continuously coming to their property, very frequently, see him 2-3 times a week. Live in a duplex, garbage''s back of home lined along the fence and they have locks and tears at the bins to get into them. Got fed up and strapped them to the fence and the bear climbed on top of the bins. Attempt to deter him they set off the car alarms and eventually threw baseballs at him and it left. No aggression yet.',null,null,null,null,null,null,'879 Wright Ave, Port Coquitlam, BC',null,'2023-07-25 08:54:37','2023-07-25 08:54:37',null,'PDAYTON@idir','2023-07-27 15:17:58',null,null,null,null,'CLOSED','PORTCOQ',ST_GeomFromText('POINT(-122.73911 49.2723964)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030640','Calling to report a black bear eating leaves',null,null,null,null,null,null,'4557 Blackcomb Way, Whistler, BC',null,'2023-07-25 08:56:49','2023-07-25 08:56:49',null,'ISCHMIDT@idir','2023-07-25 08:58:19',null,null,null,null,'CLOSED','WHISTLER',ST_GeomFromText('POINT(-122.9481988 50.1164854)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030641','COM from City of Port Moody reporting a bear knocking over garbage cans at the noted location. ',null,null,null,null,null,null,'Alpine Pl, Port Moody, BC',null,'2023-07-25 08:59:47','2023-07-25 08:59:47',null,'PDAYTON@idir','2023-07-27 15:17:33',null,null,null,null,'CLOSED','PORTMDY',ST_GeomFromText('POINT(-122.8222711 49.2900932)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030642','Calling to report a black bear getting into their garbage on a regular bases. The garbage is in a bear safe can and they are waiting for concrete blocks to secure it further. The bear frequents their house likely because of their diaper use, last year they had issues with the bear trying to get into their house when they tried to store the garbage inside so they don''t feel comfortable doing that this year. Requesting a CO call back to discuss options and next steps. ',null,null,null,null,null,null,'487 Orca Cres, Ucluelet, BC',null,'2023-07-25 08:59:58','2023-07-25 08:59:58',null,'ISCHMIDT@idir','2023-07-25 09:03:28',null,null,null,null,'OPEN','UCLUELET',ST_GeomFromText('POINT(-125.5587775 48.9413302)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030645','COM reporting fawn deer was attacked by her dog on her 2 acre property. Fawn is hobbling quiet badly and is bleeding from a few areas on the body. Leg is severely chewed on and flesh is hanging off. It has gone to the corner of her property and is laying down but moving. She will call back if the situation changes. She does not know if the fawn has to be dispatched. ',null,null,null,null,null,null,'3854 Gibbins Rd, Duncan, BC',null,'2023-07-25 09:11:03','2023-07-25 09:11:03',null,'DSEXTON@idir','2023-08-11 13:56:10',null,null,null,null,'OPEN','DUNCAN',ST_GeomFromText('POINT(-123.7658468 48.7751038)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030653','Caller reporting a Doe with 2 fawns with fencing wrapped around her neck(doe). The doe is mobile, but is likely to experience difficulties with the fencing around her neck. ',null,null,null,null,null,null,'505 Victoria Ave N, Cranbrook, BC','Victoria Ave by the Save On ','2023-07-25 09:27:18','2023-07-25 09:27:18',null,'JMELENKA@idir','2023-07-26 12:16:58',null,null,null,null,'CLOSED','CRANBRK',ST_GeomFromText('POINT(-115.7546851 49.5160324)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030654','COM reported reporting a bb in their yard this AM. It was just looking for food and is eating berries on his property. Yesterday the bb was in the neighbors yard and they used bear bangers and one neighbour shot a gun at the feet of the bear and it ran off but it is becoming accustomed to noise. He will do his best to reduce any attractants. ',null,null,null,null,null,null,'1769 Whitney Way, Southbank, BC',null,'2023-07-25 09:27:39','2023-07-25 09:27:39',null,'BKNIBBS@idir','2023-07-25 10:24:02',null,null,null,null,'CLOSED','STHBNK',ST_GeomFromText('POINT(-125.7790571 54.0207051)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030655','Reporting a deer with plastic fencing around it''s neck. Still mobile and eating, has a fawn.',null,null,null,null,null,null,'Victoria Dr, Cranbrook, BC',null,'2023-07-25 09:30:20','2023-07-25 09:30:20',null,'JMELENKA@idir','2023-07-26 12:16:28',null,null,null,null,'CLOSED','CRANBRK',ST_GeomFromText('POINT(-115.7515227 49.5045716)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030656','COM reporting BB getting into the neighbors garbage cans that were put on the street. It is garbage day is today. ',null,null,null,null,null,null,'2406 Bennie Pl, Port Coquitlam, BC',null,'2023-07-25 09:38:00','2023-07-25 09:38:00',null,'PDAYTON@idir','2023-07-27 15:17:06',null,null,null,null,'CLOSED','PORTCOQ',ST_GeomFromText('POINT(-122.7537949 49.259145)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030657','Caller reporting an animal making loud growling sounds from the backyard when her dog was put out last night. The caller suspects a cougar was in her yard. The caller would like assistance/ advice on cougar safety. Caller referred to wildsafebc, she would like to speak to a CO. - -Emailed only due to delay in reporting and no visual sighting. - -**Caller requests a callback. ',null,null,null,null,null,null,'1356 Seaview Rd, Black Creek, BC',null,'2023-07-25 09:42:15','2023-07-25 09:42:15',null,'HDUMAINE@idir','2023-07-25 10:20:43',null,null,null,null,'CLOSED','BLKCRK',ST_GeomFromText('POINT(-125.0720894 49.8428913)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030658','COM reporting an issue with river otters over the last two weeks. There''s a family of 4 otters. 6 chickens and 7 ducks have been killed on her property. COM''s neighbour has also lost 23 chickens from otters. Last loss occurred on Thursday. ',null,null,null,null,null,null,'5252 Old West Saanich Rd, Saanich, BC',null,'2023-07-25 09:44:22','2023-07-25 09:44:22',null,'MAWILSON@idir','2023-08-11 12:00:44',null,null,null,null,'OPEN','SAANICH',ST_GeomFromText('POINT(-123.4127957 48.5228919)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030660','caller reporting a bb that damaged a neighbour''s fence trying to get to garbage. Garbage Day. -This BB has learned when it is garbage day and has figured out how to get into the latched municipal provided garbage cans. -** Caller requesting a callback. ',null,null,null,null,null,null,'2621 Tiber Pl, Port Coquitlam, BC','damaged fence next door. ','2023-07-25 09:53:45','2023-07-25 09:53:45',null,'DTALEVSK@idir','2023-07-28 15:05:44',null,null,null,null,'CLOSED','COQUITLM',ST_GeomFromText('POINT(-122.7533485 49.2621857)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030661','Caller reporting a racoon in a yard which appeared to be disoriented or have a vision impairment. Racoon was being followed by a cat, but appeared unaware of the cat.',null,null,null,null,null,null,'','Mcdonald st','2023-07-25 09:56:53','2023-07-25 09:56:53',null,'TBIRNEY@idir','2023-07-25 09:59:58',null,null,null,null,'OPEN','DUNCAN',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030662','Yesterday later afternoon caller heard a BB attempting access to their garage – interrupted the BB. -Adult BB – stays calm during hazing. -Caller keeps garbage in the garage – no other location to store it. -',null,null,null,null,null,null,'',null,'2023-07-25 09:58:36','2023-07-25 09:58:36',null,'KPPOPJES@idir','2023-07-25 11:24:02',null,null,null,null,'OPEN','LIONSBAY',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030665','COM reports BB scat in their lawn this morning, with marks on fencing and perhaps neighbour’s vehicle. -COM''s garbage is untouched. unaware attractants.',null,null,null,null,null,null,'',null,'2023-07-25 10:03:22','2023-07-25 10:03:22',null,'HSTARK@idir','2023-08-10 09:15:40',null,null,null,null,'OPEN','PRINGEOR',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030667','COM reporting a bb sow and cub that were going through garbages at the noted location. ',null,null,null,null,null,null,'3650 Mt Seymour Pky, District of North Vancouver, BC',null,'2023-07-25 10:16:50','2023-07-25 10:16:50',null,'TDSCHUMA@idir','2023-07-25 15:33:12',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-122.9711318 49.3164941)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030670','Caller reporting a BB has torn up the wall on the carport. Garbage can was behind the wall. - -** caller requesting a callback',null,null,null,null,null,null,'5502 Parthenon Pl, West Vancouver, BC',null,'2023-07-25 10:24:11','2023-07-25 10:24:11',null,'PBRACKEN@idir','2023-07-25 10:28:16',null,null,null,null,'OPEN','WSTVANCO',ST_GeomFromText('POINT(-123.266646 49.3511115)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030671','Live on a rural 5 acre property and have a local bear coming around for years, gets the apple trees, no threat ever. Last time it came around it looked slightly injured at the back hip, has not seen in a couple of days. Caller is wondering of any reports on an injured bear in their area and what do you do if they are injured, how do you go about rehab.',null,null,null,null,null,null,'5592 Leaning Tree Rd, Halfmoon Bay, BC',null,'2023-07-25 10:24:35','2023-07-25 10:24:35',null,'DLMILLER@idir','2023-07-25 10:45:06',null,null,null,null,'OPEN','HALFMNB',ST_GeomFromText('POINT(-123.8662091 49.4880794)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030673','Sofija Rabatich and her partner Dave have a baby racoon in their possession that they need help getting to the wildlife rehab center. They have had the racoon for 1 month and brought it to Houston from Victoria where they obtained it. - -Dave flagged down CO KNIBBS and explained their situation. CO KNIBBS took the racoon to the rehab center at 20:30 the same day. - -CO KNIBBS provided advice about illegally possessing wildlife.',null,null,null,null,null,null,'3066 Yellowhead Hwy, Houston, BC V0J 1Z0','711','2023-07-23 08:30:00','2023-07-25 10:30:49',null,'FBKNIBBS@idir','2023-07-25 14:03:43',null,null,null,null,'CLOSED','HOUSTON',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030675','A black bear cub was on the road with no visible mother a week ago.',null,null,null,null,null,null,'Green Lake Rd, Okanagan Falls, BC',null,'2023-07-25 10:33:17','2023-07-25 10:33:17',null,'BRANBECK@idir','2023-07-25 10:37:18',null,null,null,null,'CLOSED','OKAFALLS',ST_GeomFromText('POINT(-119.5711951 49.3253231)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030676','COM reporting a bb in their area. No aggression noted. ',null,null,null,null,null,null,'1238 Eastern Dr, Port Coquitlam, BC','Colony Farm Regional Park ','2023-07-25 10:35:33','2023-07-25 10:35:33',null,'DAGRAY@idir','2023-07-25 10:38:35',null,null,null,null,'CLOSED','PORTCOQ',ST_GeomFromText('POINT(-122.7906625 49.237229)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030678','BB has accessed garbage for the third time – overnight -Maintenance company was supposed to repair the garbage area after the first access – caller is experiencing difficulty having the company attend. -No interactions. -Advised 100+ campsites active. -',null,null,null,null,null,null,'','Beacher bay marina','2023-07-25 10:40:41','2023-07-25 10:40:41',null,'DSEXTON@idir','2023-07-26 13:42:17',null,null,null,null,'OPEN','EASTSKE',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030679','COM reporting BB in back of pickup truck , used air horn and it ran off but it is getting conditioned and not fearful. She advised it is getting into neighbors garbage as well. ',null,null,null,null,null,null,'2010 Pierpont Rd, Coombs, BC',null,'2023-07-25 10:40:59','2023-07-25 10:40:59',null,'DSEXTON@idir','2023-07-26 13:52:57',null,null,null,null,'CLOSED','COOMBS',ST_GeomFromText('POINT(-124.4023377 49.3165725)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030680','Third party report, their son and his gf were hiking at Eureka Peak on a trail and there was a scraggily, predatory BB. Yesterday, thrashing around 300 yards away it came at them. They yelled at it and at 3ft they sprayed bear spray. The bear was not going to stop. Caller is going to call back later once their son is home to provide more information. Don''t want it destroyed, but wondering if signs need to be placed up',null,null,null,null,null,null,'','Eureka Peak','2023-07-24 13:00:00','2023-07-25 10:44:05',null,'JETYRE@idir','2023-08-14 14:19:46',null,null,null,null,'CLOSED','LIKELY',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030681','COM reporting a large bb at the noted location. No confirmed attractants , but bb maybe be accessing garbage cans or naturally occuring berries. COM''s girlfriend had seen what they believe is the same bear at Hunter Park the other day. ',null,null,null,null,null,null,'','Princess Park','2023-07-25 10:44:10','2023-07-25 10:44:10',null,'DAGRAY@idir','2023-07-25 10:48:27',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030683','Caller reporting a Deer that is deceased due to an MVI. ',null,null,null,null,null,null,'4731 Hotel Lake Rd, Garden Bay, BC','4723-4731 opposite side from 4731','2023-07-25 10:50:57','2023-07-25 10:50:57',null,'PBRACKEN@idir','2023-07-25 10:58:36',null,null,null,null,'OPEN','GARDENBY',ST_GeomFromText('POINT(-124.042137 49.6370063)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030686','Deer has been for 5-6 days, worried it might get hit.',null,null,null,null,null,null,'8380 Victoria Dr, Vancouver, BC',null,'2023-07-25 10:57:39','2023-07-25 10:57:39',null,'KSORENSE@idir','2023-08-07 09:42:56',null,null,null,null,'CLOSED','VANCOUVR',ST_GeomFromText('POINT(-123.0656745 49.2081829)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030691','COM reporting a fawn with an injured left front leg. Leg was broken and dangling. Fawn was mobile yesterday. ',null,null,null,null,null,null,'1314 Lawson Ave, Kelowna, BC',null,'2023-07-25 11:11:18','2023-07-25 11:11:18',null,'KOWENS@idir','2023-07-25 11:41:07',null,null,null,null,'CLOSED','KELOWNA',ST_GeomFromText('POINT(-119.4684314 49.8871511)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030692','COM reporting BB in his yard , his nature cameras are picking up the bear in the back yard. He then goes into neighbors yard and eats the tree fruit. ',null,null,null,null,null,null,'121 Eagle Ridge Rd, Okanagan Falls, BC',null,'2023-07-25 11:12:30','2023-07-25 11:12:30',null,'DAVCOX@idir','2023-07-25 14:30:43',null,null,null,null,'CLOSED','OKAFALLS',ST_GeomFromText('POINT(-119.5617559 49.4008243)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030696','COM reporting reporting 2 small cubs in the area for the last 3 days, one had a tag on his ear. Concerned with possible abandonment. ',null,null,null,null,null,null,'2404 Sooke River Rd, Sooke, BC',null,'2023-07-25 11:30:38','2023-07-25 11:30:38',null,'DSEXTON@idir','2023-07-26 13:43:28',null,null,null,null,'OPEN','SOOKE',ST_GeomFromText('POINT(-123.7003762 48.3962813)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030699','Calling to report a black bear cub in the bushes by the road. ',null,null,null,null,null,null,'Peden Hill Prince George',null,'2023-07-25 11:40:41','2023-07-25 11:40:41',null,'ISCHMIDT@idir','2023-07-25 11:43:15',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030700','COM reporting sighting of coyote in area.',null,null,null,null,null,null,'3080 Alberta St, Vancouver, BC',null,'2023-07-25 11:41:00','2023-07-25 11:41:55',null,'EFITCH@IDIR','2023-07-25 11:44:23',null,null,null,null,'CLOSED','VANCOUVR',ST_GeomFromText('POINT(-123.1108902 49.2579927)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030702','COM reports that an adult BB damaged their greenwaste bin during access. -COM requested assistance securing their garbage -',null,null,null,null,null,null,'',null,'2023-07-25 11:42:16','2023-07-25 11:42:16',null,'PDAYTON@idir','2023-07-27 15:16:07',null,null,null,null,'CLOSED','PORTCOQ',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030704','COM advised of a coyote standing on a boulevard surrounded by traffic. She is concerned it will be hit/killed. ',null,null,null,null,null,null,'','Hwy 99 - Just North of exit 37','2023-07-25 11:45:41','2023-07-25 11:45:41',null,'PDAYTON@idir','2023-07-27 15:01:13',null,null,null,null,'CLOSED','RICHMOND',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030705','Caller using starlink to enable cell Comms. -Caller reported that they are having issues with an adult BB which has entered their camp. -Hazing with warning shots has been effective. -COM is FN, and hoping COS can assist. - -emailed FYI',null,null,null,null,null,null,'','Nakina river','2023-07-25 11:48:28','2023-07-25 11:48:28',null,'RYCALDWE@idir','2023-07-26 15:28:17',null,null,null,null,'OPEN','ATLN',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030706',' 3rd party Caller reporting a BB on site at the Zone Office for BCWS. Site is active for wildfire. BB removal requested for safety. ',null,null,null,null,null,null,'601 Airport Rd, Quesnel, BC',null,'2023-07-25 11:49:45','2023-07-25 11:49:45',null,'JETYRE@idir','2023-08-14 14:18:50',null,null,null,null,'CLOSED','QUESNEL',ST_GeomFromText('POINT(-122.5018474 53.0194029)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030707','Reporting an injured deer, looks to have been shot in the head with an arrow. Still alive.',null,null,null,null,null,null,'13604 Michael Rd, Ladysmith, BC',null,'2023-07-25 11:50:00','2023-07-25 11:50:00',null,'DSEXTON@idir','2023-08-11 13:48:29',null,null,null,null,'OPEN','LADYSMTH',ST_GeomFromText('POINT(-123.8162025 49.049158)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030708','COM reporting BB hit by a car, it turned around and went limping into the village area. ',null,null,null,null,null,null,'Hwy 99 and Village Gate Blvd, Whistler, BC','Near Aava Hotel area. ','2023-07-25 11:51:44','2023-07-25 11:51:44',null,'TDSCHUMA@idir','2023-07-25 14:44:28',null,null,null,null,'CLOSED','WHISTLER',ST_GeomFromText('POINT(-122.9594206 50.1159869)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030709','COM wanted to report that she saw at badger at the noted location. No concerns/conflict, but wanted to report it.',null,null,null,null,null,null,'Rory McIvor Way, Penticton, BC','Rory McIvor Way / Main St - Sunrise Pharmacy, under a trailer','2023-07-25 11:53:58','2023-07-25 11:53:58',null,'LEARCHIB@idir','2023-07-25 11:56:38',null,null,null,null,'CLOSED','PENTICTN',ST_GeomFromText('POINT(-119.5896349 49.4920931)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030713','Last night had a bear that came around about 7pm, managed to get it to move on with an airhorn, no aggression, no attractants, having a look.',null,null,null,null,null,null,'5138 Meadfeild Rd, West Vancouver, BC',null,'2023-07-25 12:04:48','2023-07-25 12:04:48',null,'COMILLER@idir','2023-07-25 12:08:32',null,null,null,null,'CLOSED','WSTVANCO',ST_GeomFromText('POINT(-123.2604242 49.34927)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030714','Didn''t see the bear break into the garage through the latus wire on the back. Took the green bin and rolled it away and managed to open it.',null,null,null,null,null,null,'5502 Parthenon Pl, West Vancouver, BC',null,'2023-07-25 12:08:04','2023-07-25 12:08:04',null,'TDSCHUMA@idir','2023-07-27 12:00:13',null,null,null,null,'OPEN','WSTVANCO',ST_GeomFromText('POINT(-123.266646 49.3511115)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030715','Caller reporting a BB going into the backyard. Garbage day tomorrow. So far no trouble. ',null,null,null,null,null,null,'Marler Dr, View Royal, BC','90 block','2023-07-25 12:11:36','2023-07-25 12:11:36',null,'PBRACKEN@idir','2023-07-25 12:14:08',null,null,null,null,'CLOSED','VIEWROYL',ST_GeomFromText('POINT(-123.4538627 48.4626656)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030716','They have had over the past 3 weeks 2 sets of mothers and cubs roaming through the area. Received a call from a neighbour about the bears currently tearing apart their garbage. Can hear them in the next yard, just marauding through the neighbourhood. Not responsive to yelling at them. Wanting to make a plan for the neighbourhood.',null,null,null,null,null,null,'5449 Carnaby Pl, Sechelt, BC',null,'2023-07-25 12:13:00','2023-07-25 12:13:00',null,'COMILLER@idir','2023-07-25 12:21:11',null,null,null,null,'OPEN','SECHELT',ST_GeomFromText('POINT(-123.7931948 49.4699032)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030718','COM reporting BB across the street heading toward south bounds. ',null,null,null,null,null,null,'1448 Ewert St, Prince George, BC',null,'2023-07-25 12:15:25','2023-07-25 12:15:25',null,'EFITCH@IDIR','2023-07-25 12:19:02',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7719696 53.9108987)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030719','Caller reporting bb eating saskatoon berries in her yard. The yard is on a corner lot of a busy intersection. Hazing had not affect.',null,null,null,null,null,null,'2608 15th Ave, Prince George, BC',null,'2023-07-25 12:22:25','2023-07-25 12:22:25',null,'HSTARK@idir','2023-07-25 14:45:48',null,null,null,null,'OPEN','PRINGEOR',ST_GeomFromText('POINT(-122.7726709 53.9105228)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030725','ESL? speaker reported a BB transited the area near - no report of interactions // attractants - -Emailed due to sparse info',null,null,null,null,null,null,'','Austria house – lost lake','2023-07-25 12:37:14','2023-07-25 12:37:14',null,'TDSCHUMA@idir','2023-07-25 14:45:31',null,null,null,null,'CLOSED','WHISTLER',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030727','Calling to report a deer with a rope around his neck. It is still mobile and eating but the rope has been tighten over time.',null,null,null,null,null,null,'655 Ash St, Campbell River, BC',null,'2023-07-25 12:47:03','2023-07-25 12:47:03',null,'DSEXTON@idir','2023-08-11 13:43:57',null,null,null,null,'OPEN','CMBLRV',ST_GeomFromText('POINT(-125.2316007 49.9957655)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030728','Calling to report a black bear getting into the garbages on the street. Got into hers this morning and is now enjoying a neighbour''s under her window. Not fazed by hazing. Today was garbage day.',null,null,null,null,null,null,'6026 Lindeman St, Chilliwack, BC',null,'2023-07-25 12:52:33','2023-07-25 12:52:33',null,'ISCHMIDT@idir','2023-07-25 12:54:10',null,null,null,null,'OPEN','CHILLIWK',ST_GeomFromText('POINT(-121.9099527 49.1116492)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030729','Reporting a family of foxes living in her back yard. They are very territorial and killed the cat. ',null,null,null,null,null,null,'1263 Aberdeen Rd, Prince George, BC',null,'2023-07-25 12:54:42','2023-07-25 12:54:42',null,'EMCARTHU@idir','2023-07-27 17:33:43',null,null,null,null,'OPEN','PRINGEOR',ST_GeomFromText('POINT(-122.7483866 53.9454344)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030732','COM reporting seeing a deer in the neighborhood. ',null,null,null,null,null,null,'45355 Creekside Dr, Chilliwack, BC',null,'2023-07-25 13:07:18','2023-07-25 13:07:18',null,'EFITCH@IDIR','2023-07-25 13:10:22',null,null,null,null,'CLOSED','CHILLIWK',ST_GeomFromText('POINT(-121.9695087 49.1591337)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030733','Injured calf moose, it had a pronounced hobble to it. No cow around, looked somewhat abandoned. Still mobile.',null,null,null,null,null,null,'3921 Pinantan-Pritchard Rd, Pritchard, BC',null,'2023-07-25 13:11:44','2023-07-25 13:11:44',null,'KBRITTO@idir','2023-07-27 11:30:41',null,null,null,null,'OPEN','KAMLOOPS',ST_GeomFromText('POINT(-119.9489253 50.7201302)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030734','Cougar sighting multiple times over the last week to 10 days. The cougar was last seen at 22:00 hours last night. There is a small dog and cat on the property. No livestock. The neighbour did have chickens until the BB got them recently. Large lot residential/ agriculture. - -emailed only due to delayed reporting. - -** caller requesting a callback. ',null,null,null,null,null,null,'4581 30 St NE, Salmon Arm, BC',null,'2023-07-25 13:12:10','2023-07-25 13:12:10',null,'TBECK@idir','2023-07-25 14:05:01',null,null,null,null,'CLOSED','SALMARM',ST_GeomFromText('POINT(-119.250556 50.7234706)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030737','Calling to report a black bear digging a hole and eating berries. ',null,null,null,null,null,null,'1905 Estates Pl, Penticton, BC','across from the callers back yard','2023-07-25 13:14:51','2023-07-25 13:14:51',null,'DAVCOX@idir','2023-07-25 14:29:52',null,null,null,null,'CLOSED','PENTICTN',ST_GeomFromText('POINT(-119.6392427 49.506268)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030738','Caller''s friend had 30 chickens killed by a grizzly that has 3 cubs. They are looking at what they can do, whether it can be relocated or not. They are also wondering if they can shoot it, but does not want to if they do not have to. Looking to talk to a CO about the situation.',null,null,null,null,null,null,'5908 Hwy 33, Beaverdell, BC','Beaverdell ','2023-07-25 13:17:40','2023-07-25 13:17:40',null,'KOWENS@idir','2023-07-27 11:30:28',null,null,null,null,'CLOSED','BVRRDL',ST_GeomFromText('POINT(-119.0835607 49.4402208)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030739','Caller reporting a young Doe – plastic mesh around neck -Loose – caller has a photo. -',null,null,null,null,null,null,'','victoria ave and 6th st north','2023-07-25 13:21:08','2023-07-25 13:21:08',null,'JMELENKA@idir','2023-07-26 12:15:51',null,null,null,null,'CLOSED','CRANBRK',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030740','COM reporting a habituated Black bear that is on scene of PIB. COM stated BB has been around for a while, accessing garbage, causing property damage and climbing on peoples decks. Requesting COS attendance on reserve.',null,null,null,null,null,null,'Penticton, BC','Penticton Indian Band','2023-07-20 09:00:00','2023-07-25 13:23:39',null,'BRANBECK@idir','2023-07-27 10:22:38',null,null,null,null,'CLOSED','PENTICTN',ST_GeomFromText('POINT(-119.5938889 49.5005556)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030742','COM reporting a large cougar with a large animal in it mouth walking through her front yard. She thinks it was a large racoon or dog. ',null,null,null,null,null,null,'635 Steamer Dr, Willis Point, BC',null,'2023-07-25 13:34:06','2023-07-25 13:34:06',null,'DSEXTON@idir','2023-07-26 13:46:43',null,null,null,null,'OPEN','CNTLSNSH',ST_GeomFromText('POINT(-123.4797606 48.572477)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030744','Calling to report a black bear cub that appears to have been orphaned, appears to be a yearling',null,null,null,null,null,null,'4 mile subdivision','near the reserve','2023-07-25 13:40:35','2023-07-25 13:40:35',null,'CPOSTHUM@idir','2023-08-03 08:57:13',null,null,null,null,'CLOSED','BLLACOOL',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030746','Wildlife park relaying a report of a potentially orphaned moose calf. -“sounds like” mom and a second calf are in area -Wildlife park is willing to receive if necessary -Advised gates will be closed due to livestock – property owner to open. -RP: Chris ORDANO, 250-214-8074 - -Phoned due to interagency cooperation -Briefed CO Connatty -',null,null,null,null,null,null,'3921 Pinantan-Pritchard Rd, Pritchard, BC',null,'2023-07-25 13:51:26','2023-07-25 13:51:26',null,'JCONNAT@idir','2023-07-27 12:17:27',null,null,null,null,'CLOSED','PRITCHRD',ST_GeomFromText('POINT(-119.9489253 50.7201302)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030747','Caller reporting a deceased deer on the side of the road, likely MVI. -49.30310 -124.84594',null,null,null,null,null,null,'Lamarque Rd and Smith Rd, Port Alberni, BC','on right hand side of the road.','2023-07-25 13:57:50','2023-07-25 13:57:50',null,'DSEXTON@idir','2023-08-11 13:43:01',null,null,null,null,'CLOSED','PORTALBR',ST_GeomFromText('POINT( -124.84594 49.30310)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030749','Calling to report seeing a black bear that may have been hit by a car, limping and dragging it''s back end. Still mobile.',null,null,null,null,null,null,'clayburn creek, abbotsford',null,'2023-07-25 14:16:57','2023-07-25 14:16:57',null,'ISCHMIDT@idir','2023-07-25 14:19:05',null,null,null,null,'OPEN','ABTFRD',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030755','Caller was getting home when she noticed a bear on the street with a garbage can, it dropped the can and is now just cruising about the street checking for other garbage. Her concern is the number of kids about the area.',null,null,null,null,null,null,'1129 Laburnum Ave, Port Coquitlam, BC',null,'2023-07-25 14:44:06','2023-07-25 14:44:06',null,'PDAYTON@idir','2023-07-27 15:15:43',null,null,null,null,'CLOSED','PORTCOQ',ST_GeomFromText('POINT(-122.7448318 49.2684159)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030756','Caller reporting a white tailed deer walking back and forth across the street. Caller worried it is going to get struck by a vehicle. The deer did not respond to hazing. ',null,null,null,null,null,null,'72nd Ave, Grand Forks, BC','72nd Ave Grand Forks between 5th & 72 by Selkirk College','2023-07-25 14:48:13','2023-07-25 14:48:13',null,'PBRACKEN@idir','2023-07-25 14:52:04',null,null,null,null,'CLOSED','GRANDFOR',ST_GeomFromText('POINT(-118.4524021 49.0284169)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030758','COM reporting a BB sighting in his yard. It huffed and went into his neighbors yard, turned around and came back and ate garbage on his lawn. ',null,null,null,null,null,null,'46484 Chilliwack Lake Rd, Chilliwack River Valley, BC',null,'2023-07-25 15:06:04','2023-07-25 15:06:04',null,'EFITCH@IDIR','2023-07-25 15:13:09',null,null,null,null,'OPEN','CHILLIWK',ST_GeomFromText('POINT(-121.93655 49.0845726)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030759','COM reporting a vehicle hitting a fawn. Fawn has a possible broken front leg hanging loosely but it has limped off. ',null,null,null,null,null,null,'South Shore Rd, Mesachie Lake, BC','Side of road before Robertson Side Channel Bridge ','2023-07-25 15:13:57','2023-07-25 15:13:57',null,'DSEXTON@idir','2023-08-11 14:10:35',null,null,null,null,'OPEN','MESACHLK',ST_GeomFromText('POINT(-124.1041449 48.8098267)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030764','COM reporting deer injured hind leg. Limping and moving about. ',null,null,null,null,null,null,'Kalamalka Rd, Coldstream, BC','Postill Drive ','2023-07-25 15:46:37','2023-07-25 15:46:37',null,'TBECK@idir','2023-07-26 09:18:16',null,null,null,null,'CLOSED','CLDSTRM',ST_GeomFromText('POINT(-119.2326669 50.2236403)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030768','COM advised of a black bear getting into their vegetable garden - unknown if garden hade any food, but it seemed to be the attractant. ',null,null,null,null,null,null,'1468 Chartwell Dr, West Vancouver, BC',null,'2023-07-25 15:52:13','2023-07-25 15:52:13',null,'LEARCHIB@idir','2023-07-25 15:55:35',null,null,null,null,'OPEN','WSTVANCO',ST_GeomFromText('POINT(-123.1560773 49.3517273)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030770','CO PEELING request to make GIR 23-027143 into an HWCR. -COM received a report that a marmot moving into their lawn was a bylaw issues. COM wishing to clarify as this is not a bylaw issue.',null,null,null,null,null,null,'Prince George, BC','Prince George','2023-07-11 12:41:00','2023-07-25 15:56:31',null,'EMCARTHU@idir','2023-07-29 11:04:35',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7452778 53.9127778)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030773','COM reporting a BB playing in her coy pond in her back yard. She does not have any fish. It ran off when she used a bear banger. ',null,null,null,null,null,null,'1168 Fraser Ave, Port Coquitlam, BC',null,'2023-07-25 15:59:49','2023-07-25 15:59:49',null,'EFITCH@IDIR','2023-07-25 16:04:22',null,null,null,null,'CLOSED','PORTCOQ',ST_GeomFromText('POINT(-122.7460901 49.2686971)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030775','Caller is reporting the neighbours have an issue with racoons (mama and 4 babies) and started trapping them yesterday. They managed to trap one baby and remove it, not sure where to. Currently there is a baby racoon trapped in it for 5 hours. The neighbours do not always stay there so not sure when it will be released.',null,null,null,null,null,null,'10509 Baker Pl, Maple Ridge, BC',null,'2023-07-25 16:09:32','2023-07-25 16:09:32',null,'COMILLER@idir','2023-07-25 16:27:38',null,null,null,null,'OPEN','MAPLERID',ST_GeomFromText('POINT(-122.5458612 49.1939881)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030776','Caller reporting two adult deer on the inside two fawns on the outside of a construction fence.',null,null,null,null,null,null,'Guy St and Manhattan Dr, Kelowna, BC','Guy ','2023-07-25 16:10:58','2023-07-25 16:10:58',null,'HGOOLIAF@idir','2023-07-25 17:44:18',null,null,null,null,'CLOSED','KELOWNA',ST_GeomFromText('POINT(-119.4999453 49.8998983)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030777','COM reporting a sighting of BB juvenile bear in her neighbors back yard eating garbage. Garbage day tomorrow.',null,null,null,null,null,null,'917 Como Lake Ave, Coquitlam, BC',null,'2023-07-25 16:13:44','2023-07-25 16:13:44',null,'PDAYTON@idir','2023-07-27 15:15:13',null,null,null,null,'CLOSED','COQUITLM',ST_GeomFromText('POINT(-122.8714518 49.2638911)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030778','Calling to report a fawn that is limping very badly with an injured back leg. Currently laying under a bush and the mother is nearby',null,null,null,null,null,null,'7097 Bella Vista Rd, Vernon, BC',null,'2023-07-25 16:16:59','2023-07-25 16:16:59',null,'TAMYRONI@idir','2023-07-26 15:40:35',null,null,null,null,'CLOSED','VERNON',ST_GeomFromText('POINT(-119.3481123 50.2543241)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030782','Caller saw an injured this-year fawn limping – bone visible on right rear leg. Fawn entered a property. -No doe visible. -',null,null,null,null,null,null,'','Fairwinds marina – dolphin drive','2023-07-25 16:36:52','2023-07-25 16:36:52',null,'DSEXTON@idir','2023-08-11 14:05:51',null,null,null,null,'CLOSED','NANOBAY',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030783','Fawn attempting to move through CFB Esquimalt fencing – bleating and confused',null,null,null,null,null,null,'','Macauly st, work point','2023-07-25 16:41:09','2023-07-25 16:41:09',null,'TBIRNEY@idir','2023-07-25 16:42:50',null,null,null,null,'OPEN','ESQUIMAL',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030784','Adolescent BB transited neighbour’s property - no interactions // attractants.',null,null,null,null,null,null,'',null,'2023-07-25 16:52:24','2023-07-25 16:52:24',null,'TBIRNEY@idir','2023-07-25 16:53:16',null,null,null,null,'CLOSED','COQUITLM',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030785','They have a skunk with its back foot stuck in a fence stuck there since this morning. ',null,null,null,null,null,null,'1526 Thompson Rd, Christina Lake, BC',null,'2023-07-25 16:53:23','2023-07-25 16:53:23',null,'BVDAMME@idir','2023-07-31 10:11:49',null,null,null,null,'CLOSED','CHRSTNAL',ST_GeomFromText('POINT(-118.2187103 49.0373039)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030787','Police received a call from the subject reporting that while hiking on the White Lake trail they encountered a bear that was on the trail and growled at them and others that were coming as well.',null,null,null,null,null,null,'5600 Westport Rd, West Vancouver, BC',null,'2023-07-25 18:07:00','2023-07-25 17:07:07',null,'PROEMER@idir','2023-07-25 17:10:05',null,null,null,null,'CLOSED','WSTVANCO',ST_GeomFromText('POINT(-123.2576388 49.3604017)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030788','Caller was out for a walk when he sighted a cougar at the edge of the road that appeared to be stalking something. He watched as it slunk into the berry brambles and out of sight. He notified several of the people in the area as he knows some have grandkids visiting.',null,null,null,null,null,null,'Downey Lane, North Saanich, BC',null,'2023-07-25 16:45:00','2023-07-25 17:13:02',null,'MAWILSON@idir','2023-07-28 13:23:48',null,null,null,null,'CLOSED','NORSAAN',ST_GeomFromText('POINT(-123.479388 48.6739363)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030789','Caller reporting a fawn with a broken left foreleg -Fawn has a sibling and doe with it. -Headed toward the elementary school on Richmond road – advised significant coyote presence in the area. -',null,null,null,null,null,null,'',null,'2023-07-25 17:14:51','2023-07-25 17:14:51',null,'KOWENS@idir','2023-07-27 10:56:25',null,null,null,null,'CLOSED','KELOWNA',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030793','COM advised of an injured bald eagle at the noted location. Easiest access is to back track from 72.5 mile entrance. - -1734 CO Flint Knibbs - Briefed',null,null,null,null,null,null,'','CN - Across Mile 71.67 - Bottom of hill.','2023-07-25 17:32:00','2023-07-25 17:32:00',null,'ALYUBOMU@idir','2023-07-26 13:47:54',null,null,null,null,'CLOSED','NEWHAZ',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030798','COM reporting BB sighting',null,null,null,null,null,null,'168 Ayres Cres, Penticton, BC',null,'2023-07-25 18:22:06','2023-07-25 18:22:06',null,'DLEWERS@idir','2023-07-25 18:23:07',null,null,null,null,'CLOSED','PENTICTN',ST_GeomFromText('POINT(-119.5936751 49.4688282)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030799','Caller reported a sow and 2 cubs that have been in the same area, 50 feet from their doorway for 3 days. The COM has a 40 acre cherry orchard and is concerned the bears have denned near the home or have become habituated and will not leave. BBs do not respond to noise. ',null,null,null,null,null,null,'317 Hyslop Dr, Penticton, BC',null,'2023-07-25 18:24:00','2023-07-25 18:24:42',null,'DAVCOX@idir','2023-07-26 14:29:49',null,null,null,null,'CLOSED','PENTICTN',ST_GeomFromText('POINT(-119.6242672 49.5083593)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030800','Caller has briefed Sgt Kruger already. Animal was found dead at Hwy 93/95 Radium hill at the second view pt. -He has the animal in his possession.',null,null,null,null,null,null,'',null,'2023-07-24 22:00:00','2023-07-25 18:30:13',null,'MATTHEWH@idir','2023-08-04 08:38:08',null,null,null,null,'CLOSED','RADHOTSP',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030801','COM reporting BB with injured left hind leg and whole lower end looked bad',null,null,null,null,null,null,'Hwy 16, Fraser Lake, BC','Endako River','2023-07-25 18:38:06','2023-07-25 18:38:06',null,'BKNIBBS@idir','2023-07-27 10:09:19',null,null,null,null,'CLOSED','FRASERLK',ST_GeomFromText('POINT(-124.8360191 54.0553348)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030802','COM reports BB getting into neighbours garbage and the neighbour will not clean up the garbage. ',null,null,null,null,null,null,'35696 Hawksview Pl, Abbotsford, BC',null,'2023-07-25 18:40:36','2023-07-25 18:40:36',null,'DLEWERS@idir','2023-07-25 18:41:48',null,null,null,null,'OPEN','ABTFRD',ST_GeomFromText('POINT(-122.235694 49.0650692)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030805','Adult doe with wire wrapped around her girth behind front legs – mobile and grazing -Injury on left foreleg – dry cut visible, minor limp -Caller believes doe has two fawns this year. -',null,null,null,null,null,null,'',null,'2023-07-25 19:10:04','2023-07-25 19:10:04',null,'DSEXTON@idir','2023-08-11 13:42:15',null,null,null,null,'CLOSED','UCLUELET',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030806','Last week a cougar killed a horse while the COM was away. Last night the cougar tried to get another horse, but the horse stopped it, injuring it. The cougar injured the dogs and they were taken to the vet. COM thinks the cougar is quite injured from the horse and thought the dogs would be easy prey. The COM plans on going out to look for the cougar for an hour following this call. -Person for COs to contact in the morning: Glen Jordy 250-498-9124',null,null,null,null,null,null,'4856 Rock Creek-Bridesville Rd, Rock Creek, BC','Rock Mountian','2023-07-25 19:10:03','2023-07-25 19:10:03',null,'BVDAMME@idir','2023-07-31 09:54:29',null,null,null,null,'CLOSED','ROCKCRK',ST_GeomFromText('POINT(-119.0519693 49.0171071)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030808','Caller reporting a black bear sighting near the below noted location. Caller advised the bear is up a tree in his neighbors yard. Caller noted the bear is not aggressive and is not getting into any attractants. ',null,null,null,null,null,null,'587 Palisade Dr, District of North Vancouver, BC',null,'2023-07-25 19:25:37','2023-07-25 19:25:37',null,'KSORENSE@idir','2023-07-25 19:29:01',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.0849827 49.3539769)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030810','Caller advises that the bear has been around for about a week or more and into garbage all up and down the alley behind his place. It seems to be sometime over night.',null,null,null,null,null,null,'1179 Cloverley St, District of North Vancouver, BC',null,'2023-07-25 19:30:28','2023-07-25 19:30:28',null,'TDSCHUMA@idir','2023-07-27 15:50:47',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.0425445 49.3147707)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030811','Caller advises that the bear is hanging around the area and was previously seen near the RCMP station and is now on Cedar st going through someone''s garbage.',null,null,null,null,null,null,'Cedar Rd, Ucluelet, BC',null,'2023-07-25 19:33:39','2023-07-25 19:33:39',null,'DSEXTON@idir','2023-07-26 13:49:01',null,null,null,null,'CLOSED','UCLUELET',ST_GeomFromText('POINT(-125.5473667 48.9436265)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030814','Caller reporting a black bear sighting near the below noted location. Caller advised the bear was standing on the rocky ledge near the road.',null,null,null,null,null,null,'Bear Mountain Pky, Langford, BC','Bewteen Champions and Nichlaus ','2023-07-25 19:45:00','2023-07-25 19:49:44',null,'KSORENSE@idir','2023-07-25 19:52:32',null,null,null,null,'CLOSED','LANGFORD',ST_GeomFromText('POINT(-123.5193344 48.4608272)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030817','Caller reporting a food conditioned black bear near the below noted location. Caller advised the bear got into her neighbors garbage earlier in the day and is now back. Caller noted the bear is not afraid of humans. ',null,null,null,null,null,null,'7388 Rockwell Pl, Agassiz, BC','Next door ','2023-07-25 20:07:44','2023-07-25 20:07:44',null,'KSORENSE@idir','2023-07-25 20:10:52',null,null,null,null,'OPEN','AGSSZHS',ST_GeomFromText('POINT(-121.7451568 49.3385235)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030818','COM reported a BB that has been coming for wild Saskatoon berries that border their property. The BB did not respond to noise. COM is concerned about letting her kids out in the backyard. ',null,null,null,null,null,null,'13172 Hwy 16 E, Houston, BC',null,'2023-07-25 20:08:37','2023-07-25 20:08:37',null,'DTALEVSK@idir','2023-07-25 20:13:20',null,null,null,null,'OPEN','HOUSTON',ST_GeomFromText('POINT(-126.4977563 54.4829595)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030819','Caller reporting a fawn that needs to be dispatched near the below noted location. Caller advised the fawn is laying on it''s side and has blood coming out of it''s nose. ',null,null,null,null,null,null,'1268 Maple Bay Rd, Duncan, BC',null,'2023-07-25 20:22:00','2023-07-25 20:26:05',null,'DSEXTON@idir','2023-08-11 14:02:45',null,null,null,null,'OPEN','DUNCAN',ST_GeomFromText('POINT(-123.6314835 48.8059099)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030820','COM reported two BBs eating Saskatoon berries from trees across the street from the noted address on public land. ',null,null,null,null,null,null,'205 Wainwright St, Prince George, BC',null,'2023-07-25 20:26:38','2023-07-25 20:26:38',null,'BRADAMS@idir','2023-07-26 18:54:06',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7654804 53.9232282)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030821','Caller reporting a young black bear at Blakeburn Lagoon Park. Caller advised a jogger and the young bear scared each other. Caller noted the bear ran into the park and is wandering around.',null,null,null,null,null,null,'2900 Elbow Pl, Port Coquitlam, BC','Blakeburn Lagoon Park ','2023-07-25 20:41:00','2023-07-25 20:41:01',null,'PDAYTON@idir','2023-07-27 15:07:01',null,null,null,null,'CLOSED','PORTCOQ',ST_GeomFromText('POINT(-122.7397025 49.2646522)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030822','COM reported a large BB with an injured paw that walked across the North Nechako Rd at Hwy 97. ',null,null,null,null,null,null,'','North Nechako at Hwy 97','2023-07-25 20:46:49','2023-07-25 20:46:49',null,'EMCARTHU@idir','2023-07-26 08:33:26',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030824','Caller advises that the bear has been in the area for some time now and usually they have had no issues with it. But over the last week or so he has been doing a lot more snooping around places, a neighbour chased him from the garage and tonight he was up at their screen door on the back deck and only sauntered off when they attempted to scare him. He then went to a neighbours where he was checking out their front door looking like he was trying to get inside.',null,null,null,null,null,null,'2670 Hewlett Crt, Prince George, BC',null,'2023-07-25 20:48:21','2023-07-25 20:48:21',null,'PROEMER@idir','2023-07-25 20:54:33',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7814159 53.8707884)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030825','Two nights ago a BB followed the COM''s friend walking along a river. The friend threw rocks at it. It followed for a bit then walked into the bushes. The BB was coming frequently to the area, but hadn''t been seen for a few weeks. ',null,null,null,null,null,null,'401 Sun Ridge Crt, Kamloops IR No 1, BC',null,'2023-07-25 20:59:07','2023-07-25 20:59:07',null,'KBRITTO@idir','2023-08-14 16:41:35',null,null,null,null,'CLOSED','KAMLOOPS',ST_GeomFromText('POINT(-120.2180311 50.6747546)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030827','Caller looked outside and spotted a cougar wandering past her place. She went out and attempted to scare it with little to no effect. It sent into the bushes behind her place and she lost sight of it.',null,null,null,null,null,null,'1000 Inverness Rd, Prince George, BC',null,'2023-07-25 21:14:19','2023-07-25 21:14:19',null,'HSTARK@idir','2023-07-25 21:49:17',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7458601 53.9413927)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030828','COM advised that there is a nuisance bear in the area for the past 2 weeks. The bear is accessing garbage throughout the neighbourhood.',null,null,null,null,null,null,'8244 Flamingo Rd, Prince George, BC',null,'2023-07-25 21:29:02','2023-07-25 21:29:02',null,'JHANSTEA@idir','2023-08-03 16:29:05',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.8207467 54.0057977)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030830','Caller reported a BB ''being a bear'' walking north from the noted location. No aggression or attractants noted. ',null,null,null,null,null,null,'Cardinal Dr and Collister Dr, Burnaby, BC',null,'2023-07-25 21:39:51','2023-07-25 21:39:51',null,'DTALEVSK@idir','2023-07-25 21:41:58',null,null,null,null,'CLOSED','BURNBY',ST_GeomFromText('POINT(-122.9539062 49.2572933)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030832','COM spotted a large bear at 0250 this morning. Then at 0600 she spotted two different bears wandering past her house. The large bear was just spotted walking by the house a few minutes ago.',null,null,null,null,null,null,'2825 Carnation St, District of North Vancouver, BC',null,'2023-07-25 21:44:14','2023-07-25 21:44:14',null,'JDSCOTT@idir','2023-07-25 21:46:32',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-122.9962193 49.31778)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030833','Caller reporting that he hit a deer with his vehicle and it needs to be dispatched. Caller advised the deer is on it''s side and possibly has a broken back. -',null,null,null,null,null,null,'5741 Island Hwy N, Courtenay, BC',null,'2023-07-25 21:46:19','2023-07-25 21:46:19',null,'DSEXTON@idir','2023-08-11 14:08:27',null,null,null,null,'CLOSED','COURTNY',ST_GeomFromText('POINT(-125.0150418 49.7550781)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030835','Caller reporting that their patient hit a moose and it is dead in the middle of the road. ',null,null,null,null,null,null,'16104 Hwy 16 E, Telkwa, BC',null,'2023-07-25 22:42:29','2023-07-25 22:42:29',null,'FBKNIBBS@idir','2023-07-26 13:16:11',null,null,null,null,'CLOSED','TELKWA',ST_GeomFromText('POINT(-126.983148 54.6627706)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030836','COM advised that a truck hit a cow moose at the below noted location. COM wants to harvest the meat for dog food and is requesting to do so. - -OO advised COM to take pictures of the dead animal where it lays, get a statement from the driver that hit the animal and then dress it out. OO also advised COM that the COS may not allow the COM to possess the animal, and if requested, the COM understands that the COS may take the dead moose carcass. COM stated that he was willing to do the above and understood that the COS may request the dead animal, and that he wouldn''t be able to keep it. - -',null,null,null,null,null,null,'9345 Nielson Rd, Prince George, BC',null,'2023-07-25 23:26:56','2023-07-25 23:26:56',null,'EMCARTHU@idir','2023-07-26 08:28:29',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7932332 54.01673)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030838','COM advised that there is a bear in the back yard that accessed their garbage.',null,null,null,null,null,null,'415 Irwin St, Prince George, BC',null,'2023-07-26 01:02:52','2023-07-26 01:02:52',null,'EMCARTHU@idir','2023-07-26 08:27:33',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.77846 53.9213515)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030840','COM is visiting from France and spotted a bear (or two) in the vicinity of Lift Coffee. The bear didn''t seem to be accessing anything but was walking through the area.',null,null,null,null,null,null,'4293 Mountain Sq, Whistler, BC',null,'2023-07-26 03:33:58','2023-07-26 03:33:58',null,'JDSCOTT@idir','2023-07-26 03:37:13',null,null,null,null,'CLOSED','WHISTLER',ST_GeomFromText('POINT(-122.9551411 50.1133487)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030841','COM advised that they had a deer caught in their fence at the below noted location. The COM''s husband cut the deer out of the fencing a few minutes ago, and now it is not moving very much. -OO suggested monitoring it for 10 or so minutes to see if it gets up, as it could be exhausted from trying to get out of the fence. -COM will call back if the deer is still there.',null,null,null,null,null,null,'4330 34th Ave S, Cranbrook, BC',null,'2023-07-26 05:34:48','2023-07-26 05:34:48',null,'LMOSS@idir','2023-07-27 15:24:30',null,null,null,null,'CLOSED','CRANBRK',ST_GeomFromText('POINT(-115.7329486 49.4683125)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030844','Caller saw a Cougar in the tree outside his home this morning. ',null,null,null,null,null,null,'8257 272 St, Township of Langley, BC','Glen Valley','2023-07-26 06:17:05','2023-07-26 06:17:05',null,'ALBUCHAN@idir','2023-07-26 13:23:19',null,null,null,null,'OPEN','LANGLEY',ST_GeomFromText('POINT(-122.4714645 49.151215)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030846','Caller reporting a bb knocking over garbage cans. Not garbage day. ',null,null,null,null,null,null,'101 Fraser St, Port Moody, BC','unit 50 ','2023-07-26 06:31:48','2023-07-26 06:31:48',null,'PDAYTON@idir','2023-07-27 15:14:48',null,null,null,null,'CLOSED','PORTMDY',ST_GeomFromText('POINT(-122.8284693 49.2757982)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030847','Caller reporting a BB in the neighbourhood gardens ',null,null,null,null,null,null,'2246 Sorrento Dr, Coquitlam, BC',null,'2023-07-26 07:05:04','2023-07-26 07:05:04',null,'PBRACKEN@idir','2023-07-26 07:07:00',null,null,null,null,'CLOSED','COQUITLM',ST_GeomFromText('POINT(-122.8289964 49.2391469)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030848','RAPP Report: -Bear Sighting. A black bear walked through the Townhouse complex at 2150 Salisbury Ave at 4 pm on July 14th then again at 8:30 pm on July 25th. Did not react to honking vehicle or shouting from residents. ',null,null,null,null,null,null,'2150 Salisbury Ave, Port Coquitlam, BC',null,'2023-07-26 07:09:09','2023-07-26 07:09:09',null,'PBRACKEN@idir','2023-07-26 07:12:01',null,null,null,null,'CLOSED','PORTCOQ',ST_GeomFromText('POINT(-122.7730618 49.2721197)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030850','Reporting that at 10am yesterday morning, one of his staff were conducting some landscaping and noticed a cougar sitting off to the side of path that run adjacent to some ''natural growth''. Shortly after staff member noticed the cougar, it took off into the bushy/wooded area. Caller states he was just made aware of the sighting and advised his staff to report these sightings immediately. ',null,null,null,null,null,null,'23778 104 Ave, Maple Ridge, BC',null,'2023-07-26 07:17:58','2023-07-26 07:17:58',null,'PDAYTON@idir','2023-07-27 15:06:11',null,null,null,null,'CLOSED','MAPLERID',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030851','Calling to report that a black bear gets into the garbage dumpster regularly and makes a big mess.',null,null,null,null,null,null,'Mountain Lane, Whistler, BC',null,'2023-07-26 07:18:58','2023-07-26 07:18:58',null,'TDSCHUMA@idir','2023-07-27 15:23:45',null,null,null,null,'OPEN','WHISTLER',ST_GeomFromText('POINT(-122.9562976 50.1136086)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030852','3rd party reporting: Caller reporting a sow and 2 cubs on hiking trail off Southview Terrace Drive just off the pavement, near the hydro row - -last gate to the right ',null,null,null,null,null,null,'Southview Terr, Duncan, BC',null,'2023-07-26 07:21:32','2023-07-26 07:21:32',null,'PBRACKEN@idir','2023-07-26 07:27:13',null,null,null,null,'CLOSED','NORCOWI',ST_GeomFromText('POINT(-123.622898 48.8225379)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030854','Caller reporting a Sow with 3 cubs that is injured. The sow can barely walk and cannot climb,hip hind leg injury. The BB can hardly keep up with the cubs. The caller is unsure if the sow got hit by a car or someone has injured it. ',null,null,null,null,null,null,'33470 Ihles Ave, Mission, BC',null,'2023-07-26 07:33:58','2023-07-26 07:33:58',null,'PBRACKEN@idir','2023-07-26 07:40:18',null,null,null,null,'OPEN','MISSION',ST_GeomFromText('POINT(-122.2975294 49.1606704)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030855','Reporting that he received an email from strata reporting a BB issue in the complex. Caller states that the email mentioned that the BB had been seen up on resident''s back porches and had been acting aggressively toward small pets. Caller states he spoke with the strata president who stated they reported the BB to ''animal control''. Caller was wanting to ensure that the BB had in fact been reported to COS as the email also stated the BB had ''taken up residence'' in the area. - -==caller is requesting a call back from a CO to further discuss==',null,null,null,null,null,null,'UNIT 101 -- 2629 Cornwall Dr, Penticton, BC',null,'2023-07-26 07:34:59','2023-07-26 07:34:59',null,'DDAVIS@idir','2023-07-26 07:57:24',null,null,null,null,'CLOSED','PENTICTN',ST_GeomFromText('POINT(-119.5928544 49.4661687)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030856','Reporting a BB was seen rummaging through callers paper recycling a few mins prior to call in. BB has since left (took off through bushes into neighbours yard). ',null,null,null,null,null,null,'2633 Mathers Ave, West Vancouver, BC',null,'2023-07-26 08:00:51','2023-07-26 08:00:51',null,'DDAVIS@idir','2023-07-26 08:08:30',null,null,null,null,'CLOSED','WSTVANCO',ST_GeomFromText('POINT(-123.1865964 49.3387285)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030857','COM was reporting a coyote behind their house with an injured paw and limping. It has since ran away. ',null,null,null,null,null,null,'1321 Cherrywood Blvd, Sparwood, BC',null,'2023-07-26 08:08:25','2023-07-26 08:08:25',null,'RYGORDON@idir','2023-07-26 08:24:35',null,null,null,null,'CLOSED','SPRWOOD',ST_GeomFromText('POINT(-114.8962982 49.7535136)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030859','Calling to report that the address listed has lots of apples on the ground. Concerned it will be an attractant for bears.',null,null,null,null,null,null,'425 Nimpkish Dr, Gold River, BC',null,'2023-07-26 08:11:46','2023-07-26 08:11:46',null,'DSEXTON@idir','2023-07-26 13:36:17',null,null,null,null,'CLOSED','GOLDRIVR',ST_GeomFromText('POINT(-126.0529406 49.7789956)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030860','COM reporting bb with two cubs near Hwy 97A crossing They are heading towards a trailer park near by, concerned as there are children in the area. ',null,null,null,null,null,null,'3831 Austin Rd W, Prince George, BC','Westside of HWY 97 N - South of Austin Road , near trailer park. ','2023-07-26 08:22:37','2023-07-26 08:22:37',null,'EFITCH@IDIR','2023-07-26 08:26:59',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7903687 53.9886701)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030861','Caller reporting a bb in the garbage cans in the neighbourhood. Most houses have carports. Not garbage day. ',null,null,null,null,null,null,'732 Selwyn Cres, Prince George, BC',null,'2023-07-26 08:28:00','2023-07-26 08:28:00',null,'BRADAMS@idir','2023-07-26 18:52:16',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.8129216 53.918429)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030863','COM reporting BB getting into garbage cans the lids were broken into around 2 am, he has it on surveillance tape. Bear has since moved on but concerned. - -',null,null,null,null,null,null,'4248 Mt Seymour Pky, District of North Vancouver, BC',null,'2023-07-26 08:29:58','2023-07-26 08:29:58',null,'PROEMER@idir','2023-08-07 14:24:24',null,null,null,null,'OPEN','NORVAN',ST_GeomFromText('POINT(-122.9537863 49.3160875)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030868','Caller is reporting that he is a predatorial wildlife contractor that will be responding to a livestock kill (sheep) from either a cougar or wolf. Caller states that he was contacted by the neighbour reporting that last week there were 3 sheep killed. The carcasses were found today. Caller will be responding to investigate and acting on permit. Resident’s name is: Melissa Lazar (778-765-4064) – neighbour is Arnold Nairn (no contact info). Permit # WL -21-620278. - ',null,null,null,null,null,null,'4111 Horsefly Rd, Miocene, BC','4111 Horsefly Rd','2023-07-26 08:57:30','2023-07-26 08:57:30',null,'JPAULS@idir','2023-07-31 09:08:14',null,null,null,null,'CLOSED','MIOCENE',ST_GeomFromText('POINT(-121.6699338 52.287626)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030870','Calling to report a black bear and cub, walking down the street and roaming the tree line',null,null,null,null,null,null,'Victoria St, Prince George, BC',null,'2023-07-26 08:59:10','2023-07-26 08:59:10',null,'ISCHMIDT@idir','2023-07-26 09:03:10',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7551397 53.9071447)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030871','COM reporting a sighting of a BB. ',null,null,null,null,null,null,'3273 Arbutus Dr, Whistler, BC',null,'2023-07-26 09:02:12','2023-07-26 09:02:12',null,'EFITCH@IDIR','2023-07-26 09:14:50',null,null,null,null,'CLOSED','WHISTLER',ST_GeomFromText('POINT(-122.9705445 50.1092301)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030872','COM reporting a sighting of a BB in the bushes. Concerned because it is near a daycare. ',null,null,null,null,null,null,'2579 Victoria St, Prince George, BC',null,'2023-07-26 09:09:35','2023-07-26 09:09:35',null,'EFITCH@IDIR','2023-07-26 09:13:34',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7555616 53.8982322)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030874','COM reporting BB getting into her moms garbage can a few days ago. ',null,null,null,null,null,null,'316 Williams Cres, Prince George, BC',null,'2023-07-26 09:15:50','2023-07-26 09:15:50',null,'EMCARTHU@idir','2023-07-27 15:39:55',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7577311 53.8882357)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030879','Caller reporting a BB ripped through 3 tents with people inside at 05:00 am, no injures. no food in tents. - -The bb was healthy taller than the picnic tables, very very big. - -1st site, couple with a baby in the tent. got into the car and set off car alarm. -2nd site 37 Travis Swan bb went into a second site and ripped through an unoccupied tent. hazed by yelling, clapping -3rd site 33 heard screaming an looked out to see bb which jumped onto tent and ripped into it. -other sites began hazing with car horns, bb chased off by moving car. - -He was on site quite a while and was chased off with people''s cars. ',null,null,null,null,null,null,'Shirley, BC',null,'2023-07-26 09:24:48','2023-07-26 09:24:48',null,'DSEXTON@idir','2023-08-08 14:27:26',null,null,null,null,'CLOSED','JORDNRVR',ST_GeomFromText('POINT(-123.9011111 48.3830556)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030880','Caller had a confrontation last night in their yard. Bear came and started ripping the soffit off their garden shed, nothing in the shed or food. Caller was chucking rocks and yelling 20ft away. The bear was pissed off huffing and not leaving. Not until caller threw larger rocks, did the bear turn and walk away.',null,null,null,null,null,null,'Cedar Springs Rd, Whistler, BC','Did not want to provide their numbered address.','2023-07-25 20:30:00','2023-07-26 09:29:16',null,'TDSCHUMA@idir','2023-07-27 15:30:12',null,null,null,null,'CLOSED','WHISTLER',ST_GeomFromText('POINT(-122.9631556 50.1460308)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030883','Just seen a mother deer with a broken rear leg and a baby fawn following along, still mobile. Advised to call back if immobile.',null,null,null,null,null,null,'Chancellor Pl and Chardonnay Pl, West Kelowna, BC',null,'2023-07-26 09:39:04','2023-07-26 09:39:04',null,'KOWENS@idir','2023-07-27 10:58:17',null,null,null,null,'CLOSED','WSTKELOW',ST_GeomFromText('POINT(-119.5776554 49.8410545)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030884','Caller reporting a BB that has broken into cars, broke the window to get at dog food in the car, last week. The bb was last seen on Monday and chased after with an oar in the middle of the day. Evidence of him being there daily. The BB has broken into the woodshed last year, no attractants in the woodshed. -The bb is not bothered by the German Shepard. This bb has been around the property for the last 5 years and is getting more assertive. The property is right next to the Langdale Ferry Terminal and there is significant traffic in the area. -Reporting delayed due to the caller being out of the area, getting reports from family at the residence. ',null,null,null,null,null,null,'1428 Smith Rd, Langdale, BC',null,'2023-07-26 09:44:51','2023-07-26 09:44:51',null,'PBRACKEN@idir','2023-07-26 10:01:05',null,null,null,null,'OPEN','LANGDALE',ST_GeomFromText('POINT(-123.4761769 49.4350513)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030885','Caller reports BB accessed garbage in their garage last night - second time. anticipate reward -peeled side of garage open this time. removed door first time. -Caller planning to move garbage storage',null,null,null,null,null,null,'',null,'2023-07-26 09:45:24','2023-07-26 09:45:24',null,'TBIRNEY@idir','2023-07-26 09:49:23',null,null,null,null,'OPEN','COQUITLM',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030889','Altercation with a bear, built a fence to try and keep it out, but it has gotten their garbage 4-5 times. It has destroyed their fence and grabbed their garbage. One time it made a hole and their dog chased it. No means to put it away where the bears can''t get at it. Garbage is not lockable and asked city to replace.',null,null,null,null,null,null,'300 Williams Cres, Prince George, BC',null,'2023-07-26 09:51:37','2023-07-26 09:51:37',null,'SPEELING@idir','2023-07-30 13:52:02',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7577344 53.8883882)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030890','Caller is worried as their adult son encountered a sow and cub yesterday. -Son was riding bike to work, and saw a cub in adjacent bush. The sow stood up and grunted - Son retreated without incident. -Emailed as Caller was concerned. -',null,null,null,null,null,null,'','KVR near wild golf','2023-07-26 09:54:05','2023-07-26 09:54:05',null,'TBIRNEY@idir','2023-07-26 09:56:54',null,null,null,null,'CLOSED','PENTICTN',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030891','Reporting a sickly looking coyote. It is laying in the bushes acting funny. 30min scratching a lot. it is moving around.',null,null,null,null,null,null,'1869 Harris Rd, Squamish, BC','In the hedge under the powerlines.','2023-07-26 09:58:25','2023-07-26 09:58:25',null,'CROCHON@idir','2023-07-28 10:46:10',null,null,null,null,'OPEN','SQUMISH',ST_GeomFromText('POINT(-123.1341195 49.7443496)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030902','Calling to report a black bear on the golf range, the caller thinks he may have been hit by a car but still mobile. Can''t see any injuries.',null,null,null,null,null,null,'','Whistler Golf Club','2023-07-26 10:20:48','2023-07-26 10:20:48',null,'TDSCHUMA@idir','2023-07-27 15:25:49',null,null,null,null,'CLOSED','WHISTLER',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030904','Caller reporting a BB in the Northeast woods. They have found scat in the strata (55+) area. The BB has been seen in the neighbour''s flower garden. -Caller is the strata president and would like assistance with information on what to do to prevent future bad interactions with bb''s. The caller has been referred to Wildsafebc. -** caller would like a callback to ensure she is providing appropriate information to other residents. ',null,null,null,null,null,null,'1220 Guthrie Rd, Comox, BC','unit 4','2023-07-26 10:22:31','2023-07-26 10:22:31',null,'DSEXTON@idir','2023-07-26 13:35:28',null,null,null,null,'OPEN','COMOX',ST_GeomFromText('POINT(-124.8997618 49.6847877)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030905','Caller is reporting their horse was killed in the night, suspect it was a cougar. Caller is out in a camp right now and they are an outfitter. Caller moved it away from the camp and have pictures of the wounds. ',null,null,null,null,null,null,'','50.025130, -115.530256','2023-07-26 10:26:14','2023-07-26 10:26:14',null,'GPKRUGER@idir','2023-07-26 14:07:33',null,null,null,null,'OPEN','CNLFLTS',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030907','A coyote has been making distressed noises for an hour. -Sounds like its several properties south of caller. -',null,null,null,null,null,null,'',null,'2023-07-26 10:30:18','2023-07-26 10:30:18',null,'EFITCH@IDIR','2023-07-26 10:36:24',null,null,null,null,'OPEN','ALDRGRV',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030912','Calling to report that black bears are getting into garbages because everyone is leaving food in the garbages. Also concerned about cherry tree''s that disabled people can''t cut down becuase they are not capable and cannot afford it. Caller wants the bears trapped. ',null,null,null,null,null,null,'38320 Fir St, Squamish, BC',null,'2023-07-26 10:35:33','2023-07-26 10:35:33',null,'CROCHON@idir','2023-07-30 09:49:13',null,null,null,null,'OPEN','SQUMISH',ST_GeomFromText('POINT(-123.1261838 49.7006196)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030913','Caller is the Village Services for the municipality. Received a report about a young bear at the conference center. Not sure what it is doing, but it is surrounded by tourist and the caller is on their way there.',null,null,null,null,null,null,'4010 Whistler Way, Whistler, BC','Conference Center','2023-07-26 10:35:52','2023-07-26 10:35:52',null,'TDSCHUMA@idir','2023-07-27 15:04:46',null,null,null,null,'CLOSED','WHISTLER',ST_GeomFromText('POINT(-122.9577949 50.1144748)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030914','Caller reporting 2 young BB''s moving through the neighbourhood. The caller has attractants secured. ',null,null,null,null,null,null,'4148 Citadel Crt, District of North Vancouver, BC',null,'2023-07-26 10:41:42','2023-07-26 10:41:42',null,'PBRACKEN@idir','2023-07-26 10:45:10',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.0449569 49.348108)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030915','Caller reporting a BB not going away with hazing. The bb is eating in the neighbour''s garden.',null,null,null,null,null,null,'8120 McKeevers Pl, Whistler, BC','unit 4 backyard','2023-07-26 10:46:06','2023-07-26 10:46:06',null,'TDSCHUMA@idir','2023-07-27 14:50:00',null,null,null,null,'CLOSED','WHISTLER',ST_GeomFromText('POINT(-122.9633116 50.1494461)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030919','Caller as walking this morning saw a woman with a dog who was being followed by a coyote – no contact. Coyote stayed 30+ feet back. - -emailed FYI',null,null,null,null,null,null,'','Trail headed west from ""the top of Bachelor""','2023-07-26 10:51:24','2023-07-26 10:51:24',null,'KBRITTO@idir','2023-07-27 11:39:33',null,null,null,null,'CLOSED','KAMLOOPS',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030920','Calling to report a cougar was seen at 03:00, emailed only due to time delay',null,null,null,null,null,null,'1570 Jack Rd, Sechelt, BC',null,'2023-07-26 10:59:34','2023-07-26 10:59:34',null,'ISCHMIDT@idir','2023-07-26 11:01:04',null,null,null,null,'CLOSED','SECHELT',ST_GeomFromText('POINT(-123.6916204 49.4390718)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030921','Bear going back and forth across their driveway. No aggression or accessing attractants.',null,null,null,null,null,null,'23293 Lougheed Hwy, Maple Ridge, BC',null,'2023-07-26 11:02:59','2023-07-26 11:02:59',null,'COMILLER@idir','2023-07-26 11:05:02',null,null,null,null,'CLOSED','MAPLERID',ST_GeomFromText('POINT(-122.5749305 49.1976288)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030922','Young BB (size of golden retriever) – limping, no pressure on right forepaw',null,null,null,null,null,null,'','cedar and gillies area','2023-07-26 11:06:49','2023-07-26 11:06:49',null,'TBIRNEY@idir','2023-07-26 11:09:08',null,null,null,null,'OPEN','COQUITLM',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030924','Caller reporting BB eating grapes and plums in the yard overnight or early morning. Caller also reports bear scat in yard. BB last seen early this morning. No garbage out',null,null,null,null,null,null,'38160 Clarke Dr, Squamish, BC',null,'2023-07-26 11:14:17','2023-07-26 11:14:17',null,'CROCHON@idir','2023-07-30 10:49:13',null,null,null,null,'OPEN','SQUMISH',ST_GeomFromText('POINT(-123.1393924 49.7003009)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030926','COM reporting sighting of coyote poop in area. Concerned as she walks her dog in the AM. Was told by walkers that there is active coyote in the area. ',null,null,null,null,null,null,'Archibald Rd, White Rock, BC','at Magdalen Ave ','2023-07-26 11:16:53','2023-07-26 11:16:53',null,'LMOSS@idir','2023-07-27 08:39:55',null,null,null,null,'CLOSED','WHITERCK',ST_GeomFromText('POINT(-122.8233128 49.0288298)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030927','Caller reports that a BB climbed up despite dogs and accessed the loft area where the farm cats live – rewarded with cat food.',null,null,null,null,null,null,'','11km st mary valley','2023-07-26 11:16:59','2023-07-26 11:16:59',null,'RKRENZ@idir','2023-08-04 14:08:16',null,null,null,null,'CLOSED','CRANBRK',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030928','Caller reporting dog attacked by an animal and is assuming it is a cougar at 1030 this morning. No actual visual of the animal attacking. However the callers husband heard the dog yelp and went outside and saw the cougar jumping the fence into the wooded area. Dog is currently at the vet receiving treatment and vet also believes it is a cougar based on type and size of injuries. - ',null,null,null,null,null,null,'2240 Players Dr, Langford, BC',null,'2023-07-26 11:24:49','2023-07-26 11:24:49',null,'JHANSTEA@idir','2023-08-04 18:12:32',null,null,null,null,'OPEN','LANGFORD',ST_GeomFromText('POINT(-123.5213041 48.4696072)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030930','Reporting a coyote walking down the street',null,null,null,null,null,null,'W 6th Ave, Vancouver, BC',null,'2023-07-26 11:33:39','2023-07-26 11:33:39',null,'ISCHMIDT@idir','2023-07-26 11:34:57',null,null,null,null,'CLOSED','VANCOUVR',ST_GeomFromText('POINT(-123.1620276 49.2665447)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030931','Caller reporting a BB that found a garbage can with hasps on two sides and managed to break it open. There was garbage inside that had been left by guests. Bob Hansen of Wildsafebc advised caller to call in. -',null,null,null,null,null,null,'1944 Bay St, Ucluelet, BC',null,'2023-07-26 11:34:37','2023-07-26 11:34:37',null,'MAWILSON@idir','2023-07-28 13:43:30',null,null,null,null,'CLOSED','UCLUELET',ST_GeomFromText('POINT(-125.5498263 48.9449685)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030933','Little BB that is hanging around. Keeps coming down driveway, third day. No aggression, no attractants. It doesn''t scare easily.',null,null,null,null,null,null,'1636 Hwy 31, Balfour, BC',null,'2023-07-26 11:43:25','2023-07-26 11:43:25',null,'COMILLER@idir','2023-07-26 11:45:16',null,null,null,null,'CLOSED','BALFOUR',ST_GeomFromText('POINT(-116.9521645 49.6476463)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030935','One of three deer which reside in the field near the caller is injured - Left hindleg is not weight bearing',null,null,null,null,null,null,'','23rd st south','2023-07-26 11:44:51','2023-07-26 11:44:51',null,'JMELENKA@idir','2023-07-26 12:14:05',null,null,null,null,'CLOSED','CRANBRK',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030936','COM reporting seeing same BB with 3 cubs from last week, at side of home. Getting into neighbors garbage. CO from last from Evelyn Robertson is aware of the BB to date. ',null,null,null,null,null,null,'1253 Nestor St, Coquitlam, BC',null,'2023-07-26 11:45:01','2023-07-26 11:45:01',null,'EFITCH@IDIR','2023-07-26 11:56:25',null,null,null,null,'OPEN','COQUITLM',ST_GeomFromText('POINT(-122.7781084 49.2894867)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030937','Biggest bear they have seen, walking across Evergreen Park.',null,null,null,null,null,null,'1159 Lombardy Dr, Port Coquitlam, BC','Evergreen Park','2023-07-26 11:46:16','2023-07-26 11:46:16',null,'PDAYTON@idir','2023-07-27 15:05:42',null,null,null,null,'CLOSED','PORTCOQ',ST_GeomFromText('POINT(-122.7397477 49.273686)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030938','Caller reports that an adult BB moved from the soccer field toward the tennis court, which is adjacent to the children''s playgroun. -Emailed as COs briefed on concurrent file. -',null,null,null,null,null,null,'','evergreen park','2023-07-26 11:49:56','2023-07-26 11:49:56',null,'PDAYTON@idir','2023-07-27 15:05:09',null,null,null,null,'CLOSED','PORTCOQ',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030939','Fawn has been hit, it looks like its deceased, but the doe is circling it.',null,null,null,null,null,null,'3730 Fairwinds Dr, Nanoose Bay, BC','Past Fairwinds golf course','2023-07-26 11:51:06','2023-07-26 11:51:06',null,'DSEXTON@idir','2023-08-11 14:19:40',null,null,null,null,'OPEN','NANOBAY',ST_GeomFromText('POINT(-124.1241226 49.2764408)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030944','Fawn stuck against the west bound median unknown injures. ',null,null,null,null,null,null,'1 Kamloops St, Vancouver, BC','summit drive exit heading west. ','2023-07-26 12:00:29','2023-07-26 12:00:29',null,'KBRITTO@idir','2023-07-27 11:27:09',null,null,null,null,'OPEN','KAMLOOPS',ST_GeomFromText('POINT(-123.0546386 49.2847362)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030945','Haida gwaii forestry office reporting a BB in the compound – no trouble, hoping it leaves. - -phoned green CO for cooperation -LVM CO Geuze',null,null,null,null,null,null,'','Haida gwaii forestry office','2023-07-26 12:01:00','2023-07-26 12:01:00',null,'ALYUBOMU@idir','2023-07-27 10:27:28',null,null,null,null,'CLOSED','DJNG',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030946','Deer ran out in front of the caller driving and drove over top of it. It has a broken leg, ran off into the ditch and was standing there. Believes it needs dispatching.',null,null,null,null,null,null,'8075 Wildwood Rd, Halfmoon Bay, BC',null,'2023-07-26 12:04:04','2023-07-26 12:04:04',null,'EFITCH@IDIR','2023-07-26 13:16:34',null,null,null,null,'OPEN','HALFMNB',ST_GeomFromText('POINT(-123.8840736 49.4805261)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030947','Caller reporting Deer injured not mobile/ deceased while on the call. ',null,null,null,null,null,null,'7991 Wildwood Rd, Halfmoon Bay, BC','2 houses up. on the road.','2023-07-26 12:05:07','2023-07-26 12:05:07',null,'PBRACKEN@idir','2023-07-26 12:11:25',null,null,null,null,'OPEN','HALFMNB',ST_GeomFromText('POINT(-123.881329 49.4805999)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030948','COM advised of a black bear on the job site. No aggression or attractants noted.',null,null,null,null,null,null,'1701 Parkway Blvd, Coquitlam, BC','Construction Site','2023-07-26 12:14:25','2023-07-26 12:14:25',null,'LEARCHIB@idir','2023-07-26 12:20:25',null,null,null,null,'CLOSED','COQUITLM',ST_GeomFromText('POINT(-122.8020129 49.3062779)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030951','Caller has a rattlesnake on the doorstep with a bucket over it. - -** Caller requesting a callback. ',null,null,null,null,null,null,'4589 Lakeside Rd, Penticton, BC',null,'2023-07-26 12:18:18','2023-07-26 12:18:18',null,'DAVCOX@idir','2023-07-26 14:27:34',null,null,null,null,'CLOSED','PEACHLND',ST_GeomFromText('POINT(-119.577748 49.4350071)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030954','Reporting a doe with two young deer. Doe has a wire wrapped around it, fencing wire sticking up. The wire is wrapped around its belly cutting into its back, but no bleeding. ',null,null,null,null,null,null,'Bay St and Peninsula Rd, Ucluelet, BC',null,'2023-07-26 12:33:26','2023-07-26 12:33:26',null,'DSEXTON@idir','2023-08-11 14:40:00',null,null,null,null,'CLOSED','UCLUELET',ST_GeomFromText('POINT(-125.5503922 48.9433977)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030955','COM reporting sighting of BB in park towards Lombardi Drive. ',null,null,null,null,null,null,'3500 Cedar Dr, Port Coquitlam, BC','Evergreen park ','2023-07-26 12:47:40','2023-07-26 12:47:40',null,'EFITCH@IDIR','2023-07-26 12:54:17',null,null,null,null,'CLOSED','PORTCOQ',ST_GeomFromText('POINT(-122.7397286 49.2747395)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030956','COM reporting aggression towards people, son and dogs in the area. She is very upset and scared and has to walk around with a golf club for protection. She said this deer has a history of doing this within the last 2-3 years. She advised , she did report this 2-3 years ago and the CO did attend but nothing else is being done. Currently seen in the area she advised elderly male in neighborhood has seen this as well and carries a golf club too. - -',null,null,null,null,null,null,'6076 Davis Rd, Magna Bay, BC',null,'2023-07-26 12:55:57','2023-07-26 12:55:57',null,'KANEKOPP@idir','2023-07-30 11:17:58',null,null,null,null,'CLOSED','CLSTA',ST_GeomFromText('POINT(-119.2953114 50.9497649)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030957','Calling to report a black bear and cub walking around and eating berries beside a sidewalk.',null,null,null,null,null,null,'Simon Fraser Bridge, Prince George, BC',null,'2023-07-26 12:59:04','2023-07-26 12:59:04',null,'BRADAMS@idir','2023-07-26 18:49:10',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7476917 53.890327)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030959','RCMP advise of a coyote lunge at a child - no contact made. Ran off somewhere in the complex - -Initial COM: Stu Coffee 250-545-1181 - -1314 CO Tanner - Briefed - Out of town -1315 CO Terry Myroniuk - Briefed',null,null,null,null,null,null,'100 Palmer Rd, Vernon, BC',null,'2023-07-26 13:11:09','2023-07-26 13:11:09',null,'TAMYRONI@idir','2023-07-26 15:21:45',null,null,null,null,'CLOSED','VERNON',ST_GeomFromText('POINT(-119.3336952 50.2492909)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030960','Caller reporting an injured doe clear of the roadway -Doe has two fawns, and an injured left hindleg – mobile -',null,null,null,null,null,null,'','Kidston road, near kalamalka lake prov park','2023-07-26 13:12:51','2023-07-26 13:12:51',null,'TBECK@idir','2023-07-26 15:40:05',null,null,null,null,'CLOSED','CLDSTRM',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030961','COM is a passerby reporting a BB attacking livestock sheep in the farmers field - one injured and one killed in an electrified pen. ',null,null,null,null,null,null,'4001 Prospect Lake Rd, Saanich, BC',null,'2023-07-26 13:17:23','2023-07-26 13:17:23',null,'MAWILSON@idir','2023-07-28 08:23:40',null,null,null,null,'CLOSED','SAANICH',ST_GeomFromText('POINT(-123.4370056 48.474924)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030962','Caller reporting a Coyote coming closer to people in the Western Parkway, Westbrook Mall, Agronomy Rd, Toronto Road area. -Individuals are walking their dogs in the area and the coyote is approaching them. The caller is getting more and more reports of these types of incidents. - -This has been occurring over the last 3 weeks. -** Caller requesting a callback for assistance in educating residents. Caller referred to Wildsafebc.com',null,null,null,null,null,null,'5740 Toronto Rd, Vancouver, BC','UBC Condo Glen Lloyd Condos','2023-07-26 13:20:58','2023-07-26 13:20:58',null,'PBRACKEN@idir','2023-07-26 13:31:30',null,null,null,null,'CLOSED','VANCOUVR',ST_GeomFromText('POINT(-123.2394252 49.2654017)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030963','Calling to report a black bear has been getting into the dumpster and ripped the lid off once they tried to use a chain to secure the lid. Getting difficult to haze. ',null,null,null,null,null,null,'320 Brandon Ave, Penticton, BC',null,'2023-07-26 13:24:00','2023-07-26 13:24:00',null,'BRANBECK@idir','2023-08-02 10:16:35',null,null,null,null,'OPEN','PENTICTN',ST_GeomFromText('POINT(-119.5930051 49.4649851)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030968','Caller reporting a BB coming into the backyard in the evenings, while caller/ family are in the backyard with the kids on the trampoline. This started last Thursday. Kids on Trampoline. Seen a couple of more times walking around the vegetable garden, didn''t touch it. - -** caller requesting a callback',null,null,null,null,null,null,'2881 Clapperton St, Prince George, BC',null,'2023-07-26 13:36:43','2023-07-26 13:36:43',null,'EMCARTHU@idir','2023-07-27 16:25:43',null,null,null,null,'OPEN','PRINGEOR',ST_GeomFromText('POINT(-122.7554813 53.8931981)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030969','Caller reporting a BB in his back yard and jumped a fence out of the property. Often coming up to the deck and approaching the house.',null,null,null,null,null,null,'8474 Bunce Rd, Prince George, BC',null,'2023-07-26 13:37:07','2023-07-26 13:37:07',null,'HGREGG@IDIR','2023-07-26 13:48:40',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.8239959 53.8413249)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030970','Calling to report that black bears have been coming into the back yard and she is concerned for her small son. She has been making sure her garbage is properly secured but suspects that the person who lived in the home previously did not. The caller moved into the address earlier this month. Requesting a CO call back',null,null,null,null,null,null,'3213 Cornwall St, Port Coquitlam, BC',null,'2023-07-26 13:39:42','2023-07-26 13:39:42',null,'RBACALL@idir','2023-07-31 11:42:40',null,null,null,null,'OPEN','PORTCOQ',ST_GeomFromText('POINT(-122.7416886 49.2714923)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030974','Calling to report a fawn hit by a car',null,null,null,null,null,null,'Admirals Rd, View Royal, BC','Half a KM north of Calville Rd','2023-07-26 14:02:31','2023-07-26 14:02:31',null,'ISCHMIDT@idir','2023-07-26 14:05:05',null,null,null,null,'OPEN','VICTORIA',ST_GeomFromText('POINT(-123.426028 48.4464526)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030977','Calling to report a black bear sleeping in some trees',null,null,null,null,null,null,'Lombardie Dr, Quesnel, BC',null,'2023-07-26 14:05:49','2023-07-26 14:05:49',null,'ISCHMIDT@idir','2023-07-26 14:06:52',null,null,null,null,'CLOSED','QUESNEL',ST_GeomFromText('POINT(-122.4560802 52.9630939)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030978','Calling to report a deer laying in the sun, believes that is distressed because it is not moving around. It has not moved for about an hour. ',null,null,null,null,null,null,'3842 Old Okanagan Hwy, West Kelowna, BC',null,'2023-07-26 14:13:22','2023-07-26 14:13:22',null,'KOWENS@idir','2023-07-27 10:52:01',null,null,null,null,'CLOSED','WSTKELOW',ST_GeomFromText('POINT(-119.6267011 49.8247296)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030979','Calling to report a black bear has been getting in the garden, eating the corn and damaging other plants. Also broke the compost bin. Wondering how the bear can be deterred. The caller also has apple trees. Requesting a CO call back',null,null,null,null,null,null,'2333 Lobb Ave, Port Coquitlam, BC',null,'2023-07-26 14:22:32','2023-07-26 14:22:32',null,'ISCHMIDT@idir','2023-07-26 14:26:58',null,null,null,null,'OPEN','PORTCOQ',ST_GeomFromText('POINT(-122.7833471 49.2533502)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030980','COM reports BB damaged hers and her neighbors fence and has just been hanging around a lot',null,null,null,null,null,null,'1565 Angelo Ave, Port Coquitlam, BC',null,'2023-07-26 14:24:29','2023-07-26 14:24:29',null,'PDAYTON@idir','2023-07-27 15:04:11',null,null,null,null,'CLOSED','PORTCOQ',ST_GeomFromText('POINT(-122.7578803 49.2620247)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030982','Caller reporting a BB that came out of the bushes from eating berries. The bb is in the area of Connections Wellness center Clubhouse',null,null,null,null,null,null,'2849 Norwood St, Prince George, BC',null,'2023-07-26 14:30:43','2023-07-26 14:30:43',null,'EMCARTHU@idir','2023-07-27 15:38:15',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7496488 53.8937853)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030983','Caller reporting a moose carcass in the ditch 100 yards off the road not impeding traffic. -',null,null,null,null,null,null,'Fox Mountain Rd, Williams Lake, BC','Fox mountain Rd just passed Ross rd 100 yards beside quad trail','2023-07-26 14:31:10','2023-07-26 14:31:10',null,'JPAULS@idir','2023-07-31 09:09:18',null,null,null,null,'CLOSED','WILLMSLK',ST_GeomFromText('POINT(-122.0945716 52.148643)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030984','COM reports a BB is hanging around the farm a lot an bluff charged the COMs dog when dog tried to chase the dog. ',null,null,null,null,null,null,'1441 Hoferkamp Rd, Prince George, BC',null,'2023-07-26 14:34:21','2023-07-26 14:34:21',null,'BRADAMS@idir','2023-07-26 18:46:37',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7276296 53.9355084)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030985','RAPP Form Submission : Not a violation but a problem that occured. There has been a bear (on the smaller side so suspected to be a young one) who has visited our back yard more than twice. For your information, we have a giant cherry tree in our backyard as well as a blackberry bush. We cannot get rid of the bear but we are scared that it will be dangerous for anyone that lives there. We are happy with any help provided. - -Please contact the phone number and/or the email address listed above for any other inquiries. -For the people who saw the bear: -Hu Cui -12385 231B St Maple Ridge -403 918 9277 - -I understand that this is not a poaching or polluting problem, however, there was no other section that I could find to report this in. If one is available, I would be happy to submit another report in that section. Thank you for understanding! -',null,null,null,null,null,null,'2108 Ridgeway Cres, Squamish, BC',null,'2023-07-26 14:37:24','2023-07-26 13:37:00',null,'CROCHON@idir','2023-07-30 10:00:25',null,null,null,null,'OPEN','SQUMISH',ST_GeomFromText('POINT(-123.1275978 49.7403167)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030988','COM reports 3 young BB running on a trail in the park',null,null,null,null,null,null,'','Mundy Park','2023-07-26 14:30:00','2023-07-26 14:47:27',null,'PDAYTON@idir','2023-07-27 15:03:42',null,null,null,null,'CLOSED','PORTCOQ',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030989','0300 security camera recorded a BB accessing caller''s garbage can - rewarded -caller intends to store in garage',null,null,null,null,null,null,'',null,'2023-07-26 14:47:43','2023-07-26 14:47:43',null,'TBIRNEY@idir','2023-07-26 14:50:54',null,null,null,null,'OPEN','BURNBY',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030992','European Adder, venomous, identified with an app, currently have it trapped in a log with a net against it.',null,null,null,null,null,null,'','Airforce Beach','2023-07-26 14:51:52','2023-07-26 14:51:52',null,'CHAMLYN@idir','2023-07-26 16:30:04',null,null,null,null,'OPEN','COMOX',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030994','Caller reporting a sow and 3 cubs in a carport across the street. They appear to be relaxing at this time. ask caller to phone back if they are causing problems. ',null,null,null,null,null,null,'3178 Gambier Ave, Coquitlam, BC',null,'2023-07-26 15:04:45','2023-07-26 15:04:45',null,'PBRACKEN@idir','2023-07-26 15:10:15',null,null,null,null,'CLOSED','COQUITLM',ST_GeomFromText('POINT(-122.7788948 49.2888525)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030996','Calling to report a black bear is sleeping in the trees next to the picnic tables and playground',null,null,null,null,null,null,'','Evergreen Park','2023-07-26 15:07:26','2023-07-26 15:07:26',null,'PDAYTON@idir','2023-07-27 15:03:18',null,null,null,null,'CLOSED','PORTCOQ',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030997','Caller reporting injured doe deer with a non weight bearing rear left leg spotted at 1230 on King Rd.',null,null,null,null,null,null,'2155 Salmon Rd, Nanaimo, BC',null,'2023-07-26 15:09:29','2023-07-26 15:09:29',null,'DSEXTON@idir','2023-08-11 14:23:07',null,null,null,null,'CLOSED','NANAIMO',ST_GeomFromText('POINT(-123.9838935 49.1678084)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-030999','Caller reporting BB walked through his back yard toward farmland at 1515. Caller live close to Francis/King park.',null,null,null,null,null,null,'4161 Prospect Lake Rd, Saanich, BC',null,'2023-07-26 15:17:57','2023-07-26 15:17:57',null,'MAWILSON@idir','2023-07-28 08:03:15',null,null,null,null,'CLOSED','VICTORIA',ST_GeomFromText('POINT(-123.4377829 48.4862412)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031000','Calling to report a deer that may have been hit by a car and is still mobile.',null,null,null,null,null,null,'Maple Bay Fire Hall, Duncan',null,'2023-07-26 15:23:47','2023-07-26 15:23:47',null,'DSEXTON@idir','2023-08-11 14:22:08',null,null,null,null,'CLOSED','DUNCAN',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031001','Black bear spotted at our house-2220 Nelson Ave..WV around 2PM today, July26/23. Bear entered property through the hedge to from yard. Proceeded down the side of house..then disappeared. I banged pots,. from inside the house, til the bear disappeared -I didn''t see the direction the bear took. The bear was of adult size..looking for food. -',null,null,null,null,null,null,'2220 Nelson Ave, West Vancouver, BC',null,'2023-07-26 15:24:43','2023-07-26 15:24:43',null,'DLEWERS@idir','2023-07-26 15:26:07',null,null,null,null,'CLOSED','WSTVANCO',ST_GeomFromText('POINT(-123.1712179 49.3388766)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031005','Mother and 3 cubs eating garbage, cat food and cleaning up peoples BBQs. Habituated, came up to their front door. No aggression, not responsive to hazing. Wondering if they can shoot the bears on their property.',null,null,null,null,null,null,'4056 Baxter Rd, Cluculz Lake, BC',null,'2023-07-26 15:39:13','2023-07-26 15:39:13',null,'MITO@idir','2023-08-09 12:03:14',null,null,null,null,'CLOSED','CLUCLZLK',ST_GeomFromText('POINT(-123.5835264 53.8899811)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031008','Barbed wire wrapped around middle of belly, and protruding above. mobile. -Two this-year fawns accompanying -',null,null,null,null,null,null,'','peninsula and bay','2023-07-26 15:46:13','2023-07-26 15:46:13',null,'DSEXTON@idir','2023-08-11 14:24:11',null,null,null,null,'CLOSED','UCLUELET',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031011','Past few days – BB loitered in back yard -Negative garbage. Caller has noticed that rat traps have been moved, did not see how. -',null,null,null,null,null,null,'',null,'2023-07-26 16:04:59','2023-07-26 16:04:59',null,'TBIRNEY@idir','2023-07-26 16:06:44',null,null,null,null,'CLOSED','WSTVANCO',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031013','COM reports young buck with string of mini-lights on its antler',null,null,null,null,null,null,'395 Reynolds Rd, Lillooet, BC',null,'2023-07-26 16:09:53','2023-07-26 16:09:53',null,'JXKLINE@idir','2023-07-28 08:36:40',null,null,null,null,'CLOSED','LILLOOET',ST_GeomFromText('POINT(-121.9217183 50.7097857)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031016','Moose sustained two broken legs due to MVI (understand both rear) -Caller applied three pieces of yellow duct tape on a bush at the crawl trail - -LVM CO Dyke -LVM CO Mayowski -Briefed Sgt Lacey',null,null,null,null,null,null,'','2.8km del rio road (down side) - end of jackfish road, 55km east of chetwynd','2023-07-26 16:23:26','2023-07-26 16:23:26',null,'BALACEY@idir','2023-07-27 11:53:00',null,null,null,null,'OPEN','CHETWND',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031018','COM advised of a black bear in their backyard last night. No attractants/aggression. Reported to ',null,null,null,null,null,null,'190 Highview Pl, Lions Bay, BC',null,'2023-07-26 16:36:00','2023-07-26 16:36:00',null,'LEARCHIB@idir','2023-07-26 16:37:55',null,null,null,null,'CLOSED','LIONSBAY',ST_GeomFromText('POINT(-123.2327591 49.4561565)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031019','COM reports BB wont leave the acreage and she is worried about her grandkids. 5',null,null,null,null,null,null,'999 Crawford Rd, Kelowna, BC',null,'2023-07-26 16:42:49','2023-07-26 16:42:49',null,'DLEWERS@idir','2023-07-26 16:45:33',null,null,null,null,'CLOSED','KELOWNA',ST_GeomFromText('POINT(-119.4731851 49.8242303)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031024','COM reporting a sighting of a bb in her back yard. She was just startled and it ran away quickly when confronted. ',null,null,null,null,null,null,'1830 Mamquam Rd, Squamish, BC',null,'2023-07-26 16:52:43','2023-07-26 16:52:43',null,'EFITCH@IDIR','2023-07-26 16:56:29',null,null,null,null,'CLOSED','SQUMISH',ST_GeomFromText('POINT(-123.1373862 49.7335981)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031025','Calling to report a very small coyote pup that looks to have been abandoned. It has been sitting at the side of the road all day, the caller first spotted it on their commute to work this morning and it is still there on her commute home. ',null,null,null,null,null,null,'180 St and 93A Ave, Surrey, BC',null,'2023-07-26 16:55:35','2023-07-26 16:55:35',null,'ALBUCHAN@idir','2023-07-27 11:38:14',null,null,null,null,'OPEN','SURRY',ST_GeomFromText('POINT(-122.723735 49.1726706)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031026','There is a bear in their neighbours garden laying down. Went through callers garbage and caller has since moved them to their garage. ',null,null,null,null,null,null,'1754 Ottawa Pl, West Vancouver, BC',null,'2023-07-26 17:01:14','2023-07-26 17:01:14',null,'TDSCHUMA@idir','2023-07-27 14:46:16',null,null,null,null,'CLOSED','WSTVANCO',ST_GeomFromText('POINT(-123.1613388 49.3393201)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031027','Bear report, COM reports they could not call RAPP. A farm and little store, bear came into the store grabbed some food and is now in a tree. No indication of aggression. RCMP# SC-5280, someone might attend, not sure when. - -RP: Ashley 604-740-2138',null,null,null,null,null,null,'2025 Sunshine Coast Hwy, Roberts Creek, BC','Red Wagon Farm','2023-07-26 17:07:53','2023-07-26 17:07:53',null,'COMILLER@idir','2023-07-26 17:14:12',null,null,null,null,'OPEN','ROBERTSC',ST_GeomFromText('POINT(-123.5815568 49.4115709)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031028','Calling to report a deer with a broken front leg, still mobile.',null,null,null,null,null,null,'Bay St and Country Club Dr, Nanaimo, BC',null,'2023-07-26 17:12:47','2023-07-26 17:12:47',null,'DSEXTON@idir','2023-08-11 14:24:58',null,null,null,null,'CLOSED','NANAIMO',ST_GeomFromText('POINT(-123.991833 49.2064693)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031029','Reporting an injured baby deer limping. Saw a car clipped the deer, someone picked it up and put it on the side of the road. It is still mobile.',null,null,null,null,null,null,'Bear Creek Rd and Lindley Dr and Westside Rd, West Kelowna, BC','Just after Dane Orchards on the lake side of the road.','2023-07-26 17:24:33','2023-07-26 17:24:33',null,'KOWENS@idir','2023-07-27 10:35:57',null,null,null,null,'CLOSED','KELOWNA',ST_GeomFromText('POINT(-119.542161 49.8933316)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031030','COM is reporting a deer with a broken hind leg and cannot put weight on it. COM also noted other scrapes and lacerations on its body. Deer is mobile and was heading into the bushes at the time of the call. ',null,null,null,null,null,null,'582 North Fraser Dr, Quesnel, BC',null,'2023-07-26 17:40:23','2023-07-26 17:40:23',null,'KYBUECKE@idir','2023-07-27 09:03:22',null,null,null,null,'CLOSED','QUESNEL',ST_GeomFromText('POINT(-122.506332 52.9816347)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031031','COM reporting 2 BB yearlings up a tree and they have been into garbage',null,null,null,null,null,null,'4331 Foster Rd, Prince George, BC',null,'2023-07-26 17:48:30','2023-07-26 17:48:30',null,'EMCARTHU@idir','2023-07-27 15:34:19',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.781811 53.8733733)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031032','COM reporting bb up in her tree, after getting neighbors garbage. Her dogs then chased it and the bear is not moving from the tree advised to give it some space to exit. She will discuss with the neighbor about securing garbage in future. ',null,null,null,null,null,null,'52755 Stonewood Pl, Popkum, BC',null,'2023-07-26 17:48:54','2023-07-26 17:48:54',null,'EFITCH@IDIR','2023-07-26 17:58:31',null,null,null,null,'OPEN','POPKUM',ST_GeomFromText('POINT(-121.770195 49.1811938)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031033','COM reporting BB sighting',null,null,null,null,null,null,'Freeman St, Prince George, BC',null,'2023-07-26 18:14:01','2023-07-26 18:14:01',null,'DLEWERS@idir','2023-07-26 18:16:41',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7737509 53.917826)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031034','COM is reporting a bear in the creek area beside her home that is eating grass. No aggressive behaviour and no food conditioned behaviour to unnatural food sources. ',null,null,null,null,null,null,'1468 Kilmer Rd, District of North Vancouver, BC',null,'2023-07-26 18:15:58','2023-07-26 18:15:58',null,'IPAVLOVI@IDIR','2023-07-26 18:18:21',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.0328211 49.3463345)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031035','COM reporting BB broke side fence and is huffing and is now up a tree in the front yard of neighborhood. Not charging people or is aggressive but is huffing. He was advised that the CO has been circling around the neighbourhood, and thinks he is probably looking for it. ',null,null,null,null,null,null,'1414 Freeman St, Prince George, BC',null,'2023-07-26 18:18:21','2023-07-26 18:18:21',null,'EMCARTHU@idir','2023-07-27 15:52:36',null,null,null,null,'OPEN','PRINGEOR',ST_GeomFromText('POINT(-122.7735028 53.9112178)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031037','COM is reporting that her children advised her on an injured deer at the noted location. Advised that the deer was lying down at the noted address and appears to have a broken front right leg. Advised that when the children first saw the deer it was standing and mobile. ',null,null,null,null,null,null,'2760 Elk St, Nanaimo, BC',null,'2023-07-26 18:24:18','2023-07-26 18:24:18',null,'DSEXTON@idir','2023-08-11 14:25:45',null,null,null,null,'CLOSED','NANAIMO',ST_GeomFromText('POINT(-123.9731262 49.2041923)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031038','COM is reporting that a live bear trap was set up earlier and the bear is in it now. - -X-Ref - HWCR23-030388',null,null,null,null,null,null,'320 Brandon Ave, Penticton, BC',null,'2023-07-26 18:33:54','2023-07-26 18:33:54',null,'BRANBECK@idir','2023-07-27 09:46:00',null,null,null,null,'CLOSED','PENTICTN',ST_GeomFromText('POINT(-119.5930051 49.4649851)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031039','COM had a collision with a deer 30 min ago. Advised that it was hopping/ mobile for a little bit after the initial collision but it is now lying down and panting heavily. COM was unable to describe the extent of how severe the injuries are. Ops Officer will attempt to contact CO''s due to the deer potentially being immobile. COM advises that the deer was initially mobile. -',null,null,null,null,null,null,'22732 132 Ave, Maple Ridge, BC',null,'2023-07-26 18:36:21','2023-07-26 18:36:21',null,'IPAVLOVI@IDIR','2023-07-26 19:05:57',null,null,null,null,'OPEN','MAPLERID',ST_GeomFromText('POINT(-122.5917866 49.2411457)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031041','COM is reporting that someone dumped a dead dog on their property. COM believes the dog was struck by a motorist at some point. Advised that the dead dog is attracting wildlife. COM is concerned that the predators being attracted will put their livestock at risk. - -',null,null,null,null,null,null,'Westside Rd, Spillimacheen, BC',null,'2023-07-26 18:48:50','2023-07-26 18:48:50',null,'MATTHEWH@idir','2023-08-04 08:39:15',null,null,null,null,'CLOSED','SPLLMCHN',ST_GeomFromText('POINT(-116.3639266 50.8641881)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031044','COM reporting BB sighting -PD will be doing a patrol',null,null,null,null,null,null,'15th St and Nelson Ave, West Vancouver, BC',null,'2023-07-26 19:30:03','2023-07-26 19:30:03',null,'DLEWERS@idir','2023-07-26 19:31:22',null,null,null,null,'CLOSED','WSTVANCO',ST_GeomFromText('POINT(-123.1569156 49.3390859)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031045','COM is reporting a bear that is digging through the neighbour''s garbage bin. No aggressive behaviour reported. ',null,null,null,null,null,null,'61650 Robertson Ave, Port Coquitlam, BC',null,'2023-07-26 19:32:16','2023-07-26 19:32:16',null,'PDAYTON@idir','2023-07-27 15:14:24',null,null,null,null,'CLOSED','PORTCOQ',ST_GeomFromText('POINT(-122.7588469 49.262716)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031046','COM is reporting a sow and 2 bear cubs that accessed garbage at their residential complex this morning. Advised that the sow hissed COM and her young children. Sow was unafraid of COM. COM is concerned for the safety of her young children. -',null,null,null,null,null,null,'UNIT 3 -- 5211 Trans-Canada Hwy, Tappen, BC',null,'2023-07-26 09:30:00','2023-07-26 19:36:01',null,'TBECK@idir','2023-07-27 09:37:04',null,null,null,null,'CLOSED','TAPPEN',ST_GeomFromText('POINT(-119.338338 50.7709264)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031047','COM is reporting seeing a young black bear. COM was in a trailer and showering and could hear banging outside. COM investigated and saw a black bear pressing against the trailer window and looking through the door a couple of times. No attractants present outside but COM said he was chopping vegetables for dinner earlier. ',null,null,null,null,null,null,'Mile 462, Alaska Hwy, Muncho Lake','Opposite side of the Northern Rockies Lodge ','2023-07-26 19:47:00','2023-07-26 19:47:00',null,'EHARBICH@idir','2023-07-27 11:58:50',null,null,null,null,'CLOSED','MUNCHOLK',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031048','Caller reporting on behalf of COM who advised a deer has been hit by a vehicle and is not mobile by the south bound lane in the ditch of the location noted below. COMs name is Brook and can be reached at the alt number listed below. Caller advised that it sounded like a mother deer with a fawn.',null,null,null,null,null,null,'','HWY 43 just off Lower Elk Rd ','2023-07-26 19:50:22','2023-07-26 19:50:22',null,'RYGORDON@idir','2023-07-27 07:56:54',null,null,null,null,'CLOSED','SPRWOOD',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031049','COM is reporting an immobile fawn that cannot stand up. Has blood on its back. There is a few does around. Might have a broken leg. ',null,null,null,null,null,null,'4000 Brown Rd, West Kelowna, BC',null,'2023-07-26 19:59:01','2023-07-26 19:59:01',null,'KOWENS@idir','2023-07-27 10:34:07',null,null,null,null,'CLOSED','WSTKELOW',ST_GeomFromText('POINT(-119.6278914 49.8186954)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031050','Caller reporting a seal pup that is at the location noted below and has a gash on its head about a dime sized. Advised it is bleeding on the beach and just wanted to report it.',null,null,null,null,null,null,'water front beach park ','Waterfront beach park ','2023-07-26 20:03:04','2023-07-26 20:03:04',null,'DDUFFY@idir','2023-07-26 20:08:37',null,null,null,null,'CLOSED','NANAIMO',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031052','COM reporting BB sighting -',null,null,null,null,null,null,'Marine Park Dr NE, Salmon Arm, BC','walking towards Marine Park','2023-07-26 20:33:09','2023-07-26 20:33:09',null,'DLEWERS@idir','2023-07-26 20:34:21',null,null,null,null,'CLOSED','SALMARM',ST_GeomFromText('POINT(-119.2820994 50.7055724)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031054','Caller reporting a black bear on her property eating Saskatoon bushes. Advised she can''t go outside because the bear is there everyday eating the bushes. Advised the bear has been harassing the golf course. -***COM Requesting a CO callback***',null,null,null,null,null,null,'2680 Stones Bay Rd, Fort St. James, BC',null,'2023-07-26 20:38:36','2023-07-26 20:38:36',null,'BKNIBBS@idir','2023-07-27 10:26:07',null,null,null,null,'CLOSED','FTSTJAME',ST_GeomFromText('POINT(-124.2923556 54.4579201)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031056','Caller reporting a grizzly bear that has been around the house for the past week now. Advised the bear has not gotten into garbages or behaving aggressively today. Advised he has been close to the house and has been checking out the califs and is worried about it going after the them. Advised that Bella Coola CO Chris is who he would like to speak to. ***Requesting a CO callback***',null,null,null,null,null,null,'','Eagle Lake Ranch ','2023-07-26 20:47:07','2023-07-26 20:47:07',null,'CPOSTHUM@idir','2023-08-03 08:54:57',null,null,null,null,'CLOSED','BLLACOOL',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031057','COM reporting BB in the garbage',null,null,null,null,null,null,'2593 Parent Rd, Prince George, BC',null,'2023-07-26 20:59:45','2023-07-26 20:59:45',null,'EMCARTHU@idir','2023-07-27 17:37:22',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7712753 53.8606771)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031060','COM reports deer struck by a car in the middle of the road and unable to get up. - -2110 briefed CO Melenka -',null,null,null,null,null,null,'14th Ave S and 14th St S, Cranbrook, BC',null,'2023-07-26 21:08:45','2023-07-26 21:08:45',null,'RKRENZ@idir','2023-08-04 14:02:14',null,null,null,null,'OPEN','CRANBRK',ST_GeomFromText('POINT(-115.7597728 49.4949503)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031061','COM reporting BB eating corn on the property ',null,null,null,null,null,null,'3555 Ross Rd, Abbotsford, BC',null,'2023-07-26 21:17:36','2023-07-26 21:17:36',null,'DLEWERS@idir','2023-07-26 21:18:45',null,null,null,null,'OPEN','ABTFRD',ST_GeomFromText('POINT(-122.4124896 49.0686961)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031062','Caller reporting a black bear that keeps going through the garbage bins in the area noted below. Advised he did not get into any garbages today. ',null,null,null,null,null,null,'38052 Guilford Dr, Squamish, BC',null,'2023-07-26 21:17:48','2023-07-26 21:17:48',null,'DDUFFY@idir','2023-07-26 21:20:55',null,null,null,null,'OPEN','SQUMISH',ST_GeomFromText('POINT(-123.1353392 49.6970259)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031063','COM reports a falcon or hawk stuck down a dry outhouse hole. -COM reports its on FB post - -2145 LM CO Kline',null,null,null,null,null,null,'7592 Hwy 24, Lone Butte ',null,'2023-07-26 21:37:24','2023-07-26 21:37:24',null,'JXKLINE@idir','2023-07-28 08:38:31',null,null,null,null,'CLOSED','LONEBTTE',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031064','Caller reporting 2 coyte walking by the location noted below. ',null,null,null,null,null,null,'142 St and 32 Ave, Surrey, BC',null,'2023-07-26 21:38:15','2023-07-26 21:38:15',null,'DDUFFY@idir','2023-07-26 21:40:44',null,null,null,null,'CLOSED','SURRY',ST_GeomFromText('POINT(-122.828764 49.0602343)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031066','COM reporting BB in garbage',null,null,null,null,null,null,'686 Poplar St, Coquitlam, BC',null,'2023-07-26 21:47:00','2023-07-26 21:47:00',null,'DLEWERS@idir','2023-07-26 21:48:15',null,null,null,null,'OPEN','COQUITLM',ST_GeomFromText('POINT(-122.8400843 49.2588329)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031067','COM is advising that the bear trap has caught a bear. ',null,null,null,null,null,null,'6963 Adam Dr, Prince George, BC',null,'2023-07-26 21:50:35','2023-07-26 21:50:35',null,'HSTARK@idir','2023-07-26 22:24:42',null,null,null,null,'OPEN','PRINGEOR',ST_GeomFromText('POINT(-122.7810063 53.995336)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031068','COM reports a BB got into Alpaca paddock from a forested area and might have chased alpacas in the paddock. The alpacas ran to towards the COMS house. ',null,null,null,null,null,null,'1010 Hutchinson Rd, Cobble Hill, BC',null,'2023-07-26 20:30:00','2023-07-26 21:50:51',null,'MAWILSON@idir','2023-07-28 08:09:42',null,null,null,null,'OPEN','COBBLHIL',ST_GeomFromText('POINT(-123.5720041 48.6862396)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031071','COM reports BB in garbage',null,null,null,null,null,null,'8030 Wansa Rd, Pineview FFG, BC',null,'2023-07-26 22:06:44','2023-07-26 22:06:44',null,'EMCARTHU@idir','2023-07-27 17:37:50',null,null,null,null,'CLOSED','PINEVIEW',ST_GeomFromText('POINT(-122.6978787 53.852989)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031072','COM reporting BB sighting',null,null,null,null,null,null,'Gibsons Way, Gibsons, BC',null,'2023-07-26 22:08:11','2023-07-26 22:08:11',null,'DLEWERS@idir','2023-07-26 22:09:05',null,null,null,null,'CLOSED','GIBSONS',ST_GeomFromText('POINT(-123.5175782 49.4067599)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031073','RCMP are advising that they received a report of what looks to be a 2-3 year old bear at the noted location. No aggressive behaviour reported but COM did advise police that the bear was digging around in the garbage there. ',null,null,null,null,null,null,'2665 Jasper St, Prince George, BC',null,'2023-07-26 22:17:54','2023-07-26 22:17:54',null,'EMCARTHU@idir','2023-07-27 15:33:13',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.743123 53.8958155)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031075','COM is reporting a bear at the noted park. No food conditioned or aggressive behaviour reported. - -',null,null,null,null,null,null,'Rainbow Park ',null,'2023-07-26 22:29:38','2023-07-26 22:29:38',null,'IPAVLOVI@IDIR','2023-07-26 22:32:17',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031076','COM reports BB was on the campus and took off into the woods',null,null,null,null,null,null,'University Dr W, Burnaby, BC',null,'2023-07-26 22:32:20','2023-07-26 22:32:20',null,'DLEWERS@idir','2023-07-26 22:33:53',null,null,null,null,'CLOSED','BURNBY',ST_GeomFromText('POINT(-122.9275756 49.281254)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031079','Caller is advising that he works for Critter Care Wildlife and they have a live trap set up at Minnekhada Park for an orphaned bear cub. The park ranger just phoned caller and advised that the trap has caught a cub but it is the wrong cub and the sow is there. - -Park Ranger - 604-765-0258',null,null,null,null,null,null,'Minnekhada Pk, Coquitlam, BC',null,'2023-07-26 22:55:22','2023-07-26 22:55:22',null,'EVEROBER@idir','2023-07-27 10:15:42',null,null,null,null,'OPEN','COQUITLM',ST_GeomFromText('POINT(-122.70636 49.2965829)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031080','COM reporting BB in garbage',null,null,null,null,null,null,'843 Lorne White Pl, Ucluelet, BC',null,'2023-07-26 23:07:19','2023-07-26 23:07:19',null,'MAWILSON@idir','2023-07-28 08:16:47',null,null,null,null,'CLOSED','UCLUELET',ST_GeomFromText('POINT(-125.5606337 48.9410153)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031082','Caller reporting a black bear inside the longhorn lodge. Advised the black bear is eating the garbage in the building. -**Calling CO due to the bear being in the building.**',null,null,null,null,null,null,'5340 Hastings St, Burnaby, BC',null,'2023-07-26 23:59:19','2023-07-26 23:59:19',null,'TDSCHUMA@idir','2023-08-03 12:45:09',null,null,null,null,'OPEN','BURNBY',ST_GeomFromText('POINT(-122.9854035 49.2800071)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031083','COM reports BB in garbage',null,null,null,null,null,null,'1075 Beaufort Rd, District of North Vancouver, BC',null,'2023-07-27 00:02:04','2023-07-27 00:02:04',null,'TDSCHUMA@idir','2023-07-27 14:44:20',null,null,null,null,'OPEN','NORVAN',ST_GeomFromText('POINT(-122.9583094 49.3165392)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031084','COM reports a full campground with about 1000 people and one of the of the campers saw a cougar walk behind site 1 towards site 3. - -0015 LM CO Gudbranson -0016 LM CO Hamlyn -0018 LM CO Newton -0019 LM CO Bjarnason',null,null,null,null,null,null,'1640 Seaview Rd, Black Creek, BC','Miracle Beach Park','2023-07-27 00:12:22','2023-07-27 00:12:22',null,'MAWILSON@idir','2023-07-28 08:19:56',null,null,null,null,'OPEN','BLKCRK',ST_GeomFromText('POINT(-125.0892392 49.8475562)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031088','Caller report deer with injured front still mobile at the location noted below. COM advised deer is wondering around the neighborhood.',null,null,null,null,null,null,'891 Ogden Rd, West Kelowna, BC',null,'2023-07-27 05:53:59','2023-07-27 05:53:59',null,'KOWENS@idir','2023-07-27 10:31:24',null,null,null,null,'CLOSED','WSTKELOW',ST_GeomFromText('POINT(-119.5522416 49.8526083)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031089','Caller reporting black bear came down the driveway and went into the backyard at the location noted below. Advised the bear was just passing through but wanted to report it as there is kids in the neighbourhood and com is worried about the bear having an interaction with the kids. ',null,null,null,null,null,null,'4781 18 St NE, Salmon Arm, BC',null,'2023-07-27 05:57:07','2023-07-27 05:57:07',null,'JMCSTRAV@idir','2023-08-02 06:11:30',null,null,null,null,'CLOSED','SALMARM',ST_GeomFromText('POINT(-119.2641929 50.734684)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031090','Caller reporting a black bear eating some garbage on the street noted below. Advised it is garbage day this morning. ',null,null,null,null,null,null,'626 Bentley Rd, Port Moody, BC','At the end of the road just past the above location ','2023-07-27 06:14:55','2023-07-27 06:14:55',null,'PDAYTON@idir','2023-07-27 15:13:50',null,null,null,null,'CLOSED','PORTMDY',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031091','Caller reporting a deer with an injured leg in the yard. The deer is mobile.',null,null,null,null,null,null,'3935 Ruth Lake Rd, Forest Grove, BC',null,'2023-07-27 06:44:57','2023-07-27 06:44:57',null,'JXKLINE@idir','2023-07-28 08:40:14',null,null,null,null,'CLOSED','FORSTGRV',ST_GeomFromText('POINT(-121.0661078 51.8185538)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031092','Caller reports a bb that has destroyed his garbage cans. The caller has been strapping the cans to the fence, and the bb has managed to get inside them. -this year he is around continuously. The caller says he is a contractor and has no room in his garage for the garbage bins. - -** Caller requests a callback',null,null,null,null,null,null,'879 Wright Ave, Port Coquitlam, BC',null,'2023-07-27 06:57:48','2023-07-27 06:57:48',null,'PBRACKEN@idir','2023-07-27 07:09:12',null,null,null,null,'OPEN','PORTCOQ',ST_GeomFromText('POINT(-122.73911 49.2723964)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031094','Caller reporting a BB that is coming into the yard with others garbage. This has become a continuous issue. The caller''s garbage is contained. -** Caller requesting a callback. ',null,null,null,null,null,null,'3727 Inverness Rd, West Kelowna, BC',null,'2023-07-27 07:02:33','2023-07-27 07:02:33',null,'HGOOLIAF@idir','2023-08-14 16:16:37',null,null,null,null,'CLOSED','WSTKELOW',ST_GeomFromText('POINT(-119.6477004 49.8305659)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031096','Caller reporting bear is walking towards his house. Caller is very scared and would like a CO to speak to. ',null,null,null,null,null,null,'2185 Deep Cove Rd, District of North Vancouver, BC',null,'2023-07-27 07:17:02','2023-07-27 07:17:02',null,'BJETTE@idir','2023-07-27 07:22:24',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-122.9525387 49.3266902)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031097','Calling to report that a black bear has been coming onto her deck to get her garbage. Says it is secured but hers is the only one the bear gets into on the street. The caller would like the bear trapped because it comes 2-3 times a week. Would appreciate a CO call back',null,null,null,null,null,null,'4921 10 Ave SE, Salmon Arm, BC',null,'2023-07-27 07:19:00','2023-07-27 07:19:00',null,'TBECK@idir','2023-07-27 09:23:54',null,null,null,null,'CLOSED','SALMARM',ST_GeomFromText('POINT(-119.2284871 50.69314)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031099','Caller reported a bear ripped a hole off his house at 0630. Caller hit him with a rack and used an airhorn. Caller suspects there is a wasp nest there. ',null,null,null,null,null,null,'9157 Summer Lane, Whistler, BC',null,'2023-07-27 07:27:02','2023-07-27 07:27:02',null,'TDSCHUMA@idir','2023-07-27 15:43:24',null,null,null,null,'CLOSED','WHISTLER',ST_GeomFromText('POINT(-122.9259246 50.1602581)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031101','Calling to report a black bear has been in the RV area and doesn''t seem afraid of people. Hasn''t gotten into anything at this point',null,null,null,null,null,null,'70 MacKenzie Blvd, Mackenzie, BC',null,'2023-07-27 07:35:37','2023-07-27 07:35:37',null,'ISCHMIDT@idir','2023-07-27 07:37:20',null,null,null,null,'CLOSED','MACKENZI',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031105','Large bear has been frequenting the neighborhood and getting to the fruit trees. COM believes someone will likely shoot the bear if he continues to be a problem.',null,null,null,null,null,null,'3070 Byman Rd, Ferndale-Tabor, BC',null,'2023-07-27 08:01:38','2023-07-27 08:01:38',null,'EMCARTHU@idir','2023-07-27 16:21:47',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.5690855 53.9086817)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031107','BB in the garbage bins near the drive thru at Starbucks.',null,null,null,null,null,null,'5212 Domano Blvd, Prince George, BC','Starbucks','2023-07-27 08:06:32','2023-07-27 08:06:32',null,'EMCARTHU@idir','2023-07-27 17:42:29',null,null,null,null,'OPEN','PRINGEOR',ST_GeomFromText('POINT(-122.7750021 53.8680963)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031112','Caller reported a badger that was in her yard last night. Caller''s husband chased it out of the yard.',null,null,null,null,null,null,'1820 Mt Connell Cres N, Cranbrook, BC',null,'2023-07-27 08:27:51','2023-07-27 08:27:51',null,'BJETTE@idir','2023-07-27 08:32:03',null,null,null,null,'CLOSED','CRANBRK',ST_GeomFromText('POINT(-115.7344899 49.5294136)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031113','Bear cub struck by a vehicle, on the roadway unable to move. - -Original caller: Jessica 778-209-4938',null,null,null,null,null,null,'Halston Ave and Paul Lake Rd and Yellowhead Hwy, Kamloops IR No 1, BC','EB on Paul Lke Rd','2023-07-27 08:30:53','2023-07-27 08:30:53',null,'JCONNAT@idir','2023-07-27 11:58:15',null,null,null,null,'CLOSED','KAMLOOPS',ST_GeomFromText('POINT(-120.3295702 50.7095839)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031114','Calling to report there is a black bear in his apple tree',null,null,null,null,null,null,'2780 Alderbrook Pl, Shirley, BC',null,'2023-07-27 08:31:24','2023-07-27 08:31:24',null,'MAWILSON@idir','2023-07-28 08:29:33',null,null,null,null,'OPEN','JORDNRVR',ST_GeomFromText('POINT(-123.9383983 48.3895193)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031119','Caller is reporting a brazen black bear that is sleeping on her deck and ripping up her recycling for the past 3 days in a row. Caller has had to chase it from her property 3 times a day with their car and the bear is not afraid anymore. ',null,null,null,null,null,null,'29 Manitoba Dr, Mackenzie, BC',null,'2023-07-27 08:49:28','2023-07-27 08:49:28',null,'HIDESMAR@idir','2023-07-30 16:35:04',null,null,null,null,'CLOSED','MACKENZI',ST_GeomFromText('POINT(-123.1661898 55.3897793)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031120','Reporting a fox is living under the porch and they don''t know what to do about it. Requesting a CO call back',null,null,null,null,null,null,'204 Redstone Reserve Rd, Chilanko Forks, BC',null,'2023-07-27 08:49:45','2023-07-27 08:49:45',null,'ISCHMIDT@idir','2023-07-27 08:53:17',null,null,null,null,'CLOSED','WILLMSLK',ST_GeomFromText('POINT(-123.9514776 52.1370514)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031121','Caller reported a week ago he saw a cougar on his property. Caller was walking across a foot bridge and startled the cougar. The caller also startled and ran past it up the driveway. Caller saw a neighbour walking her little dogs and alerted her. Caller has not seen the cougar since. -***Caller does not have reception at this home but will get voice messages when he goes into town. Caller also noted his address is marked with his truck (address is in the back window) and CO would have to walk up the drive if they need to go in. Caller is most always home. ',null,null,null,null,null,null,'229 Rosebud Lake Rd, Nelway, BC',null,'2023-07-27 08:52:12','2023-07-27 08:52:12',null,'NSMIENK@idir','2023-07-28 09:29:11',null,null,null,null,'CLOSED','SALMO',ST_GeomFromText('POINT(-117.2753195 49.0174395)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031122','Calling to report a black bear has tried to break into the house twice, on the 22 and 27 in the early hours of the morning. The bear ripped the siding off the house both times in an attempt to get into the storage room where the garbage is kept. The bear was not able to get anything. The caller is very frightened and would like a CO call back. ',null,null,null,null,null,null,'177 Hopkins Rd, Langdale, BC',null,'2023-07-27 08:53:59','2023-07-27 08:53:59',null,'PBRACKEN@idir','2023-07-27 11:57:25',null,null,null,null,'OPEN','LANGDALE',ST_GeomFromText('POINT(-123.4798689 49.429033)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031123','Deer in the business parking lot',null,null,null,null,null,null,'8320 River Rd, Delta, BC',null,'2023-07-27 09:00:59','2023-07-27 09:00:59',null,'LMOSS@idir','2023-07-27 09:02:26',null,null,null,null,'CLOSED','DELTA',ST_GeomFromText('POINT(-122.9916332 49.150077)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031124','Caller reporting a yearling deer came right up to the glass doors of the business and seems to be scared and but is not going away. Caller is concerned as there is a lot of heavy machinery around and a busy road. The deer is not injured. ',null,null,null,null,null,null,'8320 River Rd, Delta, BC',null,'2023-07-27 09:05:22','2023-07-27 09:05:22',null,'BJETTE@idir','2023-07-27 09:08:49',null,null,null,null,'CLOSED','DELTA',ST_GeomFromText('POINT(-122.9916332 49.150077)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031125','Calling to report a black bear sow with three cubs that have become difficult to haze. ',null,null,null,null,null,null,'101 Devonlea Pl, Kaleden, BC',null,'2023-07-27 09:09:04','2023-07-27 09:09:04',null,'ISCHMIDT@idir','2023-07-27 09:13:51',null,null,null,null,'CLOSED','KALEDEN',ST_GeomFromText('POINT(-119.6375719 49.3355034)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031129','Caller reporting a BB in the neighbour''s backyard. The BB is in the tree eating unripened fruit. The BB has been around for the last few weeks. Eating fruit and vegetables. - -** Caller is requesting a callback for information. Does she need to cut down the tree?',null,null,null,null,null,null,'38164 Clarke Dr, Squamish, BC','hospital hill','2023-07-27 09:25:32','2023-07-27 09:25:32',null,'CROCHON@idir','2023-07-30 10:06:23',null,null,null,null,'OPEN','SQUMISH',ST_GeomFromText('POINT(-123.1391393 49.7003573)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031130','RCMP contacted CO Sano directly re injured deer in Ladysmith, CO Sano passed to A/Sgt. Riddell.',null,null,null,null,null,null,'714 Stirling Dr, Ladysmith, BC',null,'2023-07-26 11:00:00','2023-07-27 09:30:52',null,'DSEXTON@idir','2023-07-27 09:33:47',null,null,null,null,'OPEN','LADYSMTH',ST_GeomFromText('POINT(-123.7901605 48.9652305)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031133','Caller reported seeing a mama bear and 3 cubs going through their yard this morning. A little later the caller thought she heard someone shouting "get back" so she went to investigate but could not locate anyone or the bear. Caller spoke to her neighbour who had heard the noise previously and thought it was a dog barking. Caller is concerned the bear is being aggressive towards someone. ',null,null,null,null,null,null,'51795 Guest Rd, Cluculz Lake, BC',null,'2023-07-27 09:36:41','2023-07-27 09:36:41',null,'SGBATES@idir','2023-08-06 13:51:16',null,null,null,null,'CLOSED','VANDERHF',ST_GeomFromText('POINT(-123.5441533 53.8890054)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031134','Calling to report an injured deer on the highway, still alive, not mobile',null,null,null,null,null,null,'1515 Hwy 97 S, Williams Lake, BC',null,'2023-07-27 09:39:59','2023-07-27 09:39:59',null,'JPAULS@idir','2023-07-31 09:10:51',null,null,null,null,'CLOSED','WILLMSLK',ST_GeomFromText('POINT(-122.1123764 52.1225779)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031135','Staff at Bramblewood elementary report a BB sighted on the upper field – last seen 0900. -request discussion regarding 1030 recess - -Community advises BB is frequent. -Residential garbage has been discarded in the school’s garbage, and Bear scat includes ziplock bags - -called CO Elder - mailbox full -Briefed CO Bull (DOR) -',null,null,null,null,null,null,'','Bramblewood elementary upper field','2023-07-27 09:50:06','2023-07-27 09:50:06',null,'JBULL@idir','2023-07-27 11:33:16',null,null,null,null,'OPEN','COQUITLM',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031136','Reporting a dead westlope cut throat fish',null,null,null,null,null,null,'11U65072 5564954',null,'2023-07-27 09:55:26','2023-07-27 09:55:26',null,'RYGORDON@idir','2023-07-27 10:02:52',null,null,null,null,'CLOSED','ELKFORD',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031137','Reporting a coyote with visible injuries. Still mobile',null,null,null,null,null,null,'14200 Malabar Ave, White Rock, BC',null,'2023-07-27 10:06:58','2023-07-27 10:06:58',null,'ISCHMIDT@idir','2023-07-27 10:08:46',null,null,null,null,'OPEN','WHITERCK',ST_GeomFromText('POINT(-122.8289727 49.0284218)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031138','Caller reported a heron that was electrocuted. Caller is wondering if a CO or first nation community wants the carcass or if they should dispose of it. ',null,null,null,null,null,null,'Jimmy Rd, Central Saanich, BC','Tsawout Nation ','2023-07-27 10:07:15','2023-07-27 10:07:15',null,'DSEXTON@idir','2023-08-11 14:26:49',null,null,null,null,'OPEN','SIDNEY',ST_GeomFromText('POINT(-123.3785089 48.5896016)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031139','Fawn crying beside deceased doe between the two buildings, toward the rear.',null,null,null,null,null,null,'',null,'2023-07-27 10:07:27','2023-07-27 10:07:27',null,'KOWENS@idir','2023-07-27 10:24:24',null,null,null,null,'CLOSED','KELOWNA',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031143','Caller reported a bear is getting into their garbage dumpsters for the last week and half. The bin lids are broken and are being replaced next week but the bear keeps coming around and the caller has already cleaned up garbage 3 times this morning. Caller advised the bear is not afraid of people. ',null,null,null,null,null,null,'5150 Coquiwaldie Rd, Mackenzie, BC','Camp David ','2023-07-27 10:21:41','2023-07-27 10:21:41',null,'HIDESMAR@idir','2023-07-27 16:51:43',null,null,null,null,'CLOSED','MACKENZI',ST_GeomFromText('POINT(-123.1393254 55.3085354)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031146','Doe two fawns – doe with wire wrapped around her mid section - Movement impeded.',null,null,null,null,null,null,'',null,'2023-07-27 10:28:35','2023-07-27 10:28:35',null,'RKRENZ@idir','2023-08-04 13:49:38',null,null,null,null,'CLOSED','CRANBRK',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031149','Caller advised believes there is a dead bear in the bushes beside the road. Caller passed by and smelled something rotting and was told by a standbyer that there was a bear hit recently. Caller cannot see the carcass but is concerned it will attract wildlife and it is in close proximity to the baseball diamond. Caller said they would call road maintenance but is worried they will not pick it up. ',null,null,null,null,null,null,'Nazko Rd, Bouchie Lake, BC','Est. 30 feet from the road in the bush ','2023-07-27 10:48:48','2023-07-27 10:48:48',null,'JMILLETT@idir','2023-08-02 14:33:49',null,null,null,null,'CLOSED','QUESNEL',ST_GeomFromText('POINT(-122.6976857 52.9962097)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031150','Reporting a train hit a coyote, it is deceased',null,null,null,null,null,null,'',null,'2023-07-27 10:53:49','2023-07-27 10:53:49',null,'TBECK@idir','2023-07-27 11:21:30',null,null,null,null,'CLOSED','SORRENTO',ST_GeomFromText('POINT(-119.555125 50.880469)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031151','Grizzly has been present in the area and yesterday was following an individual. COM is concerned that the bear is becoming too habituated in the area. COM states the bear is often near the campground at the mouth of the Kispiox river where people clean out their fish.',null,null,null,null,null,null,'Totem Dr, Kispiox, BC','Near Kispiox Campground','2023-07-27 10:54:06','2023-07-27 10:54:06',null,'RYCALDWE@idir','2023-08-02 13:25:44',null,null,null,null,'OPEN','KISPIOX',ST_GeomFromText('POINT(-127.6886092 55.3463179)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031153','Calling to report there has been several black bears in the area, says the tennent is reporting 7-9 have been seen. They are sows with cubs. There is a garden but they are not certain the bears have been eating anything there. The caller was very frustrated that CO''s don''t attend for bears that are not causing problems. Concerned he will not be able to rent the home out to another tennent if there are bears in the area as the current tennent is moving out becuase the bears frighten her. Would like a CO call back to discuss options.',null,null,null,null,null,null,'3595 Mt Lehman Rd, Abbotsford, BC',null,'2023-07-27 11:04:01','2023-07-27 11:04:01',null,'ALBUCHAN@idir','2023-07-27 11:49:57',null,null,null,null,'OPEN','ABTFRD',ST_GeomFromText('POINT(-122.3925502 49.0677848)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031155','Caller reported a young bear running past his house heading north on Corless toward Corless Park. ',null,null,null,null,null,null,'4384 Allen Ave, Prince George, BC',null,'2023-07-27 11:05:18','2023-07-27 11:05:18',null,'BJETTE@idir','2023-07-27 11:25:39',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.8054666 53.9291562)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031157','Over the past 2 weeks, BB has been getting into garbage an becoming more bold, going into garages etc. COM states the bear broke his fence and door about a month ago',null,null,null,null,null,null,'1741 Sugarpine Crt, Coquitlam, BC',null,'2023-07-27 11:13:41','2023-07-27 11:13:41',null,'JMCSTRAV@idir','2023-08-01 08:55:54',null,null,null,null,'CLOSED','COQUITLM',ST_GeomFromText('POINT(-122.7910373 49.3100602)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031160','Caller reported a whole woodland bison herd is in town and in a corral with horses, eating the hay. Caller is requesting assistance. ',null,null,null,null,null,null,'',null,'2023-07-27 11:17:05','2023-07-27 11:17:05',null,'RYCALDWE@idir','2023-08-02 13:14:54',null,null,null,null,'CLOSED','LOWERPOS',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031161','Reporting a black bear got his chickens about 2 weeks ago. The bear is still coming through, there are berries nearby but not on his property.',null,null,null,null,null,null,'18685 Carp Lake Rd, McLeod Lake, BC',null,'2023-07-27 11:21:23','2023-07-27 11:21:23',null,'HIDESMAR@idir','2023-08-03 11:43:43',null,null,null,null,'OPEN','MCLEODLK',ST_GeomFromText('POINT(-123.0350287 54.9940208)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031162','COM sends online report to HQ reporting BB every year ripping through their fence, bringing neighbor''s garbage into COMs yard, BBs in yard when hubby goes to work. COM requesting bears be relocated. BB yearly destroys trash bins, fences and yards. Dog then gets into garbage and gets sick.',null,null,null,null,null,null,'2817 Oak St, Prince George, BC','2817 Oak St, Upper Oak ','2023-07-26 12:32:00','2023-07-27 11:22:42',null,'EMCARTHU@idir','2023-07-27 16:51:46',null,null,null,null,'OPEN','PRINGEOR',ST_GeomFromText('POINT(-122.7511336 53.893933)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031165','passerby observed a doe with wire wrapping – Caller could see one fawn accompanying ',null,null,null,null,null,null,'','Bay street – blue house','2023-07-27 11:26:53','2023-07-27 11:26:53',null,'DSEXTON@idir','2023-07-27 14:58:10',null,null,null,null,'OPEN','UCLUELET',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031169','COM left voice mail on Sgt McARTHUR voice mail reporting an injured Eagle in the middle of Wallace Road in the Hart Hwy. Cars are driving around it, Eagle seems to not be able to fly.',null,null,null,null,null,null,'Wallace Cres, Prince George, BC','Middle of the Road on Wallace Cres in the Hart Hwy','2023-07-27 11:17:00','2023-07-27 11:42:39',null,'EMCARTHU@idir','2023-07-31 13:16:37',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.798552 53.979828)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031171','Bear cub seen running across the road with no sow in sight. It was only seen briefly and it is possible that the sow is nearby.',null,null,null,null,null,null,'2930 Rennison Rd, Courtenay, BC',null,'2023-07-27 11:54:29','2023-07-27 11:54:29',null,'LMOSS@idir','2023-07-27 11:57:45',null,null,null,null,'CLOSED','COMOX',ST_GeomFromText('POINT(-125.0078401 49.721742)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031172','Caller was performing a perimeter inspection and noticed a juvenile BB walked 10’ beside – caller decided to stay still rather than haze, waited 15 minutes. -BB huffed and stomped a foot at one point. -BB was interested in hillside’s berry bushes, and some flowers. - -emailed as COM was scared.',null,null,null,null,null,null,'4040 phillcrest road',null,'2023-07-27 11:56:01','2023-07-27 11:56:01',null,'EMCARTHU@idir','2023-07-27 15:29:15',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031174','COM states a grizzly destroyed a goat last night and their fence is damaged as well.',null,null,null,null,null,null,'2402 Nicks Island North Rd, Creston, BC',null,'2023-07-27 12:02:45','2023-07-27 12:02:45',null,'NSMIENK@idir','2023-07-27 13:39:54',null,null,null,null,'CLOSED','CRESTON',ST_GeomFromText('POINT(-116.5879061 49.1301056)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031175','Caller is reporting a BB is damaging property including their own fence and getting into garbage cans. The BB does not react to Loud noise.',null,null,null,null,null,null,'1037 Cornwall Dr, Port Coquitlam, BC',null,'2023-07-27 12:12:33','2023-07-27 12:12:33',null,'LMOSS@idir','2023-07-27 12:16:36',null,null,null,null,'OPEN','PORTCOQ',ST_GeomFromText('POINT(-122.7428572 49.2752034)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031176','Caller reporting a BB in the area of the hospice house. The BB is confused and people in the area are chasing it around.',null,null,null,null,null,null,'Ferry Ave, Prince George, BC',null,'2023-07-27 12:13:09','2023-07-27 12:13:09',null,'HSTARK@idir','2023-07-27 17:40:12',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7698571 53.8888988)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031177','Staff members discovered a cadaverous buck laying in the sun. Buck had pooped upon itself; panting; unable to rise when caller was walking past. Caller offered water – buck did not drink -Advised a correctional officer had struck a deer recently -In order to facilitate access caller will notify front gate, and a correctional manager. Second contact is main facility contact. -Turn immediate right after entry, towards the water. Deer is under a lone tree, near the large maintenance facility to the immediate right after entry - -Briefed CO Sano',null,null,null,null,null,null,'','Williams Head - pedder bay side of the facility','2023-07-27 12:14:29','2023-07-27 12:14:29',null,'DSEXTON@idir','2023-08-11 14:38:19',null,null,null,null,'OPEN','METCHOSI',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031179','Sow and 2 cubs Near the trail in channel parkway (between the driving range and the river) -advised busy walking connection - -LVM CO Stern -Briefed CO Beck',null,null,null,null,null,null,'','along the connecting trail in channel parkway (between the driving range and the river)','2023-07-27 12:35:08','2023-07-27 12:35:08',null,'BRANBECK@idir','2023-07-29 09:11:21',null,null,null,null,'CLOSED','PENTICTN',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031180','Caller reporting injured deer rear left leg non weight bearing still mobile.',null,null,null,null,null,null,'52 S Murphy St, Campbell River, BC',null,'2023-07-27 12:35:22','2023-07-27 12:35:22',null,'LMOSS@idir','2023-07-27 12:39:13',null,null,null,null,'OPEN','CMBLRV',ST_GeomFromText('POINT(-125.2359791 50.0066571)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031181','Caller reporting a little bb terrorizing the neighbourhood. The BB is smaller than a great dane. The BB is not scared by the 150 lb. Mastiff. -The caller reported that the BB is getting into garbage on the road, garbage day. -The BB is hanging out in the garden, not eating the garden. -First noticed on Tuesday morning. ',null,null,null,null,null,null,'2954 Minotti Dr, Prince George, BC',null,'2023-07-27 12:36:16','2023-07-27 12:36:16',null,'EMCARTHU@idir','2023-07-27 17:06:02',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7737711 53.9690317)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031183','Calling to report a black bear that chuffed at her a few days ago. He is in a forested area across from her house. Hasn''t been getting into anything. Thinks it is the same bear that lived under her tree in May. There are a lot of berries in the forested area. ',null,null,null,null,null,null,'4103 Sundance Dr, Sun Peaks, BC',null,'2023-07-27 12:41:07','2023-07-27 12:41:07',null,'MSANDERS@idir','2023-07-29 10:38:39',null,null,null,null,'OPEN','SNPEAKS',ST_GeomFromText('POINT(-119.8779107 50.8870574)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031187','Calling to report seeing a grizzly bear eating berries along her drive way this morning. The are natural to the area and not grown intentionally. Emailed only due to time delay in reporting',null,null,null,null,null,null,'645 Gun Lake South Rd, Gold Bridge, BC',null,'2023-07-27 12:56:20','2023-07-27 12:56:20',null,'JXKLINE@idir','2023-07-28 08:43:53',null,null,null,null,'CLOSED','GUNLAKE',ST_GeomFromText('POINT(-122.891339 50.8550183)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031188','Deer with a broken leg is both swimming and coming onto land - -COM: Nicole, 250-692-6786',null,null,null,null,null,null,'','6km colley mountain road','2023-07-27 12:56:36','2023-07-27 12:56:36',null,'BKNIBBS@idir','2023-07-27 13:01:33',null,null,null,null,'CLOSED','BURNLK',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031190','COM advised of a sow and 2-3 cubs in her yard, attracted to her "monster garden" - including apples. She fears for the safety for her children. She refused to do anything about her garden is adamant on COS action or advise on how to protect her property.',null,null,null,null,null,null,'13236 233 St, Maple Ridge, BC',null,'2023-07-27 13:08:21','2023-07-27 13:08:21',null,'LEARCHIB@idir','2023-07-27 13:15:46',null,null,null,null,'OPEN','MAPLERID',ST_GeomFromText('POINT(-122.5753814 49.2426984)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031191','Caller reporting a BB with three cubs walking through the area.',null,null,null,null,null,null,'Beaver Lodge Rd, Campbell River, BC','Trask Rd','2023-07-27 13:12:28','2023-07-27 13:12:28',null,'LMOSS@idir','2023-07-27 13:14:50',null,null,null,null,'CLOSED','CMBLRV',ST_GeomFromText('POINT(-125.2503302 49.9945148)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031192','Calling to report a deer with wire wrapped around the rear end and limping, still mobile',null,null,null,null,null,null,'891 Georgeann Rd, Kamloops, BC',null,'2023-07-27 13:14:07','2023-07-27 13:14:07',null,'JCONNAT@idir','2023-07-28 12:47:55',null,null,null,null,'CLOSED','KAMLOOPS',ST_GeomFromText('POINT(-120.354962 50.7566677)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031198','Calling to report there is a black bear sow with two cubs about 60 yards up the beach from the swimming area. The sow is feeding the cubs a fish. Emailed due to proximity to people',null,null,null,null,null,null,'','Taghum Beach Regional Park','2023-07-27 13:28:09','2023-07-27 13:28:09',null,'NSMIENK@idir','2023-07-27 14:09:22',null,null,null,null,'CLOSED','NELSON',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031201','Caller advising of a big BB near the house. The BB is in the yard breaking trash box that was used to secure the garbage. - -** Caller requesting a callback. ',null,null,null,null,null,null,'3369 Raleigh St, Port Coquitlam, BC',null,'2023-07-27 13:46:01','2023-07-27 13:46:01',null,'PBRACKEN@idir','2023-07-27 13:49:25',null,null,null,null,'OPEN','PORTCOQ',ST_GeomFromText('POINT(-122.7864487 49.2725011)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031202','Caller saw a marmot pass under their vehicle this morning. Caller now attempted to start car, and partner detected a marmot in their engine compartment. -Caller requesting discussion of options - -Briefed CO Krenz',null,null,null,null,null,null,'',null,'2023-07-27 13:55:41','2023-07-27 13:55:41',null,'TBIRNEY@idir','2023-07-27 13:58:43',null,null,null,null,'CLOSED','KIMBERLY',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031203','Calling to report seeing a black bear cub, has been seeing the cub on it''s own since Monday. No mother has been seen. Smaller than a german shepherd',null,null,null,null,null,null,'50036 Colleymount Rd, Noralee, BC',null,'2023-07-27 13:55:00','2023-07-27 13:55:54',null,'BKNIBBS@idir','2023-07-27 16:55:45',null,null,null,null,'CLOSED','NORALEE',ST_GeomFromText('POINT(-126.4430815 53.9835017)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031206','Doe with wire wrapped around the right foreleg – unknown mobility -Accompanied by a second grown doe. -',null,null,null,null,null,null,'','Main st at shute lake road','2023-07-27 14:00:17','2023-07-27 14:00:17',null,'KOWENS@idir','2023-08-03 11:06:08',null,null,null,null,'CLOSED','KELOWNA',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031208','BB with injured paw seen crossing the road into the retaining pond area near the new construction, north of Italian community centre',null,null,null,null,null,null,'49.89614069437888, -124.59082676433509',null,'2023-07-27 14:01:51','2023-07-27 14:01:51',null,'LMOSS@idir','2023-07-27 14:06:38',null,null,null,null,'OPEN','POWELLRV',ST_GeomFromText('POINT(-124.59082676433509 49.89614069437888)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031213','Caller was driving and discovered four orphaned weasels attempting to nurse from their deceased momma. -Caller rescued the orphans, requesting assistance. - -Briefed Sgt Lacey FYI',null,null,null,null,null,null,'',null,'2023-07-27 14:07:04','2023-07-27 14:07:04',null,'BALACEY@idir','2023-08-01 09:08:27',null,null,null,null,'CLOSED','TUMBLER',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031214','Calling to report a deer with wire tangled around it, still mobile',null,null,null,null,null,null,'Main St, Kelowna, BC','KVR Coffee','2023-07-27 14:08:55','2023-07-27 14:08:55',null,'KOWENS@idir','2023-08-03 11:04:05',null,null,null,null,'CLOSED','KELOWNA',ST_GeomFromText('POINT(-119.5119932 49.7941254)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031215','Caller reports a bb in the garden for the 2nd time in three weeks. The bb has a yellow tag in the ear. The BB got up on the deck and got the Humming bird feeder. that was up on the deck. The bear had it''s paws on the window looking inside. This occurred an hour ago 13:20 hours. - -The caller will be removing the feeder and adviser her neighbours to do the same. Referred to Wildsafebc website.',null,null,null,null,null,null,'5634 Westhaven Crt, West Vancouver, BC',null,'2023-07-27 14:17:40','2023-07-27 14:17:40',null,'TDSCHUMA@idir','2023-07-27 15:47:07',null,null,null,null,'CLOSED','WSTVANCO',ST_GeomFromText('POINT(-123.25662 49.3591246)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031216','Reporting that beaver has been building dams on their property. Would like to know how to dissuade or move it. Requesting a CO call back',null,null,null,null,null,null,'3335 Old Okanagan Hwy, West Kelowna, BC',null,'2023-07-27 14:17:40','2023-07-27 14:17:40',null,'KOWENS@idir','2023-08-03 11:00:15',null,null,null,null,'CLOSED','WSTKELOW',ST_GeomFromText('POINT(-119.6254203 49.842451)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031217','BB in the campground, Transited through campground from a ravine down below. -yesterday at 17:00 hours. - -emailed due to delayed reporting., ',null,null,null,null,null,null,'Chilliwack Lake Provincial Park Access Rd, Chilliwack River Valley, BC',null,'2023-07-27 14:28:07','2023-07-27 14:28:07',null,'PBRACKEN@idir','2023-07-27 14:33:40',null,null,null,null,'OPEN','CHILLIWK',ST_GeomFromText('POINT(-121.4548097 49.0915068)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031218','Reporting a black bear was eating a neighbour''s garbage today, it was garbage day',null,null,null,null,null,null,'Chine Cres, Coquitlam, BC',null,'2023-07-27 14:33:25','2023-07-27 14:33:25',null,'ISCHMIDT@idir','2023-07-27 14:34:49',null,null,null,null,'OPEN','COQUITLM',ST_GeomFromText('POINT(-122.8541946 49.2683442)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031224','COM attended CO Office and advised bear currently present at 312 Crooked River Cres.',null,null,null,null,null,null,'312 Crooked River Cres, Mackenzie, BC','312 Crooked River Cres','2023-07-27 14:50:23','2023-07-27 14:50:23',null,'HIDESMAR@idir','2023-07-30 17:12:38',null,null,null,null,'CLOSED','MACKENZI',ST_GeomFromText('POINT(-123.1061363 55.3410432)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031226','COM left message on COS district line reporting what looks to be a marmot that wants to move into underneath their patio. Has pictures, wants to figure out what to do with the critter.',null,null,null,null,null,null,'Prince George, BC',null,'2023-07-27 14:59:35','2023-07-27 14:59:35',null,'EMCARTHU@idir','2023-07-27 15:21:36',null,null,null,null,'OPEN','PRINGEOR',ST_GeomFromText('POINT(-122.7452778 53.9127778)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031228','COM reports he parked his car with windows open when he came home. Within 3 min. BB was inside his car and took a bag of Ruffles chips out of his car and is eating them at the edge of the forest. No damage noted to car',null,null,null,null,null,null,'2992 Juan de Fuca Rd, Shirley, BC',null,'2023-07-27 15:03:03','2023-07-27 15:03:03',null,'MAWILSON@idir','2023-07-28 13:31:28',null,null,null,null,'OPEN','SOOKE',ST_GeomFromText('POINT(-123.970468 48.3969646)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031233','2023-07-24 1132 Lyn Willock 250-656-1260 North Saanich, Deep Cove. Has an aggressive deer in yard, seems to be getting worse charging her and her dog has been charged twice now, fortunately no injuries., feeling quite a bit frightened to go out in yard and it won''t leave. Have lived here for 43 years and has never encountered such a bold deer it will actually come at me and come at us like this, its insane. would like some help with this please. Admin sent msg thru as a cos phone tree msg. Caller has updated, admin has now created hwcr - -',null,null,null,null,null,null,'',null,'2023-07-24 11:32:00','2023-07-24 11:32:00',null,'MAWILSON@idir','2023-07-27 15:14:25',null,null,null,null,'OPEN','NORSAAN',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031234','BB on site not aggressive.',null,null,null,null,null,null,'Massey Dr.','Ginter''s Meadow Dog Park','2023-07-27 15:08:39','2023-07-27 15:08:39',null,'EMCARTHU@idir','2023-07-27 16:32:46',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031235','Caller reporting a coyote laying in a grass courtyard and not moving since 1000 this morning. The coyote is moving its head and yawning, the caller thinks it may just be sleeping.',null,null,null,null,null,null,'674 Leg-in-boot Sq, Vancouver, BC',null,'2023-07-27 15:12:22','2023-07-27 15:12:22',null,'LMOSS@idir','2023-07-27 15:17:41',null,null,null,null,'CLOSED','VANCOUVR',ST_GeomFromText('POINT(-123.1199282 49.2670706)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031236','COM reporting BB sighting',null,null,null,null,null,null,'Hwy 39, Mackenzie, BC','near post office','2023-07-27 15:14:56','2023-07-27 15:14:56',null,'DLEWERS@idir','2023-07-27 15:15:54',null,null,null,null,'CLOSED','MACKENZI',ST_GeomFromText('POINT(-123.1108498 55.3167617)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031237','Caller reporting that a coyote has been in the area since 06:00 hours and is attractant to a deceased moose from an MVI. While on the call the highways road maintenance showed up to pick up the moose. ',null,null,null,null,null,null,'9435 Nielson Rd, Prince George, BC',null,'2023-07-27 15:15:26','2023-07-27 15:15:26',null,'EMCARTHU@idir','2023-07-27 16:15:25',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7919365 54.0176552)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031239','COM reports a raccoon scratched a Jack Russell dog that was interacting with the racoons.',null,null,null,null,null,null,'5887 184B St, Surrey, BC',null,'2023-07-26 14:23:00','2023-07-27 15:23:39',null,'DLEWERS@idir','2023-07-27 15:25:39',null,null,null,null,'OPEN','SURRY',ST_GeomFromText('POINT(-122.7103755 49.1093867)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031240','Skinny grizzly bear is frequenting the Babine adult fish count fence. Shows no fear of humans.',null,null,null,null,null,null,'Babine fish count fence','6-8','2023-07-27 13:00:00','2023-07-27 15:26:20',null,'FBKNIBBS@idir','2023-07-28 10:21:48',null,null,null,null,'OPEN','FTBABINE',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031242','Dispatcher reporting a bb in the area just sitting by the gift shop and people not moving out the area. Talking pictures with the BB. CO Kent Popjes advised RCMP Dispatch that he has the call while on the phone with the dispatcher. ',null,null,null,null,null,null,'Shannon Falls Pk, Squamish, BC',null,'2023-07-27 15:35:36','2023-07-27 15:35:36',null,'KPPOPJES@idir','2023-07-27 18:36:56',null,null,null,null,'OPEN','SQUMISH',ST_GeomFromText('POINT(-123.1614252 49.6712476)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031243','Caller reporting BB wandering through his yard on the fence line.',null,null,null,null,null,null,'2626 Oak St, Prince George, BC',null,'2023-07-27 15:42:32','2023-07-27 15:42:32',null,'JMCSTRAV@idir','2023-08-02 08:29:57',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7505666 53.897084)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031244','COM reports BB climbed a neighbors fence and broke planters/took planters down. ',null,null,null,null,null,null,'29898 MacLure Rd, Abbotsford, BC',null,'2023-07-27 15:44:12','2023-07-27 15:44:12',null,'PDAYTON@idir','2023-08-01 15:14:58',null,null,null,null,'CLOSED','ABTFRD',ST_GeomFromText('POINT(-122.3958253 49.0605446)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031246','BB laying on sidewalk - COM was unsure whether BB was alive / okay / deceased - -emailed due to potential',null,null,null,null,null,null,'','Howe st and west cordova','2023-07-27 15:53:35','2023-07-27 15:53:35',null,'TBIRNEY@idir','2023-07-27 15:54:46',null,null,null,null,'CLOSED','VANCOUVR',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031248','Hawk with a broken wing near the retaining wall. COM already contacted SPCA and BC Wildlife Park who both advised they would not attend.',null,null,null,null,null,null,'Sandstone Pl, Kamloops, BC','across from 636 Sandstone','2023-07-27 16:10:21','2023-07-27 16:10:21',null,'MSANDERS@idir','2023-08-03 10:54:30',null,null,null,null,'CLOSED','KAMLOOPS',ST_GeomFromText('POINT(-120.3294935 50.7776773)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031250','Caller reporting that the BB cub for their usually inseparable sow and cub pair is alone in their yard. BBs always stay close, “within 5’” – sow last seen yesterday',null,null,null,null,null,null,'','behind the Mcleod lake store','2023-07-27 16:17:43','2023-07-27 16:17:43',null,'HIDESMAR@idir','2023-07-31 12:54:31',null,null,null,null,'OPEN','MCLEODLK',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031251','Calling to report that a black bear has been hanging out in his back yard all day, hasn''t gotten into anything or damaged anything and doesn''t appear injured. There are some bushes with berries that he may have snacked on.',null,null,null,null,null,null,'2493 Upland St, Prince George, BC',null,'2023-07-27 16:27:47','2023-07-27 16:27:47',null,'EMCARTHU@idir','2023-07-27 17:36:06',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7609618 53.8984942)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031252','COM reporting deer with injured leg and that is very skinny and worried its going to die soon',null,null,null,null,null,null,'2401 12th St N, Cranbrook, BC',null,'2023-07-27 16:29:36','2023-07-27 16:29:36',null,'RKRENZ@idir','2023-08-04 13:49:22',null,null,null,null,'CLOSED','CRANBRK',ST_GeomFromText('POINT(-115.7473368 49.5224438)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031255','COM''s dog was chasing a wolf at the noted location. Wold was very timid and ran away with it''s tail between it''s legs, leading the COM to believe that the wolf was injured or sick. ',null,null,null,null,null,null,'','Kitimat River - Giant Spruce Park','2023-07-27 17:00:27','2023-07-27 17:00:27',null,'MGEUZE@idir','2023-08-04 09:53:32',null,null,null,null,'CLOSED','KITIMAT',ST_GeomFromText('POINT(-128.673580 54.041387)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031256','Caller reported an injured deer on the right side of Columbia Valley Rd in the bushes between the lakeside Market and Sleepy Hollow Rd. The deer is lying down and seemed skiddish but did not move when caller came near. ',null,null,null,null,null,null,'Columbia Valley Rd, Cultus Lake, BC','Between Lakeside Market and Sleepy Hollow Rd','2023-07-27 17:06:00','2023-07-27 17:06:00',null,'MAISMITH@idir','2023-07-28 09:55:32',null,null,null,null,'CLOSED','CULTSLKE',ST_GeomFromText('POINT(-121.9706787 49.0555638)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031257','COM struck a black bear cub while driving and the cub ran into the bush, up a tree. COM did not see a sow in the area.',null,null,null,null,null,null,'Tachie Rd, Fort St. James, BC','5KM up Logan FSR','2023-07-27 17:17:43','2023-07-27 17:17:43',null,'BKNIBBS@idir','2023-07-27 17:35:21',null,null,null,null,'CLOSED','FTSTJAME',ST_GeomFromText('POINT(-124.2103585 54.4850625)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031258','Caller was passing through and observed a buck being impacted by wrapped electrical cabling. -Buck’s ear is injured. Electrical cable wrapped around antlers, face, and a foreleg – keeping bucks head down. -Buck currently has its head in a hedge in the backyard of above attempting to remove. - -LVM CO Sano -LVM Sgt Kissinger',null,null,null,null,null,null,'1644 Broadmead Ave, Saanich, BC',null,'2023-07-27 17:18:06','2023-07-27 17:18:06',null,'TBIRNEY@idir','2023-07-27 17:24:13',null,null,null,null,'OPEN','SAANICH',ST_GeomFromText('POINT(-123.3304448 48.4616885)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031259','BB has been in the neighborhood for the past couple weeks and is currently in the chicken run. COM says chickens are put away but bear is likely drawn by livestock and feed. Bear is responsive to noise deterrents and was run up a tree by her dogs earlier today but COM is concerned regarding increasing interactions.',null,null,null,null,null,null,'36264 Hartley Rd, Hatzic, BC',null,'2023-07-27 17:25:28','2023-07-27 17:25:28',null,'DLEWERS@idir','2023-08-04 16:58:22',null,null,null,null,'OPEN','HATZIC',ST_GeomFromText('POINT(-122.2205206 49.2488593)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031260','Caller observed a BB limping badly through their yard – limp was so pronounced caller had difficulty identifying the nature of injury. Caller guessed both rear legs were impacted.',null,null,null,null,null,null,'','BB headed into forest atop jacobs road','2023-07-27 17:34:14','2023-07-27 17:34:14',null,'TBIRNEY@idir','2023-07-27 17:36:14',null,null,null,null,'OPEN','PORTMDY',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031262','Caller observed a deer with a leg injury – deer was running but potentially foreleg?',null,null,null,null,null,null,'3586 Elliott Rd, West Kelowna, BC',null,'2023-07-27 17:47:09','2023-07-27 17:47:09',null,'KOWENS@idir','2023-08-03 10:53:34',null,null,null,null,'CLOSED','WSTKELOW',ST_GeomFromText('POINT(-119.6313537 49.8334886)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031264','COM is reporting a deer that is limping around their property. COM believes it has an injured leg. Deer is mobile. ',null,null,null,null,null,null,'157 Cambridge St, Victoria, BC',null,'2023-07-27 17:52:43','2023-07-27 17:52:43',null,'IPAVLOVI@IDIR','2023-07-27 17:58:51',null,null,null,null,'OPEN','VICTORIA',ST_GeomFromText('POINT(-123.3542624 48.4115499)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031266','Doe with two fawns – doe appears poorly, with potential injury to right hindleg -Doe has a yellow neck collar -',null,null,null,null,null,null,'','Macauly st and esquimalt road','2023-07-27 17:57:35','2023-07-27 17:57:35',null,'TBIRNEY@idir','2023-07-27 17:58:40',null,null,null,null,'OPEN','ESQUIMAL',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031270','RCMP are advising that there is a bear in a tree at the noted location. The location is next to some baseball diamonds and there is a ball game about to start. Advised there are young children in the area. No aggressive or food conditioned behaviour reported. ',null,null,null,null,null,null,'2020 Massey Dr, Prince George, BC','YMCA ','2023-07-27 18:13:58','2023-07-27 18:13:58',null,'IPAVLOVI@IDIR','2023-07-27 18:16:26',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7725568 53.9049138)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031271','COM reports a BB entered a BCWS tent that was off by itself. COM believes a BB knocked it down an squished it. -A sow and cub were sighted later today',null,null,null,null,null,null,'Babine Rd, Burns Lake, BC','2km up the road','2023-07-27 08:17:00','2023-07-27 18:17:01',null,'BKNIBBS@idir','2023-07-28 09:30:49',null,null,null,null,'CLOSED','BURNLK',ST_GeomFromText('POINT(-125.7634252 54.2395195)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031272','COM is reporting a badly injured deer with a rear left broken leg. COM advises that the deer is mobile, but just barely as it drags itself around as it moves. Also advised that the deer is very skinny. COM did observe the deer eating grass. COM thinks that the deer is suffering greatly. Deer has been in the area for the past 3 weeks. COM has photos and video. ',null,null,null,null,null,null,'UNIT 31 -- 1580 Springhill Dr, Kamloops, BC',null,'2023-07-27 18:35:38','2023-07-27 18:35:38',null,'JCONNAT@idir','2023-07-28 13:12:37',null,null,null,null,'CLOSED','KAMLOOPS',ST_GeomFromText('POINT(-120.3544932 50.6603699)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031274','COM is reporting a bear behind their backyard. Advised it has been in the area for the last 3 days. It has broken some trees. No food conditioned or aggressive behaviour reported. ',null,null,null,null,null,null,'548 E Braemar Rd, District of North Vancouver, BC',null,'2023-07-27 18:48:04','2023-07-27 18:48:04',null,'IPAVLOVI@IDIR','2023-07-27 18:53:05',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.0616499 49.3453206)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031275','Buck with 2 or 3 feet of black mesh on an antler – chewing on grass',null,null,null,null,null,null,'','Raven falls ecology area','2023-07-27 18:53:25','2023-07-27 18:53:25',null,'TBIRNEY@idir','2023-07-27 18:54:18',null,null,null,null,'OPEN','QLICMBAY',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031276','COM reporting BB keeps getting into garbage',null,null,null,null,null,null,'1558 St. Albert Ave, Port Coquitlam, BC',null,'2023-07-27 19:00:07','2023-07-27 19:00:07',null,'ASDUNCAN@idir','2023-08-01 20:16:32',null,null,null,null,'OPEN','PORTCOQ',ST_GeomFromText('POINT(-122.7579369 49.2633778)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031277','RCMP are advising that they received a report of a fox with a broken jaw and broken leg at the noted location. ',null,null,null,null,null,null,'485 Hwy 16 W, Burns Lake, BC','Native Development Centre ','2023-07-27 19:01:37','2023-07-27 19:01:37',null,'BKNIBBS@idir','2023-07-28 11:20:03',null,null,null,null,'CLOSED','BURNLK',ST_GeomFromText('POINT(-125.7634915 54.2310763)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031281','Doe with a 6-7” long metal trap on right rear leg, and a large gash on one flank. -w/ fawn -caller believes doe would be somewhat mobile, it outmaneuvered a bystander attempting to assist. -',null,null,null,null,null,null,'','dartmouth and commercial - in front of pacific rim equipment','2023-07-27 19:09:51','2023-07-27 19:09:51',null,'BRANBECK@idir','2023-07-29 09:12:41',null,null,null,null,'CLOSED','PENTICTN',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031282','COM is reporting a deer struck by a vehicle. Alive but mobile. Is with a fawn. ',null,null,null,null,null,null,'Carmi Ave and Dartmouth Rd, Penticton, BC','and Commercial Way ','2023-07-27 19:10:37','2023-07-27 19:10:37',null,'BRANBECK@idir','2023-07-29 09:14:40',null,null,null,null,'CLOSED','PENTICTN',ST_GeomFromText('POINT(-119.5699192 49.4832939)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031283','COM reporting BB in a cherry tree',null,null,null,null,null,null,'922 Second Rd, Bella Coola',null,'2023-07-27 19:12:17','2023-07-27 19:12:17',null,'CPOSTHUM@idir','2023-08-03 09:20:27',null,null,null,null,'CLOSED','BLLACOOL',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031284','COM is reporting a bear that keeps frequenting their neighbourhood. No food conditioned behaviour reported. COM advises that he secures all of his garbage in the garage. No aggressive behaviour reported. ',null,null,null,null,null,null,'404 Riverview Cres, Coquitlam, BC',null,'2023-07-27 19:28:26','2023-07-27 19:28:26',null,'IPAVLOVI@IDIR','2023-07-27 19:31:59',null,null,null,null,'CLOSED','COQUITLM',ST_GeomFromText('POINT(-122.8145562 49.2448477)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031285','Caller traveling through telkwa and observed a BB cub struck and killed. -Cub is on the tarmac. Sow is in distress, and darting onto the roadway - -LVM CO Leblanc -Briefed CO Knibbs',null,null,null,null,null,null,'','Hwy 16: middle of EB lane, east of Telkwa (near a new rest area)','2023-07-27 19:30:38','2023-07-27 19:30:38',null,'FBKNIBBS@idir','2023-07-28 09:30:24',null,null,null,null,'CLOSED','TELKWA',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031287','COM is reporting seeing a dead bear at the noted location this morning. About an hour ago she saw a cub hanging around where the dead bear was. - -X-Ref: HWCR 23-031113 - reporting indicates an injured/ distressed bear this morning - -GPS: 50.7111635 -120.3151521',null,null,null,null,null,null,'Paul Lake Rd, Paul Lake, BC',null,'2023-07-27 19:39:31','2023-07-27 19:39:31',null,'JCONNAT@idir','2023-07-28 13:18:18',null,null,null,null,'CLOSED','KAMLOOPS',ST_GeomFromText('POINT(-120.3151521 50.7111635)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031288','COM reporting a bear that is up a tree at the noted location. ',null,null,null,null,null,null,'','Carrie Jane Gray Park ','2023-07-27 19:52:55','2023-07-27 19:52:55',null,'DLEWERS@idir','2023-07-27 20:58:01',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.769012 53.901501)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031289','Caller reporting a black bear wandering around the area noted below. Advised the bear is not getting into garbages or being aggressive. COM is worried about it running into people.',null,null,null,null,null,null,'36583 Darrell Bay Rd, Squamish, BC',null,'2023-07-27 20:03:26','2023-07-27 20:03:26',null,'BJETTE@idir','2023-07-28 09:22:16',null,null,null,null,'OPEN','SQUMISH',ST_GeomFromText('POINT(-123.1623714 49.6726996)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031290','COM reporting BB with a sow getting into garbage and trying to get into garages and chasing dogs for the past month',null,null,null,null,null,null,'100 Masters Dr, Kaleden, BC',null,'2023-07-27 20:05:26','2023-07-27 20:05:26',null,'DAVCOX@idir','2023-07-30 13:45:29',null,null,null,null,'CLOSED','KALEDEN',ST_GeomFromText('POINT(-119.6311871 49.3416682)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031291','COM reports a deer with both front legs in an upside down tomato cage. Deer is mobile but having difficulty. ',null,null,null,null,null,null,'11900 Creek Dr, Coldstream, BC',null,'2023-07-27 20:17:00','2023-07-27 20:17:00',null,'TBECK@idir','2023-07-28 10:21:15',null,null,null,null,'CLOSED','CLDSTRM',ST_GeomFromText('POINT(-119.2562008 50.2272649)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031292','COM is reporting that something killed one of their rams and dragged it outside of the area that it was in. This occurred in the last hour or two. COM neighbour advises that there has been a lot of bear scat spotted in the area recently. -',null,null,null,null,null,null,'4660 Otter Point Pl, Otter Point, BC',null,'2023-07-27 20:26:22','2023-07-27 20:26:22',null,'IPAVLOVI@IDIR','2023-07-27 20:31:20',null,null,null,null,'OPEN','SOOKE',ST_GeomFromText('POINT(-123.8367403 48.3759568)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031293','COM reports some kind of an animal has killed a ram in the last couple of hours. - -2037 LM CO Kissinger -',null,null,null,null,null,null,'4670 Otter Point Pl, Otter Point, BC','address next door to one above','2023-07-27 20:27:50','2023-07-27 20:27:50',null,'MAWILSON@idir','2023-07-28 13:34:00',null,null,null,null,'OPEN','SOOKE',ST_GeomFromText('POINT(-123.8370916 48.3747557)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031294','Caller reporting a black bear wandering around the area noted below. Advised was last seen heading down to the green belt in the neighbourhood noted it was garbage day today. ',null,null,null,null,null,null,'Inverness Rd, West Kelowna, BC','Noflers creek side ','2023-07-27 20:29:56','2023-07-27 20:29:56',null,'DDUFFY@idir','2023-07-27 20:33:46',null,null,null,null,'CLOSED','WSTKELOW',ST_GeomFromText('POINT(-119.6477004 49.8305659)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031295','COM is reporting a Grizzly bear that has been coming into their yard and trying to take their chickens. Advised that it was spotted just 10 min ago. At least one chicken has been reported killed. COM states that the chicken coup has a run and the bear has been trying to get into both the coup and the run. -',null,null,null,null,null,null,'7480 Chilcotin Rd, Pineview FFG, BC',null,'2023-07-27 20:32:30','2023-07-27 20:32:30',null,'EMCARTHU@idir','2023-07-28 11:14:47',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.6463197 53.858111)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031296','Caller reporting that there is a cougar in a tree on the neighbors property. COM advised the cogar has been around the area for about a week and a half now and is worried about the animals in the area. ',null,null,null,null,null,null,'4538 Slocan River Rd, Winlaw, BC',null,'2023-07-27 20:35:43','2023-07-27 20:35:43',null,'DDUFFY@idir','2023-07-27 20:40:28',null,null,null,null,'CLOSED','LEBAHDO',ST_GeomFromText('POINT(-117.6390991 49.5762211)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031297','Caller reporting a black bear has broken the neighbor''s fence to get into the backyard. Advised they do not no if it is going after garbage or not but.',null,null,null,null,null,null,'','384 killians st ','2023-07-27 20:41:02','2023-07-27 20:41:02',null,'DDUFFY@idir','2023-07-27 20:52:36',null,null,null,null,'OPEN','PORTCOQ',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031298','COM reporting 2 BB getting in garbage and hanging in the area. ',null,null,null,null,null,null,'2230 King Albert Ave, Coquitlam, BC',null,'2023-07-27 20:54:25','2023-07-27 20:54:25',null,'DLEWERS@idir','2023-07-27 20:55:57',null,null,null,null,'OPEN','PORTCOQ',ST_GeomFromText('POINT(-122.8327308 49.2508776)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031299','COM is reporting an injured deer on the side of the road at the noted location. Deer is lying down with its head up. COM advises that it appears to be immobile. -',null,null,null,null,null,null,'357 Main St, Lillooet','Friendship Centre ','2023-07-27 21:00:45','2023-07-27 21:00:45',null,'JXKLINE@idir','2023-07-28 08:41:58',null,null,null,null,'CLOSED','LILLOOET',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031303','COM reporting a spotted fawn struck by a car that has a broken front leg. COM initially thought it was requiring dispatch but it got up and went down the bank. ',null,null,null,null,null,null,'2005 Renfrew Rd, Shawnigan Lake, BC','just past private school where they do all the row boating. ','2023-07-27 21:19:52','2023-07-27 21:19:52',null,'MAWILSON@idir','2023-07-31 10:52:15',null,null,null,null,'CLOSED','SHWNIGN',ST_GeomFromText('POINT(-123.6394958 48.6534881)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031304','COM reporting a bear that has been knocking over their compost bin for the last two nights. COM notes they also have raspberry bushes. COM has not attempted to haze the bear, but will attempt after hanging up. ',null,null,null,null,null,null,'855 Freeman St, Prince George, BC',null,'2023-07-27 21:31:21','2023-07-27 21:31:21',null,'EMCARTHU@idir','2023-07-28 09:43:44',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7739801 53.9168724)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031306','COM is reporting a bear that has come into her garage for a second time and has gone through the man door and accessed the freezer and took some food. COM admits her son likely left the door open by accident. ',null,null,null,null,null,null,'19977 McNeil Rd, Pitt Meadows, BC',null,'2023-07-27 21:35:22','2023-07-27 21:35:22',null,'JBULL@idir','2023-08-05 13:20:41',null,null,null,null,'OPEN','PITTMDWS',ST_GeomFromText('POINT(-122.6670458 49.2736094)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031308','Details of the violation : Tugwell fields parking Lot and went to the wild pacific trail 9:15 PM - -Additional comments: I am a tourist ans Not Sure, Just want to make Sure, that everybody IS Safe around. -',null,null,null,null,null,null,'',null,'2023-07-27 21:42:39','2023-07-27 21:42:39',null,'IPAVLOVI@IDIR','2023-07-27 21:44:32',null,null,null,null,'CLOSED','UCLUELET',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031309','COM reporting a black bear that hoped the fence from their neighbours yard, into COMs yard, then climbed out on the other side, damaging COM''s fence in the process. ',null,null,null,null,null,null,'3848 Killarney St, Port Coquitlam, BC',null,'2023-07-27 21:44:11','2023-07-27 21:44:11',null,'PDAYTON@idir','2023-08-01 15:10:50',null,null,null,null,'CLOSED','PORTCOQ',ST_GeomFromText('POINT(-122.7417593 49.2806569)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031310','COM is reporting a fawn that was hit by a vehicle. It is trying to get up but looks like the legs are broken.',null,null,null,null,null,null,'24565 Dewdney Trunk Rd, Maple Ridge, BC',null,'2023-07-27 21:45:13','2023-07-27 21:45:13',null,'IPAVLOVI@IDIR','2023-07-27 21:52:50',null,null,null,null,'OPEN','MAPLERID',ST_GeomFromText('POINT(-122.5415853 49.2215611)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031312','Caller reporting a baby fawn on the street noted below. COM advised she was told front leg has been injured but is still mobile.',null,null,null,null,null,null,'Hibberson Cres, Victoria, BC',null,'2023-07-27 21:50:51','2023-07-27 21:50:51',null,'DDUFFY@idir','2023-07-27 21:53:59',null,null,null,null,'OPEN','VICTORIA',ST_GeomFromText('POINT(-123.3471439 48.4450433)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031313','COM is reporting an injured deer. Advised one of the legs are broken. Deer is mobile and is keeping up with the rest of the herd that it is with. ',null,null,null,null,null,null,'Carmi Ave, Penticton, BC','Next to the hospital ','2023-07-27 22:21:12','2023-07-27 22:21:12',null,'BRANBECK@idir','2023-07-29 09:19:58',null,null,null,null,'CLOSED','PENTICTN',ST_GeomFromText('POINT(-119.5592095 49.4829102)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031314','Caller reporting a black bear has knocked over the garbage cans and is getting into them about 2200 this evening. Advised the black bear has been getting into the garbages around the neighborhood noted below. COM advised been going now for about four weeks.',null,null,null,null,null,null,'6978 West Coast Rd, Sooke, BC',null,'2023-07-27 22:30:51','2023-07-27 22:30:51',null,'MAWILSON@idir','2023-07-28 13:29:46',null,null,null,null,'OPEN','SOOKE',ST_GeomFromText('POINT(-123.7340548 48.3669713)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031316','RCMP passing on a second hand report from noted COM, who spotted a cougar near the noted intersection. No conflict reported. COM is no longer on scene. ',null,null,null,null,null,null,'Bear Mountain Pky and Riviera Pl, Langford, BC',null,'2023-07-27 22:32:11','2023-07-27 22:32:11',null,'MAWILSON@idir','2023-07-31 09:16:53',null,null,null,null,'CLOSED','LANGFORD',ST_GeomFromText('POINT(-123.5378743 48.4684228)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031317','COM saw a bear cross the road at the noted location. ',null,null,null,null,null,null,'Guildford Way and Ioco Rd and Murray St, Port Moody, BC',null,'2023-07-27 22:33:09','2023-07-27 22:33:09',null,'DAGRAY@idir','2023-07-27 22:34:35',null,null,null,null,'CLOSED','PORTMDY',ST_GeomFromText('POINT(-122.8275157 49.2806962)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031319','COM reporting a bear in their neighbours backyard getting into garbage bins. Bear climbed over their fence and did some damage, and has now been in the neighbours yard for about 20 minutes. Have attempted to scare it away with yelling but to no effect. ',null,null,null,null,null,null,'2478 Thames Cres, Port Coquitlam, BC',null,'2023-07-27 22:40:30','2023-07-27 22:40:30',null,'DAGRAY@idir','2023-07-27 22:44:33',null,null,null,null,'OPEN','PORTCOQ',ST_GeomFromText('POINT(-122.7536095 49.2604187)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031320','Caller reporting on behalf of COM who advised a truck has hit moose and the moose is laying down at the location noted below. Advised the moose is not mobile. -COM''S name is Kelsey Rose and her number is the alt number listed below. RCMP advised they do have units on the way to scene. ',null,null,null,null,null,null,'20397 hwy 16 ','Evergreen Rd and Eli Rd ','2023-07-27 22:45:49','2023-07-27 22:45:49',null,'BKNIBBS@idir','2023-07-28 09:18:53',null,null,null,null,'CLOSED','BURNLK',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031321','COM saw a bear walking on the road near their house. Bear looked in COM''s garbage can, but thought better of it. ',null,null,null,null,null,null,'7202 Edison St, Burnaby, BC',null,'2023-07-27 22:46:22','2023-07-27 22:46:22',null,'DAGRAY@idir','2023-07-27 22:49:28',null,null,null,null,'CLOSED','BURNBY',ST_GeomFromText('POINT(-122.953577 49.2527465)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031322','COM reporting a cougar sighting. No aggression ',null,null,null,null,null,null,'Airport Rd and Midtown Way, Chilliwack, BC',null,'2023-07-27 22:55:39','2023-07-27 22:55:39',null,'PDAYTON@idir','2023-08-01 15:14:37',null,null,null,null,'CLOSED','CHILLIWK',ST_GeomFromText('POINT(-121.9632125 49.1555293)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031323','COM reporting they nearly hit a black bear that was crossing the road at the noted intersection. ',null,null,null,null,null,null,'104 Ave and 240 St, Maple Ridge, BC',null,'2023-07-27 22:50:00','2023-07-27 23:05:50',null,'DAGRAY@idir','2023-07-27 23:07:36',null,null,null,null,'CLOSED','MAPLERID',ST_GeomFromText('POINT(-122.5568419 49.191356)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031324','Caller reporting black bear walking by the noted location below. Advised between driving range residential side. ',null,null,null,null,null,null,'','The wildblue restaurant ','2023-07-27 23:13:52','2023-07-27 23:13:52',null,'DDUFFY@idir','2023-07-27 23:16:38',null,null,null,null,'CLOSED','WHISTLER',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031325','**RAPP REPORT** - -Saw a bear in our backyard ',null,null,null,null,null,null,'3650 Lynndale Cres, Burnaby, BC',null,'2023-07-27 23:36:20','2023-07-27 23:36:20',null,'DDUFFY@idir','2023-07-27 23:37:59',null,null,null,null,'CLOSED','BURNBY',ST_GeomFromText('POINT(-122.9509388 49.2508793)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031326','COM reporting a bear that has been coming back every other day in the last two weeks. Airhorn is ineffective at hazing. BB breaks the locks on city garbage bins, which are kept at the side of the house. COM has no more secure location to store attractants. ',null,null,null,null,null,null,'575 E Queens Rd, District of North Vancouver, BC',null,'2023-07-28 00:44:17','2023-07-28 00:44:17',null,'DAGRAY@idir','2023-07-28 00:47:57',null,null,null,null,'OPEN','NORVAN',ST_GeomFromText('POINT(-123.0615227 49.3362655)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031327','Caller reporting a black bear in the neighbours backyard at the location noted below. Advised the bear has been in the neighbours backyard for about 30 minutes. ',null,null,null,null,null,null,'1488 Mary Hill Lane, Port Coquitlam, BC','Neighbours backyard ','2023-07-28 01:26:45','2023-07-28 01:26:45',null,'DDUFFY@idir','2023-07-28 01:31:19',null,null,null,null,'CLOSED','PORTCOQ',ST_GeomFromText('POINT(-122.7874099 49.241763)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031328','Caller reporting a black bear knocked over compost bins and was getting into them at the location noted below. Advised the black bear was last seen in the neighbours backyard going after their compost as well. ',null,null,null,null,null,null,'2954 Admiral Crt, Coquitlam, BC','In Neighbors backyard next to the address listed above ','2023-07-28 02:09:29','2023-07-28 02:09:29',null,'DDUFFY@idir','2023-07-28 02:12:39',null,null,null,null,'OPEN','COQUITLM',ST_GeomFromText('POINT(-122.8088216 49.2693182)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031329','Caller reporting a black bear walking past his yard noted below. Advised no signs of the bear getting into garbages or being aggressive. ',null,null,null,null,null,null,'551 Wainwright St, Prince George, BC','In the Neighbours','2023-07-28 02:38:04','2023-07-28 02:38:04',null,'DDUFFY@idir','2023-07-28 02:50:12',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7652677 53.9200742)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031330','Caller reporting a cougar sighting out at the metchosin golf course. Cougar was last seen at Pears rd headed to the Olympic view golf course. ',null,null,null,null,null,null,'','metchosin golf course','2023-07-28 04:02:08','2023-07-28 04:02:08',null,'DDUFFY@idir','2023-07-28 04:07:57',null,null,null,null,'CLOSED','METCHOSI',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031331','Caller reporting a black bear that came over the game fence and tore all the siding off the chicken coupe. Advised woke up this morning around 0230 and found that one of the chickens are missing. Advised they do have a big field behind the property. ***Requesting CO callback for so help on the situation***.',null,null,null,null,null,null,'1998 Hwy 97, Okanagan Falls, BC',null,'2023-07-28 04:38:15','2023-07-28 04:38:15',null,'DAVCOX@idir','2023-07-30 13:43:04',null,null,null,null,'CLOSED','OKAFALLS',ST_GeomFromText('POINT(-119.5627737 49.3243598)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031333','Caller reporting a Grizzly bear eating garbage around at the location noted below. Advised he did not want to give his name number to reach COM is primary number listed below. -',null,null,null,null,null,null,'813 Ewert St, Prince George, BC','At the Eagle 7 house ','2023-07-28 04:51:07','2023-07-28 04:51:07',null,'DDUFFY@idir','2023-07-28 06:00:18',null,null,null,null,'OPEN','PRINGEOR',ST_GeomFromText('POINT(-122.7724985 53.9172633)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031334','Caller reporting whitetail deer injured and not mobile on the highway between Galway and Jaffray just past Galway Mill on the eastbound side. Advised the deer is still alive but not mobile.',null,null,null,null,null,null,'',' highway between Galway Jaffray just past Galway Mill on the eastbound side','2023-07-28 04:59:53','2023-07-28 04:59:53',null,'JRISTO@idir','2023-07-28 09:33:40',null,null,null,null,'CLOSED','JAFFRAY',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031335','Caller reporting a black bear getting into garbage at the location noted below.',null,null,null,null,null,null,'1480 Southview St, Coquitlam, BC',null,'2023-07-28 05:27:33','2023-07-28 05:27:33',null,'DDUFFY@idir','2023-07-28 06:28:32',null,null,null,null,'OPEN','COQUITLM',ST_GeomFromText('POINT(-122.75478 49.3043734)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031338','Caller reporting a black bear wandering around the area noted below.',null,null,null,null,null,null,'1032 Ridgewood Dr, District of North Vancouver, BC',null,'2023-07-28 06:01:15','2023-07-28 06:01:15',null,'DDUFFY@idir','2023-07-28 06:03:03',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.1007202 49.3396206)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031339','Reporting a BB just broke into their organics bins by wedging the top open. Items now scattered over front yard / driveway. Incident occurred about 15-20 mins prior to call in . BB has believed to have the area but caller could not confirm. ',null,null,null,null,null,null,'1367 Helen Rd, Ucluelet, BC',null,'2023-07-28 06:38:42','2023-07-28 06:38:42',null,'MAWILSON@idir','2023-07-28 13:22:16',null,null,null,null,'CLOSED','UCLUELET',ST_GeomFromText('POINT(-125.5405673 48.9396345)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031340','Reporting a deer that appears to have some type of nylon rope entangled in it''s antlers. Caller states he can see the deer which is about 100 meters away from his residence noted below. ',null,null,null,null,null,null,'4806 McGuffie Rd, Nanaimo, BC',null,'2023-07-28 06:49:23','2023-07-28 06:49:23',null,'DSEXTON@idir','2023-08-11 14:46:20',null,null,null,null,'OPEN','NANAIMO',ST_GeomFromText('POINT(-123.9737648 49.2345215)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031341','COM reported a deer with a trap on its back leg. The deer comes in the day when the gate to the business in open to graze in a back field and leaves before the gate is closed. ',null,null,null,null,null,null,'575 Page Ave, Penticton, BC','Peerless Trailers','2023-07-28 06:51:02','2023-07-28 06:51:02',null,'BRANBECK@idir','2023-07-29 09:26:49',null,null,null,null,'CLOSED','PENTICTN',ST_GeomFromText('POINT(-119.5711213 49.4811411)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031342','Reporting a BB was in neighbours yard feeding on some garbage about 10 mins prior to call in. Caller states that the BB was not exhibiting any signs of fear of human presence or her large dog. Caller states today is recycling / garbage day. ',null,null,null,null,null,null,'772 Ewert St, Prince George, BC',null,'2023-07-28 06:54:55','2023-07-28 06:54:55',null,'EMCARTHU@idir','2023-07-28 13:12:46',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7720174 53.91795)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031343','Caller reporting an injured deer in the alley behind her residence with a non weight baring front right leg. ',null,null,null,null,null,null,'4839 Regina Ave, Port Alberni, BC',null,'2023-07-28 07:00:55','2023-07-28 07:00:55',null,'DSEXTON@idir','2023-08-11 14:41:09',null,null,null,null,'CLOSED','PORTALBR',ST_GeomFromText('POINT(-124.796469 49.2639468)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031344','Reporting a BB got into her garbage 2 mornings in a row (both at 0200am). Caller states she has video footage. Caller also stated she would stay awake tonight to try and actually see the BB return and will call in immediately if it does. ',null,null,null,null,null,null,'451 W Windsor Rd, District of North Vancouver, BC',null,'2023-07-28 07:10:21','2023-07-28 07:10:21',null,'DDAVIS@idir','2023-07-28 07:15:34',null,null,null,null,'OPEN','NORVAN',ST_GeomFromText('POINT(-123.0810393 49.3381453)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031345','COM reported a deer laying in their yard with blood running down its face and shoulder with a pool of blood on the ground. There are three other bucks present. ',null,null,null,null,null,null,'4389 Karindale Rd, Kamloops, BC',null,'2023-07-28 07:14:00','2023-07-28 07:14:11',null,'JCONNAT@idir','2023-07-28 12:43:20',null,null,null,null,'CLOSED','KAMLOOPS',ST_GeomFromText('POINT(-120.3300796 50.7967192)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031346','Reporting a BB that has been around for the past month or so (off & on) accessing the garbage. Caller states that it came a couple of nights ago and broke into a locked plastic storage bin where they store the garbage. BB was last there 4 hours ago and got into the garbage again. ',null,null,null,null,null,null,'1340 Hwy 3A, Olalla, BC',null,'2023-07-28 07:21:41','2023-07-28 07:21:41',null,'DAVCOX@idir','2023-07-30 13:39:41',null,null,null,null,'CLOSED','OLALLA',ST_GeomFromText('POINT(-119.8292787 49.2499059)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031348','Caller reporting a black bear sighting near the below noted location. Caller advised the bear crossed the road in front of them and went into the greenbelt. ',null,null,null,null,null,null,'20th Ave and Harper Dr, Prince George, BC',null,'2023-07-28 07:30:00','2023-07-28 07:49:26',null,'KSORENSE@idir','2023-07-28 07:52:05',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.779211 53.9054417)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031349','Reporting a BB that has been spotted recently attempting to access residents smoke houses. Caller is hoping a trap could be set up in the area to catch/remove BB. Caller is looking for a call back. BB last seen 15 mins prior to call in. ',null,null,null,null,null,null,'307 Russell Ave, Witset, BC',null,'2023-07-28 07:49:49','2023-07-28 07:49:49',null,'FBKNIBBS@idir','2023-08-01 12:12:49',null,null,null,null,'CLOSED','SMITHERS',ST_GeomFromText('POINT(-127.3305854 55.0232181)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031350','Caller reporting a black bear that tried to get into her chicken coop and rabbit pen last night. Caller advised the bear did not get any of the chickens or rabbits but did some damage to the fencing and structures of the pens/coops. -',null,null,null,null,null,null,'5615 Courval Rd, Buckhorn, BC',null,'2023-07-27 23:00:00','2023-07-28 07:57:02',null,'EMCARTHU@idir','2023-07-28 13:22:00',null,null,null,null,'CLOSED','BCKHRN',ST_GeomFromText('POINT(-122.6458056 53.7417025)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031355','Caller reporting a skunk caught in a leg trap on her neighbors property near the below noted location. -',null,null,null,null,null,null,'3608 Beam Rd, Erickson, BC','Next door neighbors yard ','2023-07-28 08:19:13','2023-07-28 08:19:13',null,'NSMIENK@idir','2023-07-28 09:27:21',null,null,null,null,'CLOSED','ERICKSON',ST_GeomFromText('POINT(-116.4663411 49.1011953)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031358','Caller reporting a black bear sighting near the below noted location. Caller advised a sow and 2 cubs were walking along the road near the bushes. Caller noted the bears were not aggressive. ',null,null,null,null,null,null,'Strathcona Ave and Victoria St, Prince George, BC','Across from Unit 60 in Lombardi Trailer Court ','2023-07-28 08:20:00','2023-07-28 08:32:32',null,'KSORENSE@idir','2023-07-28 08:36:47',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7551356 53.9024554)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031360','BB is in the area',null,null,null,null,null,null,'Carney St, Prince George, BC','On the hill','2023-07-28 08:37:15','2023-07-28 08:37:15',null,'LMOSS@idir','2023-07-28 08:39:22',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7692782 53.9159584)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031361','Caller reporting an injured deer near the below noted location. Caller advised the deer seems to have a stick lodged in it''s mouth. Caller noted this is the second morning they saw the doe in their backyard. Caller advised the deer is still mobile. ',null,null,null,null,null,null,'1275 South Lakeside Dr, Williams Lake, BC',null,'2023-07-28 08:15:00','2023-07-28 08:38:25',null,'JPAULS@idir','2023-07-31 09:12:43',null,null,null,null,'CLOSED','WILLMSLK',ST_GeomFromText('POINT(-122.1183846 52.1135635)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031362','COM reported a BB that is coming to their yard every day on a small acreage. Last night it got into their garbage and tried to get into the neighbour''s chicken coop. ',null,null,null,null,null,null,'5525 Courval Rd, Buckhorn, BC',null,'2023-07-28 08:39:24','2023-07-28 08:39:24',null,'EMCARTHU@idir','2023-07-29 09:19:14',null,null,null,null,'CLOSED','BCKHRN',ST_GeomFromText('POINT(-122.6470836 53.7417024)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031366','Caller reporting an injured deer near the below noted location. Caller advised the fawn ran between her truck and trailer while she was driving and it limped off. -',null,null,null,null,null,null,'10th Ave and Victoria St, Prince George, BC',null,'2023-07-28 08:45:00','2023-07-28 08:49:59',null,'EMCARTHU@idir','2023-07-28 09:29:01',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7534864 53.9124614)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031369','Caller is reporting a mama bear and 3 cubs in a tree beside the entrance of Minnekhada Park. The tree has an electrical fence rapped around the tree and the bear has been there since yesterday afternoon. The caller spoke to the farmer who owns the farm (Bilm blueberry farm) and he said he would turn off the fence for an hour and the caller thinks he did but the bears are still up the tree and are huffing, panting and bluffing. - -',null,null,null,null,null,null,'4455 Oliver Rd, Coquitlam, BC','Tree beside the gate entrance of Minnekhada park','2023-07-28 08:53:21','2023-07-28 08:53:21',null,'BJETTE@idir','2023-07-28 09:09:30',null,null,null,null,'OPEN','PORTCOQ',ST_GeomFromText('POINT(-122.7020731 49.2930831)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031375','Caller reporting a black bear sighting near the below noted location. Caller advised there are 2 cubs in a tree in her yard behind her house. Caller noted she has not seen the sow. -***Caller requesting a callback from a CO for advice as she has someone coming to house sit for her.*** -',null,null,null,null,null,null,'3370 Austin Rd E, Prince George, BC',null,'2023-07-28 09:06:07','2023-07-28 09:06:07',null,'EMCARTHU@idir','2023-07-28 11:29:15',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7831996 53.9897528)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031376','COM reported a deer in their yard limping on its right, front leg. The deer is with a buck and grazing moving to other yards. ',null,null,null,null,null,null,'','On Vincent Ave, behind caller''s address','2023-07-28 09:07:44','2023-07-28 09:07:44',null,'DTALEVSK@idir','2023-07-28 09:12:21',null,null,null,null,'OPEN','SAANICH',ST_GeomFromText('POINT(-123.400452 48.4487665)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031377','Caller reporting a coyote sighting near the below noted location. Caller advised the coyote was walking around and did not seem aggressive but also not afraid of humans. ',null,null,null,null,null,null,'Birch St and W 13th Ave, Vancouver, BC',null,'2023-07-28 09:00:00','2023-07-28 09:09:01',null,'KSORENSE@idir','2023-07-28 09:28:04',null,null,null,null,'CLOSED','VANCOUVR',ST_GeomFromText('POINT(-123.1338708 49.2597478)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031383',' Caller reporting a food conditioned black bear near the below noted location. Caller advised he believes this bear is the one the CO''s are looking for at French Beach. Caller noted the bear tried getting into his garbage and he was able to scare it off. ',null,null,null,null,null,null,'2745 Seaside Dr, Shirley, BC',null,'2023-07-28 09:18:45','2023-07-28 09:18:45',null,'MAWILSON@idir','2023-07-28 13:25:02',null,null,null,null,'OPEN','SOOKE',ST_GeomFromText('POINT(-123.9358002 48.3857358)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031385','Caller reporting an aggressive coyote near the below noted location. Caller advised the coyote followed her and her dog for 1.5km, got very close to them and was barking at them. ',null,null,null,null,null,null,'','Trails on Kimball Rd by Blue Cedar Campground ','2023-07-28 07:45:00','2023-07-28 09:22:57',null,'EMCARTHU@idir','2023-07-29 09:17:35',null,null,null,null,'OPEN','PRINGEOR',ST_GeomFromText('POINT(-122.81844 53.86238)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031387','COM saw a cougar at 07:45 at the back of the elementary school property laying where there are steps. -**Emailed due to time delay. ',null,null,null,null,null,null,'1000 Hankin Ave, Telkwa, BC','Back of Telkwa elementary school, steps leading to a residential area. ','2023-07-28 09:31:19','2023-07-28 09:31:19',null,'FBKNIBBS@idir','2023-07-28 12:25:58',null,null,null,null,'CLOSED','TELKWA',ST_GeomFromText('POINT(-127.0469766 54.6968946)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031388','Caller is reporting a young bear at the campground hanging around and ignoring the noise they are making with pots and pans. The bear has not gotten into anything but very interest in the breakfast smells campers are making. ',null,null,null,null,null,null,'8010 Mons Rd, Whistler, BC',null,'2023-07-28 09:34:19','2023-07-28 09:34:19',null,'BJETTE@idir','2023-07-28 09:37:38',null,null,null,null,'OPEN','WHISTLER',ST_GeomFromText('POINT(-122.9485415 50.1357851)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031389','COM reported a BB that has passed through their yard at night three times in the pas week, caught in home camera. COM noted there are no attractants or conflicts. ',null,null,null,null,null,null,'910 Gillett St, Prince George, BC',null,'2023-07-28 09:35:51','2023-07-28 09:35:51',null,'DTALEVSK@idir','2023-07-28 09:38:30',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7749947 53.9162)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031394','COM reported a BB that was on a trail in the forest behind their address last night. The BB walked across the path. There was no confrontation. COM noted there are apple trees and black berries in the area. ',null,null,null,null,null,null,'1520 Marban Rd, Nanaimo, BC',null,'2023-07-28 09:46:36','2023-07-28 09:46:36',null,'MAWILSON@idir','2023-07-28 13:42:03',null,null,null,null,'CLOSED','NANAIMO',ST_GeomFromText('POINT(-123.9302369 49.1220607)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031395','Caller reporting coyotes that have been killing pets in the neighborhood increasingly over the last few days. Caller advised they are hearing coyotes shrieking and dogs barking at night and throughout the day along Rogers Creek. ',null,null,null,null,null,null,'2770 Palmerston Ave, West Vancouver, BC',null,'2023-07-27 23:15:00','2023-07-28 09:47:22',null,'KSORENSE@idir','2023-07-28 10:02:32',null,null,null,null,'OPEN','WSTVANCO',ST_GeomFromText('POINT(-123.1898368 49.3411094)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031396','COM had a baby eagle wash up in the lake this morning. She placed it on the beach for CO.',null,null,null,null,null,null,'3529 Canim Pl, Eagle Creek, BC',null,'2023-07-28 09:56:18','2023-07-28 09:56:18',null,'LMOSS@idir','2023-07-28 09:58:55',null,null,null,null,'OPEN','100MHHS',ST_GeomFromText('POINT(-120.8623115 51.8541754)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031399','BB got into the neighbor''s garbage.',null,null,null,null,null,null,'909 Freeman St, Prince George, BC',null,'2023-07-28 09:59:11','2023-07-28 09:59:11',null,'EMCARTHU@idir','2023-07-28 13:23:29',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7740004 53.9162182)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031401','BB in the neighborhood and has been frequenting the area. Bear broke the lock on the backyard gate.',null,null,null,null,null,null,'1311 Amazon Crt, Port Coquitlam, BC',null,'2023-07-28 10:14:30','2023-07-28 10:14:30',null,'PDAYTON@idir','2023-08-01 15:10:24',null,null,null,null,'CLOSED','PORTCOQ',ST_GeomFromText('POINT(-122.7507185 49.264422)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031402','Caller was walking their dashund in the park and had a coyote follow for some time. -no interactions',null,null,null,null,null,null,'','purple park','2023-07-28 10:14:45','2023-07-28 10:14:45',null,'TBIRNEY@idir','2023-07-28 10:18:30',null,null,null,null,'CLOSED','DAWSONCR',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031404','Caller reporting an orphaned fawn near the below noted location. Caller advised a dead doe was disposed of yesterday and it seems she had a fawn. Caller noted the fawn has been crying where the doe was. ',null,null,null,null,null,null,'1534 Lawrence Ave, Kelowna, BC',null,'2023-07-28 09:45:00','2023-07-28 10:19:05',null,'KSORENSE@idir','2023-07-28 10:21:50',null,null,null,null,'OPEN','KELOWNA',ST_GeomFromText('POINT(-119.4640111 49.8852342)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031405','BB got into the vehicle overnight. No attractants in the vehicle. The bear looks like it has bugs and sores all over it.',null,null,null,null,null,null,'311 Dogwood Dr, North Westside, BC',null,'2023-07-28 10:19:43','2023-07-28 10:19:43',null,'TBECK@idir','2023-07-31 11:41:53',null,null,null,null,'CLOSED','VERNON',ST_GeomFromText('POINT(-119.4708237 50.2228082)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031412','Howard Hogem 604-808-6384 reported to Oak Bay Police of a deer that became impaled on a fence that has since freed itself and is now on its side bleeding and showing signs of distress. - -',null,null,null,null,null,null,'3285 Beach Dr, Oak Bay, BC',null,'2023-07-28 10:38:05','2023-07-28 10:38:05',null,'HGREGG@IDIR','2023-07-28 10:51:52',null,null,null,null,'OPEN','OAKBAY',ST_GeomFromText('POINT(-123.2939432 48.4482904)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031414','Young bear deceased on the roadway just before Wasa Bridge on Hwy 93 -OO passed on to Mainroad',null,null,null,null,null,null,'Hwy 93, Wasa, BC',null,'2023-07-28 10:49:35','2023-07-28 10:49:35',null,'JRISTO@idir','2023-07-28 11:04:50',null,null,null,null,'CLOSED','WASA',ST_GeomFromText('POINT(-115.7473265 49.7874403)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031416','Bear has been frequenting the property and on the 19th and 20th the bear got into the chicken coop and destroyed a total of 3 chickens. There was damage to the coop as well. The bear also got into the neighbor''s coop last night and caused damage but did not destroy any chickens.',null,null,null,null,null,null,'7415 Old Cariboo Hwy, Pineview FFG, BC',null,'2023-07-28 10:54:54','2023-07-28 10:54:54',null,'EMCARTHU@idir','2023-07-28 13:06:27',null,null,null,null,'CLOSED','PINEVIEW',ST_GeomFromText('POINT(-122.6587911 53.8589693)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031418','Bear was trying to get into the house last night through the window. The bear was successfully hazed by yelling and whistling. COM states the bear has been frequenting the area recently and is becoming increasingly bold.',null,null,null,null,null,null,'10894 Taylor Arm Dr, Port Alberni, BC',null,'2023-07-28 10:59:51','2023-07-28 10:59:51',null,'MAWILSON@idir','2023-07-28 13:36:05',null,null,null,null,'OPEN','PORTALBR',ST_GeomFromText('POINT(-124.9864199 49.274925)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031419','Caller reporting that a BB is sleeping in their tree, and had accessed their garbage last night (rewarded) -Caller will move their garbage cans -',null,null,null,null,null,null,'',null,'2023-07-28 11:01:03','2023-07-28 11:01:03',null,'EMCARTHU@idir','2023-07-31 12:43:22',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031420','Caller reporting a black bear sighting near the below noted location. Caller advised the bear was walking around, was not aggressive and was not getting into any attractants. ',null,null,null,null,null,null,'5272 Goldspring Pl, Chilliwack, BC',null,'2023-07-28 10:55:00','2023-07-28 11:01:44',null,'KSORENSE@idir','2023-07-28 11:03:37',null,null,null,null,'CLOSED','CHILLIWK',ST_GeomFromText('POINT(-121.9300154 49.0994353)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031421','vm left on phone tree. injured deer on road just south of Merville, may need help',null,null,null,null,null,null,'Hwy 19A, Merville, BC','just south','2023-07-28 05:41:00','2023-07-28 11:09:00',null,'MAWILSON@idir','2023-07-28 11:12:47',null,null,null,null,'OPEN','MERVILLE',ST_GeomFromText('POINT(-125.0682228 49.7917612)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031422','Sow with 2 cubs up a tree for over an hour and unable to come down due to electric fencing on the blueberry farm side. The bears are ''screaming''.',null,null,null,null,null,null,'4455 Oliver Rd, Coquitlam, BC','Minnekhada Regional Park at the main black gate','2023-07-28 11:09:38','2023-07-28 11:09:38',null,'JBULL@idir','2023-08-01 12:51:53',null,null,null,null,'OPEN','COQUITLM',ST_GeomFromText('POINT(-122.7020731 49.2930831)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031423','Caller reporting a black bear at Reg Franklin Park. Caller advised the bear was not aggressive but was not afraid of humans. ',null,null,null,null,null,null,'22522 123 Ave, Maple Ridge, BC','Reg Franklin Park ','2023-07-28 10:45:00','2023-07-28 11:09:38',null,'PDAYTON@idir','2023-08-01 15:09:25',null,null,null,null,'CLOSED','MAPLERID',ST_GeomFromText('POINT(-122.5981971 49.2254622)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031425','CP rail staff reporting a small BB transiting northward through the yard – crews being warned -Assistance NOT required. -',null,null,null,null,null,null,'','CP rail yard: 1670 lougheed highway','2023-07-28 11:14:01','2023-07-28 11:14:01',null,'TBIRNEY@idir','2023-07-28 11:16:40',null,null,null,null,'CLOSED','PORTCOQ',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031427','Northland hondai reporting that two BBs are behind the dealership, near some occupied ball diamonds. - -LVM CO Stark -LVM CO Peeling -called Sgt McArthur - no capacity for messages -LVM CO Adams (DOR)',null,null,null,null,null,null,'',null,'2023-07-28 11:17:45','2023-07-28 11:17:45',null,'EMCARTHU@idir','2023-07-28 12:52:30',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031428','Caller reporting a recurrent bear. Routinely coming onto his property, breaking fences and trashing garbage bins. The bear was last seen yesterday at 6pm. Caller advised that the garbage bins are no longer the issue as they store them elsewhere but the bear still comes around and the bear does not scare away. - -***Caller would like a callback***',null,null,null,null,null,null,'3380 Aintree Dr, District of North Vancouver, BC',null,'2023-07-28 11:19:21','2023-07-28 11:19:21',null,'BJETTE@idir','2023-07-28 11:24:24',null,null,null,null,'OPEN','NORVAN',ST_GeomFromText('POINT(-123.1113323 49.3397966)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031429','Caller reporting that coyotes attacked someone''s on-leash dog while walking on the trail near the below noted location. Caller advised the dog was okay but is concerned for her dog and grandchildren. ',null,null,null,null,null,null,'Lynn Valley Rd, District of North Vancouver, BC','Trail Between Rice Lake and Headwaters ','2023-07-26 11:22:00','2023-07-28 11:22:19',null,'KSORENSE@idir','2023-07-28 11:26:14',null,null,null,null,'OPEN','NORVAN',ST_GeomFromText('POINT(-123.0320767 49.34033)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031430','Caller reporting that his roommate heard a cougar calling last night around 04:00. Caller is concerned as he often goes on late night runs. ',null,null,null,null,null,null,'626 Thompson Ave, Coquitlam, BC',null,'2023-07-28 11:26:27','2023-07-28 11:26:27',null,'BJETTE@idir','2023-07-28 13:30:48',null,null,null,null,'OPEN','COQUITLM',ST_GeomFromText('POINT(-122.8847349 49.268032)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031444','Caller reporting a small hawk which appears to have difficulty flying, and is unable to reach a safe perch. -Transferred to Kamloops wildlife park. -',null,null,null,null,null,null,'','centennial park','2023-07-28 11:46:52','2023-07-28 11:46:52',null,'JXKLINE@idir','2023-07-28 12:33:36',null,null,null,null,'CLOSED','100MHHS',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031445','Caller reporting a possible orphaned black bear cub near the below noted location. Caller advised the cub has been in the same spot in the bushes hiding all morning and she has seen it over the last few days without a sow. ',null,null,null,null,null,null,'802 Hart Hwy, Prince George, BC',null,'2023-07-28 08:00:00','2023-07-28 11:49:57',null,'EMCARTHU@idir','2023-07-29 09:16:08',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7719517 53.9337346)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031446','Caller reported seeing a bear cub dead on Hwy 4. It is still warm. Caller moved it off to the side of the road. Directions: Pacific Rim Hwy past the rainforest loop heading toward Ucluelet on the left and side of the road.',null,null,null,null,null,null,'Hwy 4, Ucluelet, BC',null,'2023-07-24 20:57:00','2023-07-28 11:51:08',null,'MAWILSON@idir','2023-07-28 11:56:42',null,null,null,null,'CLOSED','UCLUELET',ST_GeomFromText('POINT(-125.5818265 48.9964343)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031447','RCMP received a report of a black bear sighting near the below noted location. Caller advised the bear was walking down the road going from house to house but did not get anything. ',null,null,null,null,null,null,'227 St and Abernethy Way, Maple Ridge, BC',null,'2023-07-28 11:47:00','2023-07-28 11:52:33',null,'KSORENSE@idir','2023-07-28 11:54:56',null,null,null,null,'CLOSED','MAPLERID',ST_GeomFromText('POINT(-122.5938264 49.2292061)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031448','Cougar sighting at the summit of Mt Wells.',null,null,null,null,null,null,'Humpback Rd, Langford, BC','Mt Wells','2023-07-28 11:53:53','2023-07-28 11:53:53',null,'MAWILSON@idir','2023-07-28 13:27:57',null,null,null,null,'OPEN','LANGFORD',ST_GeomFromText('POINT(-123.5590774 48.4421438)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031451','BB is in the chicken yard up a tree. This is the first time a bear is in the yard and COM does not know how to protect her livestock. COM is not able to access the internet for resources. COM would like a callback from a CO.',null,null,null,null,null,null,'21020 Cariboo Hwy, Buckhorn, BC',null,'2023-07-28 12:06:23','2023-07-28 12:06:23',null,'EMCARTHU@idir','2023-07-28 12:41:04',null,null,null,null,'CLOSED','BCKHRN',ST_GeomFromText('POINT(-122.6496201 53.7337982)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031453','Caller was able to assess a doe with binoculars – doe’s lower jaw is broken - -',null,null,null,null,null,null,'','first house down the lake, below the walmart','2023-07-28 12:10:43','2023-07-28 12:10:43',null,'JPAULS@idir','2023-08-03 11:17:42',null,null,null,null,'CLOSED','WILLMSLK',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031454','Caller reported a bear in the village on the grass in front of the caller''s store. Caller is concerned as there are a lot of tourists in the area. ',null,null,null,null,null,null,'4433 Sundial Pl, Whistler, BC',null,'2023-07-28 12:24:08','2023-07-28 12:24:08',null,'BJETTE@idir','2023-07-28 12:27:22',null,null,null,null,'CLOSED','WHISTLER',ST_GeomFromText('POINT(-122.9544052 50.114453)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031458','Caller reported seeing a young grizzly bear that has a tag on its ear yesterday evening on her front lawn eating clover and grass. The call clapped her hands and the bear ran away. The caller also believes she heard in the area this morning while walking their dog. The caller advised that she is concerned that some neighbour in the area will react quickly in defending their farms and she does not want to see any harm to the grizzly bear. Caller took pictures. ',null,null,null,null,null,null,'9422 Gaby Rd, Birken, BC','Birkin ','2023-07-28 12:29:22','2023-07-28 12:29:22',null,'BJETTE@idir','2023-07-28 12:40:24',null,null,null,null,'OPEN','BRKN',ST_GeomFromText('POINT(-122.5583124 50.4949264)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031461','RCMP received a report of a black bear near the below noted location. Caller advised the bear is in the bushes and is not being aggressive. ',null,null,null,null,null,null,'4433 Sundial Pl, Whistler, BC','In front of Velvet Underground - Whistler Village ','2023-07-28 12:32:00','2023-07-28 12:38:28',null,'DLEWERS@idir','2023-07-28 18:25:07',null,null,null,null,'CLOSED','WHISTLER',ST_GeomFromText('POINT(-122.9547407 50.1149391)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031464','Caller reporting an injured deer near the below noted location. Caller advised the deer has an open wound and skin hanging off it''s right, hind leg. Caller noted the deer is mobile and limping. ',null,null,null,null,null,null,'Cook St and Woodstock Ave, Victoria, BC',null,'2023-07-28 12:52:10','2023-07-28 12:52:10',null,'MAWILSON@idir','2023-07-31 10:53:17',null,null,null,null,'CLOSED','VICTORIA',ST_GeomFromText('POINT(-123.3577257 48.4094106)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031468','COM reported a BB that was in a parking and lumbered off. ',null,null,null,null,null,null,'','Upland and Pearson Rd. ','2023-07-28 13:04:42','2023-07-28 13:04:42',null,'DTALEVSK@idir','2023-07-28 13:06:26',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031469','COM advising there is a bat roost in the roof gable where a baby bat has fallen out of and appears to be dead. -OO provided resources for BC Community Bats phone number and bcbats URL',null,null,null,null,null,null,'40235 Kintyre Dr, Squamish, BC',null,'2023-07-28 13:15:56','2023-07-28 13:15:56',null,'LMOSS@idir','2023-07-28 13:19:10',null,null,null,null,'OPEN','SQUMISH',ST_GeomFromText('POINT(-123.1171634 49.7369451)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031470','Caller reporting that a deer has some fencing wire wrapped around it''s torso near the below noted location. Caller advised the deer forced itself through a fence and now has some wire wrapped around it. Caller noted the deer is mobile and was headed west. ',null,null,null,null,null,null,'1011 17th Ave S, Cranbrook, BC',null,'2023-07-28 13:18:02','2023-07-28 13:18:02',null,'DTALEVSK@idir','2023-08-05 06:59:01',null,null,null,null,'CLOSED','CRANBRK',ST_GeomFromText('POINT(-115.758045 49.4990683)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031471','CO Kissinger received call directly from COM regarding a cougar sighting and requesting CO attendance.',null,null,null,null,null,null,'1610 Tommy Rd, Cobble Hill, BC',null,'2023-07-28 13:19:31','2023-07-28 13:19:31',null,'DSEXTON@idir','2023-07-28 13:22:31',null,null,null,null,'OPEN','COBBLHIL',ST_GeomFromText('POINT(-123.6127586 48.7123613)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031472','Caller heard the cougar climbing over his fence at 04:00, last night and thought it was a person. The caller did not look out the window but woke up his roommate who saw the cougar run away after the roommate shouted. - -X-Reference: 23-031430',null,null,null,null,null,null,'626 Thompson Ave, Coquitlam, BC',null,'2023-07-28 13:19:54','2023-07-28 13:19:54',null,'PDAYTON@idir','2023-08-01 15:08:40',null,null,null,null,'CLOSED','COQUITLM',ST_GeomFromText('POINT(-122.8847349 49.268032)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031473','Reporting a small bat that has been seen on the door frame of the parkade for a few days. COM does not know if this is unusual behavior or if the bat is ill/injured. COM states they phoned SPCA who both pointed them to BC Bat Program who then directed them to COS.',null,null,null,null,null,null,'185 Kinney Ave, Penticton, BC',null,'2023-07-28 13:22:13','2023-07-28 13:22:13',null,'BRANBECK@idir','2023-07-29 09:29:49',null,null,null,null,'CLOSED','PENTICTN',ST_GeomFromText('POINT(-119.5888739 49.4712856)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031476','Reports bear in the middle of the day walking through neighborhood',null,null,null,null,null,null,'996 Jarvis St, Coquitlam, BC',null,'2023-07-28 13:25:21','2023-07-28 13:25:21',null,'SMCCREAD@idir','2023-07-28 13:26:53',null,null,null,null,'CLOSED','COQUITLM',ST_GeomFromText('POINT(-122.8639333 49.2698258)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031482','Spruce City Stadium, there is a youth softball tourney this weekend and at this moment there is a sow and two cubs wandering through the campground area',null,null,null,null,null,null,'2204 Massey Dr, Prince George, BC',null,'2023-07-28 13:42:04','2023-07-28 13:42:04',null,'EMCARTHU@idir','2023-07-28 16:04:42',null,null,null,null,'OPEN','PRINGEOR',ST_GeomFromText('POINT(-122.7735165 53.9035642)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031483','Deer with a hind leg injury, limping but mobile. Antler is also broken.',null,null,null,null,null,null,'1215 12th St S, Cranbrook, BC',null,'2023-07-28 13:47:39','2023-07-28 13:47:39',null,'JRISTO@idir','2023-07-28 16:00:15',null,null,null,null,'CLOSED','CRANBRK',ST_GeomFromText('POINT(-115.763701 49.4970872)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031484','BB has been frequenting the neighborhood for the past 2 weeks. The bear was getting into the garbage a couple hours ago. It is garbage day. Bear does not respond to air horns but does respond to bear bangers.',null,null,null,null,null,null,'5386 Cliffridge Ave, District of North Vancouver, BC',null,'2023-07-28 13:49:38','2023-07-28 13:49:38',null,'LMOSS@idir','2023-07-28 13:52:59',null,null,null,null,'OPEN','NORVAN',ST_GeomFromText('POINT(-123.0987165 49.3619385)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031485','Caller reports a neighbour (address below) who has set up a few feeding troughs to feed primarily deer, but it is now being used by all sorts of other animals and birds. This now includes cougars drawn in to feed on the deer. Caller witnessed a cougar twice last week.',null,null,null,null,null,null,'1495 Wild Cherry Terr, Gabriola Island, BC',null,'2023-07-28 13:49:59','2023-07-28 13:49:59',null,'MAWILSON@idir','2023-08-02 10:34:47',null,null,null,null,'CLOSED','GABRIOLAI',ST_GeomFromText('POINT(-123.7940119 49.1726236)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031489','Deer with hind leg injury. Deer is limping but mobile.',null,null,null,null,null,null,'2010 Foothill Rd, Salmon Arm, BC','SW','2023-07-28 13:54:00','2023-07-28 13:54:00',null,'TBECK@idir','2023-07-28 14:39:43',null,null,null,null,'CLOSED','SALMARM',ST_GeomFromText('POINT(-119.306363 50.6794834)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031490','a sow and a cub that have been on their property. The cub has come three times today but there is no sow. COM is unsure if the BB is big enough to be alone. BB is about the size of a rot weiler. COM has bee hives and ducks with electric fences. ',null,null,null,null,null,null,'12885 230 St, Maple Ridge, BC',null,'2023-07-28 13:59:41','2023-07-28 13:59:41',null,'DTALEVSK@idir','2023-07-28 14:05:55',null,null,null,null,'OPEN','MAPLERID',ST_GeomFromText('POINT(-122.5860897 49.2369918)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031496','COM reported a deer that has chased the COM and her dog on three occasions. The deer has 3 fawn. Last night the deer chased a dog and stomped it them. ',null,null,null,null,null,null,'','12 Street North in a field behind Tamrak Manor townhouses. ','2023-07-28 14:16:14','2023-07-28 14:16:14',null,'JRISTO@idir','2023-07-28 15:58:54',null,null,null,null,'CLOSED','CRANBRK',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031497','Caller reporting an injured deer near the below noted location. Caller advised the deer looks like it was hit by a vehicle as it''s back end is in bad shape. Caller noted the deer is laying on the ground and is quite skinny. ',null,null,null,null,null,null,'1580 Springhill Dr, Kamloops, BC',null,'2023-07-28 14:19:48','2023-07-28 14:19:48',null,'JCONNAT@idir','2023-08-12 10:39:08',null,null,null,null,'CLOSED','KAMLOOPS',ST_GeomFromText('POINT(-120.3535079 50.6605272)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031500','COM reports BB hanging around the landfill at the location below. ',null,null,null,null,null,null,'970 Eliza Rd, Kamloops, BC','Barnhartvale Landfill','2023-07-28 14:24:04','2023-07-28 14:24:04',null,'KANEKOPP@idir','2023-07-30 11:51:17',null,null,null,null,'CLOSED','KAMLOOPS',ST_GeomFromText('POINT(-120.1579161 50.6572087)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031502','Caller reporting an injured deer near the below noted location. Caller advised the deer has a broken rear leg and is limping but is mobile.',null,null,null,null,null,null,'844 Bearhead Rd, Engen, BC',null,'2023-07-28 14:27:07','2023-07-28 14:27:07',null,'JSCHULTZ@idir','2023-07-28 18:02:44',null,null,null,null,'CLOSED','VANDERHF',ST_GeomFromText('POINT(-124.3080671 54.0253297)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031504','Caller reports at Ginters park, parking lot trail to old house, saw a bear off the trail which then took off once encountered his dogs. Bear was not aggressive.',null,null,null,null,null,null,'Massey Dr, Prince George, BC',null,'2023-07-28 14:41:06','2023-07-28 14:41:06',null,'SMCCREAD@idir','2023-07-28 14:45:07',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7823195 53.8996166)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031505','Black bear has been frequenting the neighborhood and is present every day. The bear gets into the locked garbage every couple of days. COM states his neighbors are scared to go outside to water their plants.',null,null,null,null,null,null,'1380 Po Ave, Port Coquitlam, BC',null,'2023-07-28 14:44:22','2023-07-28 14:44:22',null,'LMOSS@idir','2023-07-28 14:46:12',null,null,null,null,'OPEN','PORTCOQ',ST_GeomFromText('POINT(-122.7521062 49.2614816)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031506','Caller reporting BB cub that struck with his vehicle about 25 minutes prior to calling in. Caller reports that the bear got up and took off toward the lake side on the west of the hwy. ',null,null,null,null,null,null,'Marron Valley in Kaleden, BC','Hwy 3A','2023-07-28 14:44:39','2023-07-28 14:44:39',null,'BRANBECK@idir','2023-07-29 09:21:48',null,null,null,null,'CLOSED','KALEDEN',ST_GeomFromText('POINT(-119.6677778 49.3663889)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031507','BB has been frequenting the property and recently took a bag of chicken feed before COM was able to lock it away.',null,null,null,null,null,null,'6200 Westsyde Rd, Kamloops, BC',null,'2023-07-28 14:46:40','2023-07-28 14:46:40',null,'LMOSS@idir','2023-07-28 14:49:43',null,null,null,null,'OPEN','KAMLOOPS',ST_GeomFromText('POINT(-120.3045569 50.8398685)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031511','COM reported a sow with 2 cubs that frequently play with garbage bins in the community. COM is concerned as the BBs are not moving as as the other bears do. ',null,null,null,null,null,null,'','Kingcome Inlet ','2023-07-28 14:51:29','2023-07-28 14:51:29',null,'MAWILSON@idir','2023-08-11 09:30:52',null,null,null,null,'OPEN','KNGCOMEI',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031513','Caller reports seeing a large bb walking through the neighbourhood. Not aggressive.',null,null,null,null,null,null,'2577 Carnation St, District of North Vancouver, BC',null,'2023-07-28 14:57:21','2023-07-28 14:57:21',null,'SMCCREAD@idir','2023-07-28 14:59:51',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.0025792 49.3179116)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031516','Caller reports there is a bear getting into his compost. Bear is aggressive when caller comes out to try and scare him off',null,null,null,null,null,null,'614 Hammarberg Rd, Southbank, BC',null,'2023-07-28 15:04:18','2023-07-28 15:04:18',null,'SGBATES@idir','2023-07-30 10:55:53',null,null,null,null,'CLOSED','STHBNK',ST_GeomFromText('POINT(-125.7619593 54.0222854)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031520','Caller reports a large bear is sitting on their front lawn eating a bag of garbage (not the callers). Not acting aggressively. but not particular. Somewhat habituated to people.',null,null,null,null,null,null,'2556 Belloc St, District of North Vancouver, BC',null,'2023-07-28 15:14:56','2023-07-28 15:14:56',null,'SMCCREAD@idir','2023-07-28 15:20:05',null,null,null,null,'OPEN','NORVAN',ST_GeomFromText('POINT(-123.0030561 49.3192579)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031521','Caller reported a deer behind her house eating leaves and coughing. The deer is not injured but the caller is concerned as they are very close to a highway. ',null,null,null,null,null,null,'8445 Duff St, Vancouver, BC',null,'2023-07-28 15:22:59','2023-07-28 15:22:59',null,'BJETTE@idir','2023-07-28 15:27:38',null,null,null,null,'CLOSED','VANCOUVR',ST_GeomFromText('POINT(-123.0648138 49.2083396)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031522','Caller Reports a bear transiting through their yard.',null,null,null,null,null,null,'812 Vedette Dr, Penticton, BC',null,'2023-07-28 15:23:18','2023-07-28 15:23:18',null,'SMCCREAD@idir','2023-07-28 15:25:00',null,null,null,null,'CLOSED','PENTICTN',ST_GeomFromText('POINT(-119.6251493 49.4963878)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031524','Caller reporting that a bear destroyed his chicken coop and killed a chicken this morning. Caller advised the bear came back 3 times and is requesting a CO callback on if he is able to shoot the bear if it comes onto the property and goes after his chickens. -',null,null,null,null,null,null,'1998 Hwy 97, Okanagan Falls, BC',null,'2023-07-28 05:30:00','2023-07-28 15:25:48',null,'BRANBECK@idir','2023-07-29 22:46:03',null,null,null,null,'CLOSED','OKAFALLS',ST_GeomFromText('POINT(-119.5627737 49.3243598)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031534','Caller reporting an injured fawn near the below noted location. Caller advised the fawn was hit by a car last night and has been struggling to stand all night. Caller noted the fawn appears to have broken legs on the same side. Caller advised the fawn is trying to stand but keeps falling. ',null,null,null,null,null,null,'7959 Tronson Rd, Vernon, BC','Next door neighbors driveway ','2023-07-28 16:11:59','2023-07-28 16:11:59',null,'MSRICHAR@idir','2023-07-29 13:39:03',null,null,null,null,'CLOSED','VERNON',ST_GeomFromText('POINT(-119.3761124 50.2465781)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031535','Caller reported she saw on a community page that a mother bear and 2 cubs currently eating garbage at the below location. ',null,null,null,null,null,null,'3rd Ave, Kaleden, BC',null,'2023-07-28 16:15:24','2023-07-28 16:15:24',null,'BRANBECK@idir','2023-07-29 10:03:35',null,null,null,null,'CLOSED','KALEDEN',ST_GeomFromText('POINT(-119.5848066 49.3873283)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031536','Overpopulation of hawks in the area. COM believes a hawk took her cat. She had 4 cats and 1 has been missing for 3 weeks and now another cat has been missing for 30 minutes. The hawks were circling the area when COM came home.',null,null,null,null,null,null,'649 Fir St, Quesnel, BC',null,'2023-07-28 16:23:02','2023-07-28 16:23:02',null,'JMILLETT@idir','2023-08-02 14:36:31',null,null,null,null,'CLOSED','QUESNEL',ST_GeomFromText('POINT(-122.4504228 52.9683036)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031537','Reporting a baby bear looks like orphaned or discarded by it''s mother hanging out in their residential area. COM and neighbors have seen over course of a coup0le of days. Can anything be done for it, hasn''t posed any risks. COM requesting call back to know if something can be done.',null,null,null,null,null,null,'Prince George, BC',null,'2023-07-28 16:25:14','2023-07-28 16:25:14',null,'EMCARTHU@idir','2023-07-29 09:22:02',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7452778 53.9127778)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031538','Caller reporting a black bear sighting near the below noted location. Caller advised the bear crossed the street in front of them. ',null,null,null,null,null,null,'Berkley Rd and Shelley Rd, District of North Vancouver, BC',null,'2023-07-28 16:15:00','2023-07-28 16:27:47',null,'KSORENSE@idir','2023-07-28 16:30:21',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.0049357 49.3208656)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031540','Caller reports seeing a bear cross the street and run into a ravine. - -',null,null,null,null,null,null,'122 Ave and 232 St, Maple Ridge, BC',null,'2023-07-28 16:42:23','2023-07-28 16:42:23',null,'SMCCREAD@idir','2023-07-28 16:44:15',null,null,null,null,'CLOSED','MAPLERID',ST_GeomFromText('POINT(-122.5792116 49.2239828)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031542','Caller reported a bear on their deck. Initially was confronted by a dog, and then people yelling at it. Bear left the property. Very comfortable with people.',null,null,null,null,null,null,'9616 Marble Bay Rd, Honeymoon Bay, BC',null,'2023-07-28 16:54:45','2023-07-28 16:54:45',null,'MAWILSON@idir','2023-07-31 09:13:36',null,null,null,null,'CLOSED','LKECOWCH',ST_GeomFromText('POINT(-124.148286 48.8374705)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031543','Caller reporting that his wife and children were followed by a black bear on Jacks Trail. Caller advised the bear followed them for over a km, the caller''s wife then used bear spray and the bear went away but came back. ',null,null,null,null,null,null,'Bluebird Pl and Condor Rd, Squamish, BC','Jacks Trail ','2023-07-28 16:30:00','2023-07-28 17:04:10',null,'CROCHON@idir','2023-08-03 10:17:36',null,null,null,null,'OPEN','SQUMISH',ST_GeomFromText('POINT(-123.1159527 49.7495597)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031544','Deer was seen with a tomato cage wrapped around it''s head and leg. Deer is mobile and was passing through the property.',null,null,null,null,null,null,'11701 Kalamalka Rd, Coldstream, BC',null,'2023-07-28 17:04:11','2023-07-28 17:04:11',null,'TBECK@idir','2023-07-28 21:33:40',null,null,null,null,'CLOSED','CLDSTRM',ST_GeomFromText('POINT(-119.2536251 50.2273509)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031548','Caller reports a bear tore open his garage door to get at the stuff inside. Has seen the bear before but this is the first time reporting it. Seems to have a limp. Was seen opening car door earlier in the week.',null,null,null,null,null,null,'1474 Smith Rd, Langdale, BC',null,'2023-07-28 17:31:02','2023-07-28 17:31:02',null,'SMCCREAD@idir','2023-07-28 17:34:13',null,null,null,null,'OPEN','LANGDALE',ST_GeomFromText('POINT(-123.4745415 49.4364717)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031549','COM reports a doe with 2 fawns that has been shot with an arrow just behind the front shoulder but it is mobile and grazing',null,null,null,null,null,null,'5445 Lytton-Lillooet Hwy 12, Lillooet, BC',null,'2023-07-28 17:32:27','2023-07-28 17:32:27',null,'MMBOOTH@idir','2023-08-11 11:13:09',null,null,null,null,'CLOSED','LILLOOET',ST_GeomFromText('POINT(-121.8846554 50.6503428)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031554','Caller Reports Bear going after their chickens. None killed at this time. - -Req CO contact the OP. Made numerous reports with no contact.',null,null,null,null,null,null,'30355 Silverdale Ave, Mission, BC',null,'2023-07-28 17:57:25','2023-07-28 17:57:25',null,'SMCCREAD@idir','2023-07-28 18:00:27',null,null,null,null,'OPEN','MISSION',ST_GeomFromText('POINT(-122.3827114 49.1518321)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031555','RCMP relaying a report of a deer inside the fenced portion of the bus depot.',null,null,null,null,null,null,'','aubrey cres bus depot','2023-07-28 18:01:35','2023-07-28 18:01:35',null,'PRPIKE@idir','2023-07-29 09:23:37',null,null,null,null,'CLOSED','PRINCETN',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031556','COM reports 2 BB''s getting into wild berries and a bird feeder',null,null,null,null,null,null,'992 Ogden St, Coquitlam, BC',null,'2023-07-27 17:01:00','2023-07-28 18:01:54',null,'DLEWERS@idir','2023-07-28 18:03:35',null,null,null,null,'OPEN','COQUITLM',ST_GeomFromText('POINT(-122.8060208 49.2692804)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031557','COM reports 2 BB getting into garbage',null,null,null,null,null,null,'Henry St, Port Moody, BC',null,'2023-07-28 18:06:40','2023-07-28 18:06:40',null,'DLEWERS@idir','2023-07-28 18:07:36',null,null,null,null,'OPEN','PORTMDY',ST_GeomFromText('POINT(-122.8429047 49.2746231)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031558','COM reporting there''s a small pack of 3-4 coyotes that been in their area for the last two weeks. Coyotes are heard most nights yipping and howling. COM is worried about their cats, but as far as they know no neighbours have lost any pets lately. ',null,null,null,null,null,null,'1795 28th St, West Vancouver, BC',null,'2023-07-28 18:07:17','2023-07-28 18:07:17',null,'DAGRAY@idir','2023-07-28 18:11:31',null,null,null,null,'CLOSED','WSTVANCO',ST_GeomFromText('POINT(-123.190538 49.3411186)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031560','COM reports 1 BB that has been hanging around for a while',null,null,null,null,null,null,'7470 Cottage Way, Lake Cowichan, BC',null,'2023-07-28 18:17:54','2023-07-28 18:17:54',null,'DLEWERS@idir','2023-07-28 18:19:56',null,null,null,null,'CLOSED','LKECOWCH',ST_GeomFromText('POINT(-124.1422244 48.8362761)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031562','BB has been frequenting the property for the past few days. Bear got into a freezer that was on the back porch. Bear isn''t very responsive to hazing. OO advised to try bear bangers or air horn.',null,null,null,null,null,null,'82 Scotchman Rd, Lillooet, BC',null,'2023-07-28 18:20:56','2023-07-28 18:20:56',null,'LMOSS@idir','2023-07-28 18:24:28',null,null,null,null,'OPEN','LILLOOET',ST_GeomFromText('POINT(-121.950655 50.6849152)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031564','BB asleep in trees near the inn’s pool deck for several hours. BB had attempted to leave, and returned due to business of people in area. -Advised in centre of town - -LVM CO Schumacher -LVM CO Ford -LVM CO Popjes',null,null,null,null,null,null,'','Whistler village inn','2023-07-28 18:29:46','2023-07-28 18:29:46',null,'TBIRNEY@idir','2023-07-28 18:33:47',null,null,null,null,'OPEN','WHISTLER',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031566','BB walking near the bus loop at above. Understand no attractants, but significant people in area. - -emailed only due to lack of COS response to several recent callouts for area.',null,null,null,null,null,null,'4557 Blackcomb Way, Whistler, BC',null,'2023-07-28 18:36:57','2023-07-28 18:36:57',null,'TBIRNEY@idir','2023-07-28 18:37:41',null,null,null,null,'CLOSED','WHISTLER',ST_GeomFromText('POINT(-122.9481988 50.1164854)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031568','COM reporting BB getting into compost bins',null,null,null,null,null,null,'5248 Goldspring Pl, Chilliwack, BC Lot 9',null,'2023-07-28 18:49:11','2023-07-28 18:49:11',null,'ALBUCHAN@idir','2023-08-09 11:10:09',null,null,null,null,'CLOSED','CHILLIWK',ST_GeomFromText('POINT(-121.9271109 49.1006869)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031569','COM reports BB sighting ',null,null,null,null,null,null,'2056 Bowser Ave, Prince George, BC',null,'2023-07-28 18:56:43','2023-07-28 18:56:43',null,'DLEWERS@idir','2023-07-28 18:58:20',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7649961 53.9066932)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031570','Caller reports a fawn that has been hit by a car and is having difficulty standing up.',null,null,null,null,null,null,'2203 Dartmouth Dr, Penticton, BC',null,'2023-07-28 19:01:32','2023-07-28 19:01:32',null,'BRANBECK@idir','2023-07-29 09:33:10',null,null,null,null,'CLOSED','PENTICTN',ST_GeomFromText('POINT(-119.5684633 49.4760775)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031571','Caller reporting a deer refusing to put weight on left foreleg – suspect recent MVI',null,null,null,null,null,null,'3402 18 Ave, Vernon, BC',null,'2023-07-28 19:01:43','2023-07-28 19:01:43',null,'TBECK@idir','2023-07-28 21:35:09',null,null,null,null,'CLOSED','VERNON',ST_GeomFromText('POINT(-119.2767768 50.2544438)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031572','COM reports a fawn was hit by a car laying down and unable to get up - -1911 briefed CO Beck',null,null,null,null,null,null,'Dartmouth St, Penticton, BC','By SPCA ','2023-07-28 19:04:39','2023-07-28 19:04:39',null,'BRANBECK@idir','2023-07-29 09:32:43',null,null,null,null,'CLOSED','PENTICTN',ST_GeomFromText('POINT(-119.5723772 49.4840964)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031573','RCMP relaying a report from Beach RV and campground manager who advised a BB knocked one of their residents from their bicycle. Cyclist remounted their bike and left scene. -Caller reports cyclist is Les hendeson – lives in the RV park -Called police 1846 - -Briefed Sgt Zucchelli',null,null,null,null,null,null,'','3919 landry cres, summerland','2023-07-28 19:05:01','2023-07-28 19:05:01',null,'BRANBECK@idir','2023-07-29 09:51:11',null,null,null,null,'OPEN','SMRLAND',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031574','COM reporting that a buck was attempting to cross the hwy at the noted intersection and was nearly struck by a car. Buck seemed confused and unsure about how cross walks work. ',null,null,null,null,null,null,'Bowen Rd and Island Hwy N and Norwell Dr, Nanaimo, BC',null,'2023-07-28 19:08:28','2023-07-28 19:08:28',null,'MAWILSON@idir','2023-08-01 08:34:12',null,null,null,null,'CLOSED','NANAIMO',ST_GeomFromText('POINT(-124.0015487 49.2043655)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031583','Two BBs routing in COM’s garbage for the second night in a row – ignore being yelled at -COM will try to store garbage inside -',null,null,null,null,null,null,'','drakeott st, near money park','2023-07-28 19:41:07','2023-07-28 19:41:07',null,'TBIRNEY@idir','2023-07-28 19:42:53',null,null,null,null,'OPEN','COQUITLM',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031584','COM reporting two bears that tipped over their garbage and then moved to the neighbour''s. ',null,null,null,null,null,null,'2045 Alpine Crt, Coquitlam, BC',null,'2023-07-28 19:42:18','2023-07-28 19:42:18',null,'DAGRAY@idir','2023-07-28 19:49:27',null,null,null,null,'OPEN','COQUITLM',ST_GeomFromText('POINT(-122.8377599 49.2546387)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031585','COM reporting a bear in their backyard for the last 20 minutes. Bb is acting aggressively, snaring at the COM and "looks hungry". No attractants in the area. Yelling is ineffective as hazing. ',null,null,null,null,null,null,'2509 Upland St, Prince George, BC',null,'2023-07-28 19:44:30','2023-07-28 19:44:30',null,'HSTARK@idir','2023-07-28 23:06:00',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7609344 53.8980629)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031595','COM is reporting a bear at the facility he works at. Walking from workers area to the smoking hut. No aggressive behaviour reported. 3rd time seen in the last 5 days. COM advises that the facility is a mushroom farm. ',null,null,null,null,null,null,'3555 Ross Rd, Abbotsford, BC',null,'2023-07-28 20:20:51','2023-07-28 20:20:51',null,'ASDUNCAN@idir','2023-07-29 10:38:57',null,null,null,null,'OPEN','ABTFRD',ST_GeomFromText('POINT(-122.4124896 49.0686961)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031596','Caller reports a bear transiting his yard to get to a greenspace.',null,null,null,null,null,null,'30982 Brookdale Crt, Abbotsford, BC',null,'2023-07-28 20:26:55','2023-07-28 20:26:55',null,'SMCCREAD@idir','2023-07-28 20:28:21',null,null,null,null,'CLOSED','ABTFRD',ST_GeomFromText('POINT(-122.3655451 49.0651705)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031599','COM is reporting seeing and hearing a cougar in their backyard for the past 3 nights. Advised that it sounds like the cougar is killing something - possibly a deer. COM has video footage. COM has dogs and is refraining from letting them out at night. ',null,null,null,null,null,null,'2020 Lands End Rd, North Saanich, BC',null,'2023-07-28 20:36:29','2023-07-28 20:36:29',null,'MAWILSON@idir','2023-07-31 09:12:24',null,null,null,null,'CLOSED','NORSAAN',ST_GeomFromText('POINT(-123.4154179 48.6853129)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031604','COM reporting a deer that was struck by a vehicle. Deer is immobile and requires dispatch. ',null,null,null,null,null,null,'Shoemaker Bay Rd, Port Alberni, BC','Across from Alberni Dog Kennel and Daycare','2023-07-28 20:40:16','2023-07-28 20:40:16',null,'DAGRAY@idir','2023-07-28 20:53:36',null,null,null,null,'OPEN','PORTALBR',ST_GeomFromText('POINT(-124.8391132 49.2588294)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031606','COM is reporting seeing two bears at the noted location. No food conditioned or aggressive behaviour reported. ',null,null,null,null,null,null,'96 Stuart Dr, Mackenzie, BC',null,'2023-07-28 20:45:18','2023-07-28 20:45:18',null,'IPAVLOVI@IDIR','2023-07-28 20:51:21',null,null,null,null,'CLOSED','MACKENZI',ST_GeomFromText('POINT(-123.0999209 55.3425756)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031607','COM is reporting a baby hawk in her garden that appears to be injured. It has been hopping around the garden bed today but has not flown at all. It attempts to fly but cannot. ',null,null,null,null,null,null,'10607 105 Ave, Fort St. John, BC',null,'2023-07-28 20:46:55','2023-07-28 20:46:55',null,'JCLAUSEN@idir','2023-07-30 16:38:06',null,null,null,null,'CLOSED','FTSTJOHN',ST_GeomFromText('POINT(-120.8582714 56.2508428)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031608','COM reports deer with injured right rear leg',null,null,null,null,null,null,'Dolphin Dr and Schooner Rd, Nanoose Bay, BC',null,'2023-07-28 20:48:54','2023-07-28 20:48:54',null,'MAWILSON@idir','2023-08-01 08:32:40',null,null,null,null,'CLOSED','NANOBAY',ST_GeomFromText('POINT(-124.1394539 49.2868765)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031609','Caller reports a bear walking through a field.',null,null,null,null,null,null,'3393 Ross Rd, Abbotsford, BC',null,'2023-07-28 20:49:30','2023-07-28 20:49:30',null,'SMCCREAD@idir','2023-07-28 20:52:05',null,null,null,null,'CLOSED','ABTFRD',ST_GeomFromText('POINT(-122.4043672 49.0639895)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031611','COM is reporting two black bears that are in their neighbourhood. Advised that they were accessing cherries from their cherry tree. No aggressive behaviour reported ',null,null,null,null,null,null,'4744 Tourney Rd, District of North Vancouver, BC',null,'2023-07-28 20:57:24','2023-07-28 20:57:24',null,'IPAVLOVI@IDIR','2023-07-28 20:59:56',null,null,null,null,'OPEN','NORVAN',ST_GeomFromText('POINT(-123.0347702 49.3541517)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031612','COM saw a bear walking down the road that reminded him of a problem bear he had seen last year. ',null,null,null,null,null,null,'2755 Norwood St, Prince George, BC',null,'2023-07-28 21:00:00','2023-07-28 21:00:00',null,'EMCARTHU@idir','2023-07-29 11:08:13',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7496652 53.8949428)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031613','COM is reporting a black bear sighting at the noted location. No food conditioned or aggressive behaviour reported. ',null,null,null,null,null,null,'Kensington Ave and Thomas St, Burnaby, BC',null,'2023-07-28 21:00:10','2023-07-28 21:00:10',null,'IPAVLOVI@IDIR','2023-07-28 21:01:31',null,null,null,null,'CLOSED','BURNBY',ST_GeomFromText('POINT(-122.9664557 49.2479965)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031614','COM is reporting a black bear sighting at the noted location. No food conditioned or aggressive behaviour reported. ',null,null,null,null,null,null,'Carrie Jane Gray Park',null,'2023-07-28 21:06:20','2023-07-28 21:06:20',null,'IPAVLOVI@IDIR','2023-07-28 21:08:11',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031620','Caller reports sighting a bear getting into the trash.',null,null,null,null,null,null,'4169 1st Ave, Prince George, BC',null,'2023-07-28 21:41:19','2023-07-28 21:41:19',null,'EMCARTHU@idir','2023-07-31 10:56:24',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.8004954 53.9258492)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031623','COM is reporting that his dog got charged by a moose. COM has video. Dog is uninjured. ',null,null,null,null,null,null,'North Thompson River at Portfield and headed north ',null,'2023-07-28 21:53:06','2023-07-28 21:53:06',null,'KANEKOPP@idir','2023-07-30 11:36:34',null,null,null,null,'CLOSED','KAMLOOPS',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031624','COM is reporting a bear sighting at the noted location. ',null,null,null,null,null,null,'Victoria St, Prince George, BC',null,'2023-07-28 21:57:23','2023-07-28 21:57:23',null,'IPAVLOVI@IDIR','2023-07-28 21:58:56',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7551397 53.9071447)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031625','Sun Peakes bylaw called to report -a Woman called to say that she was just charged by a bear close by a community garbage bin. -',null,null,null,null,null,null,'4103 Sundance Dr, Sun Peaks, BC',null,'2023-07-28 22:12:59','2023-07-28 22:12:59',null,'MSANDERS@idir','2023-07-29 11:09:28',null,null,null,null,'OPEN','SNPEAKS',ST_GeomFromText('POINT(-119.8779107 50.8870574)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031627','COM is reporting a bear in his neighbourhood. No aggressive behaviour reported. ',null,null,null,null,null,null,'2001 Arbury Ave, Coquitlam, BC',null,'2023-07-28 22:13:00','2023-07-28 22:23:07',null,'IPAVLOVI@IDIR','2023-07-28 22:24:53',null,null,null,null,'CLOSED','COQUITLM',ST_GeomFromText('POINT(-122.8387563 49.2593706)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031628','COM reporting a bb wandering through Mackenzie. ',null,null,null,null,null,null,'Centennial Dr and Skeena Dr, Mackenzie, BC',null,'2023-07-28 22:23:10','2023-07-28 22:23:10',null,'DAGRAY@idir','2023-07-28 22:26:43',null,null,null,null,'CLOSED','MACKENZI',ST_GeomFromText('POINT(-123.0914088 55.3380181)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031629','Caller reports that there is a bear back in his yard. He will remove the berries from there tomorrow.',null,null,null,null,null,null,'2527 Upland St, Prince George, BC',null,'2023-07-28 22:24:52','2023-07-28 22:24:52',null,'EMCARTHU@idir','2023-07-31 10:51:52',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7609483 53.8978839)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031631','Caller reports that a Bear made growling noise and charged me tonight. he has been living near a community Garbage bin which has a broken lock on it. Town hasnt fixed it for months and now this bear practically lives there. - -Request a CO call her to discuss.',null,null,null,null,null,null,'4103 Sundance Dr, Sun Peaks, BC',null,'2023-07-28 22:40:48','2023-07-28 22:40:48',null,'MSANDERS@idir','2023-07-29 11:24:22',null,null,null,null,'OPEN','SNPEAKS',ST_GeomFromText('POINT(-119.8779107 50.8870574)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031632','COM is reporting a deer with an injured leg. Deer is mobile. -',null,null,null,null,null,null,'Chardonnay Pl, West Kelowna, BC',null,'2023-07-28 22:43:48','2023-07-28 22:43:48',null,'KOWENS@idir','2023-08-03 10:19:12',null,null,null,null,'CLOSED','WSTKELOW',ST_GeomFromText('POINT(-119.5792932 49.8410186)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031634','COM is reporting a black bear in their neighbourhood. No food conditioned or aggressive behaviour reported. ',null,null,null,null,null,null,'Citadel Crt, District of North Vancouver, BC',null,'2023-07-28 23:02:37','2023-07-28 23:02:37',null,'IPAVLOVI@IDIR','2023-07-28 23:07:29',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.045998 49.3479698)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031635','COM reporting she struck a deer with her vehicle North of Port McNeill. Deer was hit pretty hard and flew off into the bushes. Unconfirmed if the deer was still mobile. ',null,null,null,null,null,null,'Island Hwy and Rupert Main, Port Hardy, BC',null,'2023-07-28 23:08:14','2023-07-28 23:08:14',null,'MAWILSON@idir','2023-08-01 08:37:01',null,null,null,null,'CLOSED','PORTMCNL',ST_GeomFromText('POINT(-127.3112322 50.6048543)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031638','COM reporting coyote sighting ',null,null,null,null,null,null,'Quebec St, Vancouver, BC',null,'2023-07-28 23:34:34','2023-07-28 23:34:34',null,'DLEWERS@idir','2023-07-28 23:35:52',null,null,null,null,'CLOSED','VANCOUVR',ST_GeomFromText('POINT(-123.1026277 49.242832)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031639','COM saw a bear crossing the road. ',null,null,null,null,null,null,'Highland Rd and Valley View Pl, View Royal, BC',null,'2023-07-28 23:35:42','2023-07-28 23:35:42',null,'DAGRAY@idir','2023-07-28 23:37:12',null,null,null,null,'CLOSED','KELOWNA',ST_GeomFromText('POINT(-123.4567069 48.4632569)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031644','COM reporting a bear in their backyard digging through their green bin. Bb had just left at the time of the call. ',null,null,null,null,null,null,'3190 Toronto St, Port Coquitlam, BC',null,'2023-07-29 00:28:41','2023-07-29 00:28:41',null,'DAGRAY@idir','2023-07-29 00:30:55',null,null,null,null,'OPEN','PORTCOQ',ST_GeomFromText('POINT(-122.7530296 49.2700773)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031645','COM is reporting a bear outside of their home. COM went outside and the bear charged at him and was huffing. ',null,null,null,null,null,null,'1115 Gillett St, Prince George, BC',null,'2023-07-29 00:30:13','2023-07-29 00:30:13',null,'IPAVLOVI@IDIR','2023-07-29 00:31:44',null,null,null,null,'OPEN','PRINGEOR',ST_GeomFromText('POINT(-122.77551 53.9142853)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031646','COM reporting a bb that has been coming around consistently every night for the last month, usually 2hrs after sunset. BB checks garbage cans but is unable to bypass with ratchet straps. ',null,null,null,null,null,null,'2754 Quince St, Prince George, BC',null,'2023-07-29 00:32:53','2023-07-29 00:32:53',null,'EMCARTHU@idir','2023-07-31 10:50:38',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.753441 53.8950805)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031647','COM is security guard for the noted property, reporting the sighting of a bear while on her rounds. ',null,null,null,null,null,null,'2420 Dollarton Hwy, District of North Vancouver, BC',null,'2023-07-29 01:04:36','2023-07-29 01:04:36',null,'DAGRAY@idir','2023-07-29 01:10:25',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.0065129 49.3087612)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031648','COM reporting a bear that bluff charged at him when COM went into his backyard. COM stood his ground and the bear left. COM can hear other people yelling at the bear down the block.',null,null,null,null,null,null,'1115 Gillett St, Prince George, BC',null,'2023-07-29 12:28:00','2023-07-29 01:05:52',null,'DAGRAY@idir','2023-07-29 01:08:55',null,null,null,null,'OPEN','PRINGEOR',ST_GeomFromText('POINT(-122.77551 53.9142853)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031649','COM is reporting that she hit a deer with her vehicle at the noted location. Advised the deer is quite injured and cannot walk. Deer is currently on the side of the road where it walked to but its now sitting there. ',null,null,null,null,null,null,'Leopold Rd and Squilax-Anglemont Rd, Celista, BC',null,'2023-07-29 01:47:00','2023-07-29 01:52:07',null,'KANEKOPP@idir','2023-07-30 11:29:47',null,null,null,null,'CLOSED','SCTCHCRK',ST_GeomFromText('POINT(-119.416686 50.9260813)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031650','COM is reporting a bear going through garbage. ',null,null,null,null,null,null,'7754 Jensen Pl, Burnaby, BC',null,'2023-07-29 01:59:51','2023-07-29 01:59:51',null,'IPAVLOVI@IDIR','2023-07-29 02:00:55',null,null,null,null,'OPEN','BURNBY',ST_GeomFromText('POINT(-122.937857 49.2517969)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031651','COM is reporting a bear at the noted location. ',null,null,null,null,null,null,'4230 Gateway Dr, Whistler, BC',null,'2023-07-29 03:34:27','2023-07-29 03:34:27',null,'IPAVLOVI@IDIR','2023-07-29 03:39:05',null,null,null,null,'CLOSED','WHISTLER',ST_GeomFromText('POINT(-122.9554846 50.1155355)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031652','COM is reporting a bear in their backyard eating their garbage. ',null,null,null,null,null,null,'4041 Derby Crt, Port Coquitlam, BC',null,'2023-07-29 05:15:33','2023-07-29 05:15:33',null,'IPAVLOVI@IDIR','2023-07-29 05:17:36',null,null,null,null,'OPEN','PORTCOQ',ST_GeomFromText('POINT(-122.7520008 49.2847674)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031653','RCMP are advising that they received a report of a fawn stuck in a fence at the noted location. ',null,null,null,null,null,null,'4312 25 Ave, Vernon, BC',null,'2023-07-29 06:10:40','2023-07-29 06:10:40',null,'IPAVLOVI@IDIR','2023-07-29 06:22:56',null,null,null,null,'OPEN','VERNON',ST_GeomFromText('POINT(-119.2994522 50.2580192)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031655','Reporting a BB that has been frequenting callers yard numerous times over the past few weeks. Caller states that the BB was there earlier this morning, sat on the fence and broke 2 panels. Caller states that the BB is attracted to the saskatoon berries on the opposite side of her fence that borders nearby greenbelt. ',null,null,null,null,null,null,'1682 Edmonton St, Prince George, BC',null,'2023-07-29 06:38:14','2023-07-29 06:38:14',null,'SPEELING@idir','2023-07-30 15:19:08',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7668846 53.9083316)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031656','Reporting 2 bucks that were seen in the below noted location a short time prior to call in. Caller states that one of the bucks was favouring it''s front left leg which appeared to be non weight baring. Caller is no longer in the area and is unsure where the deer took off to. ',null,null,null,null,null,null,'1952 Bay St, Saanich, BC','RJH - across from Emergency Dept entrance between Cancer Clinic and parkade ','2023-07-29 06:53:13','2023-07-29 06:53:13',null,'MAWILSON@idir','2023-07-31 11:03:43',null,null,null,null,'CLOSED','SAANICH',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031657','COM reported a doe with two fawns. The doe has wire wrapped around its head. ',null,null,null,null,null,null,'2245 Atkinson St, Penticton, BC','In gully behind the noted address','2023-07-29 06:55:18','2023-07-29 06:55:18',null,'BRANBECK@idir','2023-07-29 09:39:02',null,null,null,null,'CLOSED','PENTICTN',ST_GeomFromText('POINT(-119.5873569 49.4725463)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031658','BB in the yard. Caller will try to bring her dog in to allow BB to move on. ',null,null,null,null,null,null,'Wasa, BC','6000 Hwy 3, Wasa Lake Ranch','2023-07-29 07:08:12','2023-07-29 07:08:12',null,'doweber@idir','2023-07-29 07:11:09',null,null,null,null,'CLOSED','WASA',ST_GeomFromText('POINT(-115.7341667 49.7830556)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031659','Reporting a short time prior to call in, a cinnamon coloured BB was in yard sniffing around callers chicken coop. Caller states it attempted to access the coop via plywood door, screen door and small window. Caller states the BB did NOT access coop and was scared off by falling items leaning up against the coop. Caller states that she then attempted to let her dogs out into backyard and she noticed the BB there. She yelled at the BB and it immediately took off. ',null,null,null,null,null,null,'8870 Pinegrove Rd, Pineview FFG, BC',null,'2023-07-29 07:11:54','2023-07-29 07:11:54',null,'JHANSTEA@idir','2023-08-03 09:07:11',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.6218237 53.846024)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031661','2 deer hit on the Sweetwater Road, one still alive, caller pulled it off the road towards ditch on the right side. From FSJohn to Dawson Creek past Farmington. Turn left on the Sweetwater (ditch on the right). ',null,null,null,null,null,null,'Sweetwater in Farmington, BC',null,'2023-07-29 07:27:37','2023-07-29 07:27:37',null,'RGROEGER@idir','2023-08-01 13:06:20',null,null,null,null,'OPEN','SWTWATR',ST_GeomFromText('POINT(-120.4347222 55.9163889)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031663','Caller reporting a food conditioned black bear near the below noted location. Caller advised the bear broke into their fridge and freezer on their back deck last night. Caller noted the bear ate all of their food.',null,null,null,null,null,null,'11213 Lakeshore Rd, Port Alberni, BC','Sproat Lake ','2023-07-29 01:00:00','2023-07-29 08:01:56',null,'ISCHMIDT@idir','2023-08-15 08:57:15',null,null,null,null,'OPEN','PORTALBR',ST_GeomFromText('POINT(-124.962577 49.2757876)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031664','Caller reporting a fawn was attacked by coyotes. There is blood on the neck and it is curled up in caller''s backyard. The doe has taken off. Caller advised to make sure the deer can exit the yard and to phone back if the doe does not return or the fawn does not leave',null,null,null,null,null,null,'1525 Westside Rd, West Kelowna, BC','WESTPOINT MOBILE PARK - UNIT 27','2023-07-29 08:07:11','2023-07-29 08:07:11',null,'ASDUNCAN@idir','2023-07-29 08:11:09',null,null,null,null,'OPEN','WSTKELOW',ST_GeomFromText('POINT(-119.5445398 49.8847509)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031665','Caller reporting that on her bike ride she has seen a deer laying down beside a dead fawn the last 2 days. She does believe the adult deer is injured as it has not moved',null,null,null,null,null,null,'hwy 97, west kelowna','SIWASH POINT - UP THE BRIDGE AT END OF POINT IN DITCH','2023-07-29 08:32:37','2023-07-29 08:32:37',null,'ASDUNCAN@idir','2023-07-29 08:37:52',null,null,null,null,'OPEN','WSTKELOW',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031666',' Caller reporting an injured deer near the below noted location. Caller advised the deer appears to have an injury to it''s right rear leg and has some anti deer wire wrapped around it''s front. Caller noted the deer is mobile and grazing the shrubs but looks a little dazed. ',null,null,null,null,null,null,'2255 Atkinson St, Penticton, BC','In front of building ','2023-07-29 08:34:25','2023-07-29 08:34:25',null,'BRANBECK@idir','2023-07-29 22:46:27',null,null,null,null,'CLOSED','PENTICTN',ST_GeomFromText('POINT(-119.5872458 49.4724494)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031670','Caller reporting a black bear sighting near the below noted location. Caller advised the bear walked through his yard and is in his neighbors yard. Caller noted the bear is not aggressive and is not getting into any attractants. ',null,null,null,null,null,null,'2690 Edgemont Blvd, District of North Vancouver, BC',null,'2023-07-29 08:44:15','2023-07-29 08:44:15',null,'KSORENSE@idir','2023-07-29 08:47:05',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.0974871 49.3345622)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031671','Caller reporting his entire heard of goats was killed last night',null,null,null,null,null,null,'8777 Hwy 97 S, Groundbirch, BC','SON''S HOUSE NEXT DOOR','2023-07-29 08:56:57','2023-07-29 08:56:57',null,'KATHDYKE@idir','2023-08-02 12:45:12',null,null,null,null,'CLOSED','GROUNDBR',ST_GeomFromText('POINT(-121.0495603 55.765217)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031674','BB getting into garbage at the complex. ',null,null,null,null,null,null,'5260 Goldspring Pl, Chilliwack, BC','5248 Goldspring ','2023-07-29 09:05:35','2023-07-29 09:05:35',null,'doweber@idir','2023-07-29 09:09:17',null,null,null,null,'OPEN','CHILLIWK',ST_GeomFromText('POINT(-121.9282462 49.1008651)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031676','COM reported there was a BB walking between the noted hotels at the noted location last night. It had a yellow tag. -**emailed due to time delay',null,null,null,null,null,null,'','between the Listel and Crystal hotels. ','2023-07-29 09:11:00','2023-07-29 09:11:40',null,'DTALEVSK@idir','2023-07-29 09:19:56',null,null,null,null,'CLOSED','WHISTLER',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031678','BB in LBT.',null,null,null,null,null,null,'2357 McMillan Dr, Prince George, BC',null,'2023-07-29 09:18:38','2023-07-29 09:18:38',null,'SPEELING@idir','2023-07-30 14:02:00',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.756531 53.9460664)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031680','Reporting a dead deer laying in the below noted locaiton.Caller is not sure how the deer died. ',null,null,null,null,null,null,'1571 Surgenor Rd S, Black Creek, BC','directly across from callers residence about 20 feet off the road in ditch ','2023-07-29 09:22:25','2023-07-29 09:22:25',null,'MAWILSON@idir','2023-08-01 08:36:01',null,null,null,null,'CLOSED','BLKCRK',ST_GeomFromText('POINT(-125.0950648 49.8032134)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031681','Caller reporting that a cougar killed one of his alpacas last night at the noted location. Caller advised the alpaca has marks on it''s rear and neck. ',null,null,null,null,null,null,'2861 Nazko Rd, Bouchie Lake, BC',null,'2023-07-28 21:30:00','2023-07-29 09:29:30',null,'RKEENANT@idir','2023-08-08 16:27:07',null,null,null,null,'CLOSED','BCHLK',ST_GeomFromText('POINT(-122.6647607 53.0138226)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031683','COM reported a deer that have been attacking people and dogs out walking for two months. Caller has received many reports of the deer charging. COM is concerned because people are now carrying bear spray. ** COM asked for a call back for advice. ',null,null,null,null,null,null,'','Predator Ridge Resort ','2023-07-29 09:30:09','2023-07-29 09:30:09',null,'ETYUKODI@idir','2023-07-29 11:20:30',null,null,null,null,'CLOSED','VERNON',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031684','Caller is reporting a bear that''s been in the neighbourhood the last few weeks getting into garbages. It is now increasing how often it comes around. Caller''s garbage is secured. Caller advised she can phone in a report anytime and was given www.wildsafeBC.com for reference material and interactive bear map.',null,null,null,null,null,null,'4110 Roche Pl, District of North Vancouver, BC',null,'2023-07-29 09:35:12','2023-07-29 09:35:12',null,'ASDUNCAN@idir','2023-07-29 09:44:17',null,null,null,null,'OPEN','NORVAN',ST_GeomFromText('POINT(-122.9586759 49.3052991)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031685','Caller reporting an aggressive badger near the below noted location. Caller advised they believe the badger has also killed a cat. ',null,null,null,null,null,null,'2700 2nd St S, Cranbrook, BC','Cranbrook Golf Club','2023-07-29 09:35:15','2023-07-29 09:35:15',null,'RKRENZ@idir','2023-08-04 13:48:16',null,null,null,null,'CLOSED','CRANBRK',ST_GeomFromText('POINT(-115.7432995 49.5123135)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031688','COM reported a cub in a tree, no aggression. There is also a yearling getting into garbage that people have left out. ',null,null,null,null,null,null,'4910 trans canada hwy ','Ponderosa Pines RV Park (4910 Trans Canada hwy) ','2023-07-29 09:38:18','2023-07-29 09:38:18',null,'KANEKOPP@idir','2023-07-30 11:41:28',null,null,null,null,'CLOSED','PRITCHRD',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031689','Caller reporting a grizzly bear sighting at the noted location. Caller advised there is a sow and a cub. Caller noted the bears have not been aggressive but are getting comfortable and was right at the front door this morning. Caller advised they also saw a cougar on their camera last night. -',null,null,null,null,null,null,'710 Newton Dr, Penticton, BC',null,'2023-07-29 08:00:00','2023-07-29 09:40:42',null,'BRANBECK@idir','2023-07-29 11:39:40',null,null,null,null,'CLOSED','PENTICTN',ST_GeomFromText('POINT(-119.6279528 49.5034543)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031690','COM reported a BB that is sleeping on their back lawn. BB has not been there before and the COM is not alarmed about it having a nap. ',null,null,null,null,null,null,'777 Vinedale Rd, District of North Vancouver, BC',null,'2023-07-29 09:56:16','2023-07-29 09:56:16',null,'DTALEVSK@idir','2023-07-29 09:59:15',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.0515881 49.3325904)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031691','BB snoozing right now nearby but caller thinks it will be trapped for the day due to high traffic.',null,null,null,null,null,null,'875 W Queens Rd, District of North Vancouver, BC',null,'2023-07-29 09:58:11','2023-07-29 09:58:11',null,'doweber@idir','2023-07-29 10:00:44',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.095176 49.3363105)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031692','Reporting that while driving past the below noted location last night around 630pm, caller noticed a buck deer missing it''s front right hoof. Caller states the deer did not appear to be in any distress and was seen foraging on some grass in a front yard of a residence. ',null,null,null,null,null,null,'Cottontree Lane and Donwood Dr, Saanich, BC',null,'2023-07-29 10:01:57','2023-07-29 10:01:57',null,'MAWILSON@idir','2023-07-31 11:02:40',null,null,null,null,'CLOSED','SAANICH',ST_GeomFromText('POINT(-123.3646349 48.4954265)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031693','Caller reporting a black bear sighting near the below noted location. Caller advised the bear was up a tree and when they got into their car it came down and started walking down the alley. ',null,null,null,null,null,null,'1777 Carney St, Prince George, BC',null,'2023-07-29 09:55:00','2023-07-29 10:02:40',null,'KSORENSE@idir','2023-07-29 10:05:18',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7692992 53.9075263)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031694','COM saw a fawn hit by a car, barely alive at the side of the road at the noted location.',null,null,null,null,null,null,'','Old Vernon Rd, just past Anderson Rd. across from the dog park ','2023-07-29 10:05:22','2023-07-29 10:05:22',null,'DTALEVSK@idir','2023-07-29 10:16:26',null,null,null,null,'OPEN','KELOWNA',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031695','Caller reporting there are residents with fruit trees and a bears are getting at them. One resident is very eldery and is not aware of the danger the bear can be. A neighbour has been trying to help her but she is not aware. Caller has advised residents that they need to pick the fruit or the trees need to be cut down to minimize attractants. Caller reporting the garbage situation has been good and is looking for advice on the tree situation.',null,null,null,null,null,null,'65367 Kawkawa Lake Rd, Hope, BC','CRYSTAL RIVER COURT','2023-07-29 10:05:27','2023-07-29 10:05:27',null,'ALBUCHAN@idir','2023-07-30 10:05:19',null,null,null,null,'OPEN','HOPE',ST_GeomFromText('POINT(-121.4194438 49.3827053)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031696','BB came ripping out of an alley and through the intersection of Alward & 5th St. ',null,null,null,null,null,null,'Alward St, Prince George, BC',null,'2023-07-29 10:06:33','2023-07-29 10:06:33',null,'doweber@idir','2023-07-29 10:09:33',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7664584 53.9165613)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031697','Caller reporting an injured deer near the below noted location. Caller advised he was walking last night and saw a deer with wire wrapped around it''s neck. Caller noted the deer was mobile. ',null,null,null,null,null,null,'Warren Ave W, Penticton, BC',null,'2023-07-28 21:50:00','2023-07-29 10:10:56',null,'BRANBECK@idir','2023-07-29 11:41:56',null,null,null,null,'CLOSED','PENTICTN',ST_GeomFromText('POINT(-119.5894638 49.4738647)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031700','BB outside the ambulance station in PG. ',null,null,null,null,null,null,'1488 Edmonton St, Prince George, BC','BCEHS Station in PG. ','2023-07-29 10:13:58','2023-07-29 10:13:58',null,'SPEELING@idir','2023-07-30 13:56:05',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7631768 53.9108332)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031702','Caller reporting a bear eating garbage outside his apartment building',null,null,null,null,null,null,'5950 Stringer Cres, Prince George, BC',null,'2023-07-29 10:15:49','2023-07-29 10:15:49',null,'ASDUNCAN@idir','2023-07-29 10:17:14',null,null,null,null,'OPEN','PRINGEOR',ST_GeomFromText('POINT(-122.777285 53.866794)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031706','COM reported a BB that has come to the noted address twice to knock over empty garbage cans and got into a gold fish pond. The BB was back this morning and was pushing on a house door. ',null,null,null,null,null,null,'2683 Masefield Rd, District of North Vancouver, BC',null,'2023-07-29 10:32:53','2023-07-29 10:32:53',null,'KSORENSE@idir','2023-07-29 11:44:50',null,null,null,null,'OPEN','NORVAN',ST_GeomFromText('POINT(-123.0495255 49.3338671)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031712','Reporting an ongoing issue with a BB that has been continuously coming into callers yard for the past month or so. Caller states that the BB has been coming and feeding on the wild berries along side his residence. Caller states that his mother has noticed multiple piles of BB scat in the yard. Last night sometime, the BB came and climbed into the bed of callers truck and damaged the canvas top by tearing down the side railing of top. Caller states he had nothing in there but had previously had garbage in the bed of pick up truck. Caller would like a call back from a CO to further discuss. ',null,null,null,null,null,null,'10497 Bayview Rd, Fort Fraser, BC',null,'2023-07-29 10:59:20','2023-07-29 10:59:20',null,'SGBATES@idir','2023-07-30 10:58:50',null,null,null,null,'CLOSED','FRASERLK',ST_GeomFromText('POINT(-124.6965447 54.0528512)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031717','Caller reporting a black bear sighting near the below noted location. Caller advised he saw the bear on the trail with his dogs and went the other way. ',null,null,null,null,null,null,'Blackcomb Way, Vernon, BC','On a trail at the end of the road. ','2023-07-29 11:10:00','2023-07-29 11:34:23',null,'KSORENSE@idir','2023-07-29 11:37:22',null,null,null,null,'CLOSED','VERNON',ST_GeomFromText('POINT(-119.226457 50.3042109)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031718','Caller has a young nighthawk and has been trying to coordinate with a rescue in Burnaby but they cannot get the haw from the camp. It has an injured right wing. The hawk has been at the site for 4 days and they cannot transport until Monday and caller doesn''t believe he will last that long.',null,null,null,null,null,null,'Harrison West FSR, Harrison Mills, BC','KM 8 AT A CAMP','2023-07-29 11:37:07','2023-07-29 11:37:07',null,'ASDUNCAN@idir','2023-07-29 11:46:56',null,null,null,null,'OPEN','HARSMILS',ST_GeomFromText('POINT(-121.8473494 49.4245644)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031720','COM Joyce Penner 250-308-5390 reported to RCMP a doe with 2 fawns is limping with a dangling leg. Deer is mobile. -',null,null,null,null,null,null,'','30th Ave and 11th St','2023-07-29 11:39:28','2023-07-29 11:39:28',null,'ETYUKODI@idir','2023-07-30 08:34:02',null,null,null,null,'CLOSED','VERNON',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031723','BB just walked beside the house. ',null,null,null,null,null,null,'3417 Spruce Rd, Roberts Creek, BC',null,'2023-07-29 11:43:41','2023-07-29 11:43:41',null,'doweber@idir','2023-07-29 11:45:12',null,null,null,null,'CLOSED','ROBERTSC',ST_GeomFromText('POINT(-123.6587025 49.4305784)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031724','COM reported a doe with wire wrapped around its head, neck and legs, but is mobile. There is a fawn with it. ',null,null,null,null,null,null,'2255 Atkinson St, Penticton, BC','Cherry Lane Towers','2023-07-29 11:44:10','2023-07-29 11:44:10',null,'BRANBECK@idir','2023-07-29 11:56:35',null,null,null,null,'CLOSED','PENTICTN',ST_GeomFromText('POINT(-119.5872458 49.4724494)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031725','Caller reporting a coyote sighting near the below noted location. Caller advised the coyote was skinny and wandering around probably looking for food. ',null,null,null,null,null,null,'Shaughnessy St, Port Coquitlam, BC','In an alley just west of Shaughnessy St','2023-07-29 11:35:00','2023-07-29 11:45:16',null,'KSORENSE@idir','2023-07-29 11:49:17',null,null,null,null,'CLOSED','PORTCOQ',ST_GeomFromText('POINT(-122.7827055 49.2583014)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031726','Caller requesting a LBT. -Aunt phoned her from next door and advised a BB was just in her yard and headed to COM''s house. -This is the bear with the BROWN FACE.',null,null,null,null,null,null,'158 Fisherman Rd, Witset, BC','Fisherman Rd, Witset, BC','2023-07-29 11:46:48','2023-07-29 11:46:48',null,'FBKNIBBS@idir','2023-08-01 12:19:35',null,null,null,null,'CLOSED','MORICETN',ST_GeomFromText('POINT(-127.3287917 55.0192143)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031727','Reporting a BB just struck by a vehicle and is now laying in the middle of the road attempting to get up but is unable to. ',null,null,null,null,null,null,'Hwy 16 ','Demano & Hwy 16 toward Costco - on the hill in middle of right lane ','2023-07-29 12:04:51','2023-07-29 12:04:51',null,'SPEELING@idir','2023-07-29 14:41:43',null,null,null,null,'OPEN','PRINGEOR',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031729','Caller has a deer in his front yard with a right hind leg dangling and the remaining flesh is rotting and smells. ',null,null,null,null,null,null,'3433 Dolphin Dr, Nanoose Bay, BC','Front yard','2023-07-29 12:13:40','2023-07-29 12:13:40',null,'MAWILSON@idir','2023-07-31 11:01:51',null,null,null,null,'CLOSED','NANOBAY',ST_GeomFromText('POINT(-124.1407525 49.2874867)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031730',' Caller reporting an orphaned moose near the below noted location. Caller advised the moose is quite young and is by itself on a busy walking trail with no cow moose in sight. ',null,null,null,null,null,null,'5 Kaslo St, Vancouver, BC','Unity Bridge on the right side of the river ','2023-07-29 12:14:00','2023-07-29 12:14:21',null,'NSMIENK@idir','2023-07-29 14:16:31',null,null,null,null,'CLOSED','KASLOBC',ST_GeomFromText('POINT(-123.0467439 49.284653)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031731','Middle of the lane - NB. Caller reporting a bear was struck',null,null,null,null,null,null,'Domano Blvd and Hwy 16 W, Prince George, BC','BETWEEEN VANCE AND DOMANO','2023-07-29 12:16:50','2023-07-29 12:16:50',null,'SPEELING@idir','2023-07-30 14:18:36',null,null,null,null,'OPEN','PRINGEOR',ST_GeomFromText('POINT(-122.7802909 53.8692568)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031733','Caller reporting that a dead doe is on their yard and there are 2 fawns trying to nurse on the dead doe. ',null,null,null,null,null,null,'3927 Lakeside Rd, Penticton, BC',null,'2023-07-29 12:19:48','2023-07-29 12:19:48',null,'BRANBECK@idir','2023-07-29 22:44:35',null,null,null,null,'CLOSED','PENTICTN',ST_GeomFromText('POINT(-119.5802633 49.450425)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031734','Caller reporting a food conditioned black bear near the below noted location. Caller advised the bear was getting into a garbage can on the side of the road. Caller noted the bear has been in the area for a while. ',null,null,null,null,null,null,'926 Seymour Blvd, District of North Vancouver, BC',null,'2023-07-29 12:18:00','2023-07-29 12:23:13',null,'KSORENSE@idir','2023-07-29 12:25:46',null,null,null,null,'OPEN','NORVAN',ST_GeomFromText('POINT(-123.0138025 49.3149045)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031736','Caller reporting a food conditioned black bear near the below noted location. Caller advised the bear was trying to get into their complex''s dumpster. Caller noted they honked their horn and it took off. ',null,null,null,null,null,null,'1304 Diefenbaker Dr, Prince George, BC',null,'2023-07-28 21:30:00','2023-07-29 12:27:39',null,'EMCARTHU@idir','2023-07-31 10:48:29',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.749324 53.8979385)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031737','Caller reporting at 8 pm Wednesday the 26th, he saw a cougar at the Goldstream Park near the entrance to Mt Finalyson. Caller didn''t report until he heard about a dog being attacked by a cougar near that location earlier that same day and is calling to report now - -*Emailed only due to time delay',null,null,null,null,null,null,'','GOLDTREAM PARK','2023-07-29 12:29:52','2023-07-29 12:29:52',null,'MAWILSON@idir','2023-07-31 08:57:44',null,null,null,null,'CLOSED','LANGFORD',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031738','Caller reporting a black bear sighting near the below noted location. Caller advised the bear crossed the street in front of her house. ',null,null,null,null,null,null,'451 W Windsor Rd, District of North Vancouver, BC',null,'2023-07-29 12:27:00','2023-07-29 12:30:03',null,'KSORENSE@idir','2023-07-29 12:31:46',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.0810393 49.3381453)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031740','Caller reporting that a black bear knocked over her garbage cans and is the eating the garbage in the driveway at the noted location. Caller advised she saw the same bear a few nights ago. ',null,null,null,null,null,null,'481 W Windsor Rd, District of North Vancouver, BC',null,'2023-07-29 12:34:21','2023-07-29 12:34:21',null,'CROCHON@idir','2023-07-30 10:41:19',null,null,null,null,'OPEN','NORVAN',ST_GeomFromText('POINT(-123.0818955 49.3380963)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031742','Caller owns 3 acres of land. A grizzly bear has been around the last month and looking at the chickens. Last week the grizzly bear broke into his coop and killed all the chickens. He broke open the door to his shed and got into the recycling',null,null,null,null,null,null,'8215 Bendixon Rd, Pineview FFG, BC',null,'2023-07-29 12:36:27','2023-07-29 12:36:27',null,'EMCARTHU@idir','2023-08-03 10:31:11',null,null,null,null,'OPEN','PRINGEOR',ST_GeomFromText('POINT(-122.6061521 53.8365851)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031744','COM reported a BB that has been walking around the property trying to get into their garbage daily. COM has two cats and a small dog the BB tried to swipe when the dog was barking at the BB trying to get to the bins. ',null,null,null,null,null,null,'Unit B - 790 Main St, Blue River, BC',null,'2023-07-29 12:42:05','2023-07-29 12:42:05',null,'DTALEVSK@idir','2023-07-29 12:45:15',null,null,null,null,'OPEN','BLURVR',ST_GeomFromText('POINT(-119.3035609 52.1049301)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031745','Reporting a BB currently wandering the area noted below rummaging through all the garbages. ',null,null,null,null,null,null,'495 W Windsor Rd, District of North Vancouver, BC',null,'2023-07-29 12:44:36','2023-07-29 12:44:36',null,'DDAVIS@idir','2023-07-29 12:45:47',null,null,null,null,'OPEN','NORVAN',ST_GeomFromText('POINT(-123.0820993 49.3381378)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031747','BB at Carney & Winnipeg. ',null,null,null,null,null,null,'Carney St, Prince George, BC','Winnipeg St, Prince George, BC','2023-07-29 12:45:48','2023-07-29 12:45:48',null,'doweber@idir','2023-07-29 12:48:08',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7692782 53.9159584)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031748','COM reported a BB that is walking around the area headed to a greenspace backing onto homes where the COM stated there is a homeless tent and probably food for it to find. ',null,null,null,null,null,null,'','Winnipeg St and Carney, North-west side ','2023-07-29 12:47:48','2023-07-29 12:47:48',null,'SPEELING@idir','2023-07-30 13:57:36',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031749','***RAPP EMAIL*** -A Young bear in our yard all morning, even by the house. -I shooed it and it went up a tree . -i''m worried because our neighbour''s have small children -',null,null,null,null,null,null,'4786 Parr Rd, Kersley, BC',null,'2023-07-29 12:49:51','2023-07-29 12:49:51',null,'KSORENSE@idir','2023-07-29 12:51:18',null,null,null,null,'CLOSED','KERSLEY',ST_GeomFromText('POINT(-122.4311432 52.839607)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031750','Reporting an injured BB needing to be dispatched in the below noted location. Caller states that the BB''s hind quarters are "scattered all over the road". ',null,null,null,null,null,null,'Rolla Rd, Rolla, BC','end of the road before the bridge (between the well pad and farm) ','2023-07-29 12:50:08','2023-07-29 12:50:08',null,'BALACEY@idir','2023-08-01 08:59:08',null,null,null,null,'OPEN','ROLLA',ST_GeomFromText('POINT(-120.1406486 55.9130017)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031751','BB there 3 times in 48 hours. ',null,null,null,null,null,null,'4148 Citadel Crt, District of North Vancouver, BC',null,'2023-07-29 12:50:59','2023-07-29 12:50:59',null,'doweber@idir','2023-07-29 12:59:36',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.0449569 49.348108)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031752','Nicole Spence 250-514-4092 reported to West Vancouver Police (WV 23-9858) that while walking in the below noted location, they spotted a large coyote about 200 meters away. Caller states that they turned and walked the other way but the coyote appeared to follow caller (& friend who were both walking dogs). Caller states that they warned other trail users of the coyote. The coyote only got as close as about 100 meters to caller. ',null,null,null,null,null,null,'1175 Millstream Rd, West Vancouver, BC','500 meters from trailhead ','2023-07-29 12:51:59','2023-07-29 12:51:59',null,'DDAVIS@idir','2023-07-29 13:07:16',null,null,null,null,'OPEN','WSTVANCO',ST_GeomFromText('POINT(-123.150705 49.3555804)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031754','Caller reporting that a black bear is eating berries off of a bush near the noted location. Caller advised it is a busy area. ',null,null,null,null,null,null,'Edmonton St, Prince George, BC','Behind the University Hospital and across from the ambulance station ','2023-07-29 12:53:44','2023-07-29 12:53:44',null,'SPEELING@idir','2023-07-30 13:58:19',null,null,null,null,'OPEN','PRINGEOR',ST_GeomFromText('POINT(-122.7613099 53.9135051)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031756','Stewart RCMP #23-257. Attending to dispatch a badly injured BB on Hwy 37 at Bear Glacier Prov Park. -Headed out to dispatch the bear right now. ',null,null,null,null,null,null,'Hwy 37A, Stewart, BC',null,'2023-07-29 13:00:25','2023-07-29 13:00:25',null,'FBKNIBBS@idir','2023-08-01 12:32:27',null,null,null,null,'CLOSED','STWART',ST_GeomFromText('POINT(-129.9605895 55.9747637)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031759','COM reporting possible sighting of an unknown animal, she suspected it was a black panther but advised her it was most likely a cougar. She advised it was huge and was not a bobcat. It went in and out into the bush / forested area near a homeless camp in that area. ',null,null,null,null,null,null,'Lougheed Hwy, Coquitlam, BC','Between Como Lake at the rail road tracks east bound ','2023-07-29 13:12:12','2023-07-29 13:12:12',null,'JORFERGU@idir','2023-07-29 13:46:53',null,null,null,null,'OPEN','COQUITLM',ST_GeomFromText('POINT(-122.8220663 49.2362757)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031760','Caller reporting a food conditioned black bear near the below noted location. Caller advised the bear has come into his yard the last 2 days to go after his plum tree. Caller noted the bear also knocked over his fence. Caller is concerned as he has 2 young kids. -***Caller is requesting a callback from a CO for advice. ***',null,null,null,null,null,null,'4848 Harvie Ave, Powell River, BC',null,'2023-07-28 20:00:00','2023-07-29 13:13:27',null,'LEYKLASS@idir','2023-08-02 19:27:54',null,null,null,null,'CLOSED','POWELLRV',ST_GeomFromText('POINT(-124.5269945 49.8472871)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031761','Doe with 2 fawn on Highland at Bernard. -One of the fawns is limping. Entered nearby park. Still mobile. ',null,null,null,null,null,null,'Bernard Ave, Kelowna, BC',null,'2023-07-29 13:19:31','2023-07-29 13:19:31',null,'KOWENS@idir','2023-08-03 10:17:10',null,null,null,null,'CLOSED','KELOWNA',ST_GeomFromText('POINT(-119.472114 49.8862628)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031762','BB in an abandoned field/bush nearby. Was eating saskatoon berries. ',null,null,null,null,null,null,'2640 Jasper St, Prince George, BC',null,'2023-07-29 13:26:32','2023-07-29 13:26:32',null,'EMCARTHU@idir','2023-07-31 10:47:19',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7426289 53.8960802)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031765','Caller reporting a black bear sighting near the below noted location. Caller advised the bear was going across the yard and then ran across the road into a wooded area. ',null,null,null,null,null,null,'1850 Willis Rd, Campbell River, BC',null,'2023-07-29 13:31:00','2023-07-29 13:31:46',null,'KSORENSE@idir','2023-07-29 13:33:59',null,null,null,null,'CLOSED','CMBLRV',ST_GeomFromText('POINT(-125.2695922 50.0139995)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031766','Caller reporting a black bear sighting near the below noted location. Caller advised the bear was eating grass in a field. ',null,null,null,null,null,null,'20th Ave and Massey Dr and Winnipeg St, Prince George, BC',null,'2023-07-29 13:41:14','2023-07-29 13:41:14',null,'KSORENSE@idir','2023-07-29 13:43:14',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7671649 53.9063389)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031768','COM reporting BB in his back yard. It is eating apples from the apple tree and just relaxing. He is concerned as he has an air bb. ',null,null,null,null,null,null,'3083 Bewicke Ave, District of North Vancouver, BC',null,'2023-07-29 13:42:17','2023-07-29 13:42:17',null,'EFITCH@IDIR','2023-07-29 13:48:04',null,null,null,null,'OPEN','NORVAN',ST_GeomFromText('POINT(-123.0914092 49.337353)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031769','Caller reporting a bear on the campground 30 minutes ago. He believes it has wandered off',null,null,null,null,null,null,'4433 Kimball Rd, Prince George, BC','BLUE CEDAR CAMPGROUND ','2023-07-29 13:43:03','2023-07-29 13:43:03',null,'ASDUNCAN@idir','2023-07-29 13:46:30',null,null,null,null,'OPEN','PRINGEOR',ST_GeomFromText('POINT(-122.8186646 53.8592037)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031770','A cinnamon black bear was on caller''s aunt''s property where there is a garden, greenhouse and apple trees about 10:00 this morning. Bear returned at 13:20 with 2 cubs and got close to caller''s 80 year old aunt who was in the greenhouse. He let off a bear banger at that time. Caller says he doesn''t want to have to put the sow down, but he will if it gets close to his aunt again. ',null,null,null,null,null,null,'3004 Hwy 16, New Hazelton, BC',null,'2023-07-29 10:00:00','2023-07-29 13:45:02',null,'RBACALL@idir','2023-07-29 13:50:19',null,null,null,null,'OPEN','NEWHAZ',ST_GeomFromText('POINT(-127.6339354 55.2401447)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031771','BB on Williston in Mackenzie. ',null,null,null,null,null,null,'Williston Lake, BC',null,'2023-07-29 13:47:52','2023-07-29 13:47:52',null,'doweber@idir','2023-07-29 13:52:49',null,null,null,null,'CLOSED','MACKENZI',ST_GeomFromText('POINT(-123.5069087 55.5754916)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031773','COM reporting sighting of BB in the neighborhood. She advised it was just sitting in a yard and eating garbage. She does not know where the bear got the garbage or where it came from. ',null,null,null,null,null,null,'Williston Cres, Mackenzie, BC','Approx. 300 Block. ','2023-07-29 13:49:43','2023-07-29 13:49:43',null,'HIDESMAR@idir','2023-08-02 13:17:56',null,null,null,null,'CLOSED','MACKENZI',ST_GeomFromText('POINT(-123.0835437 55.3345699)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031775','Reporting that parents live at the below noted address and caller is concerned as she has seen multiple FB posts (on local community page) about BBs wandering around in the community during the day time. Caller states that there are young children and elderly in the area. Caller states that the residence next to her parents has ''lots of garbage" in their front yard which she believes could be attracting the BB. ',null,null,null,null,null,null,'852 Gitsegukla Ave, Gitsegukla, BC','Damlahmaat Ave ','2023-07-29 13:53:48','2023-07-29 13:53:48',null,'DDAVIS@idir','2023-07-29 14:09:23',null,null,null,null,'OPEN','KITWANGA',ST_GeomFromText('POINT(-127.828942 55.0906871)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031777','Caller reporting a sow and 2 cubs wandered into a backyard on Thermal and were rummaging around in a shed',null,null,null,null,null,null,'Moray St and Pinecrest Ave and Thermal Dr, Coquitlam, BC','HOUSE ON THERMAL','2023-07-29 13:58:52','2023-07-29 13:58:52',null,'PDAYTON@idir','2023-08-01 15:08:16',null,null,null,null,'CLOSED','COQUITLM',ST_GeomFromText('POINT(-122.8348296 49.2713526)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031778','Caller reporting his neighbour''s cat was attacked by a coyote. It is still hanging around and the cat has been taken to the vet',null,null,null,null,null,null,'1741 Knox Rd, Vancouver, BC','NEIGHBOUR''S','2023-07-29 14:01:25','2023-07-29 14:01:25',null,'ISCHMIDT@idir','2023-07-31 14:22:13',null,null,null,null,'OPEN','VANCOUVR',ST_GeomFromText('POINT(-123.2436956 49.2717165)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031780','A limping black bear cub with a gash on its shoulder crossed the highway and went into the bush near the turnoff of Francis Lake on Hwy 16. -',null,null,null,null,null,null,'','near the turnoff of Francis Lake on Hwy 16','2023-07-29 14:08:05','2023-07-29 14:08:05',null,'JSCHULTZ@idir','2023-07-29 14:32:11',null,null,null,null,'CLOSED','FORTFRSR',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031781','COM reported a rattlesnake curled up in inflatables in their garage. ',null,null,null,null,null,null,'4069 Lakeside Rd, Penticton, BC',null,'2023-07-29 14:09:00','2023-07-29 14:09:00',null,'BRANBECK@idir','2023-07-29 22:39:30',null,null,null,null,'CLOSED','PENTICTN',ST_GeomFromText('POINT(-119.5810757 49.4450887)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031782','COM reporting a vehicle hit a deer, the deer back legs are broken, animal is in the field behind the reportees home. Unable to get up and is dragging himself in the field. ',null,null,null,null,null,null,'7511 Harrop-Procter Rd, Procter, BC','Field west in Property ','2023-07-29 14:13:38','2023-07-29 14:13:38',null,'NSMIENK@idir','2023-07-29 17:54:19',null,null,null,null,'CLOSED','NELSON',ST_GeomFromText('POINT(-116.980889 49.6111553)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031783','Caller reporting a bear walked passed her backyard and got into her neighbour''s compost bin',null,null,null,null,null,null,'2258 Setchfield Ave, Langford, BC','NEIGHBOURS HOUSE','2023-07-29 14:18:42','2023-07-29 14:18:42',null,'MAWILSON@idir','2023-07-31 09:07:23',null,null,null,null,'CLOSED','LANGFORD',ST_GeomFromText('POINT(-123.5070763 48.46848)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031788','COM reports a BB is hanging around and getting comfortable as its eating fruits and berries and he is worried about kids in the area',null,null,null,null,null,null,'Rondane Cres, Ferndale-Tabor, BC',null,'2023-07-29 14:29:42','2023-07-29 14:29:42',null,'DLEWERS@idir','2023-07-29 14:32:07',null,null,null,null,'OPEN','PRINGEOR',ST_GeomFromText('POINT(-122.5389444 53.9300415)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031791','Reporting a BB that is across the street from residence peeking in and out of the bushes across the street from residence. Caller thinks that the BB may be looking for food / something to eat. ',null,null,null,null,null,null,'1965 17th Ave, Prince George, BC',null,'2023-07-29 14:38:03','2023-07-29 14:38:03',null,'DDAVIS@idir','2023-07-29 14:41:00',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7637144 53.9082464)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031792','Caller reporting a Grizzly broke into the fenced compound to try and access the garbage bin. This occurred at about 11 am',null,null,null,null,null,null,'Alaska Hwy, Fort Nelson, BC','SUMMIT LAKE CAMPGROUND','2023-07-29 14:38:07','2023-07-29 14:38:07',null,'BALACEY@idir','2023-08-01 09:27:17',null,null,null,null,'CLOSED','FTNELSON',ST_GeomFromText('POINT(-122.7135724 58.4881233)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031793','Caller reporting a bear sighting',null,null,null,null,null,null,'Mt Seymour Pky and Parkgate Ave, District of North Vancouver, BC',null,'2023-07-29 14:41:45','2023-07-29 14:41:45',null,'ASDUNCAN@idir','2023-07-29 14:42:51',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-122.9746263 49.3158282)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031795','COM reporting BB sighting outside the dog park',null,null,null,null,null,null,'Ferry Ave, Prince George, BC','Ginters Meadow Park','2023-07-29 14:54:13','2023-07-29 14:54:13',null,'DLEWERS@idir','2023-07-29 14:56:08',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7698571 53.8888988)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031798','COM reported there is a rattle snake laying under lawn chairs in their yard. ',null,null,null,null,null,null,'4519 Lakeside Rd, Penticton, BC',null,'2023-07-29 14:56:56','2023-07-29 14:56:56',null,'DTALEVSK@idir','2023-07-29 14:59:48',null,null,null,null,'CLOSED','PENTICTN',ST_GeomFromText('POINT(-119.5781232 49.4387698)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031799','Aggressive COM reported a BB that tried to get into a small fenced area where the dog was. The COM made noise to scare the BB off a few feet to bring the dog in the house. The BB is sitting outside. COM threatened to take out the BB and hung up. -',null,null,null,null,null,null,'29862 MacLure Rd, Abbotsford, BC',null,'2023-07-29 15:00:10','2023-07-29 15:00:10',null,'DLEWERS@idir','2023-07-29 15:10:31',null,null,null,null,'OPEN','ABTFRD',ST_GeomFromText('POINT(-122.3961182 49.0597015)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031802','Caller reporting an injured black bear near the below noted location. Caller advised the bear had a large gash on it''s left side and was bleeding. Caller noted the bear was walking around but looked distressed. ',null,null,null,null,null,null,'Silver Valley Rd, Maple Ridge, BC','End of the road near the gate for the research forest and Loon Lake ','2023-07-29 14:30:00','2023-07-29 15:06:27',null,'KSORENSE@idir','2023-07-29 15:11:32',null,null,null,null,'OPEN','MAPLERID',ST_GeomFromText('POINT(-122.5744135 49.2580786)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031805','BB at 17th & Tamarack. ',null,null,null,null,null,null,'17th Ave, Prince George, BC','TAMARACK & 17TH ','2023-07-29 15:11:29','2023-07-29 15:11:29',null,'doweber@idir','2023-07-29 15:14:06',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7483457 53.9084533)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031806','COM reports a fawn has been following her as she has been walking on a trail for the past 25 min. No sign of mom',null,null,null,null,null,null,'Lone Pine Dr, Kelowna, BC',null,'2023-07-29 15:19:13','2023-07-29 15:19:13',null,'KOWENS@idir','2023-08-03 10:15:48',null,null,null,null,'CLOSED','KELOWNA',ST_GeomFromText('POINT(-119.3635022 49.8787632)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031811','Reporting that a couple of hours prior to call in, caller had a sow & 3 small cubs in his yard. One of the cubs treed itself and the sow & remaining 2 cubs took off and have not returned. Caller has kept his dogs away from the tree but the cub is still up there. Caller will call back if/when the sow returns/cub leaves. ',null,null,null,null,null,null,'1178 Sweder Rd, Fort St. James, BC',null,'2023-07-29 15:42:15','2023-07-29 15:42:15',null,'SGBATES@idir','2023-07-30 10:41:05',null,null,null,null,'CLOSED','FTSTJAME',ST_GeomFromText('POINT(-124.2753733 54.4329204)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031812','Caller reporting an injured black bear near the below noted location. Caller advised the bear is limping and not putting any weight on one of it''s rear legs. Caller noted the bear walked across his property. ',null,null,null,null,null,null,'35577 Hallert Rd, Abbotsford, BC',null,'2023-07-29 15:15:00','2023-07-29 15:44:47',null,'KSORENSE@idir','2023-07-29 15:47:00',null,null,null,null,'OPEN','ABTFRD',ST_GeomFromText('POINT(-122.2403881 49.0989953)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031816','COM reported a BB in their backyard dragging its right back leg. The BB looks underweight. ',null,null,null,null,null,null,'4162 Austin Rd W, Prince George, BC',null,'2023-07-29 15:50:16','2023-07-29 15:50:16',null,'EMCARTHU@idir','2023-07-31 10:45:03',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7965085 53.9890215)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031817','Caller reporting a black bear sighting near the below noted location. Caller advised the bear ran across the road into some bushes. ',null,null,null,null,null,null,'MacKenzie Blvd, Mackenzie, BC','Just south of the Royal Oak Hotel ','2023-07-29 15:50:00','2023-07-29 15:54:12',null,'KSORENSE@idir','2023-07-29 15:56:30',null,null,null,null,'CLOSED','MACKENZI',ST_GeomFromText('POINT(-123.0974648 55.3454395)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031818','Caller reporting a bear sighting in Whistler Village',null,null,null,null,null,null,'4591 Blackcomb Way, Whistler, BC','FOUR SEASONS - HEADED TOWARDS THE COURTYARD','2023-07-29 15:57:23','2023-07-29 15:57:23',null,'DLEWERS@idir','2023-07-29 19:28:35',null,null,null,null,'OPEN','WHISTLER',ST_GeomFromText('POINT(-122.9440628 50.1188809)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031820','Caller reporting raccoons attacked her dog today at the noted location. Caller advised her dog was laying in the backyard when 4 raccoons attacked it. They chased the dog and cornered it in her yard. Caller noted her dog is covered in puncture marks. Caller advised she called the SPCA and they provided the RAPP number. Caller noted the raccoons have been in the area for a few days. ',null,null,null,null,null,null,'10392 McEachern St, Maple Ridge, BC',null,'2023-07-29 12:45:00','2023-07-29 16:02:14',null,'KSORENSE@idir','2023-08-11 11:20:47',null,null,null,null,'OPEN','MAPLERID',ST_GeomFromText('POINT(-122.5360185 49.1910947)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031821','Elderly COM reported a BB that was digging small holes on their 2 acre property for the past couple of months. The BB previously broke into the neighbour''s garbage. COM lives in mobile home. **COM is concerned the BB may be making its home nearby and would like to speak to a CO for advice. ',null,null,null,null,null,null,'4875 Blazer Rd, Prince George, BC',null,'2023-07-29 16:02:00','2023-07-29 16:02:31',null,'SPEELING@idir','2023-07-30 14:59:56',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.8047533 54.0309642)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031823','COM reports BB in his back yard and thinks its up the tree. ',null,null,null,null,null,null,'1765 Tamarack St, Prince George, BC',null,'2023-07-29 16:20:09','2023-07-29 16:20:09',null,'KSORENSE@idir','2023-07-29 16:56:56',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7594922 53.9075499)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031825','Towards the winery, on the left hand side there is a deer with a broken hoof',null,null,null,null,null,null,'Mission Hill Rd, West Kelowna, BC','JUST OUTSIDE MISSION HILL WINERY','2023-07-29 16:31:18','2023-07-29 16:31:18',null,'KOWENS@idir','2023-08-03 10:08:14',null,null,null,null,'CLOSED','KELOWNA',ST_GeomFromText('POINT(-119.5802289 49.8394738)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031826','A black bear was crossing the front yards of several houses and then went into the yard at 2673 Viewlynn Dr.',null,null,null,null,null,null,'2673 Viewlynn Dr, District of North Vancouver, BC',null,'2023-07-29 16:49:30','2023-07-29 16:49:30',null,'RBACALL@idir','2023-07-29 16:51:41',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.0347541 49.3329134)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031829','COM reporting seeing a bb in the front yard at the below address. It has got into the garbage at the residence and they are watching it eat it and warning people to stay away. No aggressive actions at this time. She will call back if things change. ',null,null,null,null,null,null,'2498 Warrenton Ave, Coquitlam, BC',null,'2023-07-29 16:57:59','2023-07-29 16:57:59',null,'EFITCH@IDIR','2023-07-29 17:02:51',null,null,null,null,'OPEN','COQUITLM',ST_GeomFromText('POINT(-122.8246945 49.2480296)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031830','Caller reporting a yearling by itself that seems to be acting erratically. The bear was in a tree and is now on the ground. Cars are starting to pull over to take pictures',null,null,null,null,null,null,'17th Ave and Victoria St, Prince George, BC',null,'2023-07-29 17:02:29','2023-07-29 17:02:29',null,'SPEELING@idir','2023-07-30 13:54:47',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7551415 53.9084419)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031831','Caller reporting an orphaned black bear cub near the below noted location. Caller advised the cub was trying to climb a fence towards the hwy. Caller noted it was panting and probably looking for water. Caller advised he did not see a sow. ',null,null,null,null,null,null,'Bowers Pl and Lac Le Jeune Rd, Kamloops, BC',null,'2023-07-29 17:00:00','2023-07-29 17:12:25',null,'KANEKOPP@idir','2023-07-30 11:24:34',null,null,null,null,'CLOSED','KAMLOOPS',ST_GeomFromText('POINT(-120.4350214 50.6593162)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031832','BB up a tree in the backyard.',null,null,null,null,null,null,'3364 Raleigh St, Port Coquitlam, BC',null,'2023-07-29 17:17:39','2023-07-29 17:17:39',null,'LMOSS@idir','2023-07-29 17:18:55',null,null,null,null,'CLOSED','PORTCOQ',ST_GeomFromText('POINT(-122.7855952 49.2723226)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031836','Caller reporting 2 orphaned black bear cubs near the below noted location. Caller noted the cubs came up on the road and went across the road into some bushes on the other side. Caller advised he waited for a few minutes and did not see a sow. Caller noted one of the cubs was walking funny. ',null,null,null,null,null,null,'Chase Creek FSR, Chase Creek, BC','5km up Chase Creek Rd off Hwy 1 - Just past the houses ','2023-07-29 17:00:00','2023-07-29 17:27:47',null,'KANEKOPP@idir','2023-07-30 11:28:21',null,null,null,null,'CLOSED','CHSE',ST_GeomFromText('POINT(-119.6440184 50.6079798)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031839','Caller reports they have a grizzly bear in their backyard connected to a greenbelt. The bear is picking up garbage from the neighbours house and bringing it into the green belt. Caller has seen it 3 times today and has pictures. Just stood there when caller tried hazing it, no aggressive behaviour, docile. It has 2 cubs. ',null,null,null,null,null,null,'4391 Richet St, Prince George, BC',null,'2023-07-29 17:52:59','2023-07-29 17:52:59',null,'SPEELING@idir','2023-07-30 15:10:56',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.8002529 53.9912645)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031840','Bear in their yard since this morning and its not going away. It came and ate plumps on the trees. One is lying on the ground. Caller tried making noise and it just snorted. They did pick most of the plumps, but the higher ones. ',null,null,null,null,null,null,'2679 Finch Hill, West Vancouver, BC',null,'2023-07-29 18:03:55','2023-07-29 18:03:55',null,'COMILLER@idir','2023-07-29 18:08:35',null,null,null,null,'OPEN','WSTVANCO',ST_GeomFromText('POINT(-123.1622758 49.3520972)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031841','COM reporting a BB cub has gone thru her freezer is still there and wont leave the property. - -RCMP not attending at this time',null,null,null,null,null,null,'19977 McNeil Rd, Pitt Meadows, BC',null,'2023-07-29 18:07:30','2023-07-29 18:07:30',null,'JBULL@idir','2023-08-04 11:31:04',null,null,null,null,'OPEN','PITTMDWS',ST_GeomFromText('POINT(-122.6670458 49.2736094)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031844','BB walked through the field at Lions Park and has gone into the treed area.',null,null,null,null,null,null,'2300 Lions Way, Port Coquitlam, BC','Lions Park','2023-07-29 18:13:57','2023-07-29 18:13:57',null,'LMOSS@idir','2023-07-29 18:22:12',null,null,null,null,'OPEN','PORTCOQ',ST_GeomFromText('POINT(-122.7787016 49.2676935)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031845','Caller reporting an injured deer near the below noted location. Caller advised the appears to have a broken leg and does not look healthy. Caller noted when they got there the doe got up but then quickly laid back down. ',null,null,null,null,null,null,'615 Porterfield Rd, Kamloops, BC','Kamloops Fire Station 4','2023-07-29 17:15:00','2023-07-29 18:15:24',null,'KANEKOPP@idir','2023-07-30 11:22:40',null,null,null,null,'CLOSED','KAMLOOPS',ST_GeomFromText('POINT(-120.3420828 50.7653502)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031850','Bear at the top of the Massey on ramp to Hwy 97. Caller saw the bear going into the treed area.',null,null,null,null,null,null,'Massey Dr, Prince George, BC',null,'2023-07-29 18:37:32','2023-07-29 18:37:32',null,'LMOSS@idir','2023-07-29 18:39:23',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7823195 53.8996166)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031852','Nuisance bear, been property for a month and a half. The bear was getting into workshop garbage, no food just the bags. Callers compost is secured. The bear is now packing other peoples garbage into their yard. ',null,null,null,null,null,null,'3565 Dogwood Ave, Thornhill, BC',null,'2023-07-29 18:41:14','2023-07-29 18:41:14',null,'MGEUZE@idir','2023-08-03 21:40:15',null,null,null,null,'CLOSED','TERRACE',ST_GeomFromText('POINT(-128.5182765 54.5024688)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031854','BB seen in the residential area.',null,null,null,null,null,null,'Fraser Blvd, Mackenzie, BC',null,'2023-07-29 19:19:25','2023-07-29 19:19:25',null,'LMOSS@idir','2023-07-29 19:21:18',null,null,null,null,'CLOSED','MACKENZI',ST_GeomFromText('POINT(-123.0986306 55.3419756)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031856','Caller is reporting a deer lying next to their house with a rope wrapped around its antlers and going around it chin. Caller is not sure if it can eat. On the West side of their house.',null,null,null,null,null,null,'1756 Christmas Ave, Saanich, BC',null,'2023-07-29 19:31:39','2023-07-29 19:31:39',null,'JACHAN@idir','2023-08-04 11:23:50',null,null,null,null,'CLOSED','SAANICH',ST_GeomFromText('POINT(-123.3254785 48.4630692)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031859','COM reports BB sighting on the trail',null,null,null,null,null,null,'Forest Hills in District of North Vancouver, BC',null,'2023-07-29 19:38:10','2023-07-29 19:38:10',null,'DLEWERS@idir','2023-07-29 19:39:29',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.0930556 49.3525)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031865','RCMP received a report of a brown black bear walking towards the bush where the homeless people are.',null,null,null,null,null,null,'','Carney St and Massey Drive','2023-07-29 19:55:36','2023-07-29 19:55:36',null,'DLEWERS@idir','2023-07-29 20:32:42',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031866','2 bears and 2 cubs are in the driveway getting into the garbage.',null,null,null,null,null,null,'8576 Bland Rd, Port Alberni, BC',null,'2023-07-29 19:56:57','2023-07-29 19:56:57',null,'MAWILSON@idir','2023-08-02 10:32:59',null,null,null,null,'CLOSED','PORTALBR',ST_GeomFromText('POINT(-124.9219629 49.3500833)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031867','Bear just crossed the street.',null,null,null,null,null,null,'Glen Dr and Johnson St, Coquitlam, BC',null,'2023-07-29 20:01:23','2023-07-29 20:01:23',null,'COMILLER@idir','2023-07-29 20:03:18',null,null,null,null,'CLOSED','COQUITLM',ST_GeomFromText('POINT(-122.8017375 49.2827102)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031868','COM reporting bb was being aggressive towards a vehicle in the afternoon at the Scouts Camp ground. There was 6 people at the campground at the time and they packed up and left. No further information as he was reading off a report from the campers. ',null,null,null,null,null,null,'Marble Bay Rd, Lake Cowichan, BC','Camp Woodlands ','2023-07-29 20:02:35','2023-07-29 20:02:35',null,'MAWILSON@idir','2023-08-01 15:47:14',null,null,null,null,'OPEN','LKECOWCH',ST_GeomFromText('POINT(-124.1256165 48.8357465)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031870','COM saw a bb sow and cub crossing the road at the noted location. ',null,null,null,null,null,null,'Miracle Beach Dr, Black Creek, BC',null,'2023-07-29 20:04:07','2023-07-29 20:04:07',null,'DAGRAY@idir','2023-07-29 20:06:19',null,null,null,null,'CLOSED','BLKCRK',ST_GeomFromText('POINT(-125.1120165 49.8509658)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031872','COM reporting cub bear in tree. She was concerned mother bear is around in populated area, requesting CO to contact her - Cst Borlongan 778-539-5214 ',null,null,null,null,null,null,'5662 Teskey Way, Chilliwack, BC',null,'2023-07-29 20:13:32','2023-07-29 20:13:32',null,'ALBUCHAN@idir','2023-07-30 09:47:59',null,null,null,null,'CLOSED','CHILLIWK',ST_GeomFromText('POINT(-121.9286545 49.1035587)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031875','Coyote seen in the urban area.',null,null,null,null,null,null,'Cambie St and W 20th Ave, Vancouver, BC',null,'2023-07-29 20:26:52','2023-07-29 20:26:52',null,'LMOSS@idir','2023-07-29 20:28:04',null,null,null,null,'CLOSED','VANCOUVR',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031876','COM reporting BB in field next to homeless camp. He is calling from his work which is a half way house and he is concerned with it eating garbage from the encampment as an attractant in the area. ',null,null,null,null,null,null,'1735 Yew St, Prince George, BC',null,'2023-07-29 20:31:32','2023-07-29 20:31:32',null,'EFITCH@IDIR','2023-07-29 20:36:54',null,null,null,null,'OPEN','PRINGEOR',ST_GeomFromText('POINT(-122.7649132 53.9075611)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031878','COM reporting BB sighting',null,null,null,null,null,null,'Northwood Pulpmill Rd, Prince George, BC','at Aberdeen','2023-07-29 20:44:30','2023-07-29 20:44:30',null,'DLEWERS@idir','2023-07-29 20:46:24',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7282797 53.9631535)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031879','COM saw a black bear running across the field at the noted location. COM declined to provide identifying information. ',null,null,null,null,null,null,'2307 Massey Dr, Prince George, BC','Outdoor Fitness Park','2023-07-29 20:51:26','2023-07-29 20:51:26',null,'DAGRAY@idir','2023-07-29 20:56:45',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7757591 53.9010599)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031880','BB was caught on camera last night.',null,null,null,null,null,null,'2245 Goldeneye Way, Langford, BC',null,'2023-07-29 20:51:43','2023-07-29 20:51:43',null,'LMOSS@idir','2023-07-29 20:52:53',null,null,null,null,'CLOSED','LANGFORD',ST_GeomFromText('POINT(-123.5061807 48.4683057)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031882','COM reporting BB in commercial garbage',null,null,null,null,null,null,'45 Centennial Dr, Mackenzie, BC','Mackenzie Hospital','2023-07-29 21:09:20','2023-07-29 21:09:20',null,'HIDESMAR@idir','2023-07-30 16:29:42',null,null,null,null,'CLOSED','MACKENZI',ST_GeomFromText('POINT(-123.1013184 55.3379008)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031883','COM reporting they struck a BB and it rolled into the ditch. BB unable to get up. - -2122 LM CO Peeling -2124 LM CO Stark -2125 LM CO McArthur -2126 briefed RCMP',null,null,null,null,null,null,'Hwy 97, Prince George, BC','1/2km before North Kelly Rd on south bound side','2023-07-29 21:14:54','2023-07-29 21:14:54',null,'SPEELING@idir','2023-07-30 13:54:10',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.761482 53.9441732)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031884','COM reporting a bb in her area that''s been there for the last few days. Tonight was the first time she saw the bear, but two days ago there was some garbage left on her porch she believes was left there by the bear. ',null,null,null,null,null,null,'46841 Sylvan Dr, Chilliwack, BC',null,'2023-07-29 21:17:35','2023-07-29 21:17:35',null,'DAGRAY@idir','2023-07-29 21:21:28',null,null,null,null,'OPEN','CHILLIWK',ST_GeomFromText('POINT(-121.9284058 49.1020164)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031888','Reporting a big bear, drove by and hanging around, quite interested in something there.',null,null,null,null,null,null,'601 Matchlee Dr, Gold River, BC',null,'2023-07-29 21:41:59','2023-07-29 21:41:59',null,'COMILLER@idir','2023-07-29 21:47:31',null,null,null,null,'CLOSED','GOLDRIVR',ST_GeomFromText('POINT(-126.0478949 49.772163)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031890','COM reporting BB in recycling area in commercial lot next to his address. ',null,null,null,null,null,null,'329 Forbes Rd, Ucluelet, BC',null,'2023-07-29 21:44:52','2023-07-29 21:44:52',null,'MAWILSON@idir','2023-07-31 09:22:39',null,null,null,null,'OPEN','UCLUELET',ST_GeomFromText('POINT(-125.5656862 48.9444756)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031892','COM reporting confined fawn in between rock fence gate. ',null,null,null,null,null,null,'904 Mount Royal Dr, Kelowna, BC',null,'2023-07-29 22:04:26','2023-07-29 22:04:26',null,'JHANRATT@idir','2023-08-02 15:09:27',null,null,null,null,'OPEN','KELOWNA',ST_GeomFromText('POINT(-119.4772072 49.8993604)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031893','COM reporting a deer with a broken leg',null,null,null,null,null,null,'Gorge Rd E and Irma St, Victoria, BC',null,'2023-07-29 22:44:51','2023-07-29 22:44:51',null,'MAWILSON@idir','2023-07-31 10:59:09',null,null,null,null,'CLOSED','VICTORIA',ST_GeomFromText('POINT(-123.3881964 48.4436585)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031894','COM reporting a black bear in the middle of PG, actively looking for food and wasn''t scared away when COM honked at it. ',null,null,null,null,null,null,'20th Ave and Tamarack St, Prince George, BC',null,'2023-07-29 23:02:55','2023-07-29 23:02:55',null,'EMCARTHU@idir','2023-07-31 11:11:25',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7592373 53.9054136)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031895','Caller had a big BB come into their yard and raid their garbage. It left a hole in their fence when it ran off. They came out yelling at it, but had no effect. the BB ran off when caller set off their car alarm. Same bear they saw yesterday. ',null,null,null,null,null,null,'2301 Pine St, Prince George, BC',null,'2023-07-29 23:04:29','2023-07-29 23:04:29',null,'SPEELING@idir','2023-07-30 15:48:06',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7524033 53.9007394)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031897','COM from Canadian Pacific Kansas City Rail Police – reporting train striking and suspected of killing moose -',null,null,null,null,null,null,'Erickson Rd, Malakwa, BC','Nearest cross road - Erickson Road at Shuswap Lake at the 33.5 Miles ','2023-07-29 23:06:27','2023-07-29 23:06:27',null,'STECOOK@idir','2023-07-31 10:58:01',null,null,null,null,'CLOSED','MALAKWA',ST_GeomFromText('POINT(-118.8060775 50.929326)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031898','COMs wife was walking their dog near the the home, they are reporting seeing a BB in the front yard in the path that leads to rear of town house. He left when the dog barked. ',null,null,null,null,null,null,'8938 Ganymede Pl, Burnaby, BC',null,'2023-07-29 23:15:49','2023-07-29 23:15:49',null,'EFITCH@IDIR','2023-07-29 23:21:20',null,null,null,null,'CLOSED','BURNBY',ST_GeomFromText('POINT(-122.9080864 49.2541368)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031899','COM reporting an aggressive bear at their camp site. BB has been there for about 30 minutes, a number of campers have attempted to scare it off with car horns, but it comes back shortly after. COM noted that it has been growling and snorting, and has gotten into some campers food. ',null,null,null,null,null,null,'','Mackenzie Landing','2023-07-30 00:07:03','2023-07-30 00:07:03',null,'HIDESMAR@idir','2023-07-30 16:55:50',null,null,null,null,'CLOSED','MACKENZI',ST_GeomFromText('POINT(-123.164363 55.360084)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031900','BB trying to get into garbage bins in the neighborhood.',null,null,null,null,null,null,'Monkley Ave and Pine St, Prince George, BC',null,'2023-07-30 00:10:42','2023-07-30 00:10:42',null,'SGBATES@idir','2023-08-09 12:15:03',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7520377 53.8994388)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031903','BB getting into the garbage.',null,null,null,null,null,null,'2445 Kelly Ave, Port Coquitlam, BC',null,'2023-07-30 01:56:32','2023-07-30 01:56:32',null,'PDAYTON@idir','2023-08-01 15:07:51',null,null,null,null,'CLOSED','PORTCOQ',ST_GeomFromText('POINT(-122.7864039 49.2592653)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031904','BB wandering through the campus near the facilities',null,null,null,null,null,null,'8888 University Dr, Burnaby, BC','SFU Campus near Nelson Way and Greenhouse Lane','2023-07-30 02:38:03','2023-07-30 02:38:03',null,'LMOSS@idir','2023-07-30 02:39:08',null,null,null,null,'CLOSED','BURNBY',ST_GeomFromText('POINT(-122.9183303 49.2765276)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031905','RCMP dispatch passing on that they had received a call from campers at the noted location that had heard an unknown animal moving near their tent. No name for COM was provided. ',null,null,null,null,null,null,'Hwy 99 S and Seton Lake Rd, Lillooet, BC','Hydro Seaton Lake Campground','2023-07-30 02:49:23','2023-07-30 02:49:23',null,'DAGRAY@idir','2023-07-30 02:53:59',null,null,null,null,'CLOSED','LILLOOET',ST_GeomFromText('POINT(-121.9777265 50.6686288)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031906','COM reporting he struck a deer at the noted location. Deer is immobile and alive in the Northbound side ditch. ',null,null,null,null,null,null,'James Rd and Trans-Canada Hwy, Tappen, BC','Just North of the Tappen Co-Op','2023-07-30 04:53:46','2023-07-30 04:53:46',null,'ETYUKODI@idir','2023-07-30 08:58:59',null,null,null,null,'CLOSED','TAPPEN',ST_GeomFromText('POINT(-119.3260991 50.7974715)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031908','COM reporting a bb eating berries in Freeman Park. ',null,null,null,null,null,null,'14th Ave and Freeman St, Prince George, BC','Freeman Park','2023-07-30 06:02:06','2023-07-30 06:02:06',null,'DAGRAY@idir','2023-07-30 06:04:41',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7737199 53.9114111)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031911','Caller reporting a bb in their fruit tree.',null,null,null,null,null,null,'3229 Austin Rd E, Prince George, BC',null,'2023-07-30 06:58:07','2023-07-30 06:58:07',null,'SMCCREAD@idir','2023-07-30 07:03:21',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7808687 53.9894216)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031912','Caller reporting a fawn that has impaled itself on a fence on a vacant property. "The doe is going wild." ',null,null,null,null,null,null,'Joan Cres, Victoria, BC','1000 block','2023-07-30 07:31:47','2023-07-30 07:31:47',null,'MAWILSON@idir','2023-07-31 10:57:40',null,null,null,null,'OPEN','VICTORIA',ST_GeomFromText('POINT(-123.343064 48.422289)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031913','Caller reporting issues with sow and 2 cubs. Very aggressive. Bear is getting progressively worse as more campers have begun to come to the campground. Today the bear charged her on her porch, almost came inside the house. Very worried for the safety of campers in tents as the bear has no fear of people. - -Request a CO contact them asap.',null,null,null,null,null,null,'Moose Horn Rd, Southbank, BC',null,'2023-07-30 07:33:26','2023-07-30 07:33:26',null,'SGBATES@idir','2023-07-30 10:45:03',null,null,null,null,'CLOSED','STHBNK',ST_GeomFromText('POINT(-125.645729 53.929439)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031914','BB dragged 2 bags of garbage across the orchard and destroyed 2 beehives. Thinks in the last hour and thinks its still present on the 5 acre property. Husband trying to make repairs. ',null,null,null,null,null,null,'29704 MacLure Rd, Abbotsford, BC',null,'2023-07-30 07:40:44','2023-07-30 07:40:44',null,'ALBUCHAN@idir','2023-07-31 10:04:27',null,null,null,null,'OPEN','ABTFRD',ST_GeomFromText('POINT(-122.399903 49.0597744)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031915','BB has started to appear on the property. No garbage available. Fruit trees on the property. Caller referred to WildsafeBC website. -** Caller requesting a callback for advice. ',null,null,null,null,null,null,'3220 Eagles Lake Rd, Highlands, BC',null,'2023-07-30 07:45:40','2023-07-30 07:45:40',null,'MAWILSON@idir','2023-07-31 09:10:54',null,null,null,null,'OPEN','HIGHLAND',ST_GeomFromText('POINT(-123.459627 48.5113644)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031916','Caller reports that there is a deer that is injured in a field across the street from the local hardware store. Cant get up, just flails as it tries to stand.',null,null,null,null,null,null,'6102 Wasa Lake Park Dr, Wasa, BC',null,'2023-07-30 08:17:21','2023-07-30 08:17:21',null,'JRISTO@idir','2023-07-30 18:06:30',null,null,null,null,'CLOSED','WASA',ST_GeomFromText('POINT(-115.7480759 49.790893)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031918','Caller reporting a grizzly bear that has killed chickens and ducks as well as coming onto their porch to destroy their BBQ. Very concerned. When questioned about it being a grizzly bear, caller said that it was identified as such by their neighbour who is familiar with bears.',null,null,null,null,null,null,'1731 Twin Peaks Rd, Port McNeill, BC',null,'2023-07-30 08:29:07','2023-07-30 08:29:07',null,'JBJARNAS@idir','2023-08-02 11:03:18',null,null,null,null,'CLOSED','PORTMCNL',ST_GeomFromText('POINT(-127.0317473 50.5631859)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031921','Caller reporting a black bear sighting near the below noted location. Caller advised the bear was walking up and down the alley way. ',null,null,null,null,null,null,'2nd Ave and Ogilvie St, Prince George, BC','The alley between Ogilvie St and Nicholson St near 2nd Ave. ','2023-07-30 08:33:11','2023-07-30 08:33:11',null,'KSORENSE@idir','2023-07-30 08:36:56',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7887509 53.923647)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031927','Small BB been there many times. Just saw it again. Not easy to scare off. -',null,null,null,null,null,null,'7239 Caribou Rd, Prince George, BC',null,'2023-07-30 08:41:30','2023-07-30 08:41:30',null,'doweber@idir','2023-07-30 08:43:02',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.8132641 53.8548272)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031928','Caller reporting sighting a bb in the neighbors yard which has destroyed the door to the shed his garbage was kept in and is now wandering through the callers yard.',null,null,null,null,null,null,'1326 Jordan St, Coquitlam, BC',null,'2023-07-30 08:44:15','2023-07-30 08:44:15',null,'SMCCREAD@idir','2023-07-30 08:46:49',null,null,null,null,'OPEN','COQUITLM',ST_GeomFromText('POINT(-122.7968881 49.2930725)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031929','Caller reporting an injured deer near the below noted location. Caller advised one of the doe''s eyeballs is hanging down. Caller noted the deer was walking with it''s fawn and was eating grass and was otherwise uninjured. ',null,null,null,null,null,null,'Kelview St, Kelowna, BC',null,'2023-07-30 08:45:32','2023-07-30 08:45:32',null,'KOWENS@idir','2023-07-31 16:36:06',null,null,null,null,'CLOSED','KELOWNA',ST_GeomFromText('POINT(-119.4723789 49.8950153)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031932','Problem with a BB along a trail near Coast Salish Elementary and Montessori. Kids were picking huckleberries and they didn''t see a BB was in there. -Hissed at them, chased scared them and was within 1 foot from them. No injuries. -',null,null,null,null,null,null,'3474 Stephens Crt, Coquitlam, BC','Near Coast Salish Elementary ','2023-07-30 08:52:32','2023-07-30 08:52:32',null,'PDAYTON@idir','2023-08-01 15:07:22',null,null,null,null,'CLOSED','COQUITLM',ST_GeomFromText('POINT(-122.7453081 49.2957011)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031935','Caller reporting a cougar that followed her and her dog home on their walk. Caller advised she spotted the cougar come out of the bushes at Chatsworth Rd and Wild Rd. The caller made noise and turned around and walked home. Caller noted when she got inside she turned around and the cougar was at the bay window. Caller advised she went outside with a shovel to scare it off and it ran across the street into a wooded area. ',null,null,null,null,null,null,'Chatsworth Rd and Wild Rd, Qualicum Beach, BC',null,'2023-07-30 08:50:00','2023-07-30 08:55:36',null,'MAWILSON@idir','2023-07-31 09:28:19',null,null,null,null,'OPEN','QLICMBCH',ST_GeomFromText('POINT(-124.5227665 49.2901957)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031937','Caller reports that their neighbour is leaving out dog food on their deck to feed crows, and racoons. ',null,null,null,null,null,null,'6778 Humphries Ave, Burnaby, BC','Feeding person is the upstairs neighbour','2023-07-30 08:57:13','2023-07-30 08:57:13',null,'SMCCREAD@idir','2023-07-30 09:02:09',null,null,null,null,'OPEN','BURNBY',ST_GeomFromText('POINT(-122.950603 49.2246367)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031938','Caller reporting food conditioned black bears near the below noted location. Caller advised they were at the hospital last night getting into garbages at 20:00 and they were back this morning at 06:30. Caller noted they tore the lids apart and ate the garbage. ',null,null,null,null,null,null,'45 Centennial Dr, Mackenzie, BC','Mackenzie Hospital ','2023-07-30 06:30:00','2023-07-30 09:10:04',null,'HIDESMAR@idir','2023-08-14 10:44:42',null,null,null,null,'CLOSED','MACKENZI',ST_GeomFromText('POINT(-123.1013184 55.3379008)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031940','Just saw a BB looking in people''s garbage. ',null,null,null,null,null,null,'1125 Clements Ave, District of North Vancouver, BC',null,'2023-07-30 09:15:21','2023-07-30 09:15:21',null,'doweber@idir','2023-07-30 09:17:04',null,null,null,null,'OPEN','NORVAN',ST_GeomFromText('POINT(-123.1048145 49.35777)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031942','Caller reporting an injured deer on the property. The deer (two point buck) had his antlers stuck in the fence last night, and was freed last night. The deer was found this morning laying down in the same spot. The caller is going to try and get him to get up and move on. If unable to do so, she will call back.',null,null,null,null,null,null,'2564 Howe Rd, Chemainus, BC',null,'2023-07-30 09:24:54','2023-07-30 09:24:54',null,'MAWILSON@idir','2023-07-31 10:56:33',null,null,null,null,'CLOSED','CHMNUS',ST_GeomFromText('POINT(-123.7021209 48.905531)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031944','Caller reports a sow and two cubs that have been getting into the callers barn and livestock feed, today the sow was found climbing onto the balcony. Earlier the sow broke into the home to get at where they had moved the garbage storage. - -Request a CO call back.',null,null,null,null,null,null,'3723 Quarry Rd, Coquitlam, BC',null,'2023-07-30 09:38:59','2023-07-30 09:38:59',null,'SMCCREAD@idir','2023-07-30 09:42:35',null,null,null,null,'OPEN','COQUITLM',ST_GeomFromText('POINT(-122.7154168 49.2997419)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031946','Caller reports a bb crossing the road going into lane',null,null,null,null,null,null,'Langan Ave and Pitt River Rd, Port Coquitlam, BC',null,'2023-07-30 09:50:10','2023-07-30 09:50:10',null,'SMCCREAD@idir','2023-07-30 09:52:41',null,null,null,null,'CLOSED','PORTCOQ',ST_GeomFromText('POINT(-122.7721518 49.2501245)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031947','CO Clausen received a report of a fawn that was hit by a vehicle that needs to be dispatched. CO advised he is in Chetwynd and is too far away and requested to call Sgt Anthony Eagles or the RCMP to attend. ',null,null,null,null,null,null,'Old Fort Rd, Fort St. John, BC','Near the Site C Gate ','2023-07-30 09:55:23','2023-07-30 09:55:23',null,'JCLAUSEN@idir','2023-07-30 16:43:13',null,null,null,null,'CLOSED','FTSTJOHN',ST_GeomFromText('POINT(-120.8738182 56.2239265)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031950','Caller reporting that the trap the CO''s set up has a bear in it. ',null,null,null,null,null,null,'Parsnip West FSR, Mackenzie, BC','Alexander Mackenzie Landing Campsite ','2023-07-30 10:00:00','2023-07-30 10:06:09',null,'HIDESMAR@idir','2023-07-30 16:59:57',null,null,null,null,'CLOSED','MACKENZI',ST_GeomFromText('POINT(-123.1560092 55.3524686)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031954','Skinny and rough looking small BB at the below. FYI',null,null,null,null,null,null,'Brown St and McLean Ave, Port Coquitlam, BC',null,'2023-07-30 10:11:54','2023-07-30 10:11:54',null,'doweber@idir','2023-07-30 10:14:16',null,null,null,null,'CLOSED','PORTCOQ',ST_GeomFromText('POINT(-122.7667809 49.2532779)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031955','SECTION 1: PERSONAL INFORMATION -Name Sean ODonovan -Phone (587) 377-8124 -Email odonovan.Sean.a@gmail.com -Address 961 29th Ave S. Cranbrook, BC -SECTION 2: VIOLATION REPORT -City where the violation occurred South of Prince George -Did you observe the violation? Yes - • Wildlife -Details of the violation Just off Highway 97 and Willow FSR. Coordinates: -53.76984 -122.65913 -Saw a feral emu standing in a field. Photos available. -Description of the Suspect Feathered, long neck, mostly black, large talons -Witnesses TJ Gooliaff -Kelowna -250-809-9526 ',null,null,null,null,null,null,'Prince George, BC','Feral EMU sighting (HWCR generated)','2023-07-30 10:15:10','2023-07-30 10:15:10',null,'doweber@idir','2023-07-30 10:18:32',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7452778 53.9127778)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031956','Caller reporting a large BB - 350 pounds wandering around the Cleveland Dam recreation areas. Lots of pedestrian traffic in the area. - -The BB was headed south west up the hill toward Glenmore Drive, Deep Dene Road. - -emailed due to pedestrian traffic in the area.',null,null,null,null,null,null,'Deep Dene Rd and Glenmore Dr, West Vancouver, BC',null,'2023-07-30 10:16:31','2023-07-30 10:16:31',null,'PBRACKEN@idir','2023-07-30 10:22:04',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.1183057 49.3591291)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031957','Caller first saw a black bear on July 25th and last saw when he left on July 27th. Caller has a long story of all the details of what the bear did while caller was there and what the caller did including letting of a shot gun and hazing multiple times. There are multiple signs up warning of a problem bear in the area. ',null,null,null,null,null,null,'','Boundary Lake Forest Service Site','2023-07-27 11:00:00','2023-07-30 10:18:11',null,'RBACALL@idir','2023-07-30 10:23:47',null,null,null,null,'CLOSED','CRESTON',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031960','Caller reporting an injured deer near the below noted location. Caller advised the fawn is laying on the side of the road with a broken back leg and is trying to get up but can''t. Caller noted the doe is nearby. ',null,null,null,null,null,null,'60 Edgar Rd, East Salmon Arm, BC',null,'2023-07-30 10:35:00','2023-07-30 10:37:18',null,'ETYUKODI@idir','2023-07-30 12:37:49',null,null,null,null,'CLOSED','SALMARM',ST_GeomFromText('POINT(-119.1390594 50.6619401)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031961','Request CO contact her about the bb in her tree. Wants someone to remove the bear immediately.',null,null,null,null,null,null,'3229 Austin Rd E, Prince George, BC',null,'2023-07-30 10:38:31','2023-07-30 10:38:31',null,'EMCARTHU@idir','2023-07-30 13:37:24',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7808687 53.9894216)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031963','BB was just fighting with his dog (blue heeler through 6 ft high fence). -Caller sprayed it and dog doesn''t realize the danger. No damage to gate or dog. -Mentioned a garbage can, how BB has been hanging around, has video, tried to get in his car. -',null,null,null,null,null,null,'1586 Pearson Ave, Prince George, BC',null,'2023-07-30 10:41:59','2023-07-30 10:41:59',null,'SPEELING@idir','2023-07-30 15:32:26',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7571244 53.8967943)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031965','Came down Edgar Road and there is a fawn laying down, it tried to get up but has a broken leg. Doe is there. -Watched it for a few mins. -1 km up Edgar on left side (not sure of address at that location).',null,null,null,null,null,null,'Edgar Rd, East Salmon Arm, BC',null,'2023-07-30 10:55:18','2023-07-30 10:55:18',null,'ETYUKODI@idir','2023-07-30 12:40:50',null,null,null,null,'CLOSED','SALMARM',ST_GeomFromText('POINT(-119.1354777 50.6821511)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031966','Caller reports a bear that is being violent and aggressive. Coming into callers yard almost daily. Damaging property. - -Request CO contact.',null,null,null,null,null,null,'1410 Sandhurst Pl, West Vancouver, BC',null,'2023-07-30 10:57:11','2023-07-30 10:57:11',null,'SMCCREAD@idir','2023-07-30 11:01:39',null,null,null,null,'OPEN','WSTVANCO',ST_GeomFromText('POINT(-123.1525816 49.3499331)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031967','Caller reporting a black bear is in his garage getting into his compost bin. Caller advised he has tried to scare it off but it will not leave. ',null,null,null,null,null,null,'4902 Ranger Ave, District of North Vancouver, BC',null,'2023-07-30 10:58:42','2023-07-30 10:58:42',null,'doweber@idir','2023-07-30 11:06:45',null,null,null,null,'OPEN','NORVAN',ST_GeomFromText('POINT(-123.0902632 49.3573434)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031970','Caller spotted a coyote on her property at 04:00 this morning and Wed at 03:00. Caller''s cat is missing. -',null,null,null,null,null,null,'7081 115A St, Delta, BC',null,'2023-07-30 11:08:06','2023-07-30 11:08:06',null,'RBACALL@idir','2023-07-30 11:12:06',null,null,null,null,'CLOSED','DELTA',ST_GeomFromText('POINT(-122.9023814 49.1317681)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031971','Caller is reporting a bb at the top of Connaught Park. Likely after berries in the park.',null,null,null,null,null,null,'Patricia Blvd and Queensway, Prince George, BC',null,'2023-07-30 11:11:40','2023-07-30 11:11:40',null,'SPEELING@idir','2023-07-30 12:39:47',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7430869 53.9127456)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031972','There is a dead full grown black bear on caller''s neighbour''s property. He does not think they know about it. He can see it from his deck but doesn''t think his neighbour''s can see it. Neighbour''s have a gate onto the property so caller cannot let them know. ',null,null,null,null,null,null,'','Tree farm to the south, property beside caller''s','2023-07-30 11:21:50','2023-07-30 11:21:50',null,'EVEROBER@idir','2023-08-10 10:40:02',null,null,null,null,'OPEN','MAPLERID',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031975','BB in his back yard. Been there for 3-4 days.',null,null,null,null,null,null,'1201 Village Ave, Prince George, BC',null,'2023-07-30 11:42:52','2023-07-30 11:42:52',null,'doweber@idir','2023-07-30 11:44:41',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7445728 53.8948501)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031978','COM reported they hit a fawn that is deceased at the noted location. ',null,null,null,null,null,null,'','4th Ave S below Birch Drive, west side ','2023-07-30 11:53:42','2023-07-30 11:53:42',null,'JRISTO@idir','2023-07-30 18:00:48',null,null,null,null,'CLOSED','CRANBRK',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031981','Caller hit a deer with his vehicle. He went looking for it but could not find it. Does not know if it is dead or alive and injured. ',null,null,null,null,null,null,'','Hwy 1, on the hill into Sorrento, driving from the east','2023-07-30 12:04:42','2023-07-30 12:04:42',null,'ETYUKODI@idir','2023-07-30 12:43:34',null,null,null,null,'CLOSED','SORRENTO',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031982','Caller reports a Bear that has continued to come to their yard, today the bear broke the gate.',null,null,null,null,null,null,'1127 Croft Rd, District of North Vancouver, BC',null,'2023-07-30 12:05:06','2023-07-30 12:05:06',null,'TDSCHUMA@idir','2023-07-31 14:13:42',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.0427374 49.3423461)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031985','A cougar was spotted on caller''s property yesterday afternoon. Property is fenced but does back onto a greenbelt. Caller though it was unusual to see it out during the day. - -**Emailing only due to delay in reporting',null,null,null,null,null,null,'8635 Sunrise Dr, Chilliwack, BC',null,'2023-07-29 13:00:00','2023-07-30 12:10:23',null,'PDAYTON@idir','2023-08-01 15:14:17',null,null,null,null,'CLOSED','CHILLIWK',ST_GeomFromText('POINT(-121.9982955 49.1603254)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031988','Caller reports a bb that is hanging around for the last three days acting normally.',null,null,null,null,null,null,'3536 Atrevida Rd, Powell River, BC',null,'2023-07-30 12:17:20','2023-07-30 12:17:20',null,'SMCCREAD@idir','2023-07-30 12:19:21',null,null,null,null,'CLOSED','POWELLRV',ST_GeomFromText('POINT(-124.6716354 49.9302859)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031989','Caller reporting a dead deer on the beach on the vacant property next door. Caller advised she called bylaw and they referred her to conservation as the deer has been eaten by a bear. Caller noted the guts were ripped out and there was bear scat in her driveway. ',null,null,null,null,null,null,'5380 Lakeshore Rd, Kelowna, BC',null,'2023-07-30 10:00:00','2023-07-30 12:26:44',null,'ETYUKODI@idir','2023-07-30 12:48:39',null,null,null,null,'CLOSED','KELOWNA',ST_GeomFromText('POINT(-119.5405436 49.7922992)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031993','COM reported their neighbour has left garbage out for the second time in a week and attracted another BB. COM asked for a CO to speak to the neighbour. ',null,null,null,null,null,null,'2118 Drew Dr, Whistler, BC',null,'2023-07-30 12:36:15','2023-07-30 12:36:15',null,'DTALEVSK@idir','2023-07-30 12:38:46',null,null,null,null,'OPEN','WHISTLER',ST_GeomFromText('POINT(-122.993848 50.0960493)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031994','Caller reporting a coyote sighting near the below noted location. Caller advised the coyote is near the hwy and looks like it is trying to cross. ',null,null,null,null,null,null,'Hwy 33, Beaverdell, BC','Beaverdell pull off by the air strip ','2023-07-30 12:39:03','2023-07-30 12:39:03',null,'KSORENSE@idir','2023-07-30 12:42:34',null,null,null,null,'CLOSED','BVRRDL',ST_GeomFromText('POINT(-119.0940527 49.3725271)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031995','Caller reports there is a bear eating berries in the bush in my yard ',null,null,null,null,null,null,'2576 Seaside Dr, Shirley, BC',null,'2023-07-30 12:42:27','2023-07-30 12:42:27',null,'SMCCREAD@idir','2023-07-30 12:52:36',null,null,null,null,'CLOSED','SOOKE',ST_GeomFromText('POINT(-123.9278855 48.3805769)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031996','Caller reporting a black bear sighting near the below noted location. Caller advised the 2 young bears were on the trail and ran into the bushes. ',null,null,null,null,null,null,'251 17 St SE, Salmon Arm, BC','Ravine trail behind above address ','2023-07-30 10:00:00','2023-07-30 12:44:05',null,'KSORENSE@idir','2023-07-30 12:46:57',null,null,null,null,'CLOSED','SALMARM',ST_GeomFromText('POINT(-119.267584 50.6976868)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-031999','Caller reports a bb that has become very habituated to people and food conditioned. Concerned that he has no fear of people.',null,null,null,null,null,null,'Chartwell Dr and Crestwell Rd, West Vancouver, BC',null,'2023-07-30 13:00:19','2023-07-30 13:00:19',null,'SMCCREAD@idir','2023-07-30 13:03:17',null,null,null,null,'OPEN','WSTVANCO',ST_GeomFromText('POINT(-123.1499552 49.3523316)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032001','Caller reports a bb that went into the back yards of houses neighboring the Rolands Creekside Pub. Was trying to get into locked garbage bins. ',null,null,null,null,null,null,'2129 Lake Placid Rd, Whistler, BC',null,'2023-07-30 13:04:45','2023-07-30 13:04:45',null,'TDSCHUMA@idir','2023-07-31 14:09:42',null,null,null,null,'CLOSED','WHISTLER',ST_GeomFromText('POINT(-122.9948118 50.0958597)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032003','***RAPP EMAIL*** -Black Bear sighting -Maple Creek middle school filed -Sunday july 30 12:11 -***Emailed only due to time delay.***',null,null,null,null,null,null,'Hastings St, Port Coquitlam, BC',null,'2023-07-30 12:11:00','2023-07-30 13:13:00',null,'PDAYTON@idir','2023-08-01 15:06:38',null,null,null,null,'CLOSED','PORTCOQ',ST_GeomFromText('POINT(-122.7822557 49.2731438)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032006','Caller reporting food conditioned black bears near the below noted location. Caller advised the sow and cub came right onto her porch while she was cooking today. Caller noted the bear also got into her car a few days ago and got a food wrapper. -***Caller requesting a callback from a CO for advice.***',null,null,null,null,null,null,'1526 Whitebark Pl, Coquitlam, BC',null,'2023-07-30 13:14:00','2023-07-30 13:19:33',null,'KSORENSE@idir','2023-07-30 13:24:09',null,null,null,null,'OPEN','COQUITLM',ST_GeomFromText('POINT(-122.7935583 49.302649)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032007','Over an hour ago he saw a BB on the trails at Gates Park. Just walking. ',null,null,null,null,null,null,'',null,'2023-07-30 12:20:00','2023-07-30 13:20:20',null,'PDAYTON@idir','2023-08-01 15:06:08',null,null,null,null,'CLOSED','PORTCOQ',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032010','Caller advising that a small bb is frequenting the backyard. There is clover in backyard that the caller believes the BB is interested in. No garbage, bird feeders or other unnatural food source available. The bb has been around everyday for the last 4 days. The bb has found a wasp nest. The bb is now coming up the stairs. The caller feels the BB is too comfortable. - -Property backs onto the BC Hydro 500kv ROW and the river of gold. -**the caller is requesting a callback for assistance. ',null,null,null,null,null,null,'6459 Balsam Way, Whistler, BC',null,'2023-07-30 13:34:29','2023-07-30 13:34:29',null,'TDSCHUMA@idir','2023-07-31 14:07:09',null,null,null,null,'CLOSED','WHISTLER',ST_GeomFromText('POINT(-122.9681069 50.128795)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032014','BB sighting near the Lodge 5 mins ago. ',null,null,null,null,null,null,'770 Hwy 16 W, Burns Lake, BC','Burns Lake, BC','2023-07-30 13:50:28','2023-07-30 13:50:28',null,'doweber@idir','2023-07-30 13:54:51',null,null,null,null,'CLOSED','BURNLK',ST_GeomFromText('POINT(-125.7709332 54.236735)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032016','Caller reporting an injured deer near the below noted location. Caller advised the doe has a fawn with it and the doe''s leg is broken and it is limping. Caller noted the back leg is swollen and discolored and has seen the doe a few times. ',null,null,null,null,null,null,'Chancellor Pl and Mission Hill Rd, West Kelowna, BC','Chancellor pl','2023-07-30 13:55:28','2023-07-30 13:55:28',null,'KOWENS@idir','2023-07-31 16:41:14',null,null,null,null,'CLOSED','WSTKELOW',ST_GeomFromText('POINT(-119.5784823 49.839988)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032017','COM reporting fawn in their yard, appears to be possible abandon or she speculates it could have been attacked by a bb in the area but she is not sure. The fawn appears not to be able to stand but she is not sure and it is just sitting in the area in front of her home. She will follow up in a few hours to see if it is distressed and call us for an update. ',null,null,null,null,null,null,'129 Likely Rd, 150 Mile House, BC',null,'2023-07-30 13:58:44','2023-07-30 13:58:44',null,'JPAULS@idir','2023-08-03 11:18:36',null,null,null,null,'CLOSED','150MHHS',ST_GeomFromText('POINT(-121.9437893 52.1238156)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032018','RAPP Report: -Don’t know how to report this. There is an injured buck on my property. Not sure if it was a bow. When he move he does limp. But he is not happy Don’t know if it’s your job to put it down…… -',null,null,null,null,null,null,'4388 Maxwell Rd, Peachland, BC',null,'2023-07-30 14:07:41','2023-07-30 14:07:41',null,'DAVCOX@idir','2023-07-31 08:56:28',null,null,null,null,'CLOSED','PEACHLND',ST_GeomFromText('POINT(-119.757092 49.8246133)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032021','COM reporting seeing an aggressive deer her yard, it has since ran off. She advised there are several reports about this deer from her strata members. She wants to report it as was in the neighborhood last night and again this AM. She is very frightened as she uses a walker and is afraid it will knock her down. ',null,null,null,null,null,null,'UNIT 67 -- 1201 Cameron Ave, Kelowna, BC',null,'2023-07-30 14:19:21','2023-07-30 14:19:21',null,'KOWENS@idir','2023-08-03 12:13:33',null,null,null,null,'CLOSED','KELOWNA',ST_GeomFromText('POINT(-119.4721281 49.86737)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032022','Caller reporting a bear sighting of a sow and cub on walking trail in Jean De Brebreuf Park. Not aggressive.',null,null,null,null,null,null,'Jean De Brebeuf Cres, Prince George, BC',null,'2023-07-30 14:25:21','2023-07-30 14:25:21',null,'SMCCREAD@idir','2023-07-30 14:29:53',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7561055 53.8547342)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032023','Caller reporting deer that are getting aggressive with her and her dog, making it difficult to get in and out of her house. The doe is within 2 meters of the front door. Earlier this morning there was a buck near the front door. - -Aggressive:coming towards her and won''t leave when she hazes them -The caller believes it is the same aggressive deer that was down the street earlier in the week. - -The caller stated that the deer are in her front yard eating the apples from her tree. ',null,null,null,null,null,null,'1549 2nd Ave, Invermere, BC',null,'2023-07-30 14:30:45','2023-07-30 14:30:45',null,'MATTHEWH@idir','2023-08-04 08:45:56',null,null,null,null,'CLOSED','INVERMER',ST_GeomFromText('POINT(-116.0205716 50.500303)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032025',' Caller reporting a food conditioned black bear near the below noted location. Caller advised the bear has been in the area for a while and has been getting into garbages. Caller noted the bear is not aggressive but it is not afraid of humans either. ',null,null,null,null,null,null,'23677 Boulder Pl, Maple Ridge, BC',null,'2023-07-30 14:50:00','2023-07-30 14:57:24',null,'PDAYTON@idir','2023-08-01 15:04:55',null,null,null,null,'CLOSED','MAPLERID',ST_GeomFromText('POINT(-122.565446 49.2464643)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032028','Caller reports two bb on the side of River Road just outside of the Cottonwood Island Park in PG. By the museum. Not aggressive.',null,null,null,null,null,null,'850 River Rd, Prince George, BC',null,'2023-07-30 15:03:32','2023-07-30 15:03:32',null,'SPEELING@idir','2023-07-30 15:34:48',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7326785 53.9216526)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032030','2023-07-30 1400 hrs -COM reported that they had to euthanize a Grizzly Bear at the Kitsault Mine site earlier today, as it cornered a worker. -Bear has been hanging around camp for the last 5 days checking out kitchen and building doorways. - -Created for CO Geuze - -',null,null,null,null,null,null,'Kitsault, BC','Mine site','2023-07-30 15:33:09','2023-07-30 15:33:09',null,'MGEUZE@idir','2023-08-03 21:41:31',null,null,null,null,'OPEN','NEWAIYA',ST_GeomFromText('POINT(-129.3771348 55.3931776)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032031','Whistler Blackcomb Patrol has received several reports of a tagged black bear that is not deterred by people or noises. Bear has accessed a sandwich out of a jacket that was on the ground and entered into a vehicle and took out a backpack. ',null,null,null,null,null,null,'','Bike Park Whistler Mtn Ski Hill, Boneyard Restaurant nearby','2023-07-30 15:36:40','2023-07-30 15:36:40',null,'TDSCHUMA@idir','2023-07-31 14:24:59',null,null,null,null,'OPEN','WHISTLER',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032032','Caller reporting an injured black bear near the below noted location. Caller advised the bear has an injured back foot and is limping. ',null,null,null,null,null,null,'3474 Nightingale Dr, Abbotsford, BC',null,'2023-07-30 15:37:00','2023-07-30 15:37:27',null,'KSORENSE@idir','2023-07-30 15:39:39',null,null,null,null,'OPEN','ABTFRD',ST_GeomFromText('POINT(-122.3723057 49.0651737)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032033','COM reporting BB laying around his back yard. No attractants. he said that it is limping a bit but not distressed. Just wanted to report it to the CO if things escalate. ',null,null,null,null,null,null,'3466 Nightingale Dr, Abbotsford, BC',null,'2023-07-30 15:43:28','2023-07-30 15:43:28',null,'EFITCH@IDIR','2023-07-30 15:49:02',null,null,null,null,'CLOSED','ABTFRD',ST_GeomFromText('POINT(-122.3723026 49.0650384)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032035','Caller was away this morning and on returning found his small outdoor fridge at the bbq station had been ripped open and contents strewn about. Just a short time ago the animal came back. It was not a huge bear about medium sized, it made for the fridge again and he attempted to scare it off with no effect. He started his chainsaw up and was finally able to get it to move off, it left slowly exiting the area and he is pretty sure it will be back again.',null,null,null,null,null,null,'3787 Phillips Rd, Sooke, BC',null,'2023-07-30 15:45:00','2023-07-30 15:49:01',null,'MAWILSON@idir','2023-07-31 09:32:09',null,null,null,null,'OPEN','SOOKE',ST_GeomFromText('POINT(-123.7134275 48.4269602)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032037','COM reported a large BB that was sitting on patios and then a retaining wall to the left of a parking lot at the noted address. ',null,null,null,null,null,null,'2400 Dave Murray Pl, Whistler, BC',null,'2023-07-30 16:02:58','2023-07-30 16:02:58',null,'DTALEVSK@idir','2023-07-30 16:06:58',null,null,null,null,'CLOSED','WHISTLER',ST_GeomFromText('POINT(-122.9909048 50.0969765)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032038','COM reporting bb coming into his campground. BB was charging and hissing at him and his 3 kids. He said that he was a hunter and usually not scared of bears but this one was very aggressive, they packed up and left the site. ',null,null,null,null,null,null,'Davie Lake Rd, Bear Lake, BC','Campground ','2023-07-30 16:06:28','2023-07-30 16:06:28',null,'EFITCH@IDIR','2023-07-30 16:11:39',null,null,null,null,'OPEN','BRLK',ST_GeomFromText('POINT(-122.7098031 54.5077831)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032039','Skinny BB in the yard this morn, it has since returned. Injury to its face, red & swollen but NOT limping. Mobile. - -',null,null,null,null,null,null,'4000 Valleyview Rd, Penticton, BC',null,'2023-07-30 16:31:00','2023-07-30 16:31:49',null,'DAVCOX@idir','2023-07-31 08:45:10',null,null,null,null,'CLOSED','PENTICTN',ST_GeomFromText('POINT(-119.5730645 49.4468714)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032040','Caller reporting a food conditioned black bear near the below noted location. Caller advised the bear was pushing over fruit tress in his backyard. Caller noted the bear has been in the area for a while and got into a neighbors garbage. ',null,null,null,null,null,null,'2591 Bedard Rd, Prince George, BC',null,'2023-07-30 16:33:59','2023-07-30 16:33:59',null,'JACHAN@idir','2023-08-13 14:24:33',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7650544 53.9481162)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032042','Caller is reporting a bb that has been around for about a month. The bb took a lamb a month ago, last night the bb got a pig around 20:00 - 21:00 hours. Bear bangers have a mixed reaction, The bb runs about 200'' and stops. Hazing: screaming and yelling, dogs barking is not working the BB just sits down and looks at them or growls when hazed. The BB is less than 100'' away when it has growled at them. The bb has been getting into the garbage. They are building an enclosure for the garbage. -**caller requesting a callback.',null,null,null,null,null,null,'6224 Island Hwy W, Qualicum Beach, BC',null,'2023-07-30 16:35:38','2023-07-30 16:35:38',null,'MAWILSON@idir','2023-08-01 08:25:54',null,null,null,null,'OPEN','QLICMBCH',ST_GeomFromText('POINT(-124.6396974 49.4110992)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032043','BB sighting along the Valley Trail on the beach/Lost Lake. ',null,null,null,null,null,null,'Valley Trail, Whistler, BC','Lost Lake ','2023-07-30 16:38:03','2023-07-30 16:38:03',null,'doweber@idir','2023-07-30 16:45:08',null,null,null,null,'CLOSED','WHISTLER',ST_GeomFromText('POINT(-122.9880112 50.1101308)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032044','Caller reporting a BB going down the street. The bb tried to access backyard but was deterred by dogs. ',null,null,null,null,null,null,'Ness Ave, Prince George, BC','heading toward the lower address #''s on the street','2023-07-30 16:51:02','2023-07-30 16:51:02',null,'PBRACKEN@idir','2023-07-30 16:54:37',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.8048686 53.9181211)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032045','They got 4 bears hanging around. Garage door was open and tipped a bunch stuff over and hung around. They are too tame, don''t pay attention to people.',null,null,null,null,null,null,'41618 Government Rd, Squamish, BC',null,'2023-07-30 16:51:06','2023-07-30 16:51:06',null,'HGREGG@IDIR','2023-08-11 08:45:03',null,null,null,null,'CLOSED','BRCKNDL',ST_GeomFromText('POINT(-123.145065 49.7625302)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032046','Elk cow has been present alone in the yard all day but is eating and seems fine. COM states this seems like odd behavior. OO advised to call back if she notices the elk looks sick or injured.',null,null,null,null,null,null,'817 Summit Dr, Cranbrook, BC',null,'2023-07-30 16:52:08','2023-07-30 16:52:08',null,'LMOSS@idir','2023-07-30 16:54:31',null,null,null,null,'CLOSED','CRANBRK',ST_GeomFromText('POINT(-115.7356706 49.5003589)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032051','Yearling BB has been frequenting the property daily and becoming more bold. The bear walked into the garage and got into the garbage today.',null,null,null,null,null,null,'20020 Richardson Rd, Pitt Meadows, BC',null,'2023-07-30 17:18:48','2023-07-30 17:18:48',null,'JDSCOTT@idir','2023-07-30 17:27:34',null,null,null,null,'OPEN','PITTMDWS',ST_GeomFromText('POINT(-122.6664641 49.2780693)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032056','BB in the neighborhood for the past 4 days getting into the garbage. COM has tried air horns and other noise deterrents but the bear does not respond.',null,null,null,null,null,null,'2493 Upland St, Prince George, BC',null,'2023-07-30 17:36:05','2023-07-30 17:36:05',null,'SGBATES@idir','2023-08-09 12:12:32',null,null,null,null,'OPEN','PRINGEOR',ST_GeomFromText('POINT(-122.7609618 53.8984942)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032057','BB with 2 cubs in the neighborhood. The same bears got into the garbage yesterday.',null,null,null,null,null,null,'690 Firdale St, Coquitlam, BC',null,'2023-07-30 17:47:58','2023-07-30 17:47:58',null,'LMOSS@idir','2023-07-30 17:49:31',null,null,null,null,'OPEN','COQUITLM',ST_GeomFromText('POINT(-122.8375297 49.2588211)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032058','Caller was in the field today, but a bear walked through the camp last night around 2 am. It did not get into any food or garbage and no aggression. Reminding personnel about securing food and hygiene products in the trucks and to not bring attractants near tents. Caller is transitioning out Aug. 2 and will brief the new incoming safety officer. Just wanting to start the file.',null,null,null,null,null,null,'3655 Babine Lake Rd, Burns Lake, BC','2 km on the left side, old gravel pit.','2023-07-30 17:48:34','2023-07-30 17:48:34',null,'COMILLER@idir','2023-07-30 17:54:41',null,null,null,null,'CLOSED','BURNLK',ST_GeomFromText('POINT(-125.7584487 54.25721)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032059','BB going down the road getting into garbage.',null,null,null,null,null,null,'223 Blackwater Cres, Mackenzie, BC',null,'2023-07-30 17:50:29','2023-07-30 17:50:29',null,'HIDESMAR@idir','2023-07-31 16:48:56',null,null,null,null,'CLOSED','MACKENZI',ST_GeomFromText('POINT(-123.1029085 55.3390943)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032060','Advised 8 boys had to run into their houses because a black bear was on street. One had to hide behind a car. It is becoming a safety issue. Also, 2 nights ago it knocked down caller''s fence when it was jumping from yard to yard. ',null,null,null,null,null,null,'1006 Arbutus Dr, Squamish, BC',null,'2023-07-30 17:15:00','2023-07-30 17:52:49',null,'RBACALL@idir','2023-07-30 17:55:38',null,null,null,null,'CLOSED','SQUMISH',ST_GeomFromText('POINT(-123.1289316 49.6997018)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032061','Looks like a grizzly 50ft from the hotel digging a hole. Redish, there is a noticeable hump. It has been there for 3 hrs now. No aggression.',null,null,null,null,null,null,'3454 Hart Hwy, Prince George, BC','Frankfurt Hotel','2023-07-30 18:02:21','2023-07-30 18:02:21',null,'EMCARTHU@idir','2023-07-31 10:57:27',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7651648 53.9567029)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032062','Caller reporting a food conditioned black bear near the below noted location. Caller advised CO Chris Miller was there this morning about the bear and advised to call if it came back. Caller noted the bear was just spotted down the street and had knocked over a garbage and had garbage in it''s mouth. ',null,null,null,null,null,null,'Marine Dr, Ucluelet, BC',null,'2023-07-30 18:03:23','2023-07-30 18:03:23',null,'MAWILSON@idir','2023-07-31 09:30:34',null,null,null,null,'OPEN','UCLUELET',ST_GeomFromText('POINT(-125.550859 48.9375245)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032063','COM reporting BB sitting in bushes near beach. She said that there are lots of people trying to scare it away but the bear is not moving. She is concerned as it is a beach with lots of people. ',null,null,null,null,null,null,'Lost Lake Rd, Whistler, BC','Near beach ','2023-07-30 18:05:39','2023-07-30 18:05:39',null,'EFITCH@IDIR','2023-07-30 18:11:19',null,null,null,null,'OPEN','WHISTLER',ST_GeomFromText('POINT(-122.9334764 50.1257349)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032066','COM reporting seeing a BB hit and killed by passing motor vehicle. No violation suspected. BB is at the side of the road. They circled back and watched the bear for a period of time and it did not move. Vehicle was stopped near by watching it as well. He advised he did not think it needed CO assistance in dispatching the animal because it was dead. Called and transferred to Miller Capilano Highway Services. ',null,null,null,null,null,null,'Hwy 99, Squamish, BC','Forrest service road (unknown name) just towards Whistler ','2023-07-30 18:13:32','2023-07-30 18:13:32',null,'EFITCH@IDIR','2023-07-30 18:27:42',null,null,null,null,'OPEN','WHISTLER',ST_GeomFromText('POINT(-123.1283755 49.8170177)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032070','Caller reporting a black bear sighting near the below noted location. Caller advised the bear was walking down the road and was heading towards the Coquitlam River. ',null,null,null,null,null,null,'2538 Pitt River Rd, Port Coquitlam, BC','Coquitlam River ','2023-07-30 18:21:45','2023-07-30 18:21:45',null,'KSORENSE@idir','2023-07-30 18:24:06',null,null,null,null,'CLOSED','PORTCOQ',ST_GeomFromText('POINT(-122.7889137 49.2535741)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032072','A lean wolf was running down the middle of the highway, even beside the caller''s vehicle when she leaned on the horn to try to scare it into the woods. Caller''s dog in the vehicle barked and then the wolf ran beside the vehicle. Caller works for Wildsafe BC so knows for sure it was a wolf and not a dog. ',null,null,null,null,null,null,'','Hwy 3 near Nancy Green Way turnoff','2023-07-30 18:00:00','2023-07-30 18:23:18',null,'LMOSS@idir','2023-07-30 20:54:23',null,null,null,null,'CLOSED','CSTLGR',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032075','Caller saw a vehicle hit a young deer. Deer is still alive and is standing in the forest nearby. ',null,null,null,null,null,null,'','Byrrne Park Drive and Southridge Drive','2023-07-30 18:37:38','2023-07-30 18:37:38',null,'TDSCHUMA@idir','2023-07-31 13:46:54',null,null,null,null,'CLOSED','BURNBY',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032076','COM reporting fawn was hit by a speeding car 50-60KM per hour but ran off limping into the bushes. ',null,null,null,null,null,null,'6400 Byrnepark Dr, Burnaby, BC','Bus Stop 59741 is nearby ','2023-07-30 18:38:13','2023-07-30 18:38:13',null,'DLEWERS@idir','2023-08-05 11:49:07',null,null,null,null,'OPEN','BURNBY',ST_GeomFromText('POINT(-122.9683533 49.2058302)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032080','Manager of the Eagle Nest RV Resort. resident reported an injured deer that was hit. It tried to get up and fell back down again. It is just before the bridge on the Moyie side. It is on the righthand side heading towards Creston. - -RP: Shandra Thompson 250-919-4135',null,null,null,null,null,null,'9880 Hwy 3 And 95, Moyie, BC',null,'2023-07-30 18:48:16','2023-07-30 18:48:16',null,'RKRENZ@idir','2023-08-04 13:47:38',null,null,null,null,'CLOSED','MOYIE',ST_GeomFromText('POINT(-115.8450059 49.2634738)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032082','A sow and yearling cubs are strolling through Mundy Park closest to Winslow St. They are not causing problems but there are beginning to be people gathering to take pictures and such.',null,null,null,null,null,null,'Mundy St, Coquitlam, BC','Mundy Park and Winslow St','2023-07-30 18:51:17','2023-07-30 18:51:17',null,'PDAYTON@idir','2023-08-11 14:34:40',null,null,null,null,'CLOSED','COQUITLM',ST_GeomFromText('POINT(-122.8341736 49.2399584)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032084','COM advised that there is a dead bear on the side of the Sea to Sky highway, just past the train wreck when heading to Vancouver.',null,null,null,null,null,null,'','Sea to Sky Highway - near the train wreck','2023-07-30 19:00:57','2023-07-30 19:00:57',null,'TDSCHUMA@idir','2023-07-31 13:42:30',null,null,null,null,'CLOSED','WHISTLER',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032085','Came through neighbours fence and left when husband yelled at it, had head at their koi pond.',null,null,null,null,null,null,'1168 Fraser Ave, Port Coquitlam, BC',null,'2023-07-30 19:01:20','2023-07-30 19:01:20',null,'COMILLER@idir','2023-07-30 19:03:09',null,null,null,null,'CLOSED','PORTCOQ',ST_GeomFromText('POINT(-122.7460901 49.2686971)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032091','There is a young bear in a tree, lots of people crowding around. ',null,null,null,null,null,null,'Blackcomb Way and Lorimer Rd, Whistler, BC',null,'2023-07-30 19:16:57','2023-07-30 19:16:57',null,'TDSCHUMA@idir','2023-07-31 13:41:09',null,null,null,null,'OPEN','WHISTLER',ST_GeomFromText('POINT(-122.9543037 50.1205666)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032093','COM reporting mother and 2 juvenile bb eating apples from their tree in front yard. It got into the garbage about a week ago and has returned. They will remove all attractants and make noise to haze the bears. ',null,null,null,null,null,null,'5420 Dalhousie Dr, Prince George, BC',null,'2023-07-30 19:48:14','2023-07-30 19:48:14',null,'EMCARTHU@idir','2023-07-31 10:13:39',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7677622 53.8723151)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032095','BB going through garbage cans in the neighborhood',null,null,null,null,null,null,'3152 Terra Crt, Port Coquitlam, BC',null,'2023-07-30 20:02:00','2023-07-30 20:02:28',null,'LMOSS@idir','2023-07-30 20:03:40',null,null,null,null,'OPEN','PORTCOQ',ST_GeomFromText('POINT(-122.7421041 49.2704688)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032097','BB passing through the residential area.',null,null,null,null,null,null,'Bay St and Larch Rd, Ucluelet, BC',null,'2023-07-30 20:07:24','2023-07-30 20:07:24',null,'LMOSS@idir','2023-07-30 20:08:59',null,null,null,null,'CLOSED','UCLUELET',ST_GeomFromText('POINT(-125.5512143 48.9425403)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032098','COM reporting last night a BB has broken down fence in her back yard and eating plumbs. It is now back over in the neighbors yard eating the plumbs there. She has removed all other attractants and plumbs from her yard and is trying to haze it tonight with pots and pans and bear spray and will let all neighbours know the same. She is concerned for children in the neighborhood. ',null,null,null,null,null,null,'424 S Fletcher Rd, Gibsons, BC',null,'2023-07-30 20:14:31','2023-07-30 20:14:31',null,'EFITCH@IDIR','2023-07-30 20:34:48',null,null,null,null,'OPEN','GIBSONS',ST_GeomFromText('POINT(-123.5111528 49.3986852)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032099','Driving home and saw a really big bear walking on someone''s property. ',null,null,null,null,null,null,'620 Stevens Dr, West Vancouver, BC',null,'2023-07-30 20:19:43','2023-07-30 20:19:43',null,'COMILLER@idir','2023-07-30 20:21:40',null,null,null,null,'CLOSED','WSTVANCO',ST_GeomFromText('POINT(-123.1326781 49.3408513)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032101','Saw a bear in the middle of the road and walked onto a property.',null,null,null,null,null,null,'1875 Riverside Dr, District of North Vancouver, BC',null,'2023-07-30 20:50:09','2023-07-30 20:50:09',null,'COMILLER@idir','2023-07-30 20:51:25',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.0118233 49.3245087)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032102','BB in the yard.',null,null,null,null,null,null,'301 Capilano Rd, Port Moody, BC',null,'2023-07-30 20:50:42','2023-07-30 20:50:42',null,'LMOSS@idir','2023-07-30 20:52:13',null,null,null,null,'CLOSED','PORTMDY',ST_GeomFromText('POINT(-122.8307934 49.2781908)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032103','They have a BB on their street and tried to break their shed door open to get at their garbage. No damage.',null,null,null,null,null,null,'7169 Tony Rd, Prince George, BC',null,'2023-07-30 20:59:32','2023-07-30 20:59:32',null,'COMILLER@idir','2023-07-30 21:01:01',null,null,null,null,'OPEN','PRINGEOR',ST_GeomFromText('POINT(-122.809823 53.8555432)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032104','COM reporting a deer that saw out of the lake and appeared to have a wire wrapped around it''s rear legs. COM''s family was currently attempting to reach the deer to remove the wire. ',null,null,null,null,null,null,'Lakeview Rd, Invermere, BC','887 Lakeview Rd ','2023-07-30 20:59:44','2023-07-30 20:59:44',null,'MATTHEWH@idir','2023-08-04 08:50:47',null,null,null,null,'CLOSED','INVERMER',ST_GeomFromText('POINT(-116.0093734 50.4967391)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032105','BB broke into the shop. No damage except for a broken lock',null,null,null,null,null,null,'8030 Wansa Rd, Pineview FFG, BC',null,'2023-07-30 21:06:59','2023-07-30 21:06:59',null,'EMCARTHU@idir','2023-08-02 09:45:02',null,null,null,null,'CLOSED','PINEVIEW',ST_GeomFromText('POINT(-122.6978787 53.852989)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032106','Black bear came over the fence onto the property. COM states they do not have adequate shelters to protect themselves from the bear and they do not have bear bangers. - -OO emailed due to vulnerable persons',null,null,null,null,null,null,'Ottawa St, Prince George, BC','501 ottawa - Harm Reduction Site','2023-07-30 21:08:49','2023-07-30 21:08:49',null,'LMOSS@idir','2023-07-30 21:12:11',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.736255 53.9144551)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032107','Caller works for the city and they just finished cleaning the area after a big game the other night. He believes this may have attracted the bear to the area. It is now moved over the fencing at the back into a green belt between the stadium and a school.',null,null,null,null,null,null,'2121 Massey Dr, Prince George, BC','Masich ','2023-07-30 21:15:05','2023-07-30 21:15:05',null,'PROEMER@idir','2023-07-30 21:18:06',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.774054 53.9039224)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032110','BB in the area',null,null,null,null,null,null,'15th Ave and Cedar St, Prince George, BC',null,'2023-07-30 21:28:25','2023-07-30 21:28:25',null,'LMOSS@idir','2023-07-30 21:29:12',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7323489 53.9104808)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032112','COM reporting possible bb killing a moose or baby deer in the area. She said that there is huffing and her livestock is very nervous. Concerned the bb is going to be territorial from the kill.* Advised to try to haze the bear if it comes on her land and remove attractants. She said she usually lets out her dog but will not as she feels there is a kill in the area. - -*At this time after discussion with my team, this is only a sighting as it is off her property and not damaging her fences or going after her livestock. ',null,null,null,null,null,null,'9289 Haldi Rd, Prince George, BC',null,'2023-07-30 21:35:17','2023-07-30 21:35:17',null,'EFITCH@IDIR','2023-07-30 21:54:49',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.8199111 53.830328)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032113','COM reporting a beer that was digging through his recycling bins. BB wasn''t responsive to yelling, eventually left when COM fired a bear banger. ',null,null,null,null,null,null,'1954 Bay St, Ucluelet, BC',null,'2023-07-30 21:36:28','2023-07-30 21:36:28',null,'MAWILSON@idir','2023-08-02 10:30:57',null,null,null,null,'CLOSED','UCLUELET',ST_GeomFromText('POINT(-125.5498263 48.9449685)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032114','RCMP passing on 2nd hand report of ANON COM advising of a bear that has been treed at the noted location. ',null,null,null,null,null,null,'Bedford Pl and Patricia Blvd, Prince George, BC',null,'2023-07-30 21:39:25','2023-07-30 21:39:25',null,'DAGRAY@idir','2023-07-30 21:41:02',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7277852 53.9125724)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032115','COM heard a 2nd hand report from a passerby that there was a bear up the street digging through garbage. ',null,null,null,null,null,null,'Chilliwack, BC','Goldstream Place - gated community ','2023-07-30 21:55:28','2023-07-30 21:55:28',null,'PDAYTON@idir','2023-08-01 15:16:11',null,null,null,null,'CLOSED','CHILLIWK',ST_GeomFromText('POINT(-121.9505556 49.1575)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032116','Outside the Dominos a bear is wandering around outside, might be getting food from the back from some of the restaurants.',null,null,null,null,null,null,'4368 Main St, Whistler, BC',null,'2023-07-30 22:04:09','2023-07-30 22:04:09',null,'COMILLER@idir','2023-07-30 22:09:29',null,null,null,null,'OPEN','WHISTLER',ST_GeomFromText('POINT(-122.9578327 50.1187226)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032117','Campus security had a reported called in from Devesh Rao 778-636- 9710 - That elderly women was walking and crossing street with her small dog/ puppy and coyote snuck up on her and took it away in its mouth . ',null,null,null,null,null,null,'Main Mall, Vancouver, BC','Cross Street Memorial Road UBC Campus ','2023-07-30 22:04:30','2023-07-30 22:04:30',null,'EFITCH@IDIR','2023-07-30 23:20:48',null,null,null,null,'OPEN','VANCOUVR',ST_GeomFromText('POINT(-123.2506978 49.2623859)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032119','Report of a bear broke through the garage door. COM safe inside their home. They are sending an officer. Bear is still there inside detached garage from the home. Previously has been broken into and replaced with plywood, which this bear has broken again. -OIC: Cst. Tyler Tshritter - -RP: Masha 604-614-2030',null,null,null,null,null,null,'410 Stevens Dr, West Vancouver, BC',null,'2023-07-30 22:10:24','2023-07-30 22:10:24',null,'BMUELLER@idir','2023-08-01 22:18:29',null,null,null,null,'OPEN','WSTVANCO',ST_GeomFromText('POINT(-123.1251919 49.3441829)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032121','COM reporting ELK hit on rail line. Unknown if it is deceased but is suspected. ',null,null,null,null,null,null,'Mile Post marker 61.5 Windermere, BC','Windermere Provincial Park (Waltroad near West side road) ','2023-07-30 22:13:01','2023-07-30 22:13:01',null,'MATTHEWH@idir','2023-08-04 08:53:05',null,null,null,null,'CLOSED','WINDRMER',ST_GeomFromText('POINT(-115.9888889 50.4633333)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032125','COM reporting a bb going through garbage cans at the noted location. ',null,null,null,null,null,null,'Nation Cres, Prince George, BC','Heading towards 15th Ave','2023-07-30 23:06:10','2023-07-30 23:06:10',null,'DAGRAY@idir','2023-07-30 23:08:14',null,null,null,null,'OPEN','PRINGEOR',ST_GeomFromText('POINT(-122.7950188 53.910933)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032126','300 lb BB destroying garbage ',null,null,null,null,null,null,'Nation Cres, Prince George, BC','4090 nation cres','2023-07-30 23:16:26','2023-07-30 23:16:26',null,'LMOSS@idir','2023-07-30 23:17:58',null,null,null,null,'OPEN','PRINGEOR',ST_GeomFromText('POINT(-122.7950188 53.910933)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032127','COM reporting a bb that is getting into garbage outside their home. COM attempted to haze bear with loud music but no effect. No immediate aggression from the bb but COM is concerned as they are close to a major bus stop and people could be surprised. ',null,null,null,null,null,null,'696 W 29th St, North Vancouver, BC',null,'2023-07-30 23:20:16','2023-07-30 23:20:16',null,'DAGRAY@idir','2023-07-30 23:32:23',null,null,null,null,'OPEN','NORVAN',ST_GeomFromText('POINT(-123.0877719 49.3358951)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032128','Really big bear walking outside of their house. No aggression.',null,null,null,null,null,null,'1467 Nation Cres, Prince George, BC',null,'2023-07-30 23:33:17','2023-07-30 23:33:17',null,'COMILLER@idir','2023-07-30 23:34:56',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7967366 53.911192)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032129','BB in the neighbors yard but it is too dark to see what the bear is doing',null,null,null,null,null,null,'664 W 29th St, North Vancouver, BC',null,'2023-07-30 23:48:06','2023-07-30 23:48:06',null,'LMOSS@idir','2023-07-30 23:49:02',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.0871263 49.3358777)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032130','A very large BB was getting into the garbage and a neighbor said they used bear spray and the bear is now sitting in the pool.',null,null,null,null,null,null,'1432 Nation Cres, Prince George, BC',null,'2023-07-31 00:39:42','2023-07-31 00:39:42',null,'LMOSS@idir','2023-07-31 00:41:59',null,null,null,null,'OPEN','PRINGEOR',ST_GeomFromText('POINT(-122.7949201 53.9117716)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032131','Deer laying on the side of the road. Caller drove past 5 minutes ago.',null,null,null,null,null,null,'South Fraser Way and Sumas Way, Abbotsford, BC','On Sumas ','2023-07-31 01:02:39','2023-07-31 01:02:39',null,'ALBUCHAN@idir','2023-07-31 09:15:10',null,null,null,null,'CLOSED','ABTFRD',ST_GeomFromText('POINT(-122.271157 49.0400223)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032132','COM reporting a bear going through garbages at the noted address. ',null,null,null,null,null,null,'2423 Avon Pl, Port Coquitlam, BC',null,'2023-07-31 03:28:30','2023-07-31 03:28:30',null,'DAGRAY@idir','2023-07-31 03:30:49',null,null,null,null,'OPEN','PORTCOQ',ST_GeomFromText('POINT(-122.7381644 49.2590699)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032133','COM reporting there is an injured deer in her neighbour''s yard that appeared to be trapped behind the fence, and the neighbour is not home. COM noted the deer was dragging one of it''s rear legs. OO inquired if COM was able to open the gate to the neighbours yard; COM advised they would try and see if the deer would leave. ',null,null,null,null,null,null,'1483 Rose Meadow Dr, West Kelowna, BC',null,'2023-07-31 05:35:56','2023-07-31 05:35:56',null,'KOWENS@idir','2023-07-31 17:56:30',null,null,null,null,'CLOSED','KELOWNA',ST_GeomFromText('POINT(-119.5744668 49.8747314)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032134','Caller reports a deer at the Cranbrook Golf club that has become caught on a fence and has severely injured its rear legs and one is almost torn completely off.',null,null,null,null,null,null,'2700 2nd St S, Cranbrook, BC',null,'2023-07-31 06:20:30','2023-07-31 06:20:30',null,'JMELENKA@idir','2023-07-31 11:21:59',null,null,null,null,'CLOSED','CRANBRK',ST_GeomFromText('POINT(-115.7432995 49.5123135)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032137','Coquitlam RCMP reports a lady at 3723 Quarry Rd has an ongoing issue with a bear and two cubs that has attempted to enter her home twice most recently approx. 5 minutes ago. RCMP Coq has dispatched a unit to respond.',null,null,null,null,null,null,'3723 Quarry Rd, Coquitlam, BC',null,'2023-07-31 06:58:33','2023-07-31 06:58:33',null,'CELDER@idir','2023-08-09 13:29:55',null,null,null,null,'OPEN','COQUITLM',ST_GeomFromText('POINT(-122.7154168 49.2997419)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032139','There is a badly injured deer in my neighbors yard. A rear leg is injured. Makes a scream whenever it tries to move. Possible wire around its abdomen.',null,null,null,null,null,null,'1483 Rose Meadow Dr, West Kelowna, BC',null,'2023-07-31 07:00:48','2023-07-31 07:00:48',null,'KOWENS@idir','2023-07-31 17:58:58',null,null,null,null,'CLOSED','WSTKELOW',ST_GeomFromText('POINT(-119.5744668 49.8747314)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032140','COM reported a BB running down the street at the noted location. ',null,null,null,null,null,null,'','6th Ave towards Winnipeg Street ','2023-07-31 07:01:00','2023-07-31 07:01:59',null,'DTALEVSK@idir','2023-07-31 07:03:10',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032143','COM saw a BB 50-60 feet away running across the street. When the BB saw the COM it fake charged him then ran into a wooded area. ',null,null,null,null,null,null,'','Rainbow Drive at Stuart Street','2023-07-31 07:21:10','2023-07-31 07:21:10',null,'SPEELING@idir','2023-07-31 18:07:17',null,null,null,null,'OPEN','PRINGEOR',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032150','Caller reports sighting a bear going into Rainbow Park.',null,null,null,null,null,null,'788 Ospika Blvd, Prince George, BC',null,'2023-07-31 07:36:06','2023-07-31 07:36:06',null,'EMCARTHU@idir','2023-07-31 10:16:24',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7947754 53.9178042)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032151','COM reported a BB that was hit by a car on the hwy. The BBs back legs went under a tire. The BB limped across the road and into a ditch behind a bush to lay down. The COM noticed it wasn''t there after a few minutes. -Person who hit the BB is Vernon Mitchell: 250-847-4195',null,null,null,null,null,null,'','Witset FN, heading from Smithers to Witset, 100 yards from Smithers on Kitseguecla Rd.','2023-07-31 07:36:00','2023-07-31 07:36:39',null,'MACORBET@idir','2023-08-03 13:53:24',null,null,null,null,'CLOSED','SMITHERS',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032156','Last night bear knocked over fence and garden bed. plus bins with water. This is the third time the bear has been in and damaged property. Bear is non-responsive to loud noises. Very habituated to people.',null,null,null,null,null,null,'1682 Edmonton St, Prince George, BC',null,'2023-07-31 07:49:25','2023-07-31 07:49:25',null,'EMCARTHU@idir','2023-07-31 10:37:13',null,null,null,null,'OPEN','PRINGEOR',ST_GeomFromText('POINT(-122.7668846 53.9083316)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032160','Calling to report an injured deer with wire around it. Still mobile. Says if CO''s want to go into her yard they can but she will not be home today. ',null,null,null,null,null,null,'1474 Rose Meadow Dr, West Kelowna, BC',null,'2023-07-31 07:57:26','2023-07-31 07:57:26',null,'KOWENS@idir','2023-07-31 18:45:56',null,null,null,null,'CLOSED','WSTKELOW',ST_GeomFromText('POINT(-119.5740045 49.8752369)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032161','Caller reports a bear that came on the deck and drank the oil from the deep fryer that was on the deck.',null,null,null,null,null,null,'297 McNamara Rd, Princeton, BC',null,'2023-07-31 08:00:40','2023-07-31 08:00:40',null,'PRPIKE@idir','2023-08-03 12:01:41',null,null,null,null,'OPEN','PRINCETN',ST_GeomFromText('POINT(-120.4852299 49.4828176)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032163','Caller reporting an injured deer near the below noted location. Caller advised the deer is standing and mobile and is drooling foam from it''s mouth. ',null,null,null,null,null,null,'Westridge Dr, Williams Lake, BC','Across from the mailboxes off the hwy ','2023-07-31 08:03:10','2023-07-31 08:03:10',null,'JPAULS@idir','2023-07-31 09:26:27',null,null,null,null,'CLOSED','WILLMSLK',ST_GeomFromText('POINT(-122.1606289 52.1195895)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032164','Reporting a small black bear walked by, bigger than a German Shepard and appears on his own. ',null,null,null,null,null,null,'540 MacKenzie Blvd, Mackenzie, BC',null,'2023-07-31 08:03:52','2023-07-31 08:03:52',null,'ISCHMIDT@idir','2023-07-31 08:05:31',null,null,null,null,'CLOSED','MACKENZI',ST_GeomFromText('POINT(-123.0956862 55.340119)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032168','I saw a bear with a front left hurt paw, almost looks like the paw is missing or it is holding it up and non weight bearing on the highway towards Sliammon coming from town in Powell river ',null,null,null,null,null,null,'',null,'2023-07-31 08:14:00','2023-07-31 08:14:09',null,'DTALEVSK@idir','2023-07-31 08:15:34',null,null,null,null,'OPEN','POWELLRV',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032169','COM left voice mail on district line. COM reporting sighting a BB at 3:00am July 30th. Not urgent, nobody in danger. BB wandering into town. Outside of building back entrance.',null,null,null,null,null,null,'1475 Queensway, Prince George, BC','Back entrance of 1475 Queensway','2023-07-30 03:00:00','2023-07-31 08:15:00',null,'EMCARTHU@idir','2023-07-31 10:17:11',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7429108 53.9106009)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032171','COM reported a 4 point buck with antlers broken off and hanging on one side, laying near the noted location. ',null,null,null,null,null,null,'610 Katherine Rd, West Kelowna, BC','behind an office building next to the winery by the noted address','2023-07-31 08:18:11','2023-07-31 08:18:11',null,'KOWENS@idir','2023-07-31 18:48:28',null,null,null,null,'CLOSED','WSTKELOW',ST_GeomFromText('POINT(-119.5435358 49.8801531)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032172','COM left voice mail on COS district line. CO Stark was there couple days ago, Friday night and knows there''s a bear there. COM reporting Sunday at 6pm. Bear there, today bear was in the trees on the other side of the fence but the neighbor (apartment of somebody) had come out to get into vehicle and the bear came out of bush and was snorting and snarling at him and then took off. COM reporting that. That number 877 stated they are not open on weekends so wanted to leave message on this line. COM advised if Herb would like to call back he''s got COMs number.',null,null,null,null,null,null,'1695 Pearson Ave, Prince George, BC','Neighbor to 1695 Pearson Ave','2023-07-31 08:19:04','2023-07-31 08:19:04',null,'EMCARTHU@idir','2023-08-02 09:48:41',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.759444 53.8977896)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032173','Caller reporting that a black bear ripped the back out of his chicken coop trying to get the chickens. Caller advised the bear did not get any but has been around for the past few days. -***Caller is requesting a callback from a CO for advice.***',null,null,null,null,null,null,'19897 McNeil Rd, Pitt Meadows, BC',null,'2023-07-30 08:00:00','2023-07-31 08:19:21',null,'KSORENSE@idir','2023-08-10 08:27:27',null,null,null,null,'OPEN','PITTMDWS',ST_GeomFromText('POINT(-122.6691183 49.2725022)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032174','Caller reports there is a deer with both Broken rear legs. Able to move but not stand. ',null,null,null,null,null,null,'10859 Clifford Rd, Okanagan IR South, BC','half a km past address, by Bono''s parking lot','2023-07-31 08:24:19','2023-07-31 08:24:19',null,'TBECK@idir','2023-07-31 11:15:45',null,null,null,null,'CLOSED','VERNON',ST_GeomFromText('POINT(-119.4506765 50.2403851)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032175','Caller reporting a food conditioned black bear near the below noted location. Caller advised the bear has got into the beehives twice now with the latest time being last night. Caller noted the bear also got into the garbage yesterday. ',null,null,null,null,null,null,'29704 MacLure Rd, Abbotsford, BC',null,'2023-07-31 01:00:00','2023-07-31 08:26:12',null,'ALBUCHAN@idir','2023-07-31 10:06:53',null,null,null,null,'OPEN','ABTFRD',ST_GeomFromText('POINT(-122.399903 49.0597744)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032176','Calling to report a black bear has been around a seniors home. Not getting into the garbage but there is a black berry bush that the bear come to visit. Feels unsafe for the seniors.',null,null,null,null,null,null,'6373 Hillcrest Pl, Prince George, BC',null,'2023-07-31 08:26:30','2023-07-31 08:26:30',null,'ISCHMIDT@idir','2023-07-31 08:28:26',null,null,null,null,'OPEN','PRINGEOR',ST_GeomFromText('POINT(-122.7914292 53.8606601)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032180','Caller reporting food conditioned black bears near the below noted location. Caller advised the bears have been in the area for a while and are consistently getting into garbages. Caller noted the bears are not afraid of humans, he was on his deck last night and blew an air horn and the bear was unbothered and then growled. ',null,null,null,null,null,null,'5248 Goldspring Pl, Chilliwack, BC','Unit 8','2023-07-30 22:00:00','2023-07-31 08:35:49',null,'PDAYTON@idir','2023-08-10 14:37:28',null,null,null,null,'CLOSED','CHILLIWK',ST_GeomFromText('POINT(-121.9271109 49.1006869)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032188','COM reported a large brown bear eating apples from a tree in their yard. ',null,null,null,null,null,null,'600 W 29th St, North Vancouver, BC',null,'2023-07-31 08:51:19','2023-07-31 08:51:19',null,'DTALEVSK@idir','2023-07-31 08:53:56',null,null,null,null,'OPEN','NORVAN',ST_GeomFromText('POINT(-123.0853653 49.3358752)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032190','Two black bears were seen playing and eating berries',null,null,null,null,null,null,'River Rd, Prince George, BC',null,'2023-07-31 08:53:39','2023-07-31 08:53:39',null,'EMCARTHU@idir','2023-07-31 10:18:44',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7443748 53.9257167)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032193','COM reported a BB that has been walking along Chippendale Rd. for the past two weeks. The BB was in the yard for 15 minutes a few days ago. COM noted there are no attractants and the BB ran into the trees when two people rode by on bikes. It is garbage collection day, but the COM did not see the BB trying to get into anything. COM noted it comes from a creek area on the same path. ',null,null,null,null,null,null,'1468 Chippendale Rd, West Vancouver, BC',null,'2023-07-31 09:03:05','2023-07-31 09:03:05',null,'DTALEVSK@idir','2023-07-31 09:11:41',null,null,null,null,'CLOSED','WSTVANCO',ST_GeomFromText('POINT(-123.1608895 49.3495662)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032194','Calling to report a grizzly bear walked by his house. Didn''t get into anything',null,null,null,null,null,null,'1229 Babine Cres, Prince George, BC',null,'2023-07-31 09:03:38','2023-07-31 09:03:38',null,'EMCARTHU@idir','2023-07-31 10:25:14',null,null,null,null,'OPEN','PRINGEOR',ST_GeomFromText('POINT(-122.7875441 53.9125438)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032195','Reporting a BB that has been coming into the area frequently attempting to access garbages etc. Today is garbage day and caller noticed that the BB was able to get into neighbours garbage and scatter it all around. Caller would like a follow up call back',null,null,null,null,null,null,'4626 Mountain Hwy, District of North Vancouver, BC',null,'2023-07-31 09:05:41','2023-07-31 09:05:41',null,'DDAVIS@idir','2023-07-31 09:27:00',null,null,null,null,'OPEN','NORVAN',ST_GeomFromText('POINT(-123.0371336 49.3527124)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032201','Reporting an injured deer, says the deer is slowly declining. Looks like the deer was hit by a car at some point, limping in the rear but is starting to look emaciated. Caller would like the deer euthanized and doesn''t think it would be humane to let it continue to suffer. Would like a CO call back. ',null,null,null,null,null,null,'1540 Springhill Dr, Kamloops, BC',null,'2023-07-31 09:35:34','2023-07-31 09:35:34',null,'KANEKOPP@idir','2023-08-06 11:19:18',null,null,null,null,'CLOSED','KAMLOOPS',ST_GeomFromText('POINT(-120.3524956 50.6608994)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032203','COM reported there is a brown sow and cub. The sow has walked over to Rainbow Park. COM noted there is another park on the other side with a homeless encampment. ',null,null,null,null,null,null,'',null,'2023-07-31 09:39:49','2023-07-31 09:39:49',null,'JMCSTRAV@idir','2023-08-14 10:24:55',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032204','Caller was walking her dog last night, heard a strange kind of screaming noise and spotted a cougar on the street that then walked into the woods. ',null,null,null,null,null,null,'','Highlands ','2023-07-30 23:30:00','2023-07-31 09:40:43',null,'RBACALL@idir','2023-07-31 09:43:45',null,null,null,null,'CLOSED','SQUMISH',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032205','Calling to report a large black bear banging on garbage cans',null,null,null,null,null,null,'26 Greenleaf Dr, Port Moody, BC',null,'2023-07-31 09:42:35','2023-07-31 09:42:35',null,'ISCHMIDT@idir','2023-07-31 09:43:59',null,null,null,null,'OPEN','PORTMDY',ST_GeomFromText('POINT(-122.8312804 49.3048524)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032206','Caller reporting a food conditioned black bear near the below noted location. Caller advised the bear was getting into the compost''s on the street. Caller noted a car drove by and honked it''s horn and the bear ran off into a wooded area. ',null,null,null,null,null,null,'1563 Errigal Pl, West Vancouver, BC',null,'2023-07-31 09:40:00','2023-07-31 09:45:04',null,'KSORENSE@idir','2023-07-31 10:02:14',null,null,null,null,'OPEN','WSTVANCO',ST_GeomFromText('POINT(-123.1637041 49.3503515)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032207','RCMP advises they have a report from -1474 Rose Meadow Dr west Kelowna the deer there is still screaming in pain. ',null,null,null,null,null,null,'1474 Rosewood Dr, West Kelowna, BC',null,'2023-07-31 09:48:21','2023-07-31 09:48:21',null,'KOWENS@idir','2023-07-31 18:19:57',null,null,null,null,'CLOSED','WSTKELOW',ST_GeomFromText('POINT(-119.5768313 49.8792677)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032210','Reporting seeing a black bear on his security cameras last week, getting into the compost bins. Damaged the bins twice. ',null,null,null,null,null,null,'1433 Doran Rd, District of North Vancouver, BC',null,'2023-07-31 09:53:19','2023-07-31 09:53:19',null,'ISCHMIDT@idir','2023-08-09 11:07:08',null,null,null,null,'OPEN','NORVAN',ST_GeomFromText('POINT(-123.0341918 49.3440574)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032211','Caller is hosting a wedding in her backyard Aug 29 for 50-60 people. She has had a black bear visiting for the past 3 months. Usually it was in the night but now it is showing up during the day. Caller and family do not even go in the yard now so it is nice and quiet for the bear. Caller wants it removed before the wedding. Caller said they have no attractants. -**Caller is requesting a call back. ',null,null,null,null,null,null,'3458 Nightingale Dr, Abbotsford, BC',null,'2023-07-31 09:53:25','2023-07-31 09:53:25',null,'ALBUCHAN@idir','2023-07-31 13:38:23',null,null,null,null,'OPEN','ABTFRD',ST_GeomFromText('POINT(-122.3723015 49.0648761)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032212','Caller reporting a black bear sighting near the below noted location. Caller advised her daughter was walking on the road when she saw a bear. Caller noted the bear was not afraid and started walking towards her. Caller advised her daughter ran to a house and they picked her up. ',null,null,null,null,null,null,'Jamieson Ave, Hudson''s Hope, BC',null,'2023-07-31 08:00:00','2023-07-31 09:54:09',null,'KSORENSE@idir','2023-07-31 10:07:53',null,null,null,null,'CLOSED','HUDSONSH',ST_GeomFromText('POINT(-121.9082325 56.0393053)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032214','Reporting a black bear getting into garbages damaging the cans in the process. This has been going on for a few weeks.',null,null,null,null,null,null,'1064 lister ave',null,'2023-07-31 09:56:57','2023-07-31 09:56:57',null,'DAVCOX@idir','2023-07-31 11:19:06',null,null,null,null,'CLOSED','SMRLAND',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032215','Caller reporting a black bear sighting near the below noted location. Caller advised there is bear scat in his neighbors driveway and his dog was barking last night. ',null,null,null,null,null,null,'Schubert Dr and Walnut Ave, Kamloops, BC',null,'2023-07-31 09:59:21','2023-07-31 09:59:21',null,'KSORENSE@idir','2023-07-31 10:01:54',null,null,null,null,'CLOSED','KAMLOOPS',ST_GeomFromText('POINT(-120.3499096 50.6933292)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032217','Caller has seen coyotes in their neighborhood several times in the last few weeks. No aggressive behaviors noticed.',null,null,null,null,null,null,'1708 Western Pky, Vancouver, BC',null,'2023-07-31 10:01:14','2023-07-31 10:01:14',null,'SMCCREAD@idir','2023-07-31 10:09:37',null,null,null,null,'CLOSED','VANCOUVR',ST_GeomFromText('POINT(-123.2462328 49.2720245)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032218','Caller reporting a baby moose with a broken leg in the ditch near the below noted location. Caller advised there is no cow moose around. ',null,null,null,null,null,null,'Hwy 97, Wonowon, BC','10km North of Wonowon headed towards Pink Mountain ','2023-07-31 10:02:37','2023-07-31 10:02:37',null,'AEAGLES@idir','2023-07-31 17:02:28',null,null,null,null,'OPEN','WONOWON',ST_GeomFromText('POINT(-121.7097225 56.701781)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032221','Reporting a cougar seen walking through yard (on video footage) on Sat morning at 0259am. Caller describes the animal as large with a long tail (with black ends). Caller took video footage to Delta Police who provided COS contact phone #. Caller is hoping to speak to a CO in regards to safety precautions etc... - -',null,null,null,null,null,null,'10997 McAdam Rd, Delta, BC',null,'2023-07-31 10:04:34','2023-07-31 10:04:34',null,'ALBUCHAN@idir','2023-07-31 11:00:37',null,null,null,null,'OPEN','DELTA',ST_GeomFromText('POINT(-122.9234019 49.1650686)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032224','Caller reporting a black bear sighting near the below noted location. Caller advised the bear went through their backyard and into their neighbors yard. Caller noted the bear was not aggressive and did not get into any attractants. ',null,null,null,null,null,null,'1178 Edgewood Rd, District of North Vancouver, BC',null,'2023-07-29 08:00:00','2023-07-31 10:08:05',null,'KSORENSE@idir','2023-07-31 10:11:30',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.1062578 49.351198)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032227','Caller reports sighting a bear at the parking lot Spruce Grove Park in Whistler. Wandering around various buildings',null,null,null,null,null,null,'Kirkpatrick Way, Whistler, BC',null,'2023-07-31 10:17:25','2023-07-31 10:17:25',null,'TDSCHUMA@idir','2023-07-31 13:21:39',null,null,null,null,'CLOSED','WHISTLER',ST_GeomFromText('POINT(-122.9499296 50.1326894)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032228','COM reported a sow and three cubs that were knocking over their neighbour''s garbage bins then moved on across the street. ',null,null,null,null,null,null,'',null,'2023-07-31 10:21:00','2023-07-31 10:21:31',null,'DTALEVSK@idir','2023-07-31 10:24:22',null,null,null,null,'OPEN','SECHELT',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032230','Caller lives in a senior centre and her unit backs onto a meadow. A doe has mange. She has 2 1-month-old fawns with her but so far they don''t have it. Caller has been in touch with Prince Rupert Wildlife Rehab Shelter and if the doe dies, the shelter will take the fawns. ',null,null,null,null,null,null,'630 Wayne Pl, Prince Rupert, BC','Senior housing, meadow','2023-07-31 10:24:42','2023-07-31 10:24:42',null,'RBACALL@idir','2023-07-31 10:37:15',null,null,null,null,'OPEN','PRINCRUP',ST_GeomFromText('POINT(-130.3293701 54.3128121)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032231','Caller Reports an injured moose and her calf on Gillard FSR at approximately km 13 near Kelowna. One of the back legs has some sort of injury as the moose isnt able to put weight on it. has tried to stand a few times but cant get up.',null,null,null,null,null,null,'Gillard Creek FSR, Kelowna, BC',null,'2023-07-31 10:25:16','2023-07-31 10:25:16',null,'KOWENS@idir','2023-07-31 16:18:10',null,null,null,null,'CLOSED','KELOWNA',ST_GeomFromText('POINT(-119.4506872 49.7562837)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032232','COM reported seeing a wolf pass by at 3am. COM said it looked like a coyote, but much bigger. ',null,null,null,null,null,null,'','Birch St South in front of Pine Crest Elementary school ','2023-07-31 10:28:07','2023-07-31 10:28:07',null,'DTALEVSK@idir','2023-07-31 10:31:46',null,null,null,null,'CLOSED','CMBLRV',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032234','COM reported a BB that has been around for 3-4 years. COM said it has no fear of people as it doesn''t scare away easily and walks though alleys. COM said it is always in the area and wanders around. COM noted there are no attractants. ',null,null,null,null,null,null,'','West Ridge neighbourhood (west side of Burnaby Mountain) ','2023-07-31 10:32:39','2023-07-31 10:32:39',null,'DTALEVSK@idir','2023-07-31 10:36:05',null,null,null,null,'CLOSED','BURNBY',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032236','A yearling black bear was spotted in caller''s yard briefly. ',null,null,null,null,null,null,'731 Tay Cres, Prince George, BC','backs onto Rainbow Park','2023-07-31 10:33:07','2023-07-31 10:33:07',null,'RBACALL@idir','2023-07-31 10:34:54',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7916088 53.9184554)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032240','COM reported an older BB looking a bit ''scruffy'' that has been walking into buildings at the fishing lodge. It got a garbage bag out of a laundry room. It also ripped a lid off a septic tank and is not scared of bear bangers in the camp. Two nights ago a worker bumped into the BB in a kitchen eating a blueberry pie and they both ran in opposite directions. Door was possibly left open. Garbage outdoors has been secured. COM has a trap but they only use it with CO guidance. -Alternate contact: Owner, Georgia Husby 604-209-5533',null,null,null,null,null,null,'',null,'2023-07-31 10:41:00','2023-07-31 10:41:00',null,'MGEUZE@idir','2023-08-04 10:39:50',null,null,null,null,'CLOSED','HAIDAGWA',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032242','Caller thinks a fawn was hit by a vehicle. It is currently lying in her neighbour''s driveway with a broken back leg. Doe is standing there with the fawn. ',null,null,null,null,null,null,'5731 Timothy Lake Rd, Forest Grove, BC',null,'2023-07-31 10:44:21','2023-07-31 10:44:21',null,'CEDGE@idir','2023-08-09 13:38:39',null,null,null,null,'CLOSED','LACLACHE',ST_GeomFromText('POINT(-121.2633267 51.8588591)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032243','Caller received a report of two dead bats that possibly had rabies. Caller advised they have a colony of bats in their attic and the bats were dead in the front yard. Caller noted the COM wanted to bring the bats into the vet. -COM: 303-378-8250 -***Caller requesting a callback from a CO for instruction on the procedure.*** -',null,null,null,null,null,null,'Lillooet, BC','Fountain Valley ','2023-07-31 10:44:53','2023-07-31 10:44:53',null,'CEDGE@idir','2023-08-09 13:38:13',null,null,null,null,'CLOSED','LILLOOET',ST_GeomFromText('POINT(-121.9333333 50.6936111)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032245','Caller reports a bear cub which may be abandoned in a greenspace near 4839 Headquarters Rd in Courtenay. Was seen yesterday at 1610 wandering around the forested area to the south.',null,null,null,null,null,null,'4839 Headquarters Rd, Courtenay, BC',null,'2023-07-31 10:52:37','2023-07-31 10:52:37',null,'SMCCREAD@idir','2023-07-31 10:59:35',null,null,null,null,'OPEN','COURTNY',ST_GeomFromText('POINT(-125.00534 49.7085057)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032246','COM reported a BB eating produce grown by locals on the perimeter of the mushroom farm. There are workers in the enclosed commercial mushroom area and some workers outside the enclosed area. ',null,null,null,null,null,null,'3555 Ross Rd, Abbotsford, BC',null,'2023-07-31 10:54:00','2023-07-31 10:54:20',null,'ALBUCHAN@idir','2023-07-31 11:36:59',null,null,null,null,'OPEN','ABTFRD',ST_GeomFromText('POINT(-122.4124896 49.0686961)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032247','Caller states that the BB has been feeding on apples from the trees across the street from his residence. Caller states that the BB is at the back of his residence toward greenspace about 100 feet from residence. Caller is concerned as he needs to pick his potatoes and the BB is not letting him and is not being easily scared off by human presence. -',null,null,null,null,null,null,'4914 North Meadow Crt, Prince George, BC',null,'2023-07-31 10:56:17','2023-07-31 10:56:17',null,'EMCARTHU@idir','2023-07-31 11:20:35',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.8081666 53.9586379)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032248','Caller reporting an injured moose near the below noted location. Caller advised the moose is laying on the side of the road with a broken leg. ',null,null,null,null,null,null,'Hill Rd and Hwy 97 and Lookout Rd, 70 Mile House, BC','Near the Begbie Rec site on Hwy 97','2023-07-31 10:45:00','2023-07-31 10:58:18',null,'CEDGE@idir','2023-08-09 13:39:57',null,null,null,null,'CLOSED','70MLHS',ST_GeomFromText('POINT(-121.3704282 51.4783907)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032250','Caller reports that there are a large group of deer and fawns that are causing havok in the area. Some neighbors are feeding these animals. They are injuring pets and destroy properties. ',null,null,null,null,null,null,'2960 Bank Rd, Kamloops, BC',null,'2023-07-31 11:00:00','2023-07-31 11:00:00',null,'MSANDERS@idir','2023-08-03 10:14:20',null,null,null,null,'CLOSED','KAMLOOPS',ST_GeomFromText('POINT(-120.3463876 50.7583149)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032252','Reporting a black bear being around trying to get into garbages and broke into a car this morning stealing a picnic basket. -*****Requesting a CO call back ',null,null,null,null,null,null,'1760 YMCA Rd, Langdale, BC','Camp Elephant Stone','2023-07-31 11:04:42','2023-07-31 11:04:42',null,'JHANSTEA@idir','2023-08-03 15:33:21',null,null,null,null,'OPEN','LANGDALE',ST_GeomFromText('POINT(-123.4739694 49.4507195)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032253','Caller reporting that they have a bat that might have rabies. Caller advised they found it on a lawn chair in the sun. Caller noted it did not move and just hissed at them. Caller advised they caught and have it in a box with holes. -***Caller is requesting a CO callback for advice.***',null,null,null,null,null,null,'2100 Parkway Pl, Errington, BC',null,'2023-07-31 10:40:00','2023-07-31 11:08:15',null,'KSORENSE@idir','2023-07-31 11:17:56',null,null,null,null,'OPEN','ERRINGTN',ST_GeomFromText('POINT(-124.3482862 49.2551388)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032255','BB feeding on saskatoon berries dumping the berries all over the yards. Caller is concerned for people using the nearby walking trails. ',null,null,null,null,null,null,'Stones Bay Rd, Fort St. James, BC',null,'2023-07-31 11:10:31','2023-07-31 11:10:31',null,'BKNIBBS@idir','2023-07-31 11:41:23',null,null,null,null,'CLOSED','FTSTJAME',ST_GeomFromText('POINT(-124.3060659 54.4634576)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032256','Mile 107 on Alaska Hwy. there is an injured Moose cub. hit by a car and in distress. Caller wants to know if they can dispatch the animal. I told them that if the animal is in noticeable distress/pain and he is capable of humanely dispatching the animal then he should do so. I will pass along this info to CO. ',null,null,null,null,null,null,'mile 107 Alaska Hwy',null,'2023-07-31 11:10:41','2023-07-31 11:10:41',null,'AEAGLES@idir','2023-07-31 16:51:49',null,null,null,null,'CLOSED','WONOWON',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032262','Caller reporting a food conditioned black bear near the below noted location. Caller advised the bear went over the fence into their backyard and got into their berry enclosure. ',null,null,null,null,null,null,'8963 Mainwaring Rd, North Saanich, BC',null,'2023-07-30 20:00:00','2023-07-31 11:14:55',null,'MAWILSON@idir','2023-07-31 14:16:38',null,null,null,null,'OPEN','NORSAAN',ST_GeomFromText('POINT(-123.4147373 48.6251511)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032263','Caller reports that there are three bears roaming the neighborhood and have chased the callers kids. A very dangerous situation.',null,null,null,null,null,null,'6024 Kim Pl, Prince George, BC',null,'2023-07-31 11:15:09','2023-07-31 11:15:09',null,'TBIRNEY@idir','2023-08-05 14:01:21',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7878631 53.9830873)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032264','Reporting a black bear in town',null,null,null,null,null,null,'10th Ave and McBride Cres, Prince George, BC',null,'2023-07-31 11:16:35','2023-07-31 11:16:35',null,'ISCHMIDT@idir','2023-07-31 11:17:39',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7628876 53.9158977)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032268','Reporting a BB spotted sitting under a picnic table in the below noted location. Caller reports there are a ton of people currently in the park. Caller also noted that the BB is tagged. ',null,null,null,null,null,null,'8625 Hwy 99, Whistler, BC','Meadow Park Sports Centre - behind the sport centre in the kids park on a grassy area near the basket ball ','2023-07-31 11:19:18','2023-07-31 11:19:18',null,'TDSCHUMA@idir','2023-07-31 13:11:41',null,null,null,null,'CLOSED','WHISTLER',ST_GeomFromText('POINT(-122.9605577 50.1445478)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032269','Caller reporting an injured deer near the below noted location. Caller advised the deer appears to have a broken front leg and is mobile in her backyard. ',null,null,null,null,null,null,'2100 34 St, Vernon, BC','Unit 2','2023-07-31 10:50:00','2023-07-31 11:20:30',null,'TBECK@idir','2023-07-31 11:30:39',null,null,null,null,'CLOSED','VERNON',ST_GeomFromText('POINT(-119.2765294 50.2570558)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032270','HQ relayed online RAPP report: -COM reporting garbage conditioned bb. COM outlined extensive steps to prevent garbage access which included bb destroying shed panel to which COM provided photos.',null,null,null,null,null,null,'3837 Alderwood Crt, Prince George, BC','Shed','2023-07-31 11:22:09','2023-07-31 11:22:09',null,'JOCHARTR@idir','2023-07-31 11:25:44',null,null,null,null,'OPEN','PRINGEOR',ST_GeomFromText('POINT(-122.7616086 53.9593611)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032273','Caller reporting a black bear sighting near the below noted location. Caller advised the bear was in the middle of the trail. Caller noted they turned around and left. ',null,null,null,null,null,null,'Salmonberry Dr, Comox, BC','Brhind Glacier garden Area ','2023-07-31 11:10:00','2023-07-31 11:24:07',null,'KSORENSE@idir','2023-07-31 11:27:48',null,null,null,null,'CLOSED','COMOX',ST_GeomFromText('POINT(-124.9155672 49.7079988)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032276','COM reporting to Hilary via voice mail of having a challenge with wildlife interactions people vs coyotes in Mackenzie. COM manages landfill operations. Significant amount of sightings and sheer lack of fear of machinery and man in regards to the coyotes. COM needs to work with and is seeking advice from Conservation end of things to see what can do for health and well being of safety of animals and people using landfill ',null,null,null,null,null,null,'Mackenzie Landfill','Mackenzie BC','2023-07-31 11:27:27','2023-07-31 11:27:27',null,'HIDESMAR@idir','2023-08-02 16:47:04',null,null,null,null,'OPEN','MACKENZI',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032277','Caller reporting a black bear sighing near the below noted location. Caller advised the bear was wandering the alleys and may have gone up a tree. ',null,null,null,null,null,null,'7th Ave and McBride Cres, Prince George, BC',null,'2023-07-31 11:27:52','2023-07-31 11:27:52',null,'KSORENSE@idir','2023-07-31 11:29:51',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7627672 53.9179512)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032281','Caller is reporting on behalf of her elderly parents Reporting a sow & 2 cubs that have been in the yard 4xs in the past week. Caller states that the cubs will climb the plum tree (which has no fruit on it) and the sow will wander around the area / immediate area. Caller is concerned that both of her parents are elderly and her father is partially deaf and that he may walk out and encounter the BBs during the day. BBs last there yesterday afternoon at 3pm. Caller is hoping to speak to a CO to further discuss options. ',null,null,null,null,null,null,'1337 Oriole Ave, Port Coquitlam, BC',null,'2023-07-31 11:31:25','2023-07-31 11:31:25',null,'DTALEVSK@idir','2023-08-01 11:57:31',null,null,null,null,'OPEN','PORTCOQ',ST_GeomFromText('POINT(-122.7515251 49.2723294)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032285','Reporting a black bear being around and eating berries for the past three days, unafraid of dogs. Also getting into garbages',null,null,null,null,null,null,'4393 Cowart Rd, Prince George, BC',null,'2023-07-31 11:37:49','2023-07-31 11:37:49',null,'ISCHMIDT@idir','2023-07-31 11:42:25',null,null,null,null,'OPEN','PRINGEOR',ST_GeomFromText('POINT(-122.7650579 53.8751038)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032286','Caller reporting a black bear sighting near the below noted location. Caller advised a sow and 2 cubs are up a tree in he backyard. Caller noted the bears are not aggressive. ',null,null,null,null,null,null,'4722 North Meadow Rd, Prince George, BC',null,'2023-07-31 11:38:23','2023-07-31 11:38:23',null,'KSORENSE@idir','2023-07-31 11:40:15',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.8028761 53.9552599)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032287',' Caller reporting a black bear sighting near the below noted location. Caller advised the bear is in a tree in his neighbors yard. Caller noted the bear is in the area almost everyday and is not aggressive. -***Caller is requesting a CO callback for advice as he wants to take his dog outside and keep the bear treed until a CO arrives. ***',null,null,null,null,null,null,'7745 St. Dennis Pl, Prince George, BC',null,'2023-07-31 11:46:05','2023-07-31 11:46:05',null,'EMCARTHU@idir','2023-07-31 12:18:19',null,null,null,null,'OPEN','PRINGEOR',ST_GeomFromText('POINT(-122.7731725 53.8490045)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032288','Caller reporting a food conditioned black bear near the below noted location. Caller advised the bear got into their garbage and dragged the bin into the bushes. ',null,null,null,null,null,null,'2900 Fishboat Bay Rd, Shirley, BC',null,'2023-07-24 08:00:00','2023-07-31 11:51:39',null,'MAWILSON@idir','2023-07-31 14:15:18',null,null,null,null,'OPEN','SOOKE',ST_GeomFromText('POINT(-123.9762854 48.3939565)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032289','Caller saw a black bear going towards the pond in the gated community.',null,null,null,null,null,null,'3354 Horn St, Abbotsford, BC','Blackberry Creek Estates','2023-07-31 11:40:00','2023-07-31 11:56:12',null,'RBACALL@idir','2023-07-31 11:58:42',null,null,null,null,'CLOSED','ABTFRD',ST_GeomFromText('POINT(-122.3057824 49.0633745)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032297','Caller reporting a food conditioned black bear near the below noted location. Caller advised the bear broke into their fridge on their back deck and ate food. Caller noted the bear then went into their neighbors carport where they have an outdoor freezer and got food out of there as well. ',null,null,null,null,null,null,'10151 Klitsa Dr, Port Alberni, BC','Sproat Lake ','2023-07-31 03:00:00','2023-07-31 12:02:54',null,'MAWILSON@idir','2023-08-03 13:16:13',null,null,null,null,'OPEN','PORTALBR',ST_GeomFromText('POINT(-124.9627526 49.2710009)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032298','A black bear was wandering in caller''s driveway when he came home a few minutes ago. ',null,null,null,null,null,null,'1450 Capilano Pl, Kamloops, BC',null,'2023-07-31 12:06:08','2023-07-31 12:06:08',null,'JHANSTEA@idir','2023-08-03 09:33:56',null,null,null,null,'CLOSED','KAMLOOPS',ST_GeomFromText('POINT(-120.2339653 50.6601026)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032299','A black bear has been turning up regularly for the last 3 weeks at the landfill usually towards the end of the day when staff close the gates at 16:30 and everyone goes home. Last seen on Sat July 29th. ',null,null,null,null,null,null,'970 Eliza Rd, Kamloops, BC','Barhhartvale Landfill','2023-07-29 16:30:00','2023-07-31 12:10:30',null,'KANEKOPP@idir','2023-08-08 10:59:04',null,null,null,null,'CLOSED','KAMLOOPS',ST_GeomFromText('POINT(-120.1579161 50.6572087)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032300','Caller reports seeing two black bears in the SW corner of Lheidli T''enneh Memorial Park. Not aggressive but not afraid of people. There as we speak.',null,null,null,null,null,null,'Prince George, BC',null,'2023-07-31 12:10:37','2023-07-31 12:10:37',null,'SGBATES@idir','2023-08-09 12:21:22',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7452778 53.9127778)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032301','Caller reporting a confined fawn at the noted location. Caller advised the fawn has been stuck behind the fencing since Thursday. Caller noted she has not seen a doe. -',null,null,null,null,null,null,'2105 Amundsen Rd, Lake Country, BC','Orchard across the road ','2023-07-31 12:11:42','2023-07-31 12:11:42',null,'KOWENS@idir','2023-07-31 15:55:31',null,null,null,null,'CLOSED','LAKECNRY',ST_GeomFromText('POINT(-119.428313 50.0530134)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032302','Caller reporting a bear looking for garbage through the neighborhood.',null,null,null,null,null,null,'4393 Cowart Rd, Prince George, BC',null,'2023-07-31 12:15:39','2023-07-31 12:15:39',null,'SMCCREAD@idir','2023-07-31 12:19:39',null,null,null,null,'OPEN','PRINGEOR',ST_GeomFromText('POINT(-122.7650579 53.8751038)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032303','Caller reports that there were a pack of wolves between 1-3am last night. there was a moment when the wolves confronted a dog. But no physical conflict.',null,null,null,null,null,null,'7500 Hwy 3, Manning Park, BC',null,'2023-07-31 12:22:57','2023-07-31 12:22:57',null,'PDAYTON@idir','2023-08-10 14:38:39',null,null,null,null,'CLOSED','MANNINGP',ST_GeomFromText('POINT(-120.7825973 49.0630757)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032305','Guest reported two young BBs wresting each other. No aggression noted and no attractants. ',null,null,null,null,null,null,'70 MacKenzie Blvd, Mackenzie, BC',null,'2023-07-31 12:30:00','2023-07-31 12:30:26',null,'HIDESMAR@idir','2023-08-03 11:46:30',null,null,null,null,'CLOSED','MACKENZI',ST_GeomFromText('POINT(-123.095 55.3308139)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032308','Reporting a black bear cub, smaller than a German Shepard in the ditch beside the road, no mother in sight.',null,null,null,null,null,null,'Pacific Rim Hwy, Ucluelet, BC','Pacific Rim National Park','2023-07-31 12:40:46','2023-07-31 12:40:46',null,'MAWILSON@idir','2023-08-02 08:17:24',null,null,null,null,'OPEN','UCLUELET',ST_GeomFromText('POINT(-125.5881083 48.9919936)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032311','Reporting a black bear in the back yard of an industrial area. Doesn''t appear afraid of humans.',null,null,null,null,null,null,'38949 Queens Way, Squamish, BC',null,'2023-07-31 12:44:23','2023-07-31 12:44:23',null,'ISCHMIDT@idir','2023-07-31 12:45:55',null,null,null,null,'CLOSED','SQUMISH',ST_GeomFromText('POINT(-123.1561817 49.7209841)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032315','Caller reporting a black bear sighting near the below noted location. Caller advised the bear was walking along the road and looked like it wanted to cross. ',null,null,null,null,null,null,'Dominion St and Patricia Blvd, Prince George, BC',null,'2023-07-31 13:02:00','2023-07-31 13:07:06',null,'KSORENSE@idir','2023-07-31 13:10:57',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7485378 53.9118696)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032317','Reporting a grizzly bear walking through the bushes. ',null,null,null,null,null,null,'Rainbow Dr, Prince George, BC',null,'2023-07-31 13:10:56','2023-07-31 13:10:56',null,'ISCHMIDT@idir','2023-07-31 13:13:32',null,null,null,null,'OPEN','PRINGEOR',ST_GeomFromText('POINT(-122.7932073 53.9161129)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032320','Caller reporting a food conditioned black bear at the first beach on the left from the first parking lot at Sooke Pothole Prov Park. Caller advised the bear came onto the beach and got into someone''s bag and got their food. Caller noted the bear was not aggressive but was not scared of humans. ',null,null,null,null,null,null,'Sooke River Rd, Sooke, BC','Sooke Potholes Prov Park - First Parking Lot','2023-07-31 12:55:00','2023-07-31 13:13:07',null,'MAWILSON@idir','2023-08-03 15:02:13',null,null,null,null,'OPEN','SOOKE',ST_GeomFromText('POINT(-123.7142938 48.4236067)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032322','A juvenile black bear was in the dumpster on Sat and Sun. It has not been seen today. ',null,null,null,null,null,null,'6540 Thomas St, Burnaby, BC','Scandinavian Community Centre','2023-07-30 12:00:00','2023-07-31 13:14:14',null,'TDSCHUMA@idir','2023-07-31 13:24:38',null,null,null,null,'CLOSED','BURNBY',ST_GeomFromText('POINT(-122.9678799 49.247222)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032323','Reporting a BB spotted in the area around residence sniffing around garbage cans. BB was there last night 9pm. Thursday is garbage day. ',null,null,null,null,null,null,'2976 Redfern Pl, Coquitlam, BC',null,'2023-07-31 13:17:04','2023-07-31 13:17:04',null,'DDAVIS@idir','2023-07-31 13:19:24',null,null,null,null,'OPEN','COQUITLM',ST_GeomFromText('POINT(-122.8083289 49.2553503)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032325','Caller reporting food conditioned black bears near the below noted location. Caller advised the sow and 2 cubs are getting into the garbage in the driveway and the caller''s mother is trying to leave the house. OO provided Wildsafe BC website for hazing tips. -***Caller requesting a callback from a CO for advice,***',null,null,null,null,null,null,'3213 Salt Spring Ave, Coquitlam, BC',null,'2023-07-31 13:22:01','2023-07-31 13:22:01',null,'KSORENSE@idir','2023-07-31 13:26:44',null,null,null,null,'OPEN','COQUITLM',ST_GeomFromText('POINT(-122.7770025 49.2864087)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032326','COM reported a moose laying on the side of Hwy 97 at the noted location. Caller was unsure if it is alive or deceased. ',null,null,null,null,null,null,'','Hwy 97, by the Green Lakes turnoff 10 min south of 100 Mile, side of north bound lane ','2023-07-31 13:22:47','2023-07-31 13:22:47',null,'CEDGE@idir','2023-08-09 13:42:22',null,null,null,null,'CLOSED','100MHHS',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032328','Caller reports a bear entering Rainbow Park. off of Stuart Dr',null,null,null,null,null,null,'Stuart Dr, Prince George, BC',null,'2023-07-31 13:28:33','2023-07-31 13:28:33',null,'SMCCREAD@idir','2023-07-31 13:32:49',null,null,null,null,'OPEN','PRINGEOR',ST_GeomFromText('POINT(-122.7899841 53.9184748)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032329','Caller had a black bear in his yard. He chased it away but it ran up the tree in his neighbour''s front yard across the street. ',null,null,null,null,null,null,'','Across from 6899 Langer Cres','2023-07-31 13:28:46','2023-07-31 13:28:46',null,'RBACALL@idir','2023-07-31 13:32:07',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032333','Reporting a family of beavers has built a dam on crown land behind his property. Over the weekend they dropped a 30 foot tree into his yard over the weekend. Concerned the beavers will drop a tree on his house',null,null,null,null,null,null,'100 Duggan Pl, Nanaimo, BC',null,'2023-07-31 13:35:27','2023-07-31 13:35:27',null,'ISCHMIDT@idir','2023-07-31 13:39:46',null,null,null,null,'OPEN','NANAIMO',ST_GeomFromText('POINT(-124.0191611 49.2017165)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032340','A grizzly bear is hanging out in the park, not bothering people. Caller said it was not a brown black bear as it has a hump on its back. -Caller is on her lunch break and has to go back to work so won''t be available to answer her phone if CO calls. ',null,null,null,null,null,null,'','Rainbow Park ','2023-07-31 13:46:21','2023-07-31 13:46:21',null,'RBACALL@idir','2023-07-31 13:51:58',null,null,null,null,'OPEN','PRINGEOR',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032342','Reporting a black bear going between houses to get apples off a tree near children on a trampoline',null,null,null,null,null,null,'4938 North Meadow Crt, Prince George, BC',null,'2023-07-31 13:51:14','2023-07-31 13:51:14',null,'ISCHMIDT@idir','2023-07-31 13:52:59',null,null,null,null,'OPEN','PRINGEOR',ST_GeomFromText('POINT(-122.8088985 53.9588636)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032343','COM reported a BB that comes to the neighbour''s house everyday and gets into the garbage bins spreading the garbage they leave out at the front of the house. ',null,null,null,null,null,null,'16 Buckhorn Pl, Port Moody, BC','16 Buckhorn Pl, Port Moody, BC','2023-07-15 13:51:00','2023-07-15 13:51:00',null,'PDAYTON@idir','2023-07-31 14:03:03',null,null,null,null,'OPEN','PORTMDY',ST_GeomFromText('POINT(-122.8302214 49.2943985)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032345','Caller reports sighting a grizzly sow with two cubs on Goudie Rd. Caller insists he can identify a grizzly as he used to guide. So these are definitely grizzly bears.',null,null,null,null,null,null,'2090 Huckleberry Rd, Kelowna, BC','Goudie rd is where the bears are','2023-07-31 13:54:10','2023-07-31 13:54:10',null,'KOWENS@idir','2023-07-31 15:45:29',null,null,null,null,'CLOSED','KELOWNA',ST_GeomFromText('POINT(-119.2611487 49.8730209)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032346','COM reported an injured doe with a hanging back leg and two fawns. Deer is mobile. ',null,null,null,null,null,null,'','between 15th and 16th street in the alley moving slowly. ','2023-07-31 13:56:00','2023-07-31 13:56:12',null,'TBECK@idir','2023-08-01 08:52:59',null,null,null,null,'CLOSED','VERNON',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032347','Caller Reports a not yet dead deer that has been hit by a car on the side of the road. Located on Ship Creek Rd about a half a mile on the pavement.',null,null,null,null,null,null,'Port Alberni, BC',null,'2023-07-31 14:03:38','2023-07-31 14:03:38',null,'SMCCREAD@idir','2023-07-31 14:06:40',null,null,null,null,'OPEN','PORTALBR',ST_GeomFromText('POINT(-124.8055556 49.2341667)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032349','Reporting a dead BB cub in the below noted location. ',null,null,null,null,null,null,'Hwy 7, Deroche, BC','Brooks Road & Hwy 7 - Southside of road EB ','2023-07-31 14:05:20','2023-07-31 14:05:20',null,'DDAVIS@idir','2023-07-31 14:08:03',null,null,null,null,'OPEN','DEROCHE',ST_GeomFromText('POINT(-122.0724146 49.187868)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032350','Caller reports near Mundy Park there were two bears who have lost their fear of people. The caller has seen these two bears hanging around their yard, got into compost and jumped their fence. When confronted, they do leave the area, but slowly and not with any fear.',null,null,null,null,null,null,'606 Rialto Crt, Coquitlam, BC','primarily in the back alley of residence','2023-07-31 14:06:57','2023-07-31 14:06:57',null,'SMCCREAD@idir','2023-07-31 14:18:36',null,null,null,null,'OPEN','COQUITLM',ST_GeomFromText('POINT(-122.8399303 49.2530266)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032353','Caller reports there is a bear that is injured badly in rear leg. Bear is between Totem Hall and daycare. its condition is worsening. needs to be dispatched.',null,null,null,null,null,null,'1380 Stawamus Rd, Squamish, BC',null,'2023-07-31 14:19:23','2023-07-31 14:19:23',null,'TDSCHUMA@idir','2023-08-02 12:59:36',null,null,null,null,'OPEN','SQUMISH',ST_GeomFromText('POINT(-123.1476024 49.6908428)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032360','Caller has had several visits from a bear, it had at one time gotten into a fridge outside and eaten some of the food there, he didn''t seem to like the garlic or hot peppers. She is now a little scared about going outside since the bear has come through the area again. She is no longer storing food in the outside fridge.',null,null,null,null,null,null,'46457 Edgemont Pl, Chilliwack, BC',null,'2023-07-31 14:30:10','2023-07-31 14:30:10',null,'PDAYTON@idir','2023-08-01 15:15:48',null,null,null,null,'CLOSED','CHILLIWK',ST_GeomFromText('POINT(-121.9401252 49.1065174)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032363','Caller reports there is a problem bear that has destroyed three trees in her yard. ',null,null,null,null,null,null,'2684 McGill Cres, Prince George, BC',null,'2023-07-31 14:31:06','2023-07-31 14:31:06',null,'EMCARTHU@idir','2023-08-02 10:02:59',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7721513 53.8751417)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032365','Reporting about 10 mins prior to call in, caller spotted a BB zig zagging across the road in the below noted location. No ATB observed. ',null,null,null,null,null,null,'1720 Miracle Beach Dr, Black Creek, BC','Miracle Beach Campground - on gravel road between main campsites & group campsites','2023-07-31 14:34:04','2023-07-31 14:34:04',null,'MAWILSON@idir','2023-07-31 15:47:17',null,null,null,null,'CLOSED','BLKCRK',ST_GeomFromText('POINT(-125.0954587 49.8484649)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032368','Reporting a BB was seen wandering across the patio outside callers residence about 5 mins prior to call in. No ATB observed. ',null,null,null,null,null,null,'3159 Lakecrest Lane, Whistler, BC',null,'2023-07-31 14:43:38','2023-07-31 14:43:38',null,'DDAVIS@idir','2023-07-31 14:46:15',null,null,null,null,'CLOSED','WHISTLER',ST_GeomFromText('POINT(-122.9837313 50.1062094)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032370','Caller advises that on Saturday night a racoon attacked a neighbour down the street and injured them and their cat. The person went to hospital for stitches and the cat had a paw/leg amputated. Since then it has come back to another neighbour next door and was scratching at their door trying to get after it saw their cat through the window. Most of these encounters have occurred around 20:00. ',null,null,null,null,null,null,'1739 130 St, Surrey, BC',null,'2023-07-31 14:44:03','2023-07-31 14:44:03',null,'ALBUCHAN@idir','2023-08-01 09:34:17',null,null,null,null,'OPEN','SURRY',ST_GeomFromText('POINT(-122.8622169 49.0335436)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032373','Reporting a BB was just seen coming up callers driveway while she was sitting on balcony with her dogs. BB has reportedly gotten into a neighbours garbage a few days ago. The BB has also been seeen repeatedly in the area in various yards. ',null,null,null,null,null,null,'2196 MacDonald Ave, Prince George, BC',null,'2023-07-31 14:46:55','2023-07-31 14:46:55',null,'SGBATES@idir','2023-08-09 12:27:06',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.766709 53.9007744)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032374','Reporting a couple black bear cubs are on a telephone/power pole. The sow is in a yard nearby.',null,null,null,null,null,null,'Shamrock and Miranda Rd',null,'2023-07-31 14:53:30','2023-07-31 14:53:30',null,'DTALEVSK@idir','2023-07-31 15:39:54',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032375','COM reported a BB in a their spruce tree for three hours. COM has bird feeders. ',null,null,null,null,null,null,'2224 McBride Cres, Prince George, BC',null,'2023-07-31 14:58:44','2023-07-31 14:58:44',null,'DLEWERS@idir','2023-08-02 09:49:35',null,null,null,null,'OPEN','PRINGEOR',ST_GeomFromText('POINT(-122.7632087 53.9176778)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032377','Caller has 7 or 8 deer that hang out continuously in front of his strata and even lie down in his yard. 2 weeks ago or some, doesn''t know exact date, a lone deer attacked his $5,000 Havanese dog. Caller did not report it at the time. He has been fighting with his strata to do something about the deer issues. He used to be strata manager and he used to deal with these issues. Current strata manager said it wasn''t his problem. Caller is very upset. He wants something done with the deer that attacked his dog. -',null,null,null,null,null,null,'1001 30 Ave, Vernon, BC',null,'2023-07-17 12:00:00','2023-07-31 14:59:58',null,'TBECK@idir','2023-08-02 12:47:57',null,null,null,null,'CLOSED','VERNON',ST_GeomFromText('POINT(-119.2439804 50.2645983)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032381','Caller reporting a black bear that came into her kitchen. Caller advised the bear came in through her sliding door. Caller noted she was able to scare the bear off. ',null,null,null,null,null,null,'715 Lewis Dr, Squamish, BC',null,'2023-07-31 14:30:00','2023-07-31 15:04:44',null,'CROCHON@idir','2023-08-06 11:29:23',null,null,null,null,'OPEN','SQUMISH',ST_GeomFromText('POINT(-123.1672149 49.7997587)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032382','Caller reports at 1150 Wife and caller were leaving via the garage and a black bear was right behind my wife when we opened the garage door. once the door was opened the bear came in and got into the garbage.',null,null,null,null,null,null,'1701 Parkway Blvd, Coquitlam, BC',null,'2023-07-31 15:05:43','2023-07-31 15:05:43',null,'SMCCREAD@idir','2023-07-31 15:09:50',null,null,null,null,'OPEN','COQUITLM',ST_GeomFromText('POINT(-122.8020129 49.3062779)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032383','COM reported there was a BB in their yard eating berries growing on the edge of the property. The BB walked of into bushes near the property. ',null,null,null,null,null,null,'7559 St. Kevin Pl, Prince George, BC',null,'2023-07-31 15:07:00','2023-07-31 15:07:24',null,'ASDUNCAN@idir','2023-07-31 17:15:52',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7769335 53.8545948)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032384','Caller reporting a food conditioned black bear near the below noted location. Caller advised the bear is getting into the cherry trees and has been in the compost bins in the past. ',null,null,null,null,null,null,'101 Hyslop Dr, Penticton, BC',null,'2023-07-30 15:00:00','2023-07-31 15:09:37',null,'DAVCOX@idir','2023-08-09 11:40:19',null,null,null,null,'CLOSED','PENTICTN',ST_GeomFromText('POINT(-119.6193341 49.511962)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032385','Reporting seeing a black bear come up behind a family having a picnic on the opposite side of river from her in the potholes. The family ran across the river when the bear approached and the bear promptly helped themselves to the picnic. This was about two hours ago. ',null,null,null,null,null,null,'Sooke Potholes Park',null,'2023-07-31 15:09:40','2023-07-31 15:09:40',null,'MAWILSON@idir','2023-08-02 08:22:51',null,null,null,null,'OPEN','SOOKE',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032386','Caller reports that there is a fox that is denning in a storm pipe. Acts very aggressively when anyone comes near the end of the pipe.',null,null,null,null,null,null,'3163 Pigeon Rd, 150 Mile House, BC','fox den is at Borland and Pigeon X-road','2023-07-31 15:11:26','2023-07-31 15:11:26',null,'MWALKOSK@idir','2023-08-01 14:22:03',null,null,null,null,'CLOSED','150MHHS',ST_GeomFromText('POINT(-121.8850784 52.1124634)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032387','COM reported they hit a coyote, the coyote limped away and tried to jump a barrier into a green space.',null,null,null,null,null,null,'','152 before 108th street before a bridge.','2023-07-31 15:13:00','2023-07-31 15:13:07',null,'ALBUCHAN@idir','2023-08-01 09:36:21',null,null,null,null,'CLOSED','SURRY',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032388','Caller reporting a black bear sighting at the below noted location. Caller advised the bear is up a tree in his front yard. ',null,null,null,null,null,null,'4056 Barnes Dr, Prince George, BC',null,'2023-07-31 15:13:54','2023-07-31 15:13:54',null,'KSORENSE@idir','2023-07-31 15:22:49',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7832824 53.8801936)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032393','COM reported a BB that walked past their house down Okanagan Rd to Little Mountain Park. No aggression or attractants. ',null,null,null,null,null,null,'3391 Okanagan Ave NE, Salmon Arm, BC','End of Okanagan Ave headed to Little Mountain Park ','2023-07-31 15:23:00','2023-07-31 15:23:20',null,'DTALEVSK@idir','2023-07-31 15:26:09',null,null,null,null,'CLOSED','SALMARM',ST_GeomFromText('POINT(-119.2459289 50.7001285)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032397','COM reported a BB running between houses and down the street at the noted location. No aggression and COM noted the BB seemed scared. ',null,null,null,null,null,null,'','11th and Vancouver Street ','2023-07-31 15:29:00','2023-07-31 15:29:04',null,'DTALEVSK@idir','2023-07-31 15:31:40',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032398','Report passed down from the Stanley Park Ecology Society (604-257-6908 ext 104) Caller reporting a coyote walked onto her lawn and collapsed and died about 1 hour ago. It appears to be a healthy coyote and SPES found it suspicious ',null,null,null,null,null,null,'17420 20 Ave, Surrey, BC',null,'2023-07-31 15:30:29','2023-07-31 15:30:29',null,'ALBUCHAN@idir','2023-08-01 09:44:52',null,null,null,null,'OPEN','SURRY',ST_GeomFromText('POINT(-122.7403502 49.038266)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032401','Caller reporting a black bear sighting near the below noted location. Caller advised the bear was just wandering up the street. ',null,null,null,null,null,null,'9th Ave and Vancouver St, Prince George, BC',null,'2023-07-31 15:33:48','2023-07-31 15:33:48',null,'KSORENSE@idir','2023-07-31 15:35:58',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7546766 53.9137483)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032405','RCMP received a report of 2 black bear cubs trying to cross the hwy with no sow in sight. ',null,null,null,null,null,null,'Hart Hwy and Noranda Rd W, Prince George, BC',null,'2023-07-31 15:34:00','2023-07-31 15:38:40',null,'KSORENSE@idir','2023-07-31 15:41:10',null,null,null,null,'OPEN','PRINGEOR',ST_GeomFromText('POINT(-122.7674199 53.9655211)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032406','There is a sow and cub at the location the cub has apparently gone for a swim and is on a small island in the lake and people are concerned for the welfare of the cub? He attempted to advise the people to just leave them alone',null,null,null,null,null,null,'Old Tache, BC',null,'2023-07-31 15:39:14','2023-07-31 15:39:14',null,'PROEMER@idir','2023-07-31 16:01:07',null,null,null,null,'CLOSED','FTSTJAME',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032407','RCMP passing on report of a large black bear sighting wandering through downtown PG.',null,null,null,null,null,null,'6th Ave and Vancouver St, Prince George, BC',null,'2023-07-31 15:40:45','2023-07-31 15:40:45',null,'ASDUNCAN@idir','2023-07-31 15:42:21',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7527861 53.9160663)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032408','Reporting a black bear walking down the street and jumped a fence',null,null,null,null,null,null,'6th Ave and Vancouver St, Prince George, BC',null,'2023-07-31 15:41:14','2023-07-31 15:41:14',null,'ISCHMIDT@idir','2023-07-31 15:42:19',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7527861 53.9160663)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032409','Caller reporting a bear up his tree.',null,null,null,null,null,null,'2772 Sanderson Rd, Prince George, BC',null,'2023-07-31 15:43:14','2023-07-31 15:43:14',null,'ASDUNCAN@idir','2023-07-31 15:44:47',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7784323 53.8829073)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032410','A coyote grabbed caller''s dog on Friday at 17:30. Caller was sitting outside of his house, his small dog was 5-7 feet away. Caller was looking at his phone and when he looked up the coyote had the dog in his mouth. Caller lives at the end of a cul de sac. Coyote is back again now standing at the front door. ',null,null,null,null,null,null,'1355 Citadel Dr, Port Coquitlam, BC',null,'2023-07-28 15:30:00','2023-07-31 15:43:25',null,'RBACALL@idir','2023-07-31 15:49:40',null,null,null,null,'OPEN','PORTCOQ',ST_GeomFromText('POINT(-122.7751119 49.2392787)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032411','COM reported a coyote that was on the ramp and unable to move. ',null,null,null,null,null,null,'','Hwy1 eastbound on 152 st off ramp ','2023-07-31 15:45:22','2023-07-31 15:45:22',null,'ALBUCHAN@idir','2023-08-01 09:40:06',null,null,null,null,'OPEN','SURRY',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032412','Caller reporting 2 bucks hand out above her house very frequently. Just today, one of the bucks has some rope attached to his antlers.',null,null,null,null,null,null,'201 Red Rock Crt, Kelowna, BC',null,'2023-07-31 15:47:46','2023-07-31 15:47:46',null,'KOWENS@idir','2023-07-31 16:05:01',null,null,null,null,'CLOSED','KELOWNA',ST_GeomFromText('POINT(-119.4535355 49.9285386)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032413','Calling to report a black bear was trying to get into her house, managed to haze the bear but during hazing it did huff and bluff charge the caller. ',null,null,null,null,null,null,'622 Cutbank Rd, Prince George, BC',null,'2023-07-31 15:48:44','2023-07-31 15:48:44',null,'ISCHMIDT@idir','2023-07-31 15:55:23',null,null,null,null,'OPEN','PRINGEOR',ST_GeomFromText('POINT(-122.7436874 53.9291443)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032416','Caller says the black bear is just coming around far too often now. Last night around 22:00 it was back again and even though the garbage was secured bear broke a garbage can. ',null,null,null,null,null,null,'2622 Edgemont Blvd, District of North Vancouver, BC',null,'2023-07-30 22:00:00','2023-07-31 15:55:53',null,'RBACALL@idir','2023-07-31 15:58:38',null,null,null,null,'OPEN','NORVAN',ST_GeomFromText('POINT(-123.0967609 49.3340744)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032417','@ 15:00, a bear came down from her neighbour''s house and wandered around. The bear also keeps coming back. - -**Caller wants advice on what she should do',null,null,null,null,null,null,'134 Big Horn Trail, Okanagan Falls, BC',null,'2023-07-31 15:55:53','2023-07-31 15:55:53',null,'ASDUNCAN@idir','2023-07-31 16:04:29',null,null,null,null,'CLOSED','OKAFALLS',ST_GeomFromText('POINT(-119.5500213 49.3966546)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032419','COM reported a BB hanging around Rainbow Park for about one week seen walking to the school and into the park. COM thinks it may be making its home nearby. -**Emailed only as the BB is not currently in the park. ',null,null,null,null,null,null,'','Rainbow Drive ','2023-07-31 15:58:10','2023-07-31 15:58:10',null,'DTALEVSK@idir','2023-07-31 16:02:51',null,null,null,null,'OPEN','PRINGEOR',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032421','Caller reports there has been a bear. Hanging around. being a bit aggressive. in their back yard. ',null,null,null,null,null,null,'2787 Merritt Rd, Prince George, BC',null,'2023-07-31 16:06:06','2023-07-31 16:06:06',null,'SMCCREAD@idir','2023-07-31 16:11:32',null,null,null,null,'OPEN','PRINGEOR',ST_GeomFromText('POINT(-122.7788594 53.8835017)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032422','Caller reporting an eagle with an injured left wing. It is unable to fly. Caller was provided contact for OWL',null,null,null,null,null,null,'','TERACE LANDFILL - NEAR ONION LAKE ','2023-07-31 16:10:21','2023-07-31 16:10:21',null,'MGEUZE@idir','2023-08-04 09:49:35',null,null,null,null,'CLOSED','TERRACE',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032425','Caller reporting a food conditioned black bear near the below noted location. Caller advised the bear got into her compost and is now in her backyard. Caller noted the bear also destroyed her raspberry bush. Caller is concerned as the bear came into the backyard when her grandchildren were there. ',null,null,null,null,null,null,'37 Alberta Dr, Mackenzie, BC',null,'2023-07-31 16:22:05','2023-07-31 16:22:05',null,'HIDESMAR@idir','2023-08-14 10:17:10',null,null,null,null,'CLOSED','MACKENZI',ST_GeomFromText('POINT(-123.1561311 55.390286)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032427','Calling to report a black bear has been around and difficult to haze. The bear broke into a locked shed today where it got into a fridge. Requesting a CO call back ',null,null,null,null,null,null,'42765 Hwy 16 Prince George',null,'2023-07-31 16:35:16','2023-07-31 16:35:16',null,'PBRACKEN@idir','2023-08-03 10:16:11',null,null,null,null,'OPEN','PRINGEOR',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032429','Reporting a black bear has been getting into their berry and fruit trees, climbing the fence and the trees to get at the fruit. Some of the trees are not in the yard but hang into the yard',null,null,null,null,null,null,'159 Van Somer St, Prince George, BC',null,'2023-07-31 16:38:02','2023-07-31 16:38:02',null,'ISCHMIDT@idir','2023-07-31 16:40:10',null,null,null,null,'OPEN','PRINGEOR',ST_GeomFromText('POINT(-122.818748 53.9327095)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032433','Caller reporting an injured deer near the below noted location. Caller advised the deer is limping and one if it''s rear legs looks like the foot is almost half off. ',null,null,null,null,null,null,'Mission Hill Rd, West Kelowna, BC','Just before the winery ','2023-07-31 16:40:00','2023-07-31 16:43:28',null,'KOWENS@idir','2023-07-31 18:21:36',null,null,null,null,'CLOSED','WSTKELOW',ST_GeomFromText('POINT(-119.5802289 49.8394738)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032435','Caller reporting that a black bear came into their yard and was spooked by their dog barking. Caller advised the bear then ran through their yard and hit the shed and shattered the window. Caller noted the bear then climbed the fence and went down the street. ',null,null,null,null,null,null,'2095 McBride Cres, Prince George, BC',null,'2023-07-31 15:55:00','2023-07-31 16:45:21',null,'KSORENSE@idir','2023-07-31 16:48:13',null,null,null,null,'OPEN','PRINGEOR',ST_GeomFromText('POINT(-122.7605525 53.9190236)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032438','Caller reporting a food conditioned black bear near the below noted location. Caller advised the bear broke into their garage this morning through the window and got into their fridge. Caller noted the bear came into their backyard yesterday when there was 16 people on their deck and the bear was unafraid. -***Caller requesting a callback from a CO for info.***',null,null,null,null,null,null,'20020 Richardson Rd, Pitt Meadows, BC',null,'2023-07-31 16:30:00','2023-07-31 16:48:53',null,'DTALEVSK@idir','2023-08-14 15:21:38',null,null,null,null,'OPEN','PITTMDWS',ST_GeomFromText('POINT(-122.6664641 49.2780693)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032439','Unknown address. Caller is phoning from the highway reporting seeing a bear in a backyard eating apples',null,null,null,null,null,null,'Domano Blvd and Hwy 16 W, Prince George, BC','EAST BOUND - BACK SIDE OF THE FENCE','2023-07-31 16:49:01','2023-07-31 16:49:01',null,'ASDUNCAN@idir','2023-07-31 16:50:33',null,null,null,null,'OPEN','PRINGEOR',ST_GeomFromText('POINT(-122.7802909 53.8692568)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032440','Yesterday afternoon, a cougar came onto the property and killed his dog and one of his goats',null,null,null,null,null,null,'2452 Williams Rd, Anahim Lake, BC',null,'2023-07-31 16:51:06','2023-07-31 16:51:06',null,'CPOSTHUM@idir','2023-08-03 09:25:53',null,null,null,null,'CLOSED','ANHMLK',ST_GeomFromText('POINT(-125.2986011 52.495897)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032441','Caller advised the campground was reopened this morning after being closed for a month and the same black bear that was causing havoc is back again. ',null,null,null,null,null,null,'','French Beach Campground ','2023-07-31 16:52:24','2023-07-31 16:52:24',null,'MAWILSON@idir','2023-08-01 08:30:43',null,null,null,null,'OPEN','JORDNRVR',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032442','Reporting that there is a small BB cub that has been seen in the area without a sow. Caller states that she was attempting to walk her dog about 1 hour prior to call in and was told by a neighbour that there was a cub in the area. Caller states she just noticed the cub at the back of her residence that has a hill that adjoins onto East Kenworth. ',null,null,null,null,null,null,'4126 Carson St, Prince George, BC',null,'2023-07-31 16:52:35','2023-07-31 16:52:35',null,'DDAVIS@idir','2023-07-31 16:56:26',null,null,null,null,'OPEN','PRINGEOR',ST_GeomFromText('POINT(-122.7667575 53.9629525)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032443','Caller reporting a black bear sighting near the below noted location. Caller advised the bear has walked through her backyard twice in the last 2 days. Caller noted the bear is not aggressive and has been eating berries in the area. ',null,null,null,null,null,null,'9161 Holdner Rd, Prince George, BC',null,'2023-07-31 16:55:00','2023-07-31 17:06:15',null,'KSORENSE@idir','2023-07-31 17:09:14',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7984617 54.0154516)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032447','Caller reporting that a black bear is up a cedar tree in his yard. Caller advised there is an apple and a pear tree across the street. -***Caller is requesting a CO callback for advice.***',null,null,null,null,null,null,'679 Fort St, Hope, BC',null,'2023-07-31 17:21:43','2023-07-31 17:21:43',null,'PDAYTON@idir','2023-08-01 15:13:11',null,null,null,null,'CLOSED','HOPE',ST_GeomFromText('POINT(-121.4323399 49.3819885)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032448','A smallish bear maybe the size of a small lab came running through the area and appeared to be crying. She did not see any larger bear nearby and the animal is running around the area.',null,null,null,null,null,null,'3791 Alderwood Crt, Prince George, BC',null,'2023-07-31 17:25:37','2023-07-31 17:25:37',null,'PROEMER@idir','2023-07-31 17:27:58',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.762368 53.9596237)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032449','Caller reporting an injured deer near the below noted location. Caller advised the deer has an injured back left leg that it is not putting weight on. Caller noted the deer is mobile. ',null,null,null,null,null,null,'107 7th Ave, Lillooet, BC','In parking lot ','2023-07-31 17:10:00','2023-07-31 17:26:02',null,'JXKLINE@idir','2023-08-01 12:35:53',null,null,null,null,'CLOSED','LILLOOET',ST_GeomFromText('POINT(-121.9368516 50.6928203)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032450','A honey coloured black bear is in the gulley near caller with a cub up a tree. -',null,null,null,null,null,null,'2400 Bella Coola Crt, Kamloops, BC',null,'2023-07-31 17:29:26','2023-07-31 17:29:26',null,'RBACALL@idir','2023-07-31 17:31:17',null,null,null,null,'CLOSED','KAMLOOPS',ST_GeomFromText('POINT(-120.2496938 50.6625748)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032451','A bear was up a tree, scared out and chased by a man on the street and has wandered off',null,null,null,null,null,null,'1500 Spring Creek Dr, Whistler, BC',null,'2023-07-31 17:29:48','2023-07-31 17:29:48',null,'ASDUNCAN@idir','2023-07-31 17:32:55',null,null,null,null,'CLOSED','WHISTLER',ST_GeomFromText('POINT(-123.0258595 50.0861586)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032453','Sunday, July 30, 4:30 pm ish. Mom bear wandered into lost lake beach area (with lots of people). Took someone’s picnic and left for the woods across the lost lake loop. Baby could be seen with mom. -At least 50+ people in the park. Food was on a blanket and owners were in the lake swimming. -This is about a bear that seems ‘habituated’ to humans in lost lake area. ',null,null,null,null,null,null,'','Woods across the Lost Lake loop','2023-07-30 16:30:00','2023-07-31 17:33:52',null,'TDSCHUMA@idir','2023-08-02 14:22:51',null,null,null,null,'CLOSED','WHISTLER',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032454','RCMP has received reports of 2 black bear cubs walking around and trying to cross the street at the below noted location. Caller advised there is no sow in sight. -',null,null,null,null,null,null,'4306 Hart Hwy, Prince George, BC',null,'2023-07-31 15:35:00','2023-07-31 17:36:58',null,'KSORENSE@idir','2023-07-31 17:39:37',null,null,null,null,'OPEN','PRINGEOR',ST_GeomFromText('POINT(-122.7671869 53.9645067)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032456','Caller reporting a racoon with a trap on it''s leg. The racoon was headed through backyards towards the golf course',null,null,null,null,null,null,'3093 Royal Vista Way, Courtenay, BC','NEAR CROWN ISLE GOLF CLUB','2023-07-31 17:49:46','2023-07-31 17:49:46',null,'ASDUNCAN@idir','2023-07-31 17:52:54',null,null,null,null,'OPEN','COURTNY',ST_GeomFromText('POINT(-124.9532073 49.7073972)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032457','Caller reporting a food conditioned black bear near the below noted location. Caller advised the bear is going in the backyards of the houses on the street and is getting into the garbages. ',null,null,null,null,null,null,'Fox St, Port Coquitlam, BC','End of the street','2023-07-31 17:30:00','2023-07-31 17:54:14',null,'KSORENSE@idir','2023-07-31 17:57:18',null,null,null,null,'OPEN','PORTCOQ',ST_GeomFromText('POINT(-122.7891274 49.2700223)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032458','A juvenile black bear is lying on the ground at the base of a tree, panting heavily, not getting up and leaving. Caller told the owner of the house who''s back yard the bear is in and the owner said, yup, he''s been there for a while. Owner isn''t concerned but caller thinks there is something wrong with the bear. ',null,null,null,null,null,null,'40335 Braemar Dr, Squamish, BC',null,'2023-07-31 17:55:09','2023-07-31 17:55:09',null,'RBACALL@idir','2023-07-31 17:59:09',null,null,null,null,'CLOSED','SQUMISH',ST_GeomFromText('POINT(-123.119307 49.7397201)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032459','Caller reporting a bear that''s been hanging around the last few weeks. It eats the berries along a green belt and is not afraid of anyone. It hasn''t gotten into garbages or anything that the caller can note. He is not comfortable with it around his dog and children',null,null,null,null,null,null,'Stirling Dr, Prince George, BC',null,'2023-07-31 18:02:00','2023-07-31 18:02:00',null,'ASDUNCAN@idir','2023-07-31 18:04:02',null,null,null,null,'OPEN','PRINGEOR',ST_GeomFromText('POINT(-122.8040609 53.9376583)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032460','Caller reporting a black bear sighting near the below noted location. Caller advised his daughter was walking their dog when she came within 10 feet of a black bear that was foraging in the bushes. Caller noted the bear was not aggressive. ',null,null,null,null,null,null,'E St James Rd and St Georges Ave, District of North Vancouver, BC',null,'2023-07-31 17:45:00','2023-07-31 18:06:40',null,'KSORENSE@idir','2023-07-31 18:10:02',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.0685834 49.3392555)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032461','Caller advises that down below her place on the dike is a bear, this is a popular walking trail and she is concerned there may be a confrontation. She does not want the be hurt.',null,null,null,null,null,null,'766 River Parade, Hope, BC',null,'2023-07-31 18:06:51','2023-07-31 18:06:51',null,'PBRACKEN@idir','2023-08-02 17:25:28',null,null,null,null,'CLOSED','HOPE',ST_GeomFromText('POINT(-121.4284086 49.3824175)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032462','A sow and 3 cubs broke into the house of his neighbour''s last week. The bears have been back since regularly and the caller was BBQ''ing tonight and the bears came by',null,null,null,null,null,null,'1251 Nestor St, Coquitlam, BC',null,'2023-07-31 18:08:51','2023-07-31 18:08:51',null,'ASDUNCAN@idir','2023-07-31 18:11:09',null,null,null,null,'OPEN','COQUITLM',ST_GeomFromText('POINT(-122.7781165 49.2893698)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032463','Caller reporting an injured fawn, still mobile at this time. The doe has wandered off. Caller advised the doe may be foraging and come back and the fawn may be in shock as well as told by mom to stay put. If the fawn is alone and still in the same area, caller will phone back tomorrow afternoon',null,null,null,null,null,null,'Mount Royal Dr, Kelowna, BC','PARK IS ON MT ROYAL DR AND FACING ROYAL VIEW','2023-07-31 18:13:01','2023-07-31 18:13:01',null,'KOWENS@idir','2023-08-03 08:18:15',null,null,null,null,'CLOSED','KELOWNA',ST_GeomFromText('POINT(-119.4761096 49.898875)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032464','Caller reporting an injured fawn near the below noted location. Caller advised the fawn has a cist on it''s face that is growing rapidly and has doubled in size in the last 2 days. Caller noted the fawn is with a doe and another fawn. Caller advised the deer is mobile and walking. ',null,null,null,null,null,null,'4307 Joyce Ave, Powell River, BC',null,'2023-07-31 18:18:52','2023-07-31 18:18:52',null,'KSORENSE@idir','2023-07-31 18:22:14',null,null,null,null,'OPEN','POWELLRV',ST_GeomFromText('POINT(-124.5209953 49.8324194)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032465','A fawn with 2 front broken legs is trying to cross the road. Another caller said it was back legs that were injured. ',null,null,null,null,null,null,'Oceola Rd, Lake Country, BC','Hwy 97 near Oceola Road, near Turtle Bay, before Lake Country if travelling from Vernon, west side','2023-07-31 18:20:25','2023-07-31 18:20:25',null,'KOWENS@idir','2023-08-01 15:59:09',null,null,null,null,'CLOSED','LAKECNRY',ST_GeomFromText('POINT(-119.4119389 50.0579765)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032468','Caller reporting a fawn was struck by a vehicle. It is still mobile and limping',null,null,null,null,null,null,'Hwy 97, Lake Country, BC','WINFIELD SIDE OF NEW OVERPASS','2023-07-31 18:24:13','2023-07-31 18:24:13',null,'KOWENS@idir','2023-07-31 18:51:49',null,null,null,null,'CLOSED','LAKECNRY',ST_GeomFromText('POINT(-119.4044094 50.0806398)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032469','Caller reporting a cougar sighting near the below noted location. Caller advised cougar was walking along the fencing behind their house. -***Caller requesting a callback from a CO for information.*** -',null,null,null,null,null,null,'492 Regency Pl, Colwood, BC',null,'2023-07-31 18:25:29','2023-07-31 18:25:29',null,'MAWILSON@idir','2023-08-01 09:55:29',null,null,null,null,'CLOSED','CLWOOD',ST_GeomFromText('POINT(-123.4976951 48.4115393)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032471','Caller reports there appears to be a fawn stuck in between the hwy.',null,null,null,null,null,null,'Hwy 97, Lake Country, BC','2 min up first hill past the Tim Hortons','2023-07-31 18:28:15','2023-07-31 18:28:15',null,'PROEMER@idir','2023-07-31 18:33:27',null,null,null,null,'OPEN','LAKECNRY',ST_GeomFromText('POINT(-119.4044094 50.0806398)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032472','A sow and 2 cubs have been hanging on the property the last few days. - -**Caller understands she is in bear territory and is looking for advise on how to get them to move on. She doesn''t believe there are any attractants on the property',null,null,null,null,null,null,'4139 Moser Rd, Chase Creek, BC',null,'2023-07-31 18:30:55','2023-07-31 18:30:55',null,'KANEKOPP@idir','2023-08-01 15:18:26',null,null,null,null,'CLOSED','CHSE',ST_GeomFromText('POINT(-119.6634834 50.6173836)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032473','RCMP received a call from the subject reporting a yearling bear wandering through the area.',null,null,null,null,null,null,'Burgoyne Rd and Station Rd, Coombs, BC',null,'2023-07-31 18:33:52','2023-07-31 18:33:52',null,'PROEMER@idir','2023-07-31 18:36:02',null,null,null,null,'CLOSED','PORTALBR',ST_GeomFromText('POINT(-124.4175791 49.3015046)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032476','Caller is house sitting at his mother''s. A small black bear is in the green space on the other side of the fence. Caller thinks its weird to be where it is, between the highway and the Casino.',null,null,null,null,null,null,'180 Aitken Cres, Prince George, BC',null,'2023-07-31 18:51:53','2023-07-31 18:51:53',null,'RBACALL@idir','2023-07-31 18:54:31',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7660929 53.8935822)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032478','Caller witnessed moose get hit and killed by a vehicle this afternoon at 16:00 in Christina Lake. A fairly large calf was with the moose and ran off into the bush. ',null,null,null,null,null,null,'','Top of the hill as coming out of Christina Lake, heading west, where 2 lanes end','2023-07-31 16:00:00','2023-07-31 18:55:23',null,'MPLAMOND@idir','2023-08-04 12:57:09',null,null,null,null,'CLOSED','CHRSTNAL',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032479','Caller phoning to report a bear is destroying all of his fruit trees',null,null,null,null,null,null,'3058 Charella Dr, Prince George, BC',null,'2023-07-31 19:15:27','2023-07-31 19:15:27',null,'ASDUNCAN@idir','2023-07-31 19:16:49',null,null,null,null,'OPEN','PRINGEOR',ST_GeomFromText('POINT(-122.7909029 53.8803342)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032481','Caller hit a black bear with her truck. The bear ran off into the bushes. Bear did not appear to be injured. ',null,null,null,null,null,null,'','1 km west of Walkers Greenhouse','2023-07-31 19:43:32','2023-07-31 19:43:32',null,'RBACALL@idir','2023-07-31 19:46:22',null,null,null,null,'CLOSED','FTSTJOHN',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032482','Caller reporting a bear was following her and her family + dog. They were picked up by a side by side and the bear was still approaching them at that time',null,null,null,null,null,null,'Firth Cres, Mackenzie, BC','TRAIL BEHIND FIRTH','2023-07-31 19:45:54','2023-07-31 19:45:54',null,'HIDESMAR@idir','2023-08-03 07:51:08',null,null,null,null,'CLOSED','MACKENZI',ST_GeomFromText('POINT(-123.0899684 55.3444953)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032483','Caller reporting a bear getting into a garbage bin on campus - -*Emailed only due to time of day',null,null,null,null,null,null,'2055 Purcell Way, District of North Vancouver, BC','CAPILANO UNIVERSITY','2023-07-31 19:58:32','2023-07-31 19:58:32',null,'ASDUNCAN@idir','2023-07-31 20:47:03',null,null,null,null,'OPEN','NORVAN',ST_GeomFromText('POINT(-123.0197722 49.3170632)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032485','2 BB in a huge tree in their backyard, in the neighbours backyard.',null,null,null,null,null,null,'3526 Romanin Cres, Prince George, BC',null,'2023-07-31 20:16:05','2023-07-31 20:16:05',null,'COMILLER@idir','2023-07-31 20:17:37',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(-122.7806755 53.8840975)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032486','Reporting a bb eating berries behind caller''s fence.',null,null,null,null,null,null,'',null,'2023-07-31 20:20:29','2023-07-31 20:20:29',null,'KWINTERS@idir','2023-07-31 20:21:20',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032487','Bear sighting, just came by eating berries in the bushes and currently trying to open their garbage. Broke their fence yesterday, and has been there for a week.',null,null,null,null,null,null,'38297 Fir St, Squamish, BC',null,'2023-07-31 20:21:48','2023-07-31 20:21:48',null,'CROCHON@idir','2023-08-04 13:32:18',null,null,null,null,'OPEN','SQUMISH',ST_GeomFromText('POINT(-123.1274763 49.7007977)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032488','Reporting an injured deer limping up the hill near the noted location. Front leg injury, non weight bearing.',null,null,null,null,null,null,'','MISSION HILL JUST PAST 18TH AVE, MISSION RD','2023-07-31 20:22:03','2023-07-31 20:22:03',null,'TBECK@idir','2023-08-01 09:04:35',null,null,null,null,'CLOSED','VERNON',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032489','Reporting a bb in the townhouse complex getting into the mouse traps and eating whatever is in there.',null,null,null,null,null,null,'Panorama Dr, Port Moody, BC',null,'2023-07-31 20:28:57','2023-07-31 20:28:57',null,'KWINTERS@idir','2023-07-31 20:30:35',null,null,null,null,'OPEN','PORTMDY',ST_GeomFromText('POINT(-122.8267175 49.302396)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032490','There is a BB in behind James Park Elementary School wandering around. Callers next-door neighbour has been constantly getting their garbage broken into by the BB. Caller has talked to the neighbour about securing the garbage, but neighbour hasn''t done anything yet. Neighbour on the left side facing their property, 1825 Suffolk Ave, Port Coquitlam, BC.',null,null,null,null,null,null,'1821 Suffolk Ave, Port Coquitlam, BC',null,'2023-07-31 20:29:01','2023-07-31 20:29:01',null,'COMILLER@idir','2023-07-31 20:38:53',null,null,null,null,'OPEN','PORTCOQ',ST_GeomFromText('POINT(-122.7646968 49.266734)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032491','A nuisance racoon just attacked a dog. Caller is not the owner, but the owners are currently taking it to the vet right now. It happened on city property.',null,null,null,null,null,null,'UNIT 6 -- 525 McClure Rd, Kelowna, BC',null,'2023-07-31 20:39:22','2023-07-31 20:39:22',null,'KOWENS@idir','2023-08-01 15:56:28',null,null,null,null,'CLOSED','KELOWNA',ST_GeomFromText('POINT(-119.4933181 49.8178744)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032492','Caller reporting a bear in a dumpster',null,null,null,null,null,null,'22nd Ave and central st E','CARRIAGE LANE APARTMENTS','2023-07-31 20:40:19','2023-07-31 20:40:19',null,'ASDUNCAN@idir','2023-07-31 20:42:10',null,null,null,null,'OPEN','PRINGEOR',ST_GeomFromText('POINT(-122.7818128 53.9035954)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032493','Reporting a bb that went through the campground around 1700 hours. Caller chased him with a gator. There have been no further reports of the bear. It looks like the 2 year old that is very healthy.',null,null,null,null,null,null,'','FRENCH BEACH PROV PARK','2023-07-31 17:00:00','2023-07-31 20:46:17',null,'KWINTERS@idir','2023-07-31 20:48:35',null,null,null,null,'CLOSED','SOOKE',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032494','There is a couple pretty young BB on the side of Hwy 16, one of the BBs back legs are completely flattened and dragging its back legs. No mother in sight. They are on the right side of the highway going from Costco to Canadian Tire.',null,null,null,null,null,null,'Hwy 16, Prince George, BC','In the middle between Canadian Tire and Costco','2023-07-31 20:50:04','2023-07-31 20:50:04',null,'COMILLER@idir','2023-07-31 20:59:24',null,null,null,null,'OPEN','PRINGEOR',ST_GeomFromText('POINT(-122.7714978 53.8761288)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032495','Reporting 3 bears in the area. 2 have been through his yard 3 times today. It was garbage pickup day today. They broke into his shed and took garbage out before it was taken out. They came back this evening to try and rip the door of the shed off again.',null,null,null,null,null,null,'',null,'2023-07-31 20:51:25','2023-07-31 20:51:25',null,'DLEWERS@idir','2023-08-02 14:38:42',null,null,null,null,'OPEN','PRINGEOR',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032496','Caller advises that the bear has been hanging around the area for some days now. Up till now he was just eating the berries and grapes and such across the way doing bear things. Now though he is coming in around the residences and last night he was sitting at tree line almost daring the dogs to get close, caller set a bear banger off and he took off running. Tonight when he came around he was banging and ripping into stuff next door and only ran a short distance after the bear banger went off then stopped looked behind him and then sauntered off. His concern is he is becoming more and more unafraid, he is wondering what he is allowed to do about shooting it if required? he is status and the meat would be used if he is allowed to shoot it if the situation requires it.',null,null,null,null,null,null,'104 Duncan Dr, Pinchi, BC',null,'2023-07-31 20:52:06','2023-07-31 20:52:06',null,'SGBATES@idir','2023-08-01 10:40:55',null,null,null,null,'CLOSED','FTSTJAME',ST_GeomFromText('POINT(-124.5042637 54.5682295)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032498','Caller reporting she was driving by and saw a bear getting into someones garbage',null,null,null,null,null,null,'Hoskins Rd and Lynn Valley Rd, District of North Vancouver, BC','WEST SIDE OF THE STREET','2023-07-31 20:58:26','2023-07-31 20:58:26',null,'ASDUNCAN@idir','2023-07-31 21:00:03',null,null,null,null,'OPEN','NORVAN',ST_GeomFromText('POINT(-123.0287016 49.3421548)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032499','Reporting a sow and cub near the noted location. ',null,null,null,null,null,null,'','COTTONWOOD TRAIL UNDER BRIDGE','2023-07-31 21:02:30','2023-07-31 21:02:30',null,'KWINTERS@idir','2023-07-31 21:03:48',null,null,null,null,'CLOSED','PRINGEOR',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032500','Reporting a bb going through trash cans near the noted location.',null,null,null,null,null,null,'','BAKER DR & DARNELL CRT','2023-07-31 21:05:16','2023-07-31 21:05:16',null,'KWINTERS@idir','2023-07-31 21:06:39',null,null,null,null,'OPEN','COQUITLM',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032502','Deer with an injured front left leg, lying in someone''s yard for an hour. It was mobile.',null,null,null,null,null,null,'3409 17 Ave, Vernon, BC',null,'2023-07-31 21:16:26','2023-07-31 21:16:26',null,'TBECK@idir','2023-08-01 09:05:15',null,null,null,null,'CLOSED','VERNON',ST_GeomFromText('POINT(-119.2784816 50.2541596)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032503','A neighbours house on 29th St has had a bear in their backyard since yesterday. A couple of neighbours garbage and callers BBQ were knocked over and garbage ripped apart, not sure if it was the bear. Garbage lids are bungee corded. Concerned for children''s safety.',null,null,null,null,null,null,'530 W 28th St, North Vancouver, BC',null,'2023-07-31 21:23:55','2023-07-31 21:23:55',null,'KWINTERS@idir','2023-07-31 22:08:52',null,null,null,null,'OPEN','NORVAN',ST_GeomFromText('POINT(-123.0858068 49.3354188)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032505','A train passing through Invermere struck and they believe killed a deer at the location below.',null,null,null,null,null,null,'14th St and 3rd Ave, Invermere, BC',null,'2023-07-31 21:37:35','2023-07-31 21:37:35',null,'MATTHEWH@idir','2023-08-04 08:54:15',null,null,null,null,'CLOSED','INVERMER',ST_GeomFromText('POINT(-116.0222994 50.5023776)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032507','Reporting a snake in front of garage door at the noted location.',null,null,null,null,null,null,'1838 Red Tail Cres, Kamloops, BC',null,'2023-07-31 21:42:33','2023-07-31 21:42:33',null,'MSANDERS@idir','2023-08-01 13:05:33',null,null,null,null,'CLOSED','KAMLOOPS',ST_GeomFromText('POINT(-120.3716539 50.7179728)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032508','Reporting a mother bear and 2 cubs, knocked over a dumpster and going through it.',null,null,null,null,null,null,'University Dr, Burnaby, BC','SFU Campus','2023-07-31 21:43:19','2023-07-31 21:43:19',null,'TDSCHUMA@idir','2023-08-03 11:50:50',null,null,null,null,'OPEN','BURNBY',ST_GeomFromText('POINT(-122.919146 49.2800542)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032509','Caller has a deer in the backyard that a neighbour advised him of, it is injured and was reported to be unable to move. He did not see it enter the yard and is not sure how it is injured, it just laying there presently. -Requested call back in am if the animal was still there.',null,null,null,null,null,null,'3409 17 Ave, Vernon, BC',null,'2023-07-31 21:44:29','2023-07-31 21:44:29',null,'TBECK@idir','2023-08-01 09:06:10',null,null,null,null,'CLOSED','VERNON',ST_GeomFromText('POINT(-119.2784816 50.2541596)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032510','BB in their neighbourhood getting a lot bolder. Believe it has been the same issue over a year, walking street in the afternoon on Friday and walking around today at 1800. It has been accessing garbage in the neighbour and is concerned for their child and wife.',null,null,null,null,null,null,'1405 Briarlynn Cres, District of North Vancouver, BC',null,'2023-07-31 21:45:20','2023-07-31 21:45:20',null,'COMILLER@idir','2023-07-31 21:49:51',null,null,null,null,'OPEN','NORVAN',ST_GeomFromText('POINT(-123.0358019 49.3251421)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032511','Second hand report of a bear that went down the back alley way, they did not see the bear. Callers neighbour saw it go after someone. Callers father reported people were throwing stuff at it, antagonizing the bear making it aggressive.',null,null,null,null,null,null,'15th Ave and Dogwood St, Prince George, BC',null,'2023-07-31 21:55:33','2023-07-31 21:55:33',null,'COMILLER@idir','2023-07-31 22:03:57',null,null,null,null,'OPEN','PRINGEOR',ST_GeomFromText('POINT(-122.7337619 53.9104796)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032515','Bear still there just walking and broke their fence. No aggression or accessing attractants.',null,null,null,null,null,null,'2105 Philip Ave, District of North Vancouver, BC',null,'2023-07-31 22:13:40','2023-07-31 22:13:40',null,'COMILLER@idir','2023-07-31 22:16:39',null,null,null,null,'OPEN','NORVAN',ST_GeomFromText('POINT(-123.1135177 49.3290202)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032517','',null,null,null,null,null,null,'Claymore ',null,'2023-07-31 22:14:31','2023-07-31 22:14:31',null,'TDSCHUMA@idir','2023-08-02 11:35:02',null,null,null,null,'CLOSED','WHISTLER',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032518','Reporting a bb in the yard. She has a garbage can outside of the shed.',null,null,null,null,null,null,'',null,'2023-07-31 22:19:34','2023-07-31 22:19:34',null,'HIDESMAR@idir','2023-08-01 11:05:06',null,null,null,null,'CLOSED','MACKENZI',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032521','Reporting for their friend who saw a bear in the forest in a Provincial park near a campground.',null,null,null,null,null,null,'','Alice Lake Provincial Park','2023-07-31 22:21:52','2023-07-31 22:21:52',null,'COMILLER@idir','2023-07-31 22:24:22',null,null,null,null,'CLOSED','SQUMISH',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032525','Huge bear wandering around following it. No aggression.',null,null,null,null,null,null,'Baird Rd and Harold Rd, District of North Vancouver, BC',null,'2023-07-31 22:50:06','2023-07-31 22:50:06',null,'COMILLER@idir','2023-07-31 22:52:43',null,null,null,null,'CLOSED','NORVAN',ST_GeomFromText('POINT(-123.0407796 49.3381404)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032526','Caller is headed towards cranbrook from creston and reporting a deer that''s need to be dispatched. It is partially blocking traffic',null,null,null,null,null,null,'Hwy 3, Cranbrook, BC','SWANSON BRIDGE - JUST BEOFRE THE BLUFFS GOING INTO MOYIE LAKE','2023-07-31 23:21:37','2023-07-31 23:21:37',null,'RKRENZ@idir','2023-08-04 13:46:39',null,null,null,null,'CLOSED','MOYIE',ST_GeomFromText('POINT(-115.8161834 49.4759958)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032527','Reporting a large bb in the area. It has been going through garbage in the area. ',null,null,null,null,null,null,'',null,'2023-07-31 23:27:46','2023-07-31 23:27:46',null,'KWINTERS@idir','2023-07-31 23:30:33',null,null,null,null,'OPEN','PORTCOQ',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032622','Msg left on cos phone tree. cougar passed through back yard about 15 minutes ago. Wasn''t aggressive just looked at me and continued on its way down to the creek i think -',null,null,null,null,null,null,'UNIT 57 -- 2979 River Rd, Chemainus, BC','Unit 57 - 2979 River Road, Chemainus','2023-07-31 09:15:00','2023-07-31 09:33:00',null,'MAWILSON@idir','2023-08-01 11:03:25',null,null,null,null,'CLOSED','CHMNUS',ST_GeomFromText('POINT(-123.7201001 48.9194477)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032986','COM reported to CO KNIBBS 2 bear cubs hanging around and believes they are orphaned.',null,null,null,null,null,null,'4860 Lake Kathlyn Junction Road',null,'2023-08-02 11:56:01','2023-07-29 12:00:00',null,'TARWILLI@idir','2023-08-03 09:27:34',null,null,null,null,'CLOSED','SMITHERS',ST_GeomFromText('POINT(0 0)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-032997','COM reporting that there has been a 2-year-old black bear seen in community. COM sent CO CALDWELL photos of bear in tree near house.',null,null,null,null,null,null,'Good Hope Lake, BC',null,'2023-08-02 12:20:51','2023-07-12 12:00:00',null,'RYCALDWE@idir','2023-08-02 13:17:27',null,null,null,null,'CLOSED','GOODHOPL',ST_GeomFromText('POINT(-129.3044444 59.2816667)')) ON CONFLICT DO NOTHING; -INSERT INTO public.complaint(complaint_identifier,detail_text,caller_name,caller_address,caller_email,caller_phone_1,caller_phone_2,caller_phone_3,location_summary_text,location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp,referred_by_agency_other_text,create_user_id,create_utc_timestamp,update_user_id,update_utc_timestamp, referred_by_agency_code,owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) VALUES('23-033066','I was cycling on the TransCanada Trail along Aloutte River in Pitt Meadows today around 11:30 AM. On the stretch of the trail that runs up against Hale Road, I was chased by a snarling, large canine. I had not seen any off-leash dogs, but suddenly had something chasing me and snarling for a good 20-30 seconds of sprint cycling while I tried to outrun it. When I finally felt comfortable looking back, I did not see a dog or a person. The animal had appeared ""out of nowhere"" and was just out of my peripheral vision when it happened and I was too focused on outrunning it that I didn''t slow to identify it at the time. On my return trip, there was a large coyote pacing around the spot where it happened. Fortunately there was a large group of walkers so I hung back with them until we were all safely past it. There is a farm in the area, and the encounter happened around this location: 49°15''51.6""N 122°40''39.9""W. - -While it certainly could have been a large dog since I didn''t see it at the time, I wanted to document this in case you get similar reports. I tried calling 1-877-952-7277 but didn''t get through to a person and the mailbox was full. -',null,null,null,null,null,null,'Trans-Canada Trail, Abbotsford, BC','NEAR HALE ROAD ALONG ALOUETTE RIVER','2023-07-26 15:07:00','2023-07-26 15:07:00',null,'PDAYTON@idir','2023-08-02 15:11:01',null,null,null,null,'OPEN','PITTMDWS',ST_GeomFromText('POINT(-122.2860949 49.1296151)')) ON CONFLICT DO NOTHING; - --- HWCR SQL -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-07-04 11:13:19','23-024650','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ASDUNCAN@idir','2023-07-01 00:22:52','23-024652','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-07-04 14:22:36','23-024655','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'RKRENZ@idir','2023-07-04 15:38:37','23-024657','DEER','DEADNV') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HIDESMAR@idir','2023-07-17 14:31:20','23-024658','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HIDESMAR@idir','2023-07-09 13:22:03','23-024659','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HIDESMAR@idir','2023-07-09 13:30:12','23-024660','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-07-04 14:22:15','23-024661','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EFITCH@IDIR','2023-07-01 06:28:33','23-024662','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES('hay','STECOOK@idir','2023-07-04 11:08:48','23-024663','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BRANBECK@idir','2023-07-01 11:39:28','23-024664','DEER','ORPHANLG') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EFITCH@IDIR','2023-07-01 07:59:24','23-024668','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TBECK@idir','2023-07-01 09:12:51','23-024671','RAPTOR','DEADNV') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EMCARTHU@idir','2023-07-20 09:45:47','23-024672','GRZBEAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MATTHEWH@idir','2023-07-10 10:32:44','23-024674','BLKBEAR','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PBRACKEN@idir','2023-07-01 08:04:46','23-024675','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KSORENSE@idir','2023-07-01 08:12:34','23-024676','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'GSMALL@idir','2023-07-01 15:51:26','23-024679','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BMUELLER@idir','2023-07-22 16:14:19','23-024681','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BRANBECK@idir','2023-07-05 09:18:25','23-024682','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ESEITZ@idir','2023-07-10 11:47:09','23-024683','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TDSCHUMA@idir','2023-07-02 16:25:21','23-024684','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KSORENSE@idir','2023-07-01 08:53:09','23-024685','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'GSMALL@idir','2023-07-01 15:49:56','23-024686','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MMBOOTH@idir','2023-07-19 13:12:22','23-024687','FOX','LIVNCOU') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'RKRENZ@idir','2023-07-04 15:38:56','23-024688','DEER','ORPHANLG') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HIDESMAR@idir','2023-07-09 13:37:35','23-024690','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-04 14:52:50','23-024692','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SPEELING@idir','2023-07-23 13:28:05','23-024693','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CDOYLEWA@idir','2023-07-01 09:16:51','23-024694','COYOTE','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DLEWERS@idir','2023-08-05 12:17:52','23-024695','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'GSMALL@idir','2023-07-01 15:46:53','23-024698','DEER','AGGPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'COMILLER@idir','2023-07-01 09:47:54','23-024702','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ALBUCHAN@idir','2023-07-02 13:31:22','23-024708','COYOTE','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MSANDERS@idir','2023-07-06 09:37:40','23-024712','COUGAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TDSCHUMA@idir','2023-07-01 13:29:30','23-024715','BLKBEAR','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KSORENSE@idir','2023-07-01 11:01:52','23-024716','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CDOYLEWA@idir','2023-07-01 11:18:44','23-024718','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BRANBECK@idir','2023-07-01 11:48:50','23-024723','DEER','ORPHANLG') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TDSCHUMA@idir','2023-07-01 12:57:50','23-024727','BLKBEAR','AGGPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TDSCHUMA@idir','2023-07-01 12:44:00','23-024730','BLKBEAR','AGGPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SMCCREAD@idir','2023-07-01 12:03:29','23-024731','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-07-04 11:12:30','23-024732','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PBRACKEN@idir','2023-07-01 12:02:19','23-024734','BLKBEAR','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-04 10:51:35','23-024735','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MSOUCY@idir','2023-07-04 07:30:11','23-024736','DEER','ORPHANLG') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'GSMALL@idir','2023-07-01 15:35:09','23-024737','MOOSE','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MSOUCY@idir','2023-07-04 07:31:46','23-024738','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KSORENSE@idir','2023-07-01 12:17:14','23-024739','COYOTE','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SMCCREAD@idir','2023-07-01 12:19:35','23-024740','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KSORENSE@idir','2023-07-01 12:27:54','23-024743','BLKBEAR','AGGPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SMCCREAD@idir','2023-07-01 12:27:55','23-024744','FOX','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'GSMALL@idir','2023-07-01 15:31:22','23-024746','WLDSHEEP','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'GSMALL@idir','2023-07-01 15:33:26','23-024747','COYOTE','LIVNCOU') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-07-04 11:12:02','23-024748','BLKBEAR','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EMCARTHU@idir','2023-07-20 09:48:03','23-024750','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KSORENSE@idir','2023-07-01 13:11:48','23-024751','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TDSCHUMA@idir','2023-07-01 15:02:15','23-024752','BLKBEAR','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JMILLETT@idir','2023-07-04 09:32:18','23-024753','BLKBEAR','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TDSCHUMA@idir','2023-07-01 14:20:33','23-024754','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TDSCHUMA@idir','2023-07-01 14:18:43','23-024756','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PBRACKEN@idir','2023-07-01 14:02:53','23-024757','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TDSCHUMA@idir','2023-07-01 14:17:09','23-024758','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-07 11:18:39','23-024763','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TDSCHUMA@idir','2023-07-01 14:44:27','23-024764','BLKBEAR','CONFINED') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SMCCREAD@idir','2023-07-01 14:33:37','23-024765','COUGAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ALBUCHAN@idir','2023-07-02 13:06:27','23-024767','BLKBEAR','AGGPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'RKRENZ@idir','2023-07-04 15:39:14','23-024770','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-07-04 14:21:40','23-024771','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PROEMER@idir','2023-07-01 15:00:31','23-024772','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TDSCHUMA@idir','2023-07-01 15:50:49','23-024774','BLKBEAR','AGGPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KSORENSE@idir','2023-07-01 15:23:03','23-024778','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SMCCREAD@idir','2023-07-01 16:06:40','23-024781','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SMCCREAD@idir','2023-07-01 16:12:41','23-024782','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PROEMER@idir','2023-07-01 16:21:25','23-024783','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'COMILLER@idir','2023-07-01 16:19:54','23-024784','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-07-04 11:11:40','23-024785','BLKBEAR','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-07-13 14:12:50','23-024787','BLKBEAR','SCHPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SMCCREAD@idir','2023-07-01 16:57:29','23-024790','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-07-04 14:21:19','23-024791','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'GSMALL@idir','2023-07-21 22:28:49','23-024792','RAPTOR','CONFINED') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KANEKOPP@idir','2023-07-02 12:27:52','23-024793','RATTLER','CONFINED') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-07-04 14:20:47','23-024794','BLKBEAR','DAMNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PROEMER@idir','2023-07-01 17:27:07','23-024795','BOBCAT','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MGEUZE@idir','2023-07-01 20:52:34','23-024797','GRZBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-07-04 14:20:06','23-024798','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JCONNAT@idir','2023-07-02 09:08:25','23-024799','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PROEMER@idir','2023-07-01 18:36:56','23-024805','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SMCCREAD@idir','2023-07-01 18:47:02','23-024806','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SMCCREAD@idir','2023-07-01 19:00:43','23-024808','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-08-09 14:20:34','23-024809','RVROTTER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-07-04 11:10:31','23-024810','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PROEMER@idir','2023-07-01 19:59:09','23-024813','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ASDUNCAN@idir','2023-07-01 19:59:54','23-024815','BLKBEAR','DAMNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HIDESMAR@idir','2023-07-10 14:06:18','23-024816','MOOSE','ORPHANLG') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DDUFFY@idir','2023-07-01 20:12:51','23-024818','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ZTESTAWI@idir','2023-07-01 20:26:06','23-024820','GRZBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DDUFFY@idir','2023-07-01 20:31:26','23-024821','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HIDESMAR@idir','2023-07-09 13:42:35','23-024822','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ASDUNCAN@idir','2023-07-01 20:58:06','23-024823','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-07-04 14:19:34','23-024824','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HIDESMAR@idir','2023-07-09 13:44:57','23-024825','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DDUFFY@idir','2023-07-01 21:26:14','23-024829','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KWINTERS@idir','2023-07-03 21:26:30','23-024830','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HIDESMAR@idir','2023-07-09 13:47:52','23-024831','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'IPAVLOVI@IDIR','2023-07-01 21:42:56','23-024833','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'IPAVLOVI@IDIR','2023-07-01 21:56:06','23-024834','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'IPAVLOVI@IDIR','2023-07-01 22:05:42','23-024835','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES('WEEDS','EVEROBER@idir','2023-07-04 13:55:02','23-024837','GRZBEAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ASDUNCAN@idir','2023-07-01 22:30:32','23-024838','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MGEUZE@idir','2023-07-05 14:56:32','23-024840','GRZBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DDUFFY@idir','2023-07-01 22:36:41','23-024841','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CHAMLYN@idir','2023-07-09 10:00:39','23-024842','COUGAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TDSCHUMA@idir','2023-07-02 17:00:44','23-024843','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'IPAVLOVI@IDIR','2023-07-01 23:11:51','23-024844','BLKBEAR','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'IPAVLOVI@IDIR','2023-07-01 23:12:43','23-024845','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HIDESMAR@idir','2023-07-10 14:21:18','23-024846','BLKBEAR','AGGPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-07-04 14:18:45','23-024847','BLKBEAR','DAMNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-07-04 14:18:13','23-024848','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-07 16:09:23','23-024849','COUGAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MGEUZE@idir','2023-07-05 14:12:43','23-024850','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ASDUNCAN@idir','2023-07-02 05:47:11','23-024851','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JPALM@idir','2023-07-05 10:40:37','23-024853','BLKBEAR','CONFINED') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ASDUNCAN@idir','2023-07-02 06:00:16','23-024854','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DDAVIS@idir','2023-07-02 06:51:11','23-024856','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-04 10:56:21','23-024857','COUGAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KANEKOPP@idir','2023-07-02 10:36:32','23-024859','MOOSE','CONFINED') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TDSCHUMA@idir','2023-07-02 16:57:43','23-024860','BLKBEAR','DAMNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BDAY@idir','2023-07-02 13:11:14','23-024861','ELK','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DAVCOX@idir','2023-07-02 12:10:21','23-024862','DEER','ORPHANLG') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CDOYLEWA@idir','2023-07-02 08:19:45','23-024865','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MGEUZE@idir','2023-07-05 12:43:49','23-024868','GRZBEAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KSORENSE@idir','2023-07-02 08:48:05','23-024872','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HIDESMAR@idir','2023-07-17 14:34:30','23-024875','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-07-04 14:17:46','23-024876','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CDOYLEWA@idir','2023-07-02 09:17:00','23-024877','FOX','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JRISTO@idir','2023-07-03 12:56:50','23-024878','ELK','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MSOUCY@idir','2023-07-04 07:33:03','23-024879','BLKBEAR','SCHPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DAVCOX@idir','2023-07-04 10:06:41','23-024881','BLKBEAR','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CHAMLYN@idir','2023-07-02 11:29:29','23-024882','COUGAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BMUELLER@idir','2023-07-10 11:58:32','23-024888','BLKBEAR','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TDSCHUMA@idir','2023-07-02 17:15:08','23-024892','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KSORENSE@idir','2023-07-02 10:47:22','23-024893','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HGOOLIAF@idir','2023-07-04 09:53:57','23-024897','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JCLANCY@idir','2023-07-04 13:00:08','23-024900','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CDOYLEWA@idir','2023-07-02 11:20:26','23-024903','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DTALEVSK@idir','2023-07-02 11:24:52','23-024904','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DDAVIS@idir','2023-07-02 11:31:00','23-024907','DEER','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MSOUCY@idir','2023-07-04 07:36:17','23-024908','DEER','ORPHANLG') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-07-04 13:07:37','23-024922','BLKBEAR','SCHPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DAVCOX@idir','2023-07-04 10:25:47','23-024926','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KANEKOPP@idir','2023-07-04 12:49:42','23-024935','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KSORENSE@idir','2023-07-02 13:20:45','23-024938','BLKBEAR','LIVNCOU') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EVEROBER@idir','2023-07-10 11:06:30','23-024939','BLKBEAR','ORPHANLG') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CDOYLEWA@idir','2023-07-02 13:24:58','23-024940','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'COMILLER@idir','2023-07-02 13:30:06','23-024941','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KSORENSE@idir','2023-07-02 13:35:28','23-024942','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CDOYLEWA@idir','2023-07-02 13:49:03','23-024944','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'COMILLER@idir','2023-07-02 15:32:42','23-024945','BLKBEAR','LIVNCOU') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BKNIBBS@idir','2023-07-06 09:01:31','23-024946','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HIDESMAR@idir','2023-07-17 16:38:15','23-024947','MOOSE','ORPHANLG') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SMCCREAD@idir','2023-07-02 14:19:27','23-024948','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-07-13 13:47:21','23-024950','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'COMILLER@idir','2023-07-02 14:40:11','23-024953','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TDSCHUMA@idir','2023-07-02 16:53:22','23-024955','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EVEROBER@idir','2023-07-09 11:59:55','23-024959','BLKBEAR','AGGPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'COMILLER@idir','2023-07-02 15:03:36','23-024964','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'COMILLER@idir','2023-07-02 15:09:32','23-024966','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'COMILLER@idir','2023-07-02 15:15:11','23-024967','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HGOOLIAF@idir','2023-07-06 14:21:48','23-024975','OTHER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-04 15:34:40','23-024979','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SMCCREAD@idir','2023-07-02 16:15:17','23-024982','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-04 15:35:35','23-024984','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TDSCHUMA@idir','2023-07-02 16:46:24','23-024986','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TDSCHUMA@idir','2023-07-02 16:51:11','23-024987','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HIDESMAR@idir','2023-07-09 13:49:04','23-024991','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-17 16:03:11','23-025001','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SZUKEWI@idir','2023-07-05 09:30:41','23-025003','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HGOOLIAF@idir','2023-07-05 11:11:26','23-025004','DEER','ORPHANLG') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BALACEY@idir','2023-07-08 13:35:16','23-025006','GRZBEAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ZTESTAWI@idir','2023-07-02 20:05:08','23-025007','GRZBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ZTESTAWI@idir','2023-07-02 20:11:11','23-025009','GRZBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MSRICHAR@idir','2023-07-04 11:00:30','23-025010','BLKBEAR','AGGPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ZTESTAWI@idir','2023-07-02 20:21:13','23-025011','GRZBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MGEUZE@idir','2023-07-05 15:09:16','23-025013','GRZBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-07 16:10:40','23-025014','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DLEWERS@idir','2023-07-02 20:45:51','23-025015','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DLEWERS@idir','2023-07-02 20:49:11','23-025016','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-07-04 14:16:57','23-025017','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CROCHON@idir','2023-07-07 09:22:31','23-025018','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ASDUNCAN@idir','2023-07-02 20:58:45','23-025019','RATTLER','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-07-13 14:06:47','23-025020','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DDUFFY@idir','2023-07-02 21:24:26','23-025021','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KSORENSE@idir','2023-07-04 16:53:52','23-025022','BLKBEAR','LIVPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JXKLINE@idir','2023-07-04 15:20:10','23-025023','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DDUFFY@idir','2023-07-02 21:52:57','23-025024','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KWINTERS@idir','2023-07-02 21:57:18','23-025025','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HIDESMAR@idir','2023-07-09 13:55:16','23-025026','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DAVCOX@idir','2023-07-04 10:34:47','23-025035','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BALACEY@idir','2023-07-08 13:34:18','23-025036','ELK','CONFINED') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-07-04 14:16:34','23-025037','BLKBEAR','DAMNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JBJARNAS@idir','2023-07-04 09:33:20','23-025038','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-07-04 14:16:07','23-025039','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HGOOLIAF@idir','2023-07-04 09:55:34','23-025040','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JXKLINE@idir','2023-07-04 15:32:41','23-025042','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DDAVIS@idir','2023-07-03 06:31:39','23-025043','UNKNOWN','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JRISTO@idir','2023-07-03 12:50:52','23-025044','ELK','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DDAVIS@idir','2023-07-03 07:08:17','23-025047','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SZUKEWI@idir','2023-07-05 09:23:24','23-025048','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ALBUCHAN@idir','2023-07-04 11:39:01','23-025049','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JMILLETT@idir','2023-07-04 09:30:31','23-025050','COYOTE','AGGPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DAGRAY@idir','2023-07-03 08:03:44','23-025052','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JHANRATT@idir','2023-07-20 15:50:42','23-025053','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JXKLINE@idir','2023-07-04 15:39:41','23-025054','DEER','ORPHANLG') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MSOUCY@idir','2023-07-04 07:38:11','23-025055','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ALBUCHAN@idir','2023-07-04 12:04:37','23-025056','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-07-04 13:16:31','23-025057','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JESJONES@idir','2023-07-03 15:30:23','23-025058','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MGEUZE@idir','2023-07-05 12:40:28','23-025059','GRZBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ZTESTAWI@idir','2023-07-03 08:53:02','23-025060','GRZBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'COMILLER@idir','2023-07-03 09:05:33','23-025061','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'COMILLER@idir','2023-07-14 15:01:24','23-025062','BLKBEAR','DAMNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'COMILLER@idir','2023-07-03 09:25:02','23-025063','BLKBEAR','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DSEXTON@idir','2023-07-10 10:36:29','23-025065','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CDOYLEWA@idir','2023-07-03 09:29:46','23-025066','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-07-04 11:19:37','23-025067','BLKBEAR','DAMNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DSEXTON@idir','2023-07-10 10:34:16','23-025068','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'COMILLER@idir','2023-07-03 09:42:41','23-025071','DEER','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ALBUCHAN@idir','2023-07-04 11:40:08','23-025073','BLKBEAR','DAMNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MCNEWTON@idir','2023-07-10 10:50:13','23-025075','GRZBEAR','DEADNV') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ALBUCHAN@idir','2023-08-08 12:04:34','23-025076','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'COMILLER@idir','2023-07-17 12:13:18','23-025078','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TDSCHUMA@idir','2023-07-05 09:16:57','23-025079','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-07-13 13:46:29','23-025080','BLKBEAR','DAMNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KSORENSE@idir','2023-07-03 10:22:42','23-025081','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HDUMAINE@idir','2023-07-05 10:39:15','23-025082','BLKBEAR','LIVNCOU') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DAGRAY@idir','2023-07-03 10:27:40','23-025083','COUGAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-04 11:08:38','23-025084','COUGAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ALBUCHAN@idir','2023-07-04 11:37:44','23-025085','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TDSCHUMA@idir','2023-07-05 09:24:58','23-025086','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KSORENSE@idir','2023-07-03 10:59:42','23-025087','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-07-04 11:17:58','23-025089','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'COMILLER@idir','2023-07-03 10:57:41','23-025090','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TDSCHUMA@idir','2023-07-05 09:26:59','23-025091','BLKBEAR','ORPHANLG') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-07-04 13:16:04','23-025092','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'STECOOK@idir','2023-07-04 11:15:45','23-025095','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TDSCHUMA@idir','2023-07-06 11:42:07','23-025097','BLKBEAR','ORPHANLG') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'COMILLER@idir','2023-07-03 11:22:20','23-025099','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HGOOLIAF@idir','2023-07-04 09:56:48','23-025100','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-17 16:06:21','23-025102','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JESJONES@idir','2023-07-06 10:10:15','23-025103','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JDSCOTT@idir','2023-07-03 11:26:37','23-025104','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-07-04 13:17:33','23-025106','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DDAVIS@idir','2023-07-19 08:46:08','23-025112','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'RYGORDON@idir','2023-07-04 11:06:40','23-025118','DEER','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HGOOLIAF@idir','2023-07-04 09:57:45','23-025120','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-07-04 13:17:07','23-025121','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KSORENSE@idir','2023-07-03 12:29:43','23-025122','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KSORENSE@idir','2023-07-30 09:54:26','23-025123','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TBTHIN@idir','2023-07-16 13:17:47','23-025124','BLKBEAR','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SZUKEWI@idir','2023-07-18 09:41:53','23-025125','COYOTE','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KPPOPJES@idir','2023-07-17 12:01:53','23-025132','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BMUELLER@idir','2023-07-22 16:15:03','23-025133','BLKBEAR','ORPHANLG') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DAGRAY@idir','2023-07-03 13:33:08','23-025135','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DAGRAY@idir','2023-07-03 13:43:34','23-025141','RACCOON','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-04 14:33:14','23-025142','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-04 14:30:02','23-025143','COUGAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HIDESMAR@idir','2023-07-09 13:58:01','23-025144','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TDSCHUMA@idir','2023-07-05 09:12:25','23-025145','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BKNIBBS@idir','2023-07-06 08:13:38','23-025146','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HIDESMAR@idir','2023-07-09 13:59:36','23-025147','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-07-04 14:14:49','23-025148','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'COMILLER@idir','2023-07-03 14:45:12','23-025153','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SZUKEWI@idir','2023-07-06 11:06:18','23-025160','BLKBEAR','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HIDESMAR@idir','2023-07-17 16:46:25','23-025162','MOOSE','ORPHANLG') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KWINTERS@idir','2023-07-03 15:55:00','23-025168','BLKBEAR','PROPPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'GSMALL@idir','2023-07-21 22:20:07','23-025171','DEER','CONFINED') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MATTHEWH@idir','2023-07-10 10:30:20','23-025174','DEER','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DAVCOX@idir','2023-07-04 10:31:38','23-025176','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ISCHMIDT@idir','2023-07-03 16:55:33','23-025177','BLKBEAR','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KWINTERS@idir','2023-07-03 16:56:49','23-025178','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CDOYLEWA@idir','2023-07-03 17:12:53','23-025179','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CDOYLEWA@idir','2023-07-03 17:17:26','23-025183','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CDOYLEWA@idir','2023-07-12 16:46:20','23-025184','BLKBEAR','LIVPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ISCHMIDT@idir','2023-07-03 17:31:25','23-025189','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SZUKEWI@idir','2023-07-05 11:19:28','23-025190','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-07-13 14:06:24','23-025194','DEER','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SZUKEWI@idir','2023-07-05 11:19:58','23-025195','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-07-04 14:14:25','23-025196','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PROEMER@idir','2023-07-03 17:56:44','23-025199','DEER','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'COMILLER@idir','2023-07-03 18:00:52','23-025201','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-07-04 14:13:58','23-025203','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SZUKEWI@idir','2023-07-05 11:20:51','23-025204','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ISCHMIDT@idir','2023-07-03 18:22:43','23-025205','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CPOSTHUM@idir','2023-07-04 08:34:54','23-025206','GRZBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TDSCHUMA@idir','2023-07-06 12:25:28','23-025208','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-04 15:30:57','23-025209','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JESJONES@idir','2023-07-04 13:12:04','23-025211','RAPTOR','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SZUKEWI@idir','2023-07-05 11:22:15','23-025214','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HGOOLIAF@idir','2023-07-04 10:09:19','23-025215','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JMILLETT@idir','2023-07-04 09:31:29','23-025218','BLKBEAR','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MATTHEWH@idir','2023-07-10 10:22:51','23-025219','DEER','ORPHANLG') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JETYRE@idir','2023-08-14 14:33:29','23-025220','BLKBEAR','LIVPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DDUFFY@idir','2023-07-03 20:00:58','23-025222','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JPALM@idir','2023-07-10 16:17:20','23-025223','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ISCHMIDT@idir','2023-07-03 20:09:14','23-025224','DEER','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ISCHMIDT@idir','2023-07-03 20:17:44','23-025226','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PROEMER@idir','2023-07-03 21:12:01','23-025229','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PROEMER@idir','2023-07-03 21:20:13','23-025230','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DDUFFY@idir','2023-07-03 21:26:15','23-025232','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PROEMER@idir','2023-07-03 21:28:30','23-025233','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SZUKEWI@idir','2023-07-05 09:25:54','23-025234','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HIDESMAR@idir','2023-07-09 14:03:58','23-025235','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'LEARCHIB@idir','2023-07-03 21:36:22','23-025236','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DDUFFY@idir','2023-07-03 21:46:55','23-025238','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HIDESMAR@idir','2023-07-09 14:05:39','23-025239','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DAVCOX@idir','2023-07-04 10:22:38','23-025240','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KWINTERS@idir','2023-07-03 22:02:00','23-025241','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SZUKEWI@idir','2023-07-05 11:37:29','23-025242','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KWINTERS@idir','2023-07-03 22:18:19','23-025243','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PROEMER@idir','2023-07-03 22:20:17','23-025244','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ISCHMIDT@idir','2023-07-03 22:43:39','23-025245','DEER','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-04 14:31:39','23-025246','COUGAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SZUKEWI@idir','2023-07-05 11:22:55','23-025247','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DDUFFY@idir','2023-07-03 23:15:35','23-025249','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JCLANCY@idir','2023-07-04 11:58:54','23-025250','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EMCARTHU@idir','2023-07-20 09:48:39','23-025252','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SPEELING@idir','2023-07-25 14:45:42','23-025253','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MSRICHAR@idir','2023-07-04 11:21:32','23-025254','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KPPOPJES@idir','2023-07-06 12:14:08','23-025255','BLKBEAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JPALM@idir','2023-07-05 10:18:58','23-025256','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JBJARNAS@idir','2023-07-07 08:03:22','23-025257','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DDUFFY@idir','2023-07-04 03:24:22','23-025258','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DDUFFY@idir','2023-07-04 05:22:15','23-025260','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-07-04 14:12:58','23-025264','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MSRICHAR@idir','2023-07-04 11:25:47','23-025265','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-04 11:14:50','23-025267','COUGAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MGEUZE@idir','2023-07-24 12:36:35','23-025268','GRZBEAR','LIVPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'RYGORDON@idir','2023-07-04 11:05:40','23-025269','OTHER','DEADNV') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-07-04 14:12:34','23-025270','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MSRICHAR@idir','2023-07-04 11:40:41','23-025271','DEER','ORPHANLG') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-04 15:29:12','23-025274','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KSORENSE@idir','2023-07-04 07:34:34','23-025275','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SGBATES@idir','2023-07-06 14:59:11','23-025280','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DAVCOX@idir','2023-07-04 10:08:54','23-025281','DEER','AGGPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TDSCHUMA@idir','2023-07-06 12:02:59','23-025282','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TDSCHUMA@idir','2023-07-04 17:41:49','23-025283','DEER','ORPHANLG') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SZUKEWI@idir','2023-07-05 11:23:46','23-025284','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-07-04 14:12:09','23-025286','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-04 15:33:36','23-025287','DEER','CONFINED') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TDSCHUMA@idir','2023-07-20 14:44:11','23-025288','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BMUELLER@idir','2023-07-22 16:16:19','23-025289','BLKBEAR','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'LEYKLASS@idir','2023-07-04 09:11:21','23-025292','COUGAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MSRICHAR@idir','2023-07-04 11:55:08','23-025295','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KSORENSE@idir','2023-07-04 08:40:33','23-025296','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MGEUZE@idir','2023-07-05 14:49:31','23-025297','GRZBEAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TDSCHUMA@idir','2023-07-04 18:19:35','23-025299','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MGEUZE@idir','2023-07-05 09:08:55','23-025300','GRZBEAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ZTESTAWI@idir','2023-07-04 13:18:02','23-025302','DEER','DEADPSR') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-04 14:34:24','23-025304','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'COMILLER@idir','2023-07-04 08:59:55','23-025305','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'RYCALDWE@idir','2023-07-18 11:31:34','23-025306','BLKBEAR','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JMELENKA@idir','2023-07-06 18:08:31','23-025307','GRZBEAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-07 08:32:51','23-025309','COUGAR','COUGARN') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'COMILLER@idir','2023-07-04 09:05:25','23-025310','BLKBEAR','DAMNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TDSCHUMA@idir','2023-07-05 08:47:12','23-025313','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KSORENSE@idir','2023-07-04 09:09:55','23-025314','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'COMILLER@idir','2023-07-04 09:11:42','23-025316','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-04 15:38:48','23-025317','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EMCARTHU@idir','2023-07-19 11:19:49','23-025318','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MSRICHAR@idir','2023-07-04 12:14:11','23-025327','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HIDESMAR@idir','2023-07-17 14:40:24','23-025329','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DAGRAY@idir','2023-07-04 09:38:28','23-025331','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-07-04 13:14:30','23-025332','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-04 15:36:54','23-025333','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-07-04 13:13:49','23-025334','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JESJONES@idir','2023-07-04 13:18:32','23-025335','DEER','ORPHANLG') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SZUKEWI@idir','2023-07-05 11:24:31','23-025336','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES('FRIDGE','DAVCOX@idir','2023-07-04 11:16:17','23-025337','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-04 14:36:14','23-025338','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-07 16:28:17','23-025341','COUGAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KSORENSE@idir','2023-07-04 10:07:47','23-025345','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KSORENSE@idir','2023-07-04 10:13:36','23-025347','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MGEUZE@idir','2023-07-05 12:17:40','23-025348','GRZBEAR','LIVPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ASDUNCAN@idir','2023-07-04 10:13:58','23-025349','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KSORENSE@idir','2023-07-04 10:15:55','23-025351','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-08-09 13:46:11','23-025352','BLKBEAR','DAMNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SZUKEWI@idir','2023-07-05 11:25:06','23-025354','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-07-13 13:46:05','23-025355','BLKBEAR','DAMNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-04 15:40:30','23-025356','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JBJARNAS@idir','2023-07-04 11:52:27','23-025358','BLKBEAR','LIVNCOU') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SZUKEWI@idir','2023-07-05 11:25:37','23-025360','BLKBEAR','DAMNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JBJARNAS@idir','2023-07-05 08:03:04','23-025361','BLKBEAR','ORPHANLG') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HGOOLIAF@idir','2023-07-05 11:08:38','23-025363','DEER','ORPHANLG') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JBULL@idir','2023-07-05 14:39:46','23-025364','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'STECOOK@idir','2023-07-04 11:48:04','23-025368','MOOSE','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JESJONES@idir','2023-07-04 13:23:06','23-025371','WLDSHEEP','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-04 14:41:22','23-025372','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ASDUNCAN@idir','2023-07-04 11:29:16','23-025374','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'COMILLER@idir','2023-07-04 11:30:11','23-025375','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DAGRAY@idir','2023-07-04 11:46:34','23-025376','OTHER','DEADNV') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ASDUNCAN@idir','2023-07-08 17:02:25','23-025378','GRZBEAR','LIVNCOU') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KSORENSE@idir','2023-07-04 12:03:27','23-025379','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-07-04 13:13:09','23-025384','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ASDUNCAN@idir','2023-07-04 12:10:28','23-025385','BLKBEAR','DAMNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SZUKEWI@idir','2023-07-06 11:21:54','23-025389','COYOTE','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BMUELLER@idir','2023-07-22 16:16:49','23-025392','GRZBEAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-17 16:13:43','23-025395','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DSEXTON@idir','2023-07-10 10:52:47','23-025404','BLKBEAR','DAMNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HIDESMAR@idir','2023-07-17 14:42:11','23-025405','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JPAULS@idir','2023-07-11 13:10:59','23-025406','DEER','LIVNCOU') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CDOYLEWA@idir','2023-07-04 12:41:24','23-025407','WLDSHEEP','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CDOYLEWA@idir','2023-07-04 12:50:17','23-025409','WLDSHEEP','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES('RECYCLING','ASDUNCAN@idir','2023-07-04 12:55:10','23-025411','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TDSCHUMA@idir','2023-07-05 08:44:31','23-025413','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MSRICHAR@idir','2023-07-04 13:45:02','23-025415','COUGAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MSRICHAR@idir','2023-07-04 13:57:50','23-025420','DEER','CONFINED') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CDOYLEWA@idir','2023-07-04 13:19:31','23-025421','WLDSHEEP','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DAGRAY@idir','2023-07-04 13:25:36','23-025422','COYOTE','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KSORENSE@idir','2023-07-04 13:22:02','23-025423','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CDOYLEWA@idir','2023-07-04 13:23:31','23-025424','WLDSHEEP','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-04 14:43:06','23-025426','COUGAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KPPOPJES@idir','2023-07-06 12:21:23','23-025434','SKUNK','TRPLEG') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CDOYLEWA@idir','2023-07-04 13:55:53','23-025435','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ZTESTAWI@idir','2023-07-05 09:44:31','23-025436','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ZTESTAWI@idir','2023-07-05 09:40:03','23-025437','GRZBEAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DAGRAY@idir','2023-07-04 14:20:37','23-025438','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'RKRENZ@idir','2023-07-04 15:39:28','23-025441','OTHER','DEADNV') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ALBUCHAN@idir','2023-07-26 12:11:43','23-025445','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KSORENSE@idir','2023-07-04 14:41:19','23-025446','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-04 15:50:48','23-025450','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KWINTERS@idir','2023-07-04 15:00:18','23-025451','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EMCARTHU@idir','2023-07-29 10:41:21','23-025452','BLKBEAR','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JPALM@idir','2023-07-04 17:35:04','23-025453','BLKBEAR','LIVPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KWINTERS@idir','2023-07-04 14:58:22','23-025454','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SZUKEWI@idir','2023-07-05 11:26:12','23-025455','BLKBEAR','DAMNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES('childrens plastic pool ','CROCHON@idir','2023-07-07 10:07:25','23-025456','COYOTE','DAMNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SGBATES@idir','2023-07-10 14:58:17','23-025457','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EVEROBER@idir','2023-07-05 14:20:59','23-025459','BLKBEAR','SCHPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JPALM@idir','2023-07-04 17:14:34','23-025460','GRZBEAR','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KSORENSE@idir','2023-07-04 15:13:56','23-025461','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HIDESMAR@idir','2023-07-10 13:43:02','23-025465','BLKBEAR','DAMNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KSORENSE@idir','2023-07-04 15:28:01','23-025467','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES('wild berries','DAGRAY@idir','2023-07-04 15:42:45','23-025469','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-05 08:37:03','23-025472','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KWINTERS@idir','2023-07-04 15:58:04','23-025475','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ASDUNCAN@idir','2023-07-04 16:04:02','23-025477','BLKBEAR','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SZUKEWI@idir','2023-07-05 11:26:50','23-025478','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-17 16:18:19','23-025479','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KSORENSE@idir','2023-07-04 16:22:47','23-025482','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MGEUZE@idir','2023-07-24 12:48:18','23-025486','GRZBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES('BAIT BOX','PDAYTON@idir','2023-07-13 13:45:26','23-025489','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-05 09:58:26','23-025494','COUGAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HIDESMAR@idir','2023-07-17 14:43:45','23-025495','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JESJONES@idir','2023-07-05 11:43:09','23-025496','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SZUKEWI@idir','2023-07-05 11:27:23','23-025497','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SZUKEWI@idir','2023-07-05 11:28:03','23-025498','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HGOOLIAF@idir','2023-07-05 09:21:36','23-025504','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-07-13 13:44:56','23-025505','BLKBEAR','DAMNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ASDUNCAN@idir','2023-07-04 18:45:22','23-025508','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CROCHON@idir','2023-07-07 09:56:40','23-025515','BLKBEAR','ORPHANLG') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HIDESMAR@idir','2023-07-17 14:44:55','23-025519','BLKBEAR','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-17 16:15:21','23-025523','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JXKLINE@idir','2023-07-05 12:40:13','23-025528','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JXKLINE@idir','2023-07-05 12:42:56','23-025531','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-07 16:07:38','23-025532','COUGAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KPPOPJES@idir','2023-07-24 15:43:36','23-025533','COYOTE','AGGPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'LEARCHIB@idir','2023-07-04 20:39:35','23-025536','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DDUFFY@idir','2023-07-04 20:46:02','23-025538','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EVEROBER@idir','2023-07-10 14:09:40','23-025539','BLKBEAR','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ALBUCHAN@idir','2023-07-05 13:19:21','23-025540','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DDUFFY@idir','2023-07-04 21:03:38','23-025542','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MSOUCY@idir','2023-07-19 14:44:28','23-025543','BLKBEAR','LIVNCOU') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KANEKOPP@idir','2023-07-05 15:35:48','23-025546','MOOSE','CONFINED') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MATTHEWH@idir','2023-07-10 10:17:37','23-025547','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DDUFFY@idir','2023-07-04 21:36:35','23-025548','COUGAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-07 16:05:07','23-025549','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-07 16:02:31','23-025550','COUGAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DDUFFY@idir','2023-07-04 22:37:21','23-025553','BLKBEAR','CONFINED') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KWINTERS@idir','2023-07-04 22:56:02','23-025555','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KWINTERS@idir','2023-07-04 23:07:47','23-025556','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-05 08:40:03','23-025557','COUGAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ISCHMIDT@idir','2023-07-05 00:08:50','23-025560','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JBULL@idir','2023-07-26 12:57:31','23-025561','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JESJONES@idir','2023-07-05 11:42:15','23-025562','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DDUFFY@idir','2023-07-05 05:48:21','23-025565','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DAGRAY@idir','2023-07-05 06:28:33','23-025566','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SZUKEWI@idir','2023-07-05 09:02:33','23-025567','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DSEXTON@idir','2023-07-10 11:48:49','23-025568','ELK','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DDAVIS@idir','2023-07-05 07:14:19','23-025570','COYOTE','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MGEUZE@idir','2023-07-05 12:08:42','23-025571','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DDAVIS@idir','2023-07-05 07:24:58','23-025572','COYOTE','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'doweber@idir','2023-07-05 07:39:04','23-025574','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'IPAVLOVI@IDIR','2023-07-05 07:37:28','23-025575','RAPTOR','DEADNV') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'doweber@idir','2023-07-05 07:43:27','23-025577','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DAGRAY@idir','2023-07-05 07:44:24','23-025578','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DAGRAY@idir','2023-07-05 07:49:22','23-025579','DEER','ORPHANLG') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HDUMAINE@idir','2023-07-09 10:33:14','23-025581','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SZUKEWI@idir','2023-07-06 10:56:16','23-025583','BLKBEAR','DAMNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JBJARNAS@idir','2023-07-05 09:42:40','23-025584','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SPEELING@idir','2023-07-05 09:49:01','23-025585','GRZBEAR','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DAGRAY@idir','2023-07-05 08:29:49','23-025587','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'IPAVLOVI@IDIR','2023-07-05 08:33:53','23-025588','WOLF','AGGPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SZUKEWI@idir','2023-07-05 11:30:54','23-025589','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HIDESMAR@idir','2023-07-05 13:55:33','23-025590','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES('sewer pipes from RV''s','HIDESMAR@idir','2023-07-06 10:03:25','23-025593','BLKBEAR','DAMNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BMUELLER@idir','2023-07-22 16:18:03','23-025594','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BRANBECK@idir','2023-07-05 09:20:13','23-025595','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JPALM@idir','2023-07-05 10:12:25','23-025596','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'doweber@idir','2023-07-05 09:00:37','23-025597','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'doweber@idir','2023-07-05 09:04:47','23-025598','COYOTE','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EVEROBER@idir','2023-07-05 10:25:43','23-025600','BLKBEAR','PROPPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-17 16:19:08','23-025603','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SZUKEWI@idir','2023-07-05 11:31:29','23-025604','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ALBUCHAN@idir','2023-07-05 13:04:52','23-025605','COYOTE','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'IPAVLOVI@IDIR','2023-07-05 09:18:30','23-025606','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BALACEY@idir','2023-07-17 14:41:37','23-025612','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JMELENKA@idir','2023-07-06 18:06:11','23-025613','OTHER','DEADNV') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JXKLINE@idir','2023-07-05 13:47:32','23-025615','RATTLER','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES('Human food ','IPAVLOVI@IDIR','2023-07-05 10:09:21','23-025622','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DDAVIS@idir','2023-07-05 10:15:13','23-025623','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'doweber@idir','2023-07-05 10:11:04','23-025624','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-17 16:21:42','23-025625','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'IPAVLOVI@IDIR','2023-07-05 10:23:08','23-025626','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-17 16:22:37','23-025627','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KSORENSE@idir','2023-07-10 07:47:07','23-025629','BLKBEAR','LIVNCOU') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-17 16:23:35','23-025630','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'doweber@idir','2023-07-05 10:32:51','23-025632','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BMUELLER@idir','2023-07-22 16:19:06','23-025633','BLKBEAR','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BMUELLER@idir','2023-07-22 16:18:37','23-025634','BLKBEAR','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DLEWERS@idir','2023-07-05 10:40:49','23-025635','GRZBEAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DSEXTON@idir','2023-07-10 10:51:25','23-025636','COUGAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'IPAVLOVI@IDIR','2023-07-05 11:01:57','23-025637','BOBCAT','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-17 16:25:07','23-025638','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SZUKEWI@idir','2023-07-06 10:48:37','23-025641','COYOTE','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BMUELLER@idir','2023-07-22 16:19:47','23-025644','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BRANBECK@idir','2023-07-05 13:56:48','23-025645','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BRANBECK@idir','2023-07-05 14:24:27','23-025646','DEER','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DAGRAY@idir','2023-07-05 12:00:13','23-025660','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EVEROBER@idir','2023-07-05 15:01:45','23-025661','BLKBEAR','AGGPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-07-13 13:44:33','23-025662','BLKBEAR','SCHPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TBECK@idir','2023-07-05 12:59:26','23-025664','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DAGRAY@idir','2023-07-05 11:50:11','23-025665','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JXKLINE@idir','2023-07-05 12:44:54','23-025666','FOX','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BRANBECK@idir','2023-07-05 13:58:41','23-025668','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES('eating a deer','DSEXTON@idir','2023-07-10 11:11:28','23-025671','COUGAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EMCARTHU@idir','2023-07-19 13:42:34','23-025676','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DAGRAY@idir','2023-07-05 12:26:56','23-025677','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DSEXTON@idir','2023-07-10 11:10:44','23-025681','COUGAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ALBUCHAN@idir','2023-07-11 13:12:08','23-025683','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EVEROBER@idir','2023-07-05 15:07:31','23-025687','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DLEWERS@idir','2023-07-05 13:05:26','23-025690','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SMCCREAD@idir','2023-07-05 13:07:55','23-025691','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JXKLINE@idir','2023-07-06 16:16:41','23-025692','BLKBEAR','HUMINJ') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DAGRAY@idir','2023-07-05 13:09:12','23-025693','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'doweber@idir','2023-07-05 13:16:52','23-025694','COYOTE','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DDAVIS@idir','2023-08-04 07:03:08','23-025695','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'doweber@idir','2023-07-05 13:20:04','23-025697','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-08-09 13:44:57','23-025701','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'IPAVLOVI@IDIR','2023-07-05 13:33:43','23-025702','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MSRICHAR@idir','2023-07-06 11:24:08','23-025703','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DLEWERS@idir','2023-07-05 13:38:59','23-025705','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SMCCREAD@idir','2023-07-05 13:44:50','23-025708','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'doweber@idir','2023-07-05 13:47:30','23-025709','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SZUKEWI@idir','2023-07-06 11:00:47','23-025710','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SMCCREAD@idir','2023-07-05 14:03:21','23-025715','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES('Recycling ','HIDESMAR@idir','2023-07-10 13:40:55','23-025716','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'IPAVLOVI@IDIR','2023-07-05 14:08:02','23-025719','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KWINTERS@idir','2023-07-05 14:25:35','23-025721','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KANEKOPP@idir','2023-07-05 15:37:45','23-025724','DEER','LIVPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-07-13 13:44:03','23-025726','BLKBEAR','SCHPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-07-13 13:43:38','23-025727','BLKBEAR','ORPHANLG') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-28 15:48:09','23-025730','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'RKRENZ@idir','2023-08-04 14:05:56','23-025731','DEER','AGGPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DAGRAY@idir','2023-07-05 15:10:47','23-025734','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DDAVIS@idir','2023-07-05 15:09:45','23-025736','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BMUELLER@idir','2023-07-22 16:20:38','23-025737','BLKBEAR','SCHPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MSRICHAR@idir','2023-07-06 10:52:20','23-025738','BLKBEAR','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CPOSTHUM@idir','2023-07-12 10:58:56','23-025740','GRZBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DAGRAY@idir','2023-07-05 16:12:41','23-025741','DEER','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ETYUKODI@idir','2023-07-06 09:47:49','23-025742','BLKBEAR','DEADNV') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DSEXTON@idir','2023-07-10 11:00:05','23-025743','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KWINTERS@idir','2023-07-05 16:35:18','23-025745','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CROCHON@idir','2023-07-07 10:15:17','23-025750','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-07-13 14:05:47','23-025755','COUGAR','SCHPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ALBUCHAN@idir','2023-07-26 12:10:44','23-025756','COYOTE','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BJETTE@idir','2023-07-05 18:06:52','23-025758','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SZUKEWI@idir','2023-07-18 10:03:05','23-025760','BLKBEAR','HUMINJ') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KWINTERS@idir','2023-07-05 18:17:20','23-025761','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'RYCALDWE@idir','2023-07-06 10:32:28','23-025762','BLKBEAR','DEADPSR') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JMELENKA@idir','2023-07-06 16:36:54','23-025763','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DLMILLER@idir','2023-07-06 10:53:01','23-025764','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SMCCREAD@idir','2023-07-05 19:09:33','23-025767','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SMCCREAD@idir','2023-07-05 19:17:04','23-025768','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SMCCREAD@idir','2023-07-05 19:33:33','23-025773','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EMCARTHU@idir','2023-07-19 11:20:59','23-025776','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES('house food','EVEROBER@idir','2023-07-06 15:59:39','23-025777','BLKBEAR','AGGPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES('Fridge','EVEROBER@idir','2023-07-06 16:21:19','23-025778','BLKBEAR','DAMNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SMCCREAD@idir','2023-07-05 19:50:24','23-025779','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-07-13 13:43:03','23-025780','BLKBEAR','DAMNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SMCCREAD@idir','2023-07-05 20:01:12','23-025781','COYOTE','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KWINTERS@idir','2023-07-05 20:03:08','23-025782','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES('dog poop ','HIDESMAR@idir','2023-07-06 10:02:59','23-025783','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BJETTE@idir','2023-07-05 20:24:34','23-025784','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HGOOLIAF@idir','2023-07-06 11:56:31','23-025785','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ISCHMIDT@idir','2023-07-05 20:27:30','23-025788','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CROCHON@idir','2023-07-09 09:33:50','23-025789','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ISCHMIDT@idir','2023-07-05 20:44:00','23-025793','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ISCHMIDT@idir','2023-07-05 20:46:43','23-025794','COYOTE','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ISCHMIDT@idir','2023-07-05 21:00:42','23-025796','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KWINTERS@idir','2023-07-05 21:03:36','23-025797','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ISCHMIDT@idir','2023-07-05 21:01:56','23-025798','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ISCHMIDT@idir','2023-07-05 21:12:40','23-025799','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KWINTERS@idir','2023-07-05 21:13:43','23-025800','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ISCHMIDT@idir','2023-07-05 21:15:34','23-025801','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-07-13 14:04:39','23-025804','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ISCHMIDT@idir','2023-07-05 21:36:26','23-025805','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DTALEVSK@idir','2023-07-07 11:50:47','23-025806','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ISCHMIDT@idir','2023-07-05 21:58:27','23-025807','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KWINTERS@idir','2023-07-05 22:03:01','23-025808','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BJETTE@idir','2023-07-05 22:05:32','23-025809','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ISCHMIDT@idir','2023-07-05 22:04:31','23-025810','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ISCHMIDT@idir','2023-07-05 22:15:25','23-025814','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JESJONES@idir','2023-07-06 09:56:20','23-025815','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JESJONES@idir','2023-07-06 09:59:52','23-025816','DEER','DEADPSR') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BJETTE@idir','2023-07-05 22:57:35','23-025817','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BKNIBBS@idir','2023-07-06 08:39:55','23-025819','MOOSE','DEADPSR') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ESEITZ@idir','2023-07-06 11:09:28','23-025821','DEER','ORPHANLG') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ETYUKODI@idir','2023-07-06 09:50:36','23-025822','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ISCHMIDT@idir','2023-07-06 00:37:12','23-025823','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-28 15:39:48','23-025825','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EMCARTHU@idir','2023-07-20 09:56:38','23-025828','GRZBEAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DAGRAY@idir','2023-07-06 06:46:48','23-025829','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BRANBECK@idir','2023-07-08 13:32:34','23-025831','RATTLER','CONFINED') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SPEELING@idir','2023-07-25 14:47:29','23-025832','DEER','DEADPSR') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES('Orphaned cubs','EFITCH@IDIR','2023-07-06 07:13:25','23-025833','FOX','DEADNV') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EFITCH@IDIR','2023-07-06 07:24:54','23-025835','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DSEXTON@idir','2023-07-10 12:49:35','23-025836','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'doweber@idir','2023-07-06 07:40:07','23-025837','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PBRACKEN@idir','2023-07-06 07:42:12','23-025838','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ALBUCHAN@idir','2023-07-09 11:55:22','23-025839','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ALBUCHAN@idir','2023-07-06 11:40:07','23-025840','COUGAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PBRACKEN@idir','2023-07-06 08:25:17','23-025843','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-28 15:47:09','23-025848','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DAGRAY@idir','2023-07-06 09:51:00','23-025849','WOLVERN','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DTALEVSK@idir','2023-07-06 08:47:25','23-025850','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JBJARNAS@idir','2023-07-07 08:00:50','23-025854','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-28 15:50:37','23-025856','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DTALEVSK@idir','2023-07-06 09:19:35','23-025857','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'doweber@idir','2023-07-06 09:24:10','23-025859','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JBJARNAS@idir','2023-07-07 07:46:03','23-025861','COUGAR','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PBRACKEN@idir','2023-07-06 09:33:26','23-025862','DEER','DEADNV') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EFITCH@IDIR','2023-07-06 09:39:45','23-025864','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PBRACKEN@idir','2023-07-06 09:41:47','23-025865','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ALBUCHAN@idir','2023-07-06 10:59:10','23-025866','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-07-13 13:42:41','23-025868','COYOTE','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DSEXTON@idir','2023-07-10 11:12:37','23-025870','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JESJONES@idir','2023-07-06 10:03:21','23-025871','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DAGRAY@idir','2023-07-06 09:54:02','23-025872','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JDSCOTT@idir','2023-07-06 10:09:50','23-025873','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'doweber@idir','2023-07-06 09:57:31','23-025874','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HGOOLIAF@idir','2023-07-06 14:04:29','23-025875','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JESJONES@idir','2023-07-06 10:13:17','23-025877','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MATTHEWH@idir','2023-07-10 10:12:11','23-025879','DEER','CONFINED') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'doweber@idir','2023-07-06 10:22:58','23-025881','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PBRACKEN@idir','2023-07-06 10:26:07','23-025882','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DAGRAY@idir','2023-07-06 10:28:24','23-025885','BLKBEAR','DAMNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JOCHARTR@idir','2023-07-06 10:32:42','23-025887','BLKBEAR','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DAGRAY@idir','2023-07-06 10:32:23','23-025888','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES('unknown','DSEXTON@idir','2023-07-10 11:47:18','23-025890','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DAGRAY@idir','2023-07-06 10:43:18','23-025891','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'doweber@idir','2023-07-06 10:41:17','23-025897','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'RYCALDWE@idir','2023-07-06 17:38:45','23-025898','GRZBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MSANDERS@idir','2023-07-06 11:02:25','23-025900','DEER','DEADNV') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TDSCHUMA@idir','2023-07-06 13:19:10','23-025902','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JDSCOTT@idir','2023-07-06 11:01:29','23-025903','COUGAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HGOOLIAF@idir','2023-07-06 14:03:05','23-025904','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HIDESMAR@idir','2023-07-13 11:29:07','23-025906','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PBRACKEN@idir','2023-07-06 11:08:20','23-025907','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SZUKEWI@idir','2023-07-07 09:08:16','23-025908','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HIDESMAR@idir','2023-07-18 11:02:56','23-025909','MOOSE','DEADNV') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'doweber@idir','2023-07-06 11:15:25','23-025910','BLKBEAR','DAMNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HIDESMAR@idir','2023-07-18 10:51:19','23-025912','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HIDESMAR@idir','2023-07-06 15:41:15','23-025914','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CROCHON@idir','2023-07-07 09:37:58','23-025915','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'LMOSS@idir','2023-07-06 13:49:44','23-025919','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DSEXTON@idir','2023-07-10 11:29:52','23-025921','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PBRACKEN@idir','2023-07-06 11:45:05','23-025922','BLKBEAR','DAMNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'doweber@idir','2023-07-06 11:54:58','23-025925','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TDSCHUMA@idir','2023-07-06 12:31:19','23-025926','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JDSCOTT@idir','2023-07-06 12:04:55','23-025927','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JXKLINE@idir','2023-07-06 17:27:25','23-025929','DEER','DEADNV') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ALBUCHAN@idir','2023-07-06 19:43:33','23-025930','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TDSCHUMA@idir','2023-07-06 16:56:43','23-025932','COYOTE','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HIDESMAR@idir','2023-07-06 15:46:38','23-025933','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DTALEVSK@idir','2023-07-06 12:41:38','23-025935','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MATTHEWH@idir','2023-07-10 10:01:31','23-025937','DEER','CONFINED') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DAGRAY@idir','2023-07-06 12:27:26','23-025938','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JMELENKA@idir','2023-07-06 18:06:46','23-025940','OTHER','DEADNV') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BRANBECK@idir','2023-07-07 12:35:06','23-025941','DEER','ORPHANLG') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TBECK@idir','2023-07-06 12:32:13','23-025943','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EFITCH@IDIR','2023-07-06 12:36:34','23-025944','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KATHDYKE@idir','2023-07-08 20:11:24','23-025947','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DTALEVSK@idir','2023-07-06 12:51:34','23-025948','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DSEXTON@idir','2023-07-10 11:26:06','23-025950','COUGAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ETYUKODI@idir','2023-07-08 11:01:50','23-025951','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CROCHON@idir','2023-07-07 09:35:09','23-025952','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JMELENKA@idir','2023-07-06 18:07:34','23-025953','BLKBEAR','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-07-13 13:42:10','23-025954','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'LMOSS@idir','2023-07-06 13:28:44','23-025956','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DAGRAY@idir','2023-07-06 13:31:44','23-025957','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DAGRAY@idir','2023-07-06 13:43:52','23-025960','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MSRICHAR@idir','2023-07-06 16:22:38','23-025961','DEER','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PBRACKEN@idir','2023-07-06 14:00:02','23-025964','BLKBEAR','DAMNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MATTHEWH@idir','2023-07-10 09:58:39','23-025967','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ALBUCHAN@idir','2023-07-27 11:19:17','23-025970','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JBJARNAS@idir','2023-07-14 14:26:11','23-025972','BLKBEAR','DAMNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'doweber@idir','2023-07-06 14:17:13','23-025973','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SZUKEWI@idir','2023-07-07 10:07:11','23-025974','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'doweber@idir','2023-07-06 14:43:27','23-025980','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'doweber@idir','2023-07-06 14:45:12','23-025981','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KOWENS@idir','2023-07-07 14:41:27','23-025984','DEER','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'doweber@idir','2023-07-06 15:01:14','23-025986','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HGREGG@IDIR','2023-07-27 09:37:07','23-025994','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-07-06 15:18:50','23-025995','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KATHDYKE@idir','2023-07-26 11:56:53','23-025996','BLKBEAR','HUMINJ') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TDSCHUMA@idir','2023-07-06 16:18:55','23-026001','BLKBEAR','DAMNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DAGRAY@idir','2023-07-06 15:43:18','23-026005','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PROEMER@idir','2023-07-06 15:45:57','23-026006','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JDSCOTT@idir','2023-07-06 16:10:08','23-026007','OTHER','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BKNIBBS@idir','2023-07-06 16:06:09','23-026008','BLKBEAR','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TDSCHUMA@idir','2023-07-06 16:16:56','23-026009','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EFITCH@IDIR','2023-07-06 15:59:13','23-026010','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DAGRAY@idir','2023-07-06 15:54:34','23-026011','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'LMOSS@idir','2023-07-06 15:57:37','23-026012','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TDSCHUMA@idir','2023-07-06 17:00:54','23-026013','COYOTE','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'doweber@idir','2023-07-06 16:16:10','23-026014','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PROEMER@idir','2023-07-06 16:18:40','23-026015','BLKBEAR','TRAP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'LMOSS@idir','2023-07-06 20:01:22','23-026020','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ALBUCHAN@idir','2023-07-16 13:52:38','23-026023','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DSEXTON@idir','2023-07-10 13:24:37','23-026025','COUGAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JESJONES@idir','2023-07-07 12:36:47','23-026027','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PROEMER@idir','2023-07-06 17:01:50','23-026029','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'LMOSS@idir','2023-07-06 17:01:01','23-026030','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BJETTE@idir','2023-07-06 17:23:25','23-026032','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HIDESMAR@idir','2023-07-17 14:49:02','23-026033','BLKBEAR','SCHPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JESJONES@idir','2023-07-07 14:54:22','23-026035','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'GSMALL@idir','2023-07-21 22:45:01','23-026036','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JMELENKA@idir','2023-07-06 18:00:39','23-026037','COUGAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PROEMER@idir','2023-07-06 18:16:19','23-026038','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES('Compost Toilet','PBRACKEN@idir','2023-07-07 13:35:59','23-026039','BLKBEAR','DAMNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JESJONES@idir','2023-07-07 17:03:36','23-026040','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JESJONES@idir','2023-07-07 14:57:52','23-026041','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BJETTE@idir','2023-07-06 18:41:47','23-026044','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JESJONES@idir','2023-07-07 17:17:32','23-026045','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'LMOSS@idir','2023-07-06 19:23:26','23-026053','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JMILLETT@idir','2023-07-13 12:13:05','23-026056','COUGAR','COUGARN') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BRANBECK@idir','2023-07-07 12:39:56','23-026057','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'LMOSS@idir','2023-07-06 19:54:57','23-026058','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BJETTE@idir','2023-07-06 20:03:56','23-026059','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BJETTE@idir','2023-07-06 20:11:32','23-026062','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-07-13 13:41:15','23-026063','BLKBEAR','DAMNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MSANDERS@idir','2023-07-07 08:56:29','23-026064','BLKBEAR','DEADNV') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ISCHMIDT@idir','2023-07-06 20:11:46','23-026065','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CPOSTHUM@idir','2023-07-12 10:57:29','23-026066','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JETYRE@idir','2023-08-14 14:30:25','23-026067','GRZBEAR','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JCLAUSEN@idir','2023-07-16 15:25:31','23-026068','MOOSE','ORPHANLG') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'LMOSS@idir','2023-07-06 20:39:25','23-026070','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'LMOSS@idir','2023-07-06 21:02:33','23-026073','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES('Smoke houses','RLEBLANC@idir','2023-07-19 12:49:40','23-026075','GRZBEAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BMUELLER@idir','2023-07-22 16:21:37','23-026079','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DSEXTON@idir','2023-07-10 11:27:57','23-026080','COUGAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'LMOSS@idir','2023-07-06 21:37:54','23-026081','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'LMOSS@idir','2023-07-06 21:49:25','23-026082','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SZUKEWI@idir','2023-07-07 10:13:19','23-026083','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BMUELLER@idir','2023-07-22 16:22:31','23-026084','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HIDESMAR@idir','2023-07-10 14:45:02','23-026086','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-07-13 13:40:40','23-026087','COYOTE','LIVNCOU') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'LMOSS@idir','2023-07-06 22:54:13','23-026089','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JBULL@idir','2023-07-07 11:01:37','23-026090','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SGBATES@idir','2023-07-10 14:54:36','23-026091','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-28 15:51:35','23-026092','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ALBUCHAN@idir','2023-07-09 11:44:16','23-026097','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BRANBECK@idir','2023-07-08 13:33:28','23-026098','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BRANBECK@idir','2023-07-07 12:47:23','23-026101','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SZUKEWI@idir','2023-07-07 09:03:45','23-026102','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BRADAMS@idir','2023-07-23 09:21:57','23-026103','BLKBEAR','LIVPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DTALEVSK@idir','2023-07-07 06:44:59','23-026105','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DTALEVSK@idir','2023-07-07 07:31:27','23-026107','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DSEXTON@idir','2023-07-10 12:54:09','23-026108','COUGAR','DEADNV') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EMCARTHU@idir','2023-07-17 15:23:39','23-026111','BLKBEAR','LIVNCOU') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HIDESMAR@idir','2023-07-09 14:12:03','23-026114','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'doweber@idir','2023-07-07 08:13:01','23-026119','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BRANBECK@idir','2023-07-07 14:54:58','23-026121','DEER','LIVPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JBULL@idir','2023-07-07 10:54:28','23-026122','COYOTE','AGGPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TBECK@idir','2023-07-07 10:25:18','23-026123','RATTLER','CONFINED') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DTALEVSK@idir','2023-07-07 08:37:30','23-026126','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'doweber@idir','2023-07-07 08:43:30','23-026128','BLKBEAR','HUMINJ') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MMBOOTH@idir','2023-07-07 10:28:40','23-026129','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EFITCH@IDIR','2023-07-07 08:57:18','23-026132','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'RLEBLANC@idir','2023-07-07 13:28:15','23-026133','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DLEWERS@idir','2023-07-07 09:16:23','23-026134','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ETYUKODI@idir','2023-07-08 11:04:10','23-026137','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-28 15:53:29','23-026141','DEER','ORPHANLG') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'RYGORDON@idir','2023-07-11 08:54:10','23-026142','OTHER','DEADNV') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KOWENS@idir','2023-07-10 11:08:12','23-026145','COUGAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CHAMLYN@idir','2023-07-14 14:42:46','23-026153','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SZUKEWI@idir','2023-07-07 10:09:59','23-026154','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EFITCH@IDIR','2023-07-07 09:59:17','23-026155','DEER','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DSEXTON@idir','2023-07-10 11:31:13','23-026159','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JHANRATT@idir','2023-07-14 16:09:12','23-026160','COYOTE','LIVNCOU') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'IPAVLOVI@IDIR','2023-07-07 10:17:54','23-026161','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DLEWERS@idir','2023-07-07 10:17:54','23-026164','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CPOSTHUM@idir','2023-07-07 10:47:50','23-026168','GRZBEAR','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'RLEBLANC@idir','2023-07-07 13:31:35','23-026170','DEER','DEADNV') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ALBUCHAN@idir','2023-07-19 11:47:53','23-026171','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'IPAVLOVI@IDIR','2023-07-07 10:42:26','23-026172','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JBULL@idir','2023-07-20 14:33:10','23-026173','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ESEITZ@idir','2023-07-07 13:55:51','23-026176','WLDSHEEP','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JBJARNAS@idir','2023-07-07 11:51:57','23-026177','COUGAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EHARBICH@idir','2023-07-12 11:44:55','23-026178','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TBECK@idir','2023-07-07 14:01:50','23-026180','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES('Fish ','CPOSTHUM@idir','2023-07-12 10:52:27','23-026183','GRZBEAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-07-13 14:02:55','23-026184','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ETYUKODI@idir','2023-07-10 09:43:17','23-026186','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ETYUKODI@idir','2023-07-31 12:35:46','23-026189','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'RKRENZ@idir','2023-08-04 14:05:10','23-026190','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DTALEVSK@idir','2023-07-07 11:37:08','23-026191','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BRANBECK@idir','2023-07-07 13:09:23','23-026192','RACCOON','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JBULL@idir','2023-07-07 17:29:43','23-026194','BLKBEAR','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HGREGG@IDIR','2023-07-26 15:32:40','23-026195','BLKBEAR','LIVPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TJHUNTER@idir','2023-07-07 14:15:58','23-026196','BLKBEAR','AGGPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EFITCH@IDIR','2023-07-07 12:09:25','23-026197','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HIDESMAR@idir','2023-07-09 14:13:37','23-026200','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'IPAVLOVI@IDIR','2023-07-07 12:20:07','23-026201','BLKBEAR','DAMNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BRANBECK@idir','2023-07-08 13:29:53','23-026202','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-07-13 14:02:31','23-026204','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BMUELLER@idir','2023-07-22 16:23:19','23-026205','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DLEWERS@idir','2023-07-07 12:39:35','23-026206','DEER','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EFITCH@IDIR','2023-07-07 12:44:59','23-026207','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'doweber@idir','2023-07-07 12:54:31','23-026208','BLKBEAR','ORPHANLG') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAISMITH@idir','2023-07-08 13:04:39','23-026209','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'doweber@idir','2023-07-07 13:08:39','23-026211','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-28 15:55:11','23-026212','DEER','ORPHANLG') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'IPAVLOVI@IDIR','2023-07-07 13:13:07','23-026214','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HIDESMAR@idir','2023-07-09 14:15:42','23-026215','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'RLEBLANC@idir','2023-07-19 12:38:55','23-026216','BLKBEAR','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BMUELLER@idir','2023-07-22 16:23:53','23-026220','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TBECK@idir','2023-07-07 14:10:28','23-026223','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'IPAVLOVI@IDIR','2023-07-07 13:52:44','23-026224','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HIDESMAR@idir','2023-07-09 14:18:16','23-026225','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KBRITTO@idir','2023-07-16 00:19:26','23-026228','BLKBEAR','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DLEWERS@idir','2023-07-07 13:55:19','23-026229','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-07-27 15:12:20','23-026232','BLKBEAR','AGGPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-28 15:59:15','23-026240','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-28 15:59:55','23-026241','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JMELENKA@idir','2023-07-26 12:25:52','23-026244','DEER','AGGPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EFITCH@IDIR','2023-07-07 14:55:16','23-026246','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ALBUCHAN@idir','2023-07-17 13:23:19','23-026249','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PBRACKEN@idir','2023-07-07 15:17:17','23-026250','ELK','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'LMOSS@idir','2023-07-07 15:22:26','23-026252','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JHANRATT@idir','2023-07-14 16:21:02','23-026254','DEER','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAISMITH@idir','2023-07-08 12:21:03','23-026255','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JESJONES@idir','2023-07-07 16:49:22','23-026257','DEER','DEADNV') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'IPAVLOVI@IDIR','2023-07-07 15:44:12','23-026258','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BMUELLER@idir','2023-07-22 16:24:27','23-026259','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DTALEVSK@idir','2023-07-07 15:43:13','23-026260','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DLEWERS@idir','2023-07-07 15:46:26','23-026261','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-07-13 14:01:14','23-026262','BLKBEAR','DAMNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MATTHEWH@idir','2023-07-10 09:56:58','23-026263','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-07 16:13:54','23-026264','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DDUFFY@idir','2023-07-07 16:17:24','23-026265','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'LMOSS@idir','2023-07-07 16:20:11','23-026266','DEER','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JRISTO@idir','2023-07-07 17:30:34','23-026267','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-28 16:01:38','23-026271','DEER','DEADNV') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DDUFFY@idir','2023-07-07 16:52:56','23-026272','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'LMOSS@idir','2023-07-07 16:58:28','23-026274','DEER','ORPHANLG') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SZUKEWI@idir','2023-07-18 11:13:08','23-026275','BLKBEAR','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BRANBECK@idir','2023-07-08 13:22:20','23-026276','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'LMOSS@idir','2023-07-07 17:17:21','23-026278','BLKBEAR','DAMNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JESJONES@idir','2023-07-10 13:51:11','23-026279','MOOSE','CONFINED') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TBTHIN@idir','2023-07-16 13:16:39','23-026280','BLKBEAR','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PROEMER@idir','2023-07-07 17:31:51','23-026282','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HIDESMAR@idir','2023-07-17 15:12:50','23-026283','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DLEWERS@idir','2023-07-07 17:36:19','23-026285','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DLEWERS@idir','2023-07-07 17:46:40','23-026286','COYOTE','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'LMOSS@idir','2023-07-07 18:10:42','23-026287','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PROEMER@idir','2023-07-07 18:15:11','23-026289','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KANEKOPP@idir','2023-07-10 10:30:02','23-026290','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'LMOSS@idir','2023-07-07 19:33:52','23-026296','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'LMOSS@idir','2023-07-07 19:37:27','23-026297','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PROEMER@idir','2023-07-07 19:44:24','23-026299','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PROEMER@idir','2023-07-07 19:49:45','23-026301','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PROEMER@idir','2023-07-07 20:03:41','23-026303','BLKBEAR','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DDUFFY@idir','2023-07-07 20:31:35','23-026307','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BJETTE@idir','2023-07-07 20:43:13','23-026311','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JHANRATT@idir','2023-07-14 16:00:25','23-026313','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JDSCOTT@idir','2023-07-07 20:53:30','23-026314','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'LMOSS@idir','2023-07-07 20:54:58','23-026315','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-28 16:04:16','23-026316','DEER','ORPHANLG') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BJETTE@idir','2023-07-07 21:07:06','23-026317','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'RYGORDON@idir','2023-07-11 08:57:00','23-026318','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PROEMER@idir','2023-07-07 21:02:14','23-026319','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JOCHARTR@idir','2023-07-25 15:08:28','23-026320','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'LMOSS@idir','2023-07-07 21:09:40','23-026321','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PROEMER@idir','2023-07-07 21:49:58','23-026325','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'LMOSS@idir','2023-07-07 21:53:12','23-026326','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PROEMER@idir','2023-07-07 22:30:22','23-026329','GRZBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DSEXTON@idir','2023-07-10 11:42:58','23-026331','BLKBEAR','AGGPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JMELENKA@idir','2023-07-26 12:28:11','23-026334','ELK','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'LMOSS@idir','2023-07-07 22:46:50','23-026335','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MSRICHAR@idir','2023-07-09 12:34:23','23-026336','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CPOSTHUM@idir','2023-07-12 10:52:15','23-026338','BLKBEAR','TRAP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HIDESMAR@idir','2023-07-13 11:49:20','23-026339','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KSORENSE@idir','2023-07-08 06:31:55','23-026341','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KANEKOPP@idir','2023-07-10 10:22:18','23-026342','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JBULL@idir','2023-07-20 14:32:16','23-026343','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CPOSTHUM@idir','2023-07-12 10:53:59','23-026344','GRZBEAR','TRAP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DSEXTON@idir','2023-07-10 11:41:38','23-026347','COUGAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EMCARTHU@idir','2023-07-29 10:43:48','23-026348','GRZBEAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'RYGORDON@idir','2023-07-11 08:46:01','23-026349','ELK','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BRADAMS@idir','2023-07-12 12:26:27','23-026350','BLKBEAR','TRAP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'RYGORDON@idir','2023-07-11 08:22:52','23-026352','MOOSE','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CPOSTHUM@idir','2023-07-12 10:55:24','23-026354','GRZBEAR','TRAP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ALBUCHAN@idir','2023-07-09 13:21:58','23-026355','BLKBEAR','AGGPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAISMITH@idir','2023-07-08 10:12:20','23-026357','DEER','CONFINED') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BALACEY@idir','2023-07-17 10:58:33','23-026358','MOOSE','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES('deer','DSEXTON@idir','2023-07-10 11:39:53','23-026359','COUGAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'GSMALL@idir','2023-07-21 22:17:45','23-026360','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DLEWERS@idir','2023-07-08 08:11:44','23-026361','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CROCHON@idir','2023-07-09 09:47:28','23-026362','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SZUKEWI@idir','2023-07-18 11:15:30','23-026363','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ETYUKODI@idir','2023-07-08 10:44:22','23-026365','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EMCARTHU@idir','2023-07-18 12:24:11','23-026370','BLKBEAR','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DLEWERS@idir','2023-07-08 09:15:14','23-026371','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PBRACKEN@idir','2023-07-08 09:34:03','23-026373','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JMILLETT@idir','2023-07-13 12:14:53','23-026374','COUGAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BRANBECK@idir','2023-07-08 13:26:27','23-026376','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KANEKOPP@idir','2023-07-10 10:23:10','23-026377','DEER','DEADNV') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'IPAVLOVI@IDIR','2023-07-08 09:46:52','23-026380','BLKBEAR','DAMNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'doweber@idir','2023-07-08 09:58:33','23-026385','BLKBEAR','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'AEAGLES@idir','2023-07-08 10:49:09','23-026394','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SMCCREAD@idir','2023-07-08 10:59:52','23-026395','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DLEWERS@idir','2023-07-08 11:31:56','23-026402','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-31 15:02:12','23-026403','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MGEUZE@idir','2023-07-09 00:14:22','23-026404','OTHER','DEADNV') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EFITCH@IDIR','2023-07-08 11:48:02','23-026407','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SMCCREAD@idir','2023-07-08 11:50:35','23-026409','COUGAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAISMITH@idir','2023-07-08 12:37:48','23-026413','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SZUKEWI@idir','2023-07-11 10:17:35','23-026414','COYOTE','AGGPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CPOSTHUM@idir','2023-07-12 11:26:21','23-026415','GRZBEAR','DAMNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EMCARTHU@idir','2023-07-20 10:02:41','23-026416','FOX','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'IPAVLOVI@IDIR','2023-07-08 11:59:01','23-026417','COYOTE','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAISMITH@idir','2023-07-08 12:35:14','23-026419','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HIDESMAR@idir','2023-07-17 15:15:48','23-026420','BLKBEAR','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES('Children','MPLAMOND@idir','2023-07-08 14:11:59','23-026421','OTHER','AGGPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DLEWERS@idir','2023-07-08 12:25:17','23-026422','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'doweber@idir','2023-07-08 12:41:14','23-026425','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'doweber@idir','2023-07-08 12:49:29','23-026427','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES('Restaurant Grease','MAWILSON@idir','2023-07-11 11:04:33','23-026428','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES('unknown barrel','TDSCHUMA@idir','2023-07-18 13:30:49','23-026429','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SMCCREAD@idir','2023-07-08 13:09:29','23-026430','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-07-13 14:00:16','23-026431','COUGAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SMCCREAD@idir','2023-07-08 13:23:29','23-026433','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DSEXTON@idir','2023-07-10 11:52:10','23-026436','COUGAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EFITCH@IDIR','2023-07-08 13:29:28','23-026438','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JSCHULTZ@idir','2023-08-09 14:35:48','23-026441','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JHANRATT@idir','2023-07-14 15:47:54','23-026442','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'GSMALL@idir','2023-07-21 22:47:02','23-026443','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-31 15:05:41','23-026445','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-07-13 13:40:07','23-026446','BLKBEAR','SCHPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES('Mice traps ','IPAVLOVI@IDIR','2023-07-08 14:01:00','23-026447','BLKBEAR','DAMNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-28 16:06:39','23-026448','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TBTHIN@idir','2023-07-16 13:14:42','23-026450','DEER','DEADPSR') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KSORENSE@idir','2023-07-08 14:08:41','23-026451','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BRANBECK@idir','2023-07-08 14:38:29','23-026452','BLKBEAR','ORPHANLG') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ALBUCHAN@idir','2023-07-09 12:12:30','23-026455','COYOTE','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DTALEVSK@idir','2023-07-08 14:26:59','23-026456','COYOTE','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HIDESMAR@idir','2023-07-17 15:18:11','23-026457','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DLEWERS@idir','2023-07-08 14:43:38','23-026458','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SMCCREAD@idir','2023-07-08 14:54:14','23-026459','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'IPAVLOVI@IDIR','2023-07-08 14:55:11','23-026460','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SMCCREAD@idir','2023-07-08 14:58:42','23-026461','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ALBUCHAN@idir','2023-07-09 12:21:43','23-026463','BLKBEAR','AGGPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PBRACKEN@idir','2023-07-08 15:07:41','23-026465','BLKBEAR','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KSORENSE@idir','2023-07-08 15:07:55','23-026467','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KSORENSE@idir','2023-07-08 15:15:23','23-026469','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'IPAVLOVI@IDIR','2023-07-08 15:15:24','23-026470','BLKBEAR','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DLEWERS@idir','2023-07-08 15:14:57','23-026471','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'IPAVLOVI@IDIR','2023-07-08 15:33:45','23-026473','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PROEMER@idir','2023-07-08 15:35:55','23-026474','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BDAY@idir','2023-08-04 13:19:33','23-026475','BLKBEAR','AGGPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HIDESMAR@idir','2023-07-17 15:20:16','23-026476','BLKBEAR','ORPHANLG') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KSORENSE@idir','2023-07-08 15:52:49','23-026478','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MMBOOTH@idir','2023-07-18 15:38:20','23-026481','BLKBEAR','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DDUFFY@idir','2023-07-08 16:18:22','23-026482','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ALBUCHAN@idir','2023-07-09 12:28:00','23-026483','BLKBEAR','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MMBOOTH@idir','2023-07-18 16:05:34','23-026484','BLKBEAR','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HIDESMAR@idir','2023-07-17 15:24:09','23-026485','BLKBEAR','ORPHANLG') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-28 16:37:44','23-026486','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KOWENS@idir','2023-07-08 17:31:20','23-026487','RAPTOR','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-07-13 13:39:03','23-026491','BLKBEAR','SCHPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-07-13 13:59:11','23-026492','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-31 15:06:33','23-026495','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PROEMER@idir','2023-07-08 17:12:24','23-026500','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'IPAVLOVI@IDIR','2023-07-08 17:12:23','23-026501','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JPAULS@idir','2023-07-30 15:10:26','23-026507','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MSTERN@idir','2023-07-12 08:52:13','23-026508','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HIDESMAR@idir','2023-07-16 13:09:13','23-026509','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SMCCREAD@idir','2023-07-08 18:33:45','23-026512','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SMCCREAD@idir','2023-07-08 18:58:53','23-026521','DEER','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'GSMALL@idir','2023-07-21 22:48:58','23-026522','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CDOYLEWA@idir','2023-07-09 13:43:59','23-026523','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CROCHON@idir','2023-07-09 14:22:00','23-026525','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JOCHARTR@idir','2023-08-01 10:56:27','23-026526','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PROEMER@idir','2023-07-08 19:29:53','23-026527','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HGOOLIAF@idir','2023-08-06 12:24:16','23-026528','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KANEKOPP@idir','2023-07-10 10:32:57','23-026529','DEER','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PROEMER@idir','2023-07-08 20:02:45','23-026530','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KPPOPJES@idir','2023-07-08 21:44:37','23-026532','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BJETTE@idir','2023-07-08 20:16:04','23-026533','BLKBEAR','DEADNV') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ASDUNCAN@idir','2023-07-08 20:12:49','23-026535','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BJETTE@idir','2023-07-08 20:34:16','23-026536','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BJETTE@idir','2023-07-08 20:37:51','23-026537','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EMCARTHU@idir','2023-07-19 13:43:55','23-026540','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KOWENS@idir','2023-07-12 11:56:01','23-026541','RATTLER','CONFINED') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MATTHEWH@idir','2023-07-10 09:55:47','23-026544','DEER','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BJETTE@idir','2023-07-08 21:16:50','23-026545','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JPAULS@idir','2023-07-11 12:35:26','23-026546','WOLF','LIVPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-11 11:06:12','23-026550','COUGAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DDUFFY@idir','2023-07-08 21:37:44','23-026553','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ASDUNCAN@idir','2023-07-08 21:44:02','23-026556','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PROEMER@idir','2023-07-08 21:50:11','23-026558','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CPOSTHUM@idir','2023-07-12 11:32:08','23-026561','GRZBEAR','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ASDUNCAN@idir','2023-07-08 22:51:59','23-026568','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DDUFFY@idir','2023-07-08 23:01:28','23-026569','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CPOSTHUM@idir','2023-07-12 11:29:05','23-026570','GRZBEAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CPOSTHUM@idir','2023-07-12 11:34:45','23-026571','GRZBEAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ASDUNCAN@idir','2023-07-08 23:12:05','23-026573','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PROEMER@idir','2023-07-09 00:20:54','23-026576','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CPOSTHUM@idir','2023-07-12 11:39:27','23-026577','BLKBEAR','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BJETTE@idir','2023-07-09 03:29:55','23-026578','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'LMOSS@idir','2023-07-12 08:52:25','23-026581','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MMBOOTH@idir','2023-07-19 13:11:43','23-026582','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CDOYLEWA@idir','2023-07-09 07:38:22','23-026583','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CDOYLEWA@idir','2023-07-09 07:48:23','23-026587','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES('wild berries','JDHAWKES@idir','2023-07-10 11:54:58','23-026592','GRZBEAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EFITCH@IDIR','2023-07-09 08:06:30','23-026593','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EFITCH@IDIR','2023-07-09 08:12:19','23-026594','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KOWENS@idir','2023-07-09 14:00:54','23-026596','DEER','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KOWENS@idir','2023-07-09 13:08:43','23-026597','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DTALEVSK@idir','2023-07-09 08:50:58','23-026598','COUGAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MSTERN@idir','2023-07-12 08:53:17','23-026601','OTHER','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DSEXTON@idir','2023-07-14 14:31:02','23-026603','BLKBEAR','AGGPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CDOYLEWA@idir','2023-07-09 09:21:06','23-026605','COUGAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-31 15:08:15','23-026606','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KSORENSE@idir','2023-07-09 09:30:13','23-026607','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MSTERN@idir','2023-07-12 08:54:03','23-026608','DEER','AGGPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DTALEVSK@idir','2023-07-09 10:36:17','23-026610','COYOTE','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TBIRNEY@idir','2023-07-09 10:04:07','23-026616','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-11 11:07:16','23-026619','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DLMILLER@idir','2023-07-10 09:49:31','23-026621','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JMELENKA@idir','2023-07-26 12:26:39','23-026624','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EFITCH@IDIR','2023-07-09 10:38:36','23-026627','COUGAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CDOYLEWA@idir','2023-07-09 10:45:18','23-026628','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KSORENSE@idir','2023-07-09 10:56:38','23-026629','MOOSE','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KANEKOPP@idir','2023-07-10 10:25:45','23-026631','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-11 11:11:54','23-026635','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-31 09:18:08','23-026636','BLKBEAR','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CDOYLEWA@idir','2023-07-09 11:54:32','23-026638','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MWALKOSK@idir','2023-07-18 12:22:42','23-026641','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KSORENSE@idir','2023-07-09 12:29:12','23-026642','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MMBOOTH@idir','2023-07-18 16:14:50','23-026643','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TBIRNEY@idir','2023-07-09 12:32:44','23-026644','BLKBEAR','SCHPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CDOYLEWA@idir','2023-07-09 13:05:37','23-026647','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CDOYLEWA@idir','2023-07-09 13:16:39','23-026652','COYOTE','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HDUMAINE@idir','2023-07-09 16:34:13','23-026653','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CDOYLEWA@idir','2023-07-09 13:20:55','23-026654','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HDUMAINE@idir','2023-07-09 16:12:06','23-026655','COUGAR','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HDUMAINE@idir','2023-07-09 16:37:12','23-026656','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ALBUCHAN@idir','2023-07-26 11:49:09','23-026657','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ALBUCHAN@idir','2023-07-10 12:56:18','23-026659','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SPEELING@idir','2023-07-25 16:05:40','23-026660','BLKBEAR','DAMNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CDOYLEWA@idir','2023-07-09 14:00:18','23-026661','COYOTE','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ALBUCHAN@idir','2023-07-10 13:03:25','23-026662','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MATTHEWH@idir','2023-07-10 09:52:25','23-026665','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CDOYLEWA@idir','2023-07-09 14:04:41','23-026666','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-28 16:39:35','23-026667','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DTALEVSK@idir','2023-07-09 14:16:13','23-026669','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CDOYLEWA@idir','2023-07-09 14:20:50','23-026671','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DSEXTON@idir','2023-07-10 11:50:26','23-026673','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'FBKNIBBS@idir','2023-07-11 15:09:27','23-026675','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DDAVIS@idir','2023-07-09 14:45:52','23-026676','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DDAVIS@idir','2023-07-09 15:02:26','23-026677','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PBRACKEN@idir','2023-07-09 15:10:39','23-026678','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DDAVIS@idir','2023-07-09 15:24:00','23-026680','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CELDER@idir','2023-07-24 10:28:24','23-026682','DEER','CONFINED') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TBIRNEY@idir','2023-07-09 15:44:35','23-026683','BLKBEAR','SCHPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KOWENS@idir','2023-07-10 11:22:14','23-026684','WLDSHEEP','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PROEMER@idir','2023-07-09 15:49:39','23-026688','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EVEROBER@idir','2023-07-30 12:54:17','23-026690','BLKBEAR','AGGPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ETYUKODI@idir','2023-07-10 10:31:39','23-026695','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KOWENS@idir','2023-07-10 11:19:59','23-026696','DEER','ORPHANLG') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CDOYLEWA@idir','2023-07-09 16:33:14','23-026697','BLKBEAR','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CEDGE@idir','2023-07-10 16:03:17','23-026698','DEER','CONFINED') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-07-13 13:58:18','23-026701','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PBRACKEN@idir','2023-07-09 17:16:09','23-026705','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DDUFFY@idir','2023-07-09 18:00:19','23-026709','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-31 15:09:30','23-026713','DEER','CONFINED') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-11 11:13:54','23-026714','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-11 11:17:22','23-026717','BLKBEAR','SCHPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HDUMAINE@idir','2023-07-16 15:43:01','23-026719','COUGAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EFITCH@IDIR','2023-08-06 13:57:40','23-026721','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TBIRNEY@idir','2023-07-09 19:27:43','23-026723','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PROEMER@idir','2023-07-09 19:33:25','23-026724','BLKBEAR','DEADNV') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PROEMER@idir','2023-07-09 20:24:07','23-026731','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DDUFFY@idir','2023-07-09 20:38:08','23-026732','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PROEMER@idir','2023-07-09 20:47:56','23-026733','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PROEMER@idir','2023-07-09 20:47:25','23-026734','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DDAVIS@idir','2023-07-09 20:50:27','23-026735','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DDAVIS@idir','2023-07-09 21:04:41','23-026736','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PROEMER@idir','2023-07-09 21:05:29','23-026737','COYOTE','ORPHANLG') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES('RECYCLING BINS','SZUKEWI@idir','2023-07-18 11:17:00','23-026738','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-07-24 15:18:18','23-026740','BLKBEAR','SCHPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SGBATES@idir','2023-07-13 16:11:28','23-026741','BLKBEAR','AGGPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ASDUNCAN@idir','2023-07-09 21:24:39','23-026742','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DDUFFY@idir','2023-07-09 21:39:57','23-026744','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DDAVIS@idir','2023-07-09 22:31:47','23-026745','BLKBEAR','LIVPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DDUFFY@idir','2023-07-09 21:54:48','23-026746','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PROEMER@idir','2023-07-09 22:13:18','23-026747','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DDAVIS@idir','2023-07-09 22:16:05','23-026751','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PROEMER@idir','2023-07-09 22:18:52','23-026752','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DDUFFY@idir','2023-07-09 22:33:19','23-026753','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MGEUZE@idir','2023-07-24 13:02:18','23-026754','GRZBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MMBOOTH@idir','2023-07-19 13:09:34','23-026755','DEER','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PROEMER@idir','2023-07-09 22:47:03','23-026756','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SZUKEWI@idir','2023-07-22 11:48:22','23-026757','COYOTE','AGGPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'GJGUDBRA@idir','2023-07-10 09:55:35','23-026758','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ASDUNCAN@idir','2023-07-11 00:58:46','23-026759','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-07-13 13:37:30','23-026760','COYOTE','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ESEITZ@idir','2023-07-10 09:10:08','23-026761','RATTLER','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DDUFFY@idir','2023-07-09 23:30:03','23-026762','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ASDUNCAN@idir','2023-07-10 00:31:19','23-026764','BLKBEAR','DAMNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JMILLETT@idir','2023-07-11 13:06:15','23-026765','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CPOSTHUM@idir','2023-07-12 12:02:14','23-026767','BLKBEAR','DAMNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KANEKOPP@idir','2023-07-10 10:27:48','23-026768','DEER','DEADNV') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-11 10:26:17','23-026769','COUGAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ASDUNCAN@idir','2023-07-10 04:57:45','23-026770','BLKBEAR','DAMNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KSORENSE@idir','2023-07-10 09:29:53','23-026771','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ASDUNCAN@idir','2023-07-10 05:56:13','23-026772','BLKBEAR','DAMNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DSEXTON@idir','2023-07-14 14:13:22','23-026773','COUGAR','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KOWENS@idir','2023-07-10 11:17:14','23-026774','UNKNOWN','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ETYUKODI@idir','2023-07-10 09:10:08','23-026775','BLKBEAR','DEADNV') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ETYUKODI@idir','2023-07-10 09:58:16','23-026776','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'COMILLER@idir','2023-07-10 06:44:50','23-026777','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MSANDERS@idir','2023-07-10 09:41:25','23-026778','MOOSE','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CDOYLEWA@idir','2023-07-10 07:32:33','23-026780','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'COMILLER@idir','2023-07-10 07:38:32','23-026781','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES('wild berries','CDOYLEWA@idir','2023-07-10 07:55:30','23-026787','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HIDESMAR@idir','2023-07-17 15:26:29','23-026794','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-07-10 08:20:44','23-026796','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'COMILLER@idir','2023-07-10 08:20:08','23-026797','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'COMILLER@idir','2023-07-10 08:29:59','23-026799','BLKBEAR','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KWINTERS@idir','2023-07-12 00:20:53','23-026800','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'AMAESTRE@idir','2023-07-17 15:42:20','23-026801','RAPTOR','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CDOYLEWA@idir','2023-07-10 08:40:33','23-026804','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-07-13 13:36:29','23-026810','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MSTERN@idir','2023-07-12 08:54:45','23-026813','DEER','DEADNV') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CDOYLEWA@idir','2023-07-10 09:06:16','23-026814','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DAGRAY@idir','2023-07-10 09:18:30','23-026816','DEER','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DSEXTON@idir','2023-07-10 11:57:47','23-026817','COUGAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-11 10:27:53','23-026825','BLKBEAR','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CDOYLEWA@idir','2023-07-10 09:23:23','23-026827','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CDOYLEWA@idir','2023-07-10 09:30:36','23-026831','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DAGRAY@idir','2023-07-10 09:37:01','23-026832','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MSTERN@idir','2023-07-12 08:55:17','23-026834','DEER','ORPHANLG') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'COMILLER@idir','2023-07-10 09:48:51','23-026836','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-31 15:10:58','23-026837','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-31 15:12:47','23-026838','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TBIRNEY@idir','2023-07-10 09:48:44','23-026839','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KSORENSE@idir','2023-07-10 09:51:09','23-026840','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MSRICHAR@idir','2023-07-10 13:31:40','23-026841','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JDHAWKES@idir','2023-07-10 11:38:51','23-026847','COUGAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CPOSTHUM@idir','2023-07-12 12:00:46','23-026848','GRZBEAR','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CDOYLEWA@idir','2023-07-10 10:10:41','23-026850','MOOSE','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MMBOOTH@idir','2023-07-19 10:23:36','23-026852','DEER','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TYKERR@idir','2023-07-10 14:41:01','23-026853','BLKBEAR','DEADPSR') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JMILLETT@idir','2023-07-26 14:41:30','23-026854','WOLF','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JESJONES@idir','2023-07-10 13:55:43','23-026857','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ELPEDERS@idir','2023-07-11 17:04:16','23-026859','BLKBEAR','ORPHANLG') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KOWENS@idir','2023-07-12 09:42:15','23-026862','DEER','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES('Unknown','DSEXTON@idir','2023-07-14 14:29:27','23-026865','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-31 15:33:28','23-026866','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CDOYLEWA@idir','2023-07-10 11:16:02','23-026870','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CDOYLEWA@idir','2023-07-10 11:43:43','23-026872','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DAGRAY@idir','2023-07-10 11:39:45','23-026873','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MSRICHAR@idir','2023-07-10 13:34:03','23-026874','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TBIRNEY@idir','2023-07-10 11:43:01','23-026876','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-31 15:34:26','23-026877','DEER','DEADNV') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CDOYLEWA@idir','2023-07-10 11:48:08','23-026878','COYOTE','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TBIRNEY@idir','2023-07-10 11:59:55','23-026880','DEER','DEADNV') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HIDESMAR@idir','2023-07-10 13:56:13','23-026881','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KSORENSE@idir','2023-07-10 12:13:36','23-026884','BLKBEAR','ORPHANLG') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SGBATES@idir','2023-07-10 14:28:36','23-026886','BLKBEAR','AGGPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JDHAWKES@idir','2023-07-10 13:34:29','23-026891','COUGAR','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ELPEDERS@idir','2023-07-11 16:48:37','23-026894','MOOSE','ORPHANLG') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SZUKEWI@idir','2023-07-25 13:10:58','23-026895','BLKBEAR','DAMNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SZUKEWI@idir','2023-07-25 13:34:18','23-026901','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CDOYLEWA@idir','2023-07-10 12:45:13','23-026902','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CDOYLEWA@idir','2023-07-10 13:02:59','23-026903','OTHER','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KSORENSE@idir','2023-07-10 13:05:33','23-026904','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'COMILLER@idir','2023-07-10 13:05:20','23-026905','BLKBEAR','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CROCHON@idir','2023-07-12 13:09:13','23-026907','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HIDESMAR@idir','2023-07-10 15:04:03','23-026908','GRZBEAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'GJGUDBRA@idir','2023-07-10 15:27:42','23-026910','COUGAR','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CDOYLEWA@idir','2023-07-10 13:23:50','23-026912','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DSEXTON@idir','2023-07-26 12:51:22','23-026913','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SZUKEWI@idir','2023-07-18 11:18:36','23-026919','COYOTE','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SMCCREAD@idir','2023-07-10 13:44:49','23-026920','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TYKERR@idir','2023-07-10 14:55:29','23-026921','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SMCCREAD@idir','2023-07-10 13:53:05','23-026926','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SMCCREAD@idir','2023-07-10 13:58:52','23-026927','DEER','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BMUELLER@idir','2023-08-04 09:36:59','23-026930','RACCOON','HUMINJ') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MATTHEWH@idir','2023-07-11 09:15:41','23-026931','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-28 16:42:18','23-026932','DEER','DEADNV') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CROCHON@idir','2023-07-12 14:07:56','23-026933','BLKBEAR','ORPHANLG') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EMCARTHU@idir','2023-07-17 15:26:30','23-026934','MOOSE','DEADNV') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HIDESMAR@idir','2023-07-18 11:32:12','23-026936','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MSRICHAR@idir','2023-07-11 11:55:25','23-026938','COYOTE','LIVNCOU') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SMCCREAD@idir','2023-07-10 14:45:12','23-026939','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SMCCREAD@idir','2023-07-10 15:00:57','23-026940','BLKBEAR','LIVNCOU') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HIDESMAR@idir','2023-07-18 11:06:26','23-026942','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SZUKEWI@idir','2023-07-18 11:20:27','23-026943','BLKBEAR','DAMNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-28 16:44:15','23-026944','DEER','CONFINED') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'RKRENZ@idir','2023-08-04 14:03:59','23-026945','DEER','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'RKRENZ@idir','2023-08-04 14:06:24','23-026946','DEER','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KANEKOPP@idir','2023-07-11 11:01:46','23-026949','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KSORENSE@idir','2023-07-10 15:41:01','23-026954','DEER','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EVEROBER@idir','2023-07-24 15:01:18','23-026955','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-28 16:46:21','23-026962','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BALACEY@idir','2023-07-21 10:20:43','23-026963','MOOSE','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MSRICHAR@idir','2023-07-11 12:17:36','23-026965','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SMCCREAD@idir','2023-07-10 16:22:12','23-026967','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DAGRAY@idir','2023-07-10 16:26:26','23-026969','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DDUFFY@idir','2023-07-10 16:49:54','23-026970','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TBIRNEY@idir','2023-07-10 16:31:13','23-026971','COYOTE','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TBIRNEY@idir','2023-07-10 16:40:55','23-026973','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MMBOOTH@idir','2023-07-19 13:08:43','23-026977','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-11 10:43:57','23-026978','COUGAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MMBOOTH@idir','2023-07-19 10:30:40','23-026980','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SZUKEWI@idir','2023-07-18 11:22:02','23-026983','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SMCCREAD@idir','2023-07-10 18:01:21','23-026984','BLKBEAR','LIVNCOU') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-14 14:42:15','23-026986','BLKBEAR','LIVNCOU') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'LEARCHIB@idir','2023-07-10 18:12:58','23-026987','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-07-13 13:35:47','23-026988','BLKBEAR','DAMNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TBIRNEY@idir','2023-07-10 18:51:46','23-026992','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SMCCREAD@idir','2023-07-10 19:02:35','23-026993','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KANEKOPP@idir','2023-07-11 11:03:28','23-027000','RATTLER','AGGPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DSEXTON@idir','2023-07-14 14:16:12','23-027001','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SZUKEWI@idir','2023-07-18 11:25:07','23-027002','BLKBEAR','DAMNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EMCARTHU@idir','2023-07-17 15:30:20','23-027003','GRZBEAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PBRACKEN@idir','2023-07-10 20:38:13','23-027004','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-11 10:40:41','23-027008','COUGAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JBJARNAS@idir','2023-07-11 14:18:09','23-027010','WOLF','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JMILLETT@idir','2023-07-11 13:09:44','23-027011','BLKBEAR','ORPHANLG') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PBRACKEN@idir','2023-07-10 21:24:48','23-027013','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DSEXTON@idir','2023-07-14 14:33:13','23-027014','BLKBEAR','ORPHANLG') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DDUFFY@idir','2023-07-10 21:28:39','23-027015','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ASDUNCAN@idir','2023-07-10 21:35:20','23-027017','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TBIRNEY@idir','2023-08-03 19:39:15','23-027018','BLKBEAR','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HIDESMAR@idir','2023-07-13 11:46:21','23-027022','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-07-13 13:35:17','23-027025','BLKBEAR','PROPPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DDUFFY@idir','2023-07-10 22:16:22','23-027026','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CPOSTHUM@idir','2023-07-12 12:05:28','23-027028','MOOSE','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-31 15:38:04','23-027029','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SZUKEWI@idir','2023-07-18 11:40:08','23-027030','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DSEXTON@idir','2023-07-14 14:09:54','23-027031','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EMCARTHU@idir','2023-07-17 15:31:04','23-027032','MOOSE','DEADNV') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ASDUNCAN@idir','2023-07-11 01:00:41','23-027033','BLKBEAR','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-11 10:39:26','23-027035','COUGAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DLMILLER@idir','2023-07-11 13:20:17','23-027040','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-11 11:00:43','23-027041','COUGAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CDOYLEWA@idir','2023-07-11 07:31:17','23-027042','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BJETTE@idir','2023-07-11 07:38:23','23-027043','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BBEETLES@idir','2023-07-11 10:44:42','23-027044','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ISCHMIDT@idir','2023-07-18 09:35:31','23-027045','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SMCCREAD@idir','2023-07-11 22:16:35','23-027047','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BBEETLES@idir','2023-07-11 10:44:09','23-027048','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DSEXTON@idir','2023-07-14 14:11:22','23-027051','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MSTERN@idir','2023-07-12 09:08:21','23-027053','BLKBEAR','DAMNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EMCARTHU@idir','2023-07-20 08:05:48','23-027054','GRZBEAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CDOYLEWA@idir','2023-07-11 08:14:48','23-027057','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CDOYLEWA@idir','2023-07-11 08:55:57','23-027062','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'GPKRUGER@idir','2023-07-25 15:19:39','23-027063','GRZBEAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DAGRAY@idir','2023-07-11 09:08:48','23-027064','GRZBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BMUELLER@idir','2023-08-04 09:37:44','23-027066','RACCOON','HUMINJ') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-11 10:49:04','23-027067','COUGAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CDOYLEWA@idir','2023-07-11 09:08:31','23-027068','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES('kitchen food','BBEETLES@idir','2023-07-21 17:58:51','23-027069','BLKBEAR','DAMNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EMCARTHU@idir','2023-07-17 15:32:36','23-027070','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'COMILLER@idir','2023-07-11 09:33:55','23-027073','COYOTE','LIVNCOU') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SMCCREAD@idir','2023-07-11 22:33:46','23-027075','GRZBEAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'COMILLER@idir','2023-07-11 09:37:49','23-027077','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-18 14:56:02','23-027078','COUGAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'COMILLER@idir','2023-07-11 09:43:46','23-027079','WLDSHEEP','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MSTERN@idir','2023-07-12 09:02:26','23-027080','DEER','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DAGRAY@idir','2023-07-11 09:58:59','23-027081','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-07-13 13:34:18','23-027082','COYOTE','SCHPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-11 10:52:21','23-027085','DEER','DEADNV') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES('mouse traps','CDOYLEWA@idir','2023-07-11 10:12:44','23-027087','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BBEETLES@idir','2023-07-21 17:58:19','23-027091','OTHER','LIVNCOU') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BRANBECK@idir','2023-07-11 20:19:31','23-027093','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-31 15:39:22','23-027094','RAPTOR','DEADNV') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BRANBECK@idir','2023-07-11 20:14:37','23-027095','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SMCCREAD@idir','2023-07-11 22:44:18','23-027098','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-07-24 15:17:35','23-027101','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MSRICHAR@idir','2023-07-11 11:33:32','23-027102','RAPTOR','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JXKLINE@idir','2023-07-11 11:01:54','23-027103','BLKBEAR','PROPPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'FBKNIBBS@idir','2023-07-11 15:54:40','23-027104','GRZBEAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CDOYLEWA@idir','2023-07-11 10:52:18','23-027105','BLKBEAR','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-14 14:40:33','23-027106','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CROCHON@idir','2023-08-06 13:00:24','23-027110','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'COMILLER@idir','2023-07-11 11:02:31','23-027111','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DSEXTON@idir','2023-07-14 14:19:20','23-027113','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'STECOOK@idir','2023-07-19 15:50:30','23-027114','COYOTE','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EMCARTHU@idir','2023-07-17 15:34:13','23-027118','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BJETTE@idir','2023-07-11 12:25:21','23-027119','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EMCARTHU@idir','2023-07-29 10:46:47','23-027121','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DSEXTON@idir','2023-07-14 14:18:26','23-027122','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EVEROBER@idir','2023-07-11 14:02:11','23-027123','BLKBEAR','ORPHANLG') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JCONNAT@idir','2023-07-11 13:26:02','23-027124','RATTLER','CONFINED') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ALYUBOMU@idir','2023-07-12 09:07:25','23-027128','RAPTOR','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TBIRNEY@idir','2023-07-11 11:57:54','23-027133','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HIDESMAR@idir','2023-07-11 15:09:05','23-027134','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KOWENS@idir','2023-07-12 09:37:43','23-027135','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES('Clover','SZUKEWI@idir','2023-07-22 10:07:12','23-027136','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BALACEY@idir','2023-07-17 12:15:17','23-027137','DEER','DEADNV') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BJETTE@idir','2023-07-11 12:28:32','23-027138','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'COMILLER@idir','2023-07-11 12:32:06','23-027139','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DSEXTON@idir','2023-07-14 14:22:13','23-027142','COUGAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-07-13 14:28:23','23-027144','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-31 15:40:59','23-027145','RACCOON','DEADPSR') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-31 15:35:34','23-027148','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JXKLINE@idir','2023-07-17 12:45:33','23-027149','BLKBEAR','DAMNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SZUKEWI@idir','2023-07-18 11:41:35','23-027150','BLKBEAR','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KOWENS@idir','2023-07-12 09:15:53','23-027151','COYOTE','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-31 15:36:46','23-027152','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CDOYLEWA@idir','2023-07-11 13:07:09','23-027153','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EMCARTHU@idir','2023-07-29 10:52:08','23-027154','BLKBEAR','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MSRICHAR@idir','2023-07-11 13:50:51','23-027155','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SZUKEWI@idir','2023-07-18 11:43:07','23-027156','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KOWENS@idir','2023-07-12 09:21:44','23-027157','DEER','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-07-13 14:27:59','23-027158','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BRANBECK@idir','2023-07-11 20:12:01','23-027161','DEER','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BJETTE@idir','2023-07-11 13:49:35','23-027163','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SZUKEWI@idir','2023-07-18 11:44:53','23-027167','RACCOON','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BJETTE@idir','2023-07-11 14:24:10','23-027170','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HIDESMAR@idir','2023-07-11 15:12:21','23-027171','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JCONNAT@idir','2023-07-12 09:41:23','23-027172','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JCONNAT@idir','2023-07-12 09:39:37','23-027173','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JXKLINE@idir','2023-07-12 11:04:55','23-027174','BLKBEAR','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KWINTERS@idir','2023-07-11 14:33:44','23-027177','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SZUKEWI@idir','2023-07-18 11:46:22','23-027179','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CDOYLEWA@idir','2023-07-11 15:01:47','23-027180','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SZUKEWI@idir','2023-07-18 11:49:11','23-027181','BLKBEAR','DAMNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-14 14:43:44','23-027182','COUGAR','COUGARN') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SMCCREAD@idir','2023-07-11 23:03:33','23-027183','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'COMILLER@idir','2023-07-11 15:22:28','23-027184','COYOTE','LIVNCOU') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BJETTE@idir','2023-07-11 15:20:44','23-027185','DEER','CONFINED') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SMCCREAD@idir','2023-07-11 15:29:37','23-027187','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-14 15:10:42','23-027188','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HIDESMAR@idir','2023-07-17 16:01:47','23-027189','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-31 15:42:33','23-027190','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DAGRAY@idir','2023-07-11 15:48:58','23-027191','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DSEXTON@idir','2023-07-20 08:39:17','23-027195','BLKBEAR','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES('mouse traps','DAGRAY@idir','2023-07-11 16:19:55','23-027196','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HIDESMAR@idir','2023-07-23 17:52:15','23-027201','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TBIRNEY@idir','2023-07-11 16:31:26','23-027202','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BRANBECK@idir','2023-07-11 16:52:15','23-027204','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BJETTE@idir','2023-07-11 16:58:14','23-027208','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SZUKEWI@idir','2023-07-18 11:50:08','23-027211','BLKBEAR','SCHPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TBIRNEY@idir','2023-07-11 17:37:08','23-027213','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CROCHON@idir','2023-07-12 13:24:47','23-027214','BLKBEAR','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-08-01 11:21:27','23-027215','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SMCCREAD@idir','2023-07-11 18:21:04','23-027217','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JXKLINE@idir','2023-07-12 11:08:38','23-027218','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'LMOSS@idir','2023-07-12 12:09:50','23-027223','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KWINTERS@idir','2023-07-11 18:37:06','23-027225','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES('Saskatoon berries','JESJONES@idir','2023-07-18 13:37:49','23-027228','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-14 14:45:11','23-027230','COUGAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JSCHULTZ@idir','2023-08-08 13:06:58','23-027233','GRZBEAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SMCCREAD@idir','2023-07-11 19:26:06','23-027234','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SMCCREAD@idir','2023-07-11 23:30:20','23-027235','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TAMYRONI@idir','2023-07-11 20:02:09','23-027238','DEER','CONFINED') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SMCCREAD@idir','2023-07-11 19:48:54','23-027240','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KSORENSE@idir','2023-07-11 19:53:27','23-027243','MOOSE','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-08-01 11:23:00','23-027244','DEER','CONFINED') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DDUFFY@idir','2023-07-11 19:58:51','23-027245','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SZUKEWI@idir','2023-07-18 11:54:57','23-027248','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-08-01 11:23:56','23-027249','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MSRICHAR@idir','2023-07-12 11:57:40','23-027250','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-08-01 11:24:58','23-027252','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MSTERN@idir','2023-07-12 09:04:03','23-027253','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DSEXTON@idir','2023-07-14 15:49:37','23-027255','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JCONNAT@idir','2023-07-12 09:31:41','23-027256','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ALBUCHAN@idir','2023-07-16 09:43:02','23-027257','DEER','CONFINED') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KSORENSE@idir','2023-07-11 21:34:14','23-027258','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-14 14:56:17','23-027259','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DDUFFY@idir','2023-07-11 21:44:51','23-027262','BLKBEAR','TRAP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KWINTERS@idir','2023-07-11 21:42:18','23-027263','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DDUFFY@idir','2023-07-11 22:01:40','23-027264','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JSCHULTZ@idir','2023-08-03 16:59:30','23-027265','GRZBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MSRICHAR@idir','2023-07-12 12:38:38','23-027266','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JDSCOTT@idir','2023-07-30 19:25:50','23-027267','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KWINTERS@idir','2023-07-11 22:33:47','23-027269','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SZUKEWI@idir','2023-07-18 11:57:10','23-027270','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DLEWERS@idir','2023-07-29 18:21:17','23-027271','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KSORENSE@idir','2023-07-11 23:19:14','23-027273','COYOTE','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-07-24 15:17:07','23-027276','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'LEARCHIB@idir','2023-07-12 03:37:45','23-027278','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DDUFFY@idir','2023-07-12 04:51:33','23-027279','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JMELENKA@idir','2023-07-26 12:26:21','23-027280','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-28 16:48:32','23-027281','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'LMOSS@idir','2023-07-12 06:23:26','23-027284','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-14 14:46:47','23-027289','COUGAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-08-01 11:20:12','23-027290','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-14 14:58:52','23-027291','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MSRICHAR@idir','2023-07-13 12:09:15','23-027292','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SZUKEWI@idir','2023-07-25 13:12:12','23-027293','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-14 14:50:25','23-027294','BLKBEAR','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ALBUCHAN@idir','2023-07-16 09:44:58','23-027295','COUGAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CDOYLEWA@idir','2023-07-12 08:03:39','23-027296','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-14 14:51:56','23-027298','COUGAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-14 14:54:58','23-027299','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BJETTE@idir','2023-07-12 08:18:51','23-027300','GRZBEAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ALBUCHAN@idir','2023-07-16 09:45:57','23-027303','DEER','CONFINED') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-14 14:48:28','23-027304','BLKBEAR','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES('Pool Noodles','MSTERN@idir','2023-07-12 09:34:42','23-027307','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DAGRAY@idir','2023-07-12 08:54:39','23-027308','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PRPIKE@idir','2023-07-25 12:58:18','23-027309','BLKBEAR','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CDOYLEWA@idir','2023-07-12 09:01:43','23-027310','BLKBEAR','DAMNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-14 15:00:31','23-027311','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CDOYLEWA@idir','2023-07-12 09:10:33','23-027312','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DAGRAY@idir','2023-07-12 09:13:31','23-027313','BLKBEAR','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'LMOSS@idir','2023-07-12 09:24:23','23-027315','BLKBEAR','DAMNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'LMOSS@idir','2023-07-12 09:29:36','23-027316','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-08-01 11:09:54','23-027317','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SZUKEWI@idir','2023-07-18 12:03:50','23-027318','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MSRICHAR@idir','2023-07-12 16:33:42','23-027319','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TDSCHUMA@idir','2023-07-20 15:03:45','23-027320','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'IPAVLOVI@IDIR','2023-07-12 09:45:32','23-027322','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-14 15:02:04','23-027323','COUGAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-08-01 11:12:44','23-027325','DEER','ORPHANLG') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DAGRAY@idir','2023-07-12 09:58:41','23-027326','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'LMOSS@idir','2023-07-12 09:53:22','23-027328','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MSRICHAR@idir','2023-07-12 16:44:35','23-027331','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JMILLETT@idir','2023-07-13 12:16:51','23-027332','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BRANBECK@idir','2023-07-15 09:57:57','23-027333','RATTLER','CONFINED') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MSRICHAR@idir','2023-07-12 16:51:51','23-027334','DEER','DEADNV') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-08-01 11:18:36','23-027336','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-14 14:57:26','23-027347','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JXKLINE@idir','2023-07-28 08:51:15','23-027351','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'RYGORDON@idir','2023-07-12 11:45:57','23-027352','ELK','DEADNV') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-12 13:47:58','23-027355','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-14 15:03:13','23-027356','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'IPAVLOVI@IDIR','2023-07-12 11:35:59','23-027357','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'COMILLER@idir','2023-07-12 11:35:09','23-027360','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DAGRAY@idir','2023-07-12 11:45:36','23-027367','BLKBEAR','ORPHANLG') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'COMILLER@idir','2023-07-12 11:50:36','23-027369','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BBEETLES@idir','2023-08-10 11:56:15','23-027371','BLKBEAR','DEADNV') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'COMILLER@idir','2023-07-12 11:55:42','23-027373','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CDOYLEWA@idir','2023-07-12 11:56:39','23-027374','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-12 13:52:06','23-027375','BLKBEAR','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'GJGUDBRA@idir','2023-07-16 12:43:23','23-027378','DEER','DEADPSR') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MSRICHAR@idir','2023-07-13 12:37:35','23-027380','COYOTE','LIVPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BJETTE@idir','2023-07-12 12:29:48','23-027382','BLKBEAR','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BJETTE@idir','2023-07-12 13:02:34','23-027384','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CDOYLEWA@idir','2023-07-12 12:52:39','23-027389','BLKBEAR','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MSANDERS@idir','2023-08-01 13:06:46','23-027391','RATTLER','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DAGRAY@idir','2023-07-12 12:44:10','23-027392','DEER','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TDSCHUMA@idir','2023-07-20 15:01:32','23-027393','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CDOYLEWA@idir','2023-07-12 12:54:17','23-027396','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HIDESMAR@idir','2023-07-16 14:10:43','23-027397','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HIDESMAR@idir','2023-07-23 18:02:48','23-027400','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TBTHIN@idir','2023-07-12 13:41:47','23-027402','COYOTE','LIVNCOU') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'RYGORDON@idir','2023-07-13 10:28:59','23-027403','COUGAR','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CROCHON@idir','2023-07-12 13:52:56','23-027404','BLKBEAR','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'IPAVLOVI@IDIR','2023-07-12 13:26:45','23-027408','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'LMOSS@idir','2023-07-12 13:38:14','23-027410','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ELPEDERS@idir','2023-07-26 13:48:30','23-027413','BLKBEAR','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CROCHON@idir','2023-07-12 15:35:27','23-027415','BLKBEAR','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'COMILLER@idir','2023-07-12 14:01:08','23-027416','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-08-01 11:15:44','23-027417','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JCLANCY@idir','2023-07-12 14:29:52','23-027418','BISON','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MCNEWTON@idir','2023-07-13 16:35:53','23-027421','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SUBOAKE@idir','2023-07-12 14:14:52','23-027422','OTHER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-08-01 11:14:39','23-027425','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'COMILLER@idir','2023-07-12 14:31:30','23-027427','COYOTE','LIVNCOU') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-08-01 11:16:31','23-027429','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'COMILLER@idir','2023-07-12 15:13:06','23-027432','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JXKLINE@idir','2023-07-13 09:55:54','23-027434','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JXKLINE@idir','2023-07-13 09:19:34','23-027435','BLKBEAR','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KWINTERS@idir','2023-07-12 15:22:01','23-027436','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TBTHIN@idir','2023-07-16 13:12:05','23-027437','DEER','AGGPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'COMILLER@idir','2023-07-12 15:43:09','23-027439','COYOTE','LIVNCOU') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BJETTE@idir','2023-07-12 15:56:15','23-027441','COYOTE','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DAGRAY@idir','2023-07-12 16:00:27','23-027442','COYOTE','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JXKLINE@idir','2023-07-13 09:12:51','23-027446','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'IPAVLOVI@IDIR','2023-07-12 16:16:17','23-027448','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MPLAMOND@idir','2023-07-13 11:46:07','23-027449','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JESJONES@idir','2023-07-18 13:41:47','23-027450','RACCOON','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES('Human ','BRADAMS@idir','2023-07-14 19:06:46','23-027452','GRZBEAR','AGGPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CROCHON@idir','2023-07-12 16:53:52','23-027454','BLKBEAR','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KWINTERS@idir','2023-07-12 16:25:02','23-027456','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DBARTOL@idir','2023-07-17 09:17:11','23-027459','DEER','ORPHANLG') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DSEXTON@idir','2023-07-14 13:07:20','23-027461','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MSANDERS@idir','2023-07-12 17:14:46','23-027462','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JBULL@idir','2023-07-26 12:50:02','23-027463','BLKBEAR','AGGPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BRADAMS@idir','2023-07-14 19:09:32','23-027464','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TAMYRONI@idir','2023-07-25 13:36:51','23-027465','COUGAR','COUGARN') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HIDESMAR@idir','2023-07-13 11:35:00','23-027467','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'COMILLER@idir','2023-07-12 17:28:02','23-027468','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DSEXTON@idir','2023-07-14 15:54:39','23-027470','COUGAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MPLAMOND@idir','2023-07-13 11:47:51','23-027472','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BALACEY@idir','2023-07-17 11:45:59','23-027473','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'IPAVLOVI@IDIR','2023-07-12 18:02:16','23-027476','MTNGOAT','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JMELENKA@idir','2023-07-12 18:17:40','23-027478','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ISCHMIDT@idir','2023-07-12 18:15:07','23-027479','BLKBEAR','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JMILLETT@idir','2023-07-13 12:17:46','23-027480','BLKBEAR','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KWINTERS@idir','2023-07-12 18:22:30','23-027481','COYOTE','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CROCHON@idir','2023-07-13 09:49:40','23-027483','RACCOON','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES('recycling','ALBUCHAN@idir','2023-07-26 11:41:43','23-027486','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'IPAVLOVI@IDIR','2023-07-12 19:09:54','23-027487','BLKBEAR','DAMNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'IPAVLOVI@IDIR','2023-07-12 19:13:27','23-027490','MTNGOAT','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'IPAVLOVI@IDIR','2023-07-12 19:30:30','23-027492','COYOTE','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JMILLETT@idir','2023-07-13 13:40:38','23-027493','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'LEARCHIB@idir','2023-07-12 20:46:18','23-027495','COYOTE','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES('new grass','KWINTERS@idir','2023-07-12 21:01:39','23-027497','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ASDUNCAN@idir','2023-07-12 21:07:17','23-027498','OTHER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SZUKEWI@idir','2023-07-25 13:12:56','23-027499','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'LEARCHIB@idir','2023-07-12 21:20:24','23-027500','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KWINTERS@idir','2023-07-12 21:20:02','23-027501','BLKBEAR','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ASDUNCAN@idir','2023-07-12 21:34:55','23-027502','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ISCHMIDT@idir','2023-07-12 21:43:23','23-027504','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BALACEY@idir','2023-07-17 14:56:21','23-027505','COUGAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EVEROBER@idir','2023-07-22 11:59:43','23-027510','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-14 15:04:46','23-027512','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SGBATES@idir','2023-07-13 16:13:27','23-027514','BLKBEAR','TRPLEG') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-14 15:06:03','23-027515','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES('BAIT','DSEXTON@idir','2023-07-14 16:01:27','23-027516','BLKBEAR','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'LEARCHIB@idir','2023-07-12 23:29:30','23-027517','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KWINTERS@idir','2023-07-13 00:04:17','23-027518','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ISCHMIDT@idir','2023-07-13 00:05:52','23-027519','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'LEARCHIB@idir','2023-07-13 00:39:22','23-027520','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JESJONES@idir','2023-07-13 10:06:05','23-027521','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JSCHULTZ@idir','2023-07-14 16:22:11','23-027522','MOOSE','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DSEXTON@idir','2023-07-14 15:56:57','23-027523','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'LMOSS@idir','2023-07-13 06:27:44','23-027524','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HIDESMAR@idir','2023-07-17 16:08:36','23-027525','MOOSE','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HIDESMAR@idir','2023-07-17 15:53:35','23-027527','MOOSE','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES('Fish- Smoke houses','RLEBLANC@idir','2023-07-19 12:44:38','23-027528','GRZBEAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EMCARTHU@idir','2023-07-17 15:51:41','23-027529','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JHANRATT@idir','2023-07-14 15:42:53','23-027532','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-08-01 11:11:25','23-027536','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MSRICHAR@idir','2023-07-13 13:32:56','23-027538','BLKBEAR','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JHANRATT@idir','2023-07-14 15:57:07','23-027539','DEER','CONFINED') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'STECOOK@idir','2023-07-14 10:20:46','23-027540','DEER','CONFINED') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JCONNAT@idir','2023-07-13 10:10:00','23-027541','MOOSE','ORPHANLG') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SZUKEWI@idir','2023-07-22 10:01:20','23-027545','BLKBEAR','CONFINED') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BBEETLES@idir','2023-08-10 11:57:31','23-027550','SKUNK','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'COMILLER@idir','2023-07-13 08:28:02','23-027551','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SUBOAKE@idir','2023-07-13 08:41:38','23-027554','COUGAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'STECOOK@idir','2023-07-14 10:22:10','23-027555','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-14 15:07:29','23-027556','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-14 15:08:49','23-027557','COUGAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DSEXTON@idir','2023-07-14 15:58:08','23-027559','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ALBUCHAN@idir','2023-07-31 13:02:22','23-027560','BLKBEAR','DAMNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BDAY@idir','2023-08-04 13:23:45','23-027561','GRZBEAR','LIVPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'COMILLER@idir','2023-07-13 09:13:32','23-027563','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'COMILLER@idir','2023-07-13 09:24:01','23-027564','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ALBUCHAN@idir','2023-07-16 12:25:02','23-027567','RAPTOR','DEADNV') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HIDESMAR@idir','2023-07-17 15:49:13','23-027569','BLKBEAR','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PBRACKEN@idir','2023-07-13 09:51:28','23-027570','BLKBEAR','DAMNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PRPIKE@idir','2023-07-14 11:32:11','23-027572','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BJETTE@idir','2023-07-13 09:48:04','23-027573','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CROCHON@idir','2023-07-15 15:26:48','23-027574','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'COMILLER@idir','2023-07-13 10:08:04','23-027580','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MSRICHAR@idir','2023-07-13 13:36:55','23-027582','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TARWILLI@idir','2023-07-13 10:18:59','23-027583','FOX','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BRANBECK@idir','2023-07-20 15:14:20','23-027584','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BJETTE@idir','2023-07-13 10:23:15','23-027585','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JESJONES@idir','2023-07-13 14:38:32','23-027586','DEER','DEADNV') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-08-01 11:08:43','23-027587','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'RBACALL@idir','2023-07-13 10:30:39','23-027592','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BJETTE@idir','2023-07-13 10:33:13','23-027593','BLKBEAR','AGGPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PBRACKEN@idir','2023-07-13 10:38:20','23-027594','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JCONNAT@idir','2023-07-18 11:50:33','23-027599','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EMCARTHU@idir','2023-07-19 14:31:20','23-027605','GRZBEAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JXKLINE@idir','2023-07-13 12:58:40','23-027608','WOLF','LIVNCOU') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JESJONES@idir','2023-07-13 14:47:52','23-027609','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BRANBECK@idir','2023-07-13 14:21:48','23-027610','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'STECOOK@idir','2023-07-14 10:28:12','23-027611','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PBRACKEN@idir','2023-07-13 11:16:05','23-027612','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-08-01 11:07:49','23-027613','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DLEWERS@idir','2023-07-13 11:26:14','23-027619','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SZUKEWI@idir','2023-07-25 13:58:04','23-027620','BLKBEAR','DAMNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DSEXTON@idir','2023-07-14 16:14:10','23-027622','COUGAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HIDESMAR@idir','2023-07-18 11:25:56','23-027623','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-14 16:19:42','23-027624','BLKBEAR','DAMNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'LMOSS@idir','2023-07-13 11:47:35','23-027626','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-14 16:05:22','23-027629','BLKBEAR','PROPPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'GJGUDBRA@idir','2023-07-16 12:41:57','23-027630','RAPTOR','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'RBACALL@idir','2023-07-13 11:56:56','23-027631','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JESJONES@idir','2023-07-13 14:13:42','23-027632','RATTLER','CONFINED') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES('Hours smells ','BJETTE@idir','2023-07-13 12:16:21','23-027634','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'COMILLER@idir','2023-07-13 12:24:49','23-027635','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'LMOSS@idir','2023-07-13 12:48:51','23-027639','BLKBEAR','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-14 16:21:00','23-027640','COUGAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'COMILLER@idir','2023-07-13 12:54:10','23-027641','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DLEWERS@idir','2023-07-13 12:55:30','23-027642','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'RBACALL@idir','2023-07-13 13:01:07','23-027644','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-08-01 11:06:46','23-027647','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DDAVIS@idir','2023-07-19 13:17:51','23-027649','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TBIRNEY@idir','2023-07-13 13:27:00','23-027652','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MCNEWTON@idir','2023-07-13 16:01:51','23-027653','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HIDESMAR@idir','2023-07-16 13:53:19','23-027654','BLKBEAR','ORPHANLG') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'COMILLER@idir','2023-07-13 13:31:11','23-027655','COYOTE','LIVNCOU') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MSRICHAR@idir','2023-07-14 11:10:08','23-027660','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JESJONES@idir','2023-07-13 13:48:06','23-027661','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MSRICHAR@idir','2023-07-13 16:13:38','23-027663','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CROCHON@idir','2023-07-15 15:13:00','23-027664','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES('picnic','JBULL@idir','2023-07-18 14:25:06','23-027665','BLKBEAR','SCHPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'RBACALL@idir','2023-07-13 14:18:50','23-027666','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'LMOSS@idir','2023-07-28 16:51:59','23-027667','GRZBEAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DLEWERS@idir','2023-07-13 14:19:14','23-027668','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'RBACALL@idir','2023-07-13 14:25:49','23-027669','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TBIRNEY@idir','2023-07-13 14:43:51','23-027672','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EVEROBER@idir','2023-07-16 13:52:18','23-027674','BLKBEAR','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SZUKEWI@idir','2023-07-18 12:07:49','23-027675','BLKBEAR','SCHPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HIDESMAR@idir','2023-07-17 15:47:38','23-027677','BLKBEAR','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TBIRNEY@idir','2023-07-13 15:01:24','23-027684','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'RLEBLANC@idir','2023-07-19 12:38:14','23-027685','UNKNOWN','DEADPSR') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'COMILLER@idir','2023-07-13 15:10:52','23-027688','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HIDESMAR@idir','2023-07-16 14:05:45','23-027690','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HIDESMAR@idir','2023-07-17 15:46:23','23-027695','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MSANDERS@idir','2023-07-13 16:29:39','23-027696','OTHER','DEADNV') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TBIRNEY@idir','2023-07-13 15:35:47','23-027698','COYOTE','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-13 15:52:21','23-027699','WOLF','DAMNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MSANDERS@idir','2023-07-13 16:17:14','23-027700','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-08-01 11:26:48','23-027701','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TBIRNEY@idir','2023-07-13 16:04:39','23-027704','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TBIRNEY@idir','2023-07-13 16:08:14','23-027706','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BJETTE@idir','2023-07-13 16:25:58','23-027709','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JHANRATT@idir','2023-07-14 14:45:11','23-027710','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-08-01 11:30:00','23-027712','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-08-01 11:28:32','23-027714','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'RLEBLANC@idir','2023-07-19 12:37:16','23-027716','COUGAR','LIVNCOU') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HIDESMAR@idir','2023-07-17 15:44:55','23-027719','BLKBEAR','ORPHANLG') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'COMILLER@idir','2023-07-13 17:18:05','23-027724','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-14 16:04:06','23-027729','BLKBEAR','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DSEXTON@idir','2023-07-14 16:15:53','23-027734','WOLF','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BBEETLES@idir','2023-08-10 11:58:00','23-027735','OTHER','DEADNV') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'COMILLER@idir','2023-07-13 18:31:36','23-027738','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BRADAMS@idir','2023-07-26 19:35:27','23-027741','BLKBEAR','TRAP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BRANBECK@idir','2023-07-20 15:12:01','23-027742','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JCONNAT@idir','2023-07-18 12:04:26','23-027743','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JSCHULTZ@idir','2023-07-14 17:13:53','23-027744','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'STECOOK@idir','2023-07-14 10:35:24','23-027751','BLKBEAR','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SZUKEWI@idir','2023-07-18 12:11:12','23-027752','BLKBEAR','AGGPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MSRICHAR@idir','2023-07-14 11:07:04','23-027753','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TBIRNEY@idir','2023-07-13 19:41:50','23-027754','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-14 15:53:15','23-027756','COUGAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EFITCH@IDIR','2023-07-13 20:57:35','23-027759','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MMBOOTH@idir','2023-07-19 10:40:12','23-027762','OTHER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KWINTERS@idir','2023-07-13 20:28:50','23-027764','COUGAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EFITCH@IDIR','2023-07-13 20:39:07','23-027765','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CROCHON@idir','2023-07-14 10:22:47','23-027768','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KWINTERS@idir','2023-07-13 20:51:16','23-027769','DEER','ORPHANLG') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MSANDERS@idir','2023-07-29 09:05:19','23-027772','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MSANDERS@idir','2023-07-29 09:07:35','23-027773','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KWINTERS@idir','2023-07-13 21:04:54','23-027774','BLKBEAR','LIVNCOU') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KWINTERS@idir','2023-07-13 21:07:50','23-027775','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DDAVIS@idir','2023-07-13 21:49:33','23-027776','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-08-09 14:14:35','23-027777','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JOCHARTR@idir','2023-08-01 10:56:48','23-027779','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JOCHARTR@idir','2023-08-01 10:57:55','23-027785','BLKBEAR','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MCNEWTON@idir','2023-07-18 10:24:21','23-027790','COUGAR','LIVPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'GJGUDBRA@idir','2023-07-20 10:10:36','23-027793','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EVEROBER@idir','2023-07-17 13:28:46','23-027795','COUGAR','COUGARN') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KWINTERS@idir','2023-07-13 22:46:27','23-027796','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KWINTERS@idir','2023-07-13 22:48:49','23-027797','COYOTE','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-14 15:54:20','23-027798','COUGAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EFITCH@IDIR','2023-07-13 23:45:01','23-027800','COUGAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ISCHMIDT@idir','2023-07-14 01:42:16','23-027801','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ISCHMIDT@idir','2023-07-14 02:11:58','23-027802','COYOTE','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MGEUZE@idir','2023-08-03 21:42:15','23-027803','GRZBEAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BRANBECK@idir','2023-07-14 13:04:27','23-027804','BLKBEAR','TRPLEG') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ISCHMIDT@idir','2023-07-14 04:50:40','23-027805','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EVEROBER@idir','2023-07-17 13:28:00','23-027806','COUGAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DDAVIS@idir','2023-08-06 08:24:19','23-027808','BLKBEAR','TRPLEG') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BRANBECK@idir','2023-07-14 13:42:23','23-027809','DEER','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'LMOSS@idir','2023-07-14 06:31:05','23-027810','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SZUKEWI@idir','2023-07-25 13:19:38','23-027811','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SZUKEWI@idir','2023-07-25 13:20:42','23-027812','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'LMOSS@idir','2023-07-14 07:31:10','23-027813','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'IPAVLOVI@IDIR','2023-07-14 07:38:41','23-027814','COYOTE','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PRPIKE@idir','2023-07-14 08:41:24','23-027815','OTHER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DLEWERS@idir','2023-07-14 08:08:12','23-027818','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'LMOSS@idir','2023-07-14 08:31:56','23-027819','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BRADAMS@idir','2023-07-14 18:38:58','23-027820','GRZBEAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PBRACKEN@idir','2023-07-14 08:32:12','23-027822','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-28 16:35:12','23-027826','DEER','CONFINED') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'IPAVLOVI@IDIR','2023-07-14 08:43:14','23-027827','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'LMOSS@idir','2023-07-14 08:46:38','23-027828','RAPTOR','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-14 15:55:38','23-027830','BLKBEAR','DAMNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JCONNAT@idir','2023-07-27 12:24:55','23-027831','COUGAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JOCHARTR@idir','2023-08-01 10:58:57','23-027835','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MPLAMOND@idir','2023-07-14 13:33:53','23-027836','RAPTOR','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'STECOOK@idir','2023-08-01 10:43:59','23-027837','COUGAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-14 15:57:03','23-027838','COUGAR','LIVPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JDAMERT@idir','2023-07-14 12:29:35','23-027840','BLKBEAR','SCHPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JHANRATT@idir','2023-07-14 14:34:09','23-027842','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'LMOSS@idir','2023-07-14 09:23:10','23-027844','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SZUKEWI@idir','2023-07-25 13:21:24','23-027846','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JHANRATT@idir','2023-07-14 14:39:07','23-027852','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JHANRATT@idir','2023-07-14 14:42:15','23-027853','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-14 15:58:41','23-027854','COUGAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ALBUCHAN@idir','2023-07-26 11:39:35','23-027855','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'LMOSS@idir','2023-07-14 09:58:38','23-027857','BLKBEAR','DAMNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DLEWERS@idir','2023-07-14 10:03:08','23-027859','BLKBEAR','DAMNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'LMOSS@idir','2023-07-14 10:33:12','23-027862','OTHER','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BRADAMS@idir','2023-07-26 19:37:14','23-027864','UNKNOWN','LIVNCOU') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DTALEVSK@idir','2023-07-14 10:49:29','23-027866','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MSRICHAR@idir','2023-07-14 11:18:18','23-027867','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CROCHON@idir','2023-07-15 14:59:59','23-027868','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'LMOSS@idir','2023-07-14 10:46:48','23-027871','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'LMOSS@idir','2023-07-14 10:49:50','23-027874','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DLEWERS@idir','2023-07-14 10:54:00','23-027876','COYOTE','LIVNCOU') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'RKRENZ@idir','2023-08-04 14:06:42','23-027877','ELK','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CROCHON@idir','2023-07-14 15:52:54','23-027883','BLKBEAR','DAMNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PBRACKEN@idir','2023-07-14 11:37:16','23-027887','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TBTHIN@idir','2023-07-16 13:10:11','23-027888','DEER','LIVNCOU') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DLEWERS@idir','2023-07-14 11:41:50','23-027890','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'LMOSS@idir','2023-07-14 11:48:01','23-027891','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BRANBECK@idir','2023-07-14 14:09:54','23-027892','BLKBEAR','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DLEWERS@idir','2023-07-14 11:49:40','23-027893','BLKBEAR','LIVNCOU') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES('Food & Condiments ','ISCHMIDT@idir','2023-07-20 13:09:22','23-027894','BLKBEAR','DAMNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'STECOOK@idir','2023-07-19 14:58:38','23-027895','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'RBACALL@idir','2023-07-14 11:57:37','23-027896','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DSEXTON@idir','2023-07-14 16:18:46','23-027906','COUGAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'IPAVLOVI@IDIR','2023-07-14 12:36:57','23-027908','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KPPOPJES@idir','2023-07-23 22:41:10','23-027910','BLKBEAR','DAMNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DTALEVSK@idir','2023-07-14 12:43:44','23-027911','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PBRACKEN@idir','2023-07-14 12:50:58','23-027916','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BRANBECK@idir','2023-07-20 15:09:11','23-027919','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'RBACALL@idir','2023-07-14 13:09:32','23-027921','ELK','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'COMILLER@idir','2023-07-14 13:08:53','23-027926','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BRANBECK@idir','2023-07-14 13:43:16','23-027929','BLKBEAR','DEADNV') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JHANRATT@idir','2023-07-14 13:56:56','23-027930','WLDSHEEP','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JHANRATT@idir','2023-07-14 13:50:07','23-027932','WLDSHEEP','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EMCARTHU@idir','2023-07-17 15:42:20','23-027933','BLKBEAR','DEADNV') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CROCHON@idir','2023-07-14 15:01:00','23-027936','BLKBEAR','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JHANRATT@idir','2023-07-20 15:43:34','23-027937','WLDSHEEP','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JHANRATT@idir','2023-07-20 15:44:58','23-027941','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'LMOSS@idir','2023-07-14 13:45:09','23-027942','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'RBACALL@idir','2023-07-14 13:49:27','23-027943','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'RBACALL@idir','2023-07-14 13:54:22','23-027947','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HIDESMAR@idir','2023-07-16 14:18:57','23-027948','GRZBEAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BALACEY@idir','2023-07-21 10:21:31','23-027949','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'COMILLER@idir','2023-07-14 14:11:45','23-027953','DEER','ORPHANLG') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DTALEVSK@idir','2023-07-14 14:28:55','23-027960','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES('food','BRADAMS@idir','2023-07-14 18:07:38','23-027964','COYOTE','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PBRACKEN@idir','2023-07-14 14:39:59','23-027966','DEER','DEADNV') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-08-01 11:34:41','23-027968','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'RBACALL@idir','2023-07-14 14:45:21','23-027969','BLKBEAR','ORPHANLG') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'LMOSS@idir','2023-07-14 14:44:15','23-027970','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JHANRATT@idir','2023-07-20 15:46:49','23-027971','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-08-01 11:33:32','23-027973','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JHANRATT@idir','2023-07-20 15:47:56','23-027974','DEER','DEADNV') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CROCHON@idir','2023-07-14 15:42:55','23-027975','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'IPAVLOVI@IDIR','2023-07-14 15:07:08','23-027976','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SZUKEWI@idir','2023-07-18 12:14:45','23-027977','COYOTE','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TDSCHUMA@idir','2023-08-03 10:50:45','23-027979','BLKBEAR','DAMNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CROCHON@idir','2023-07-14 15:41:43','23-027980','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'COMILLER@idir','2023-07-14 15:31:10','23-027982','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PBRACKEN@idir','2023-07-14 15:29:49','23-027983','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'IPAVLOVI@IDIR','2023-07-14 15:53:34','23-027989','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'RBACALL@idir','2023-07-14 15:58:15','23-027990','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-08-01 11:53:45','23-027991','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'LMOSS@idir','2023-07-14 16:02:47','23-027992','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES('Recycling bins','RBACALL@idir','2023-07-14 16:06:31','23-027994','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SZUKEWI@idir','2023-07-18 12:15:36','23-027996','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JMELENKA@idir','2023-07-26 12:23:48','23-027999','SKUNK','TRAP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'GPKRUGER@idir','2023-07-15 10:33:36','23-028000','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'STECOOK@idir','2023-07-19 15:01:24','23-028002','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SZUKEWI@idir','2023-07-25 13:22:24','23-028004','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-08-01 11:37:33','23-028008','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'COMILLER@idir','2023-07-14 17:28:57','23-028011','BLKBEAR','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DLEWERS@idir','2023-07-14 17:35:32','23-028012','BLKBEAR','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DLEWERS@idir','2023-07-14 17:40:50','23-028014','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PROEMER@idir','2023-07-14 17:42:15','23-028016','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SZUKEWI@idir','2023-07-25 13:23:16','23-028019','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-08-01 11:43:46','23-028021','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SZUKEWI@idir','2023-07-25 14:05:30','23-028022','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EFITCH@IDIR','2023-07-14 18:17:50','23-028023','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'RYGORDON@idir','2023-07-24 11:23:31','23-028026','DEER','DEADNV') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-08-01 11:44:51','23-028028','DEER','ORPHANLG') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SZUKEWI@idir','2023-07-18 12:17:11','23-028033','BLKBEAR','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EFITCH@IDIR','2023-07-14 20:29:43','23-028036','DEER','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'COMILLER@idir','2023-07-14 20:07:15','23-028037','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HGOOLIAF@idir','2023-08-06 12:19:46','23-028039','MTNGOAT','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ISCHMIDT@idir','2023-07-14 20:16:38','23-028040','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'COMILLER@idir','2023-07-14 20:26:58','23-028041','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES('chocolate','SZUKEWI@idir','2023-07-25 13:23:59','23-028042','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'COMILLER@idir','2023-07-14 20:45:42','23-028043','DEER','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ISCHMIDT@idir','2023-07-14 20:48:20','23-028044','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'COMILLER@idir','2023-07-14 20:48:30','23-028045','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PROEMER@idir','2023-07-14 21:12:34','23-028047','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-08-01 11:45:57','23-028050','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'COMILLER@idir','2023-07-14 21:30:15','23-028053','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'COMILLER@idir','2023-07-14 21:50:14','23-028054','BLKBEAR','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-17 08:51:59','23-028055','COUGAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'GPKRUGER@idir','2023-07-25 15:20:04','23-028057','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ISCHMIDT@idir','2023-07-14 23:34:00','23-028058','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PROEMER@idir','2023-07-14 23:12:14','23-028059','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SZUKEWI@idir','2023-07-25 13:28:24','23-028060','BLKBEAR','PROPPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DDAVIS@idir','2023-07-14 23:32:44','23-028063','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EFITCH@IDIR','2023-07-15 00:44:33','23-028066','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DDAVIS@idir','2023-07-15 01:21:02','23-028067','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-17 08:50:22','23-028070','COUGAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ISCHMIDT@idir','2023-07-15 05:57:27','23-028071','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'IPAVLOVI@IDIR','2023-07-15 06:38:59','23-028073','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'IPAVLOVI@IDIR','2023-07-15 07:00:55','23-028075','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'RKRENZ@idir','2023-08-04 14:07:16','23-028076','ELK','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PBRACKEN@idir','2023-07-15 07:14:37','23-028077','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-08-01 11:47:20','23-028078','DEER','ORPHANLG') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DTALEVSK@idir','2023-07-15 07:35:15','23-028079','DEER','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SMCCREAD@idir','2023-07-15 07:38:20','23-028080','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-08-01 11:36:03','23-028081','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SMCCREAD@idir','2023-07-15 07:49:39','23-028082','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CROCHON@idir','2023-07-15 09:48:52','23-028083','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PBRACKEN@idir','2023-07-15 07:58:35','23-028084','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SMCCREAD@idir','2023-07-15 07:59:53','23-028085','COYOTE','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'IPAVLOVI@IDIR','2023-07-15 08:00:42','23-028086','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SZUKEWI@idir','2023-07-18 12:22:29','23-028088','COYOTE','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PBRACKEN@idir','2023-07-15 08:20:11','23-028091','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'IPAVLOVI@IDIR','2023-07-15 08:27:34','23-028092','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-08-01 11:49:15','23-028093','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KSORENSE@idir','2023-08-07 10:01:08','23-028095','BLKBEAR','LIVPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES('blueberry farm','PROEMER@idir','2023-07-16 18:24:13','23-028098','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'IPAVLOVI@IDIR','2023-07-15 09:21:34','23-028103','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SZUKEWI@idir','2023-07-25 13:30:25','23-028111','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TAMYRONI@idir','2023-07-20 09:57:52','23-028112','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DBARTOL@idir','2023-07-17 09:16:24','23-028113','DEER','AGGPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'IPAVLOVI@IDIR','2023-07-15 10:03:30','23-028114','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TBECK@idir','2023-07-20 11:58:00','23-028118','DEER','ORPHANLG') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'LMOSS@idir','2023-07-20 10:58:49','23-028120','COYOTE','LIVPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PRPIKE@idir','2023-07-16 09:00:51','23-028122','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DTALEVSK@idir','2023-07-15 10:31:51','23-028123','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES('wild berries','DLEWERS@idir','2023-07-15 10:34:07','23-028124','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-08-01 11:51:13','23-028125','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-08-01 11:53:03','23-028126','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HIDESMAR@idir','2023-07-17 15:42:17','23-028127','BLKBEAR','CONFINED') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'IPAVLOVI@IDIR','2023-07-15 10:43:57','23-028128','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KPPOPJES@idir','2023-07-15 15:04:42','23-028129','BLKBEAR','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KPPOPJES@idir','2023-07-17 10:59:21','23-028130','COUGAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KOWENS@idir','2023-07-15 17:38:56','23-028131','RACCOON','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'RBACALL@idir','2023-07-15 11:00:31','23-028134','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SZUKEWI@idir','2023-07-18 12:24:29','23-028135','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'RBACALL@idir','2023-07-15 11:22:28','23-028136','BLKBEAR','LIVNCOU') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'IPAVLOVI@IDIR','2023-07-15 11:16:08','23-028137','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DLEWERS@idir','2023-07-15 11:18:31','23-028138','COUGAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CROCHON@idir','2023-07-15 14:50:40','23-028140','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SMCCREAD@idir','2023-07-15 11:34:50','23-028141','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SZUKEWI@idir','2023-07-18 12:29:50','23-028145','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'STECOOK@idir','2023-07-19 15:09:41','23-028149','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BMUELLER@idir','2023-07-21 12:22:46','23-028153','BLKBEAR','AGGPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DDAVIS@idir','2023-07-20 21:02:05','23-028155','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'RBACALL@idir','2023-07-15 12:21:30','23-028156','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BRANBECK@idir','2023-07-15 12:49:45','23-028157','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TDSCHUMA@idir','2023-07-20 16:11:22','23-028158','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TBECK@idir','2023-07-20 11:59:39','23-028159','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TDSCHUMA@idir','2023-07-20 16:18:24','23-028160','BLKBEAR','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'IPAVLOVI@IDIR','2023-07-15 12:48:31','23-028161','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'RBACALL@idir','2023-07-15 12:49:54','23-028162','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'GPKRUGER@idir','2023-07-25 14:55:33','23-028164','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'RBACALL@idir','2023-07-15 13:21:09','23-028167','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SZUKEWI@idir','2023-07-22 10:14:03','23-028168','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CROCHON@idir','2023-07-15 14:34:17','23-028169','GRZBEAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'IPAVLOVI@IDIR','2023-07-15 13:27:21','23-028170','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'IPAVLOVI@IDIR','2023-07-15 14:07:14','23-028176','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'IPAVLOVI@IDIR','2023-07-15 14:39:35','23-028177','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SMCCREAD@idir','2023-07-15 14:42:32','23-028179','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HIDESMAR@idir','2023-07-20 14:45:02','23-028181','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DLEWERS@idir','2023-07-15 14:47:51','23-028182','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SZUKEWI@idir','2023-07-25 13:31:06','23-028184','BLKBEAR','DAMNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'IPAVLOVI@IDIR','2023-07-15 15:09:35','23-028185','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-17 09:11:57','23-028186','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DAVCOX@idir','2023-07-25 10:48:00','23-028189','ELK','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DLEWERS@idir','2023-07-15 15:26:10','23-028190','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SPEELING@idir','2023-07-24 11:12:09','23-028191','COYOTE','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES('bird nests','SMCCREAD@idir','2023-07-15 15:43:12','23-028193','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TDSCHUMA@idir','2023-07-20 14:57:49','23-028195','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TAMYRONI@idir','2023-07-19 16:02:51','23-028199','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HIDESMAR@idir','2023-07-17 15:40:35','23-028203','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'STECOOK@idir','2023-07-17 13:28:42','23-028205','RAPTOR','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SMCCREAD@idir','2023-07-15 16:35:16','23-028207','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JETYRE@idir','2023-07-18 11:35:15','23-028208','DEER','AGGPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SZUKEWI@idir','2023-07-25 13:31:44','23-028209','BLKBEAR','DAMNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'RLEBLANC@idir','2023-07-19 12:41:41','23-028210','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KOWENS@idir','2023-07-15 17:35:13','23-028213','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EFITCH@IDIR','2023-07-15 17:27:29','23-028215','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BVDAMME@idir','2023-07-19 10:56:37','23-028216','BLKBEAR','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BVDAMME@idir','2023-07-31 10:06:42','23-028222','BLKBEAR','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KWINTERS@idir','2023-07-15 18:11:54','23-028223','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BBEETLES@idir','2023-08-10 11:58:33','23-028225','OTHER','DEADNV') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EMCARTHU@idir','2023-07-19 12:33:11','23-028226','GRZBEAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EFITCH@IDIR','2023-07-15 18:40:55','23-028227','DEER','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SZUKEWI@idir','2023-07-25 13:32:39','23-028228','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'FBKNIBBS@idir','2023-07-25 10:53:37','23-028235','GRZBEAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-08-01 15:54:40','23-028237','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-17 09:04:48','23-028239','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PROEMER@idir','2023-07-15 19:46:38','23-028240','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TDSCHUMA@idir','2023-07-18 14:12:10','23-028241','BLKBEAR','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HIDESMAR@idir','2023-07-20 14:47:04','23-028245','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TAMYRONI@idir','2023-07-26 15:45:24','23-028246','DEER','CONFINED') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HGOOLIAF@idir','2023-08-06 12:17:26','23-028248','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KWINTERS@idir','2023-07-15 20:22:46','23-028249','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TBECK@idir','2023-07-20 12:00:43','23-028250','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EVEROBER@idir','2023-07-24 13:01:06','23-028260','BLKBEAR','ORPHANLG') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PROEMER@idir','2023-07-15 20:48:18','23-028261','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-07-24 15:16:43','23-028262','BLKBEAR','DAMNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KWINTERS@idir','2023-07-15 21:07:44','23-028265','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DDAVIS@idir','2023-07-15 21:35:53','23-028266','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-17 09:08:16','23-028267','COUGAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HIDESMAR@idir','2023-07-17 15:38:30','23-028268','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DDAVIS@idir','2023-07-15 21:46:48','23-028270','RATTLER','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-17 09:06:22','23-028271','COUGAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PROEMER@idir','2023-07-15 21:50:46','23-028272','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KWINTERS@idir','2023-07-15 21:57:20','23-028273','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KWINTERS@idir','2023-07-15 22:15:44','23-028274','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PROEMER@idir','2023-07-15 23:39:53','23-028279','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DDAVIS@idir','2023-07-16 02:33:38','23-028280','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'GPKRUGER@idir','2023-07-25 14:54:17','23-028281','MOOSE','DEADNV') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KPPOPJES@idir','2023-07-17 12:08:41','23-028282','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DDAVIS@idir','2023-07-16 04:01:49','23-028283','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SZUKEWI@idir','2023-07-25 13:36:20','23-028284','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JDSCOTT@idir','2023-07-16 07:11:33','23-028286','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KPPOPJES@idir','2023-07-17 12:10:38','23-028288','BLKBEAR','ORPHANLG') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SMCCREAD@idir','2023-07-16 07:42:16','23-028289','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TDSCHUMA@idir','2023-07-18 14:09:34','23-028290','BLKBEAR','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SMCCREAD@idir','2023-07-16 07:47:25','23-028291','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SMCCREAD@idir','2023-07-16 07:54:26','23-028292','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KPPOPJES@idir','2023-07-17 12:12:09','23-028293','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-17 15:00:54','23-028294','COUGAR','LIVPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DTALEVSK@idir','2023-07-16 18:08:13','23-028295','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-17 09:10:20','23-028297','COUGAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BBEETLES@idir','2023-08-10 11:59:00','23-028299','RAPTOR','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DLEWERS@idir','2023-07-16 08:56:15','23-028301','DEER','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MMBOOTH@idir','2023-07-19 13:08:15','23-028302','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SMCCREAD@idir','2023-07-16 09:17:17','23-028307','DEER','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CROCHON@idir','2023-07-16 15:15:22','23-028308','COYOTE','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DLMILLER@idir','2023-07-16 14:57:26','23-028311','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JHANRATT@idir','2023-08-02 17:20:09','23-028314','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-08-01 15:56:16','23-028318','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-07-24 15:15:44','23-028320','COYOTE','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EVEROBER@idir','2023-07-31 14:12:02','23-028321','BLKBEAR','LIVPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MSTERN@idir','2023-07-23 08:17:31','23-028323','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'RBACALL@idir','2023-07-16 10:15:28','23-028327','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ALBUCHAN@idir','2023-07-31 13:33:05','23-028328','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TDSCHUMA@idir','2023-07-16 16:33:01','23-028329','BLKBEAR','PROPPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EFITCH@IDIR','2023-07-16 15:57:34','23-028330','DEER','DEADNV') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KPPOPJES@idir','2023-07-17 16:35:39','23-028331','COYOTE','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-08-01 15:50:44','23-028333','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JESJONES@idir','2023-07-17 11:22:42','23-028334','RATTLER','AGGPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'RBACALL@idir','2023-07-16 11:27:29','23-028335','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'GPKRUGER@idir','2023-07-25 15:20:24','23-028338','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TDSCHUMA@idir','2023-07-18 14:05:39','23-028339','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES('household waste','CROCHON@idir','2023-07-28 16:31:48','23-028340','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-08-09 13:43:32','23-028341','BLKBEAR','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'RBACALL@idir','2023-07-16 12:03:27','23-028342','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JESJONES@idir','2023-07-17 11:27:49','23-028343','OTHER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SMCCREAD@idir','2023-07-16 12:06:12','23-028344','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PBRACKEN@idir','2023-07-16 12:12:13','23-028346','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DSEXTON@idir','2023-08-11 14:07:19','23-028347','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TDSCHUMA@idir','2023-07-16 16:19:29','23-028349','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HIDESMAR@idir','2023-07-16 14:51:30','23-028350','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'GPKRUGER@idir','2023-07-25 15:20:44','23-028351','OTHER','AGGPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SMCCREAD@idir','2023-07-16 12:32:29','23-028352','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-08-01 15:58:20','23-028353','DEER','ORPHANLG') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ADOMPIER@idir','2023-07-16 12:56:03','23-028355','BISON','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-07-24 15:14:35','23-028360','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TBTHIN@idir','2023-07-16 14:05:01','23-028361','BLKBEAR','DAMNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PBRACKEN@idir','2023-07-16 13:25:32','23-028364','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JHANRATT@idir','2023-07-21 15:58:15','23-028366','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PBRACKEN@idir','2023-07-16 13:52:57','23-028367','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MSTERN@idir','2023-07-23 08:18:33','23-028368','RAPTOR','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HIDESMAR@idir','2023-07-16 14:53:24','23-028369','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PROEMER@idir','2023-07-16 14:09:02','23-028370','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SMCCREAD@idir','2023-07-16 14:22:47','23-028372','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TDSCHUMA@idir','2023-07-18 14:02:55','23-028373','BLKBEAR','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PROEMER@idir','2023-07-16 14:27:56','23-028374','BLKBEAR','DAMNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PBRACKEN@idir','2023-07-16 14:30:43','23-028375','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'RBACALL@idir','2023-07-16 14:34:54','23-028376','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-07-24 15:23:25','23-028377','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DSEXTON@idir','2023-07-17 09:40:43','23-028378','BLKBEAR','AGGPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SMCCREAD@idir','2023-07-16 14:52:16','23-028381','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SZUKEWI@idir','2023-07-18 12:36:21','23-028382','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PROEMER@idir','2023-07-16 14:59:15','23-028383','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SMCCREAD@idir','2023-07-16 15:05:31','23-028384','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SMCCREAD@idir','2023-07-16 15:47:57','23-028386','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SZUKEWI@idir','2023-07-25 13:33:30','23-028390','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-08-01 16:00:54','23-028392','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JXKLINE@idir','2023-07-17 12:41:35','23-028396','DEER','ORPHANLG') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DTALEVSK@idir','2023-07-16 16:27:18','23-028397','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ADOMPIER@idir','2023-07-16 16:37:54','23-028399','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-08-01 15:59:44','23-028400','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-17 15:03:08','23-028402','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DTALEVSK@idir','2023-07-16 16:55:01','23-028403','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DLEWERS@idir','2023-07-16 16:53:48','23-028404','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DBARTOL@idir','2023-07-17 09:13:04','23-028405','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SZUKEWI@idir','2023-07-22 12:40:52','23-028408','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TDSCHUMA@idir','2023-07-18 13:58:32','23-028411','BLKBEAR','CONFINED') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DTALEVSK@idir','2023-07-16 17:54:33','23-028415','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'STECOOK@idir','2023-07-19 14:19:06','23-028423','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SZUKEWI@idir','2023-07-18 12:39:16','23-028424','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SZUKEWI@idir','2023-07-25 13:35:18','23-028427','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EFITCH@IDIR','2023-07-16 18:56:34','23-028429','BLKBEAR','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KPPOPJES@idir','2023-07-17 12:06:52','23-028430','BLKBEAR','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TDSCHUMA@idir','2023-07-18 13:56:31','23-028432','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PROEMER@idir','2023-07-16 20:01:08','23-028447','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JXKLINE@idir','2023-07-24 17:49:37','23-028449','BLKBEAR','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EFITCH@IDIR','2023-07-16 20:14:25','23-028450','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JHANRATT@idir','2023-07-21 15:55:15','23-028451','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EFITCH@IDIR','2023-07-16 20:40:33','23-028455','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SZUKEWI@idir','2023-07-25 13:51:55','23-028459','BLKBEAR','DAMNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KPPOPJES@idir','2023-07-17 11:46:14','23-028461','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BVDAMME@idir','2023-07-17 10:50:47','23-028462','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'GSMALL@idir','2023-07-21 22:14:58','23-028463','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PROEMER@idir','2023-07-16 21:18:32','23-028465','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PROEMER@idir','2023-07-16 21:22:43','23-028466','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EFITCH@IDIR','2023-07-16 21:36:49','23-028468','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PROEMER@idir','2023-07-16 21:31:31','23-028469','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-17 09:16:01','23-028474','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DDAVIS@idir','2023-07-16 22:37:33','23-028476','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DTALEVSK@idir','2023-07-16 22:42:48','23-028477','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ELPEDERS@idir','2023-07-26 13:45:37','23-028478','MOOSE','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JESJONES@idir','2023-07-17 10:07:07','23-028479','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DDAVIS@idir','2023-07-17 00:18:32','23-028485','BLKBEAR','ORPHANLG') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ASDUNCAN@idir','2023-07-19 04:16:18','23-028487','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JHANRATT@idir','2023-07-21 15:52:45','23-028488','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SMCCREAD@idir','2023-07-17 06:07:12','23-028490','DEER','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KOWENS@idir','2023-07-25 13:32:46','23-028496','COUGAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'COMILLER@idir','2023-07-17 06:51:17','23-028498','DEER','DEADNV') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TDSCHUMA@idir','2023-07-17 16:00:08','23-028500','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'LMOSS@idir','2023-07-17 07:24:37','23-028501','BLKBEAR','DAMNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HIDESMAR@idir','2023-07-17 16:07:02','23-028502','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DSEXTON@idir','2023-07-20 08:27:04','23-028503','BLKBEAR','DAMNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HIDESMAR@idir','2023-07-18 11:28:02','23-028504','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EMCARTHU@idir','2023-07-19 12:42:13','23-028505','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ALBUCHAN@idir','2023-07-17 12:29:03','23-028509','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DSEXTON@idir','2023-07-20 08:28:04','23-028510','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'LMOSS@idir','2023-07-17 08:53:02','23-028512','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SMCCREAD@idir','2023-07-17 08:39:42','23-028515','DEER','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EMCARTHU@idir','2023-07-20 10:12:18','23-028518','BLKBEAR','TRAP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SMCCREAD@idir','2023-07-17 08:49:37','23-028519','BLKBEAR','DAMNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'RLEBLANC@idir','2023-07-31 11:06:49','23-028520','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JETYRE@idir','2023-07-18 11:36:40','23-028521','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MSTERN@idir','2023-07-23 08:24:00','23-028522','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KPPOPJES@idir','2023-07-17 12:05:37','23-028529','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TDSCHUMA@idir','2023-07-23 15:14:36','23-028532','COYOTE','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CROCHON@idir','2023-07-19 12:57:01','23-028534','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BBEETLES@idir','2023-08-10 11:59:25','23-028542','RAPTOR','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MSTERN@idir','2023-07-23 08:26:13','23-028545','DEER','DEADPSR') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ISCHMIDT@idir','2023-07-17 10:08:50','23-028549','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-31 09:24:19','23-028550','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CELDER@idir','2023-07-24 14:46:07','23-028551','BLKBEAR','DAMNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'COMILLER@idir','2023-07-17 10:28:51','23-028557','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JESJONES@idir','2023-07-17 12:27:15','23-028560','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'COMILLER@idir','2023-07-17 10:38:46','23-028561','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SMCCREAD@idir','2023-07-17 10:39:40','23-028562','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KMAYOWSK@idir','2023-07-18 10:23:07','23-028563','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SZUKEWI@idir','2023-07-18 12:44:28','23-028565','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BALACEY@idir','2023-07-27 11:29:10','23-028566','BLKBEAR','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'COMILLER@idir','2023-07-17 10:43:37','23-028567','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JETYRE@idir','2023-07-18 11:40:11','23-028568','MOOSE','ORPHANLG') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ALBUCHAN@idir','2023-07-17 12:18:20','23-028571','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-07-24 15:22:54','23-028574','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BVDAMME@idir','2023-07-18 08:59:53','23-028575','RATTLER','CONFINED') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-08-01 16:02:12','23-028576','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES('Flowers ','KSORENSE@idir','2023-07-17 11:13:56','23-028577','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KMAYOWSK@idir','2023-07-18 10:27:04','23-028579','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MMBOOTH@idir','2023-07-19 13:11:07','23-028580','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'LMOSS@idir','2023-07-17 11:29:49','23-028582','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CROCHON@idir','2023-07-20 09:51:34','23-028584','COYOTE','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KMAYOWSK@idir','2023-07-18 10:29:01','23-028587','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TAMYRONI@idir','2023-07-26 15:43:46','23-028588','COYOTE','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EMCARTHU@idir','2023-07-19 12:46:00','23-028591','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KSORENSE@idir','2023-07-17 11:52:43','23-028592','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'RYGORDON@idir','2023-07-24 11:23:06','23-028593','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JESJONES@idir','2023-07-17 12:28:18','23-028598','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EMCARTHU@idir','2023-07-17 14:03:51','23-028599','COYOTE','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TAMYRONI@idir','2023-07-26 15:42:11','23-028600','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MMBOOTH@idir','2023-07-19 11:09:28','23-028601','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-08-01 16:04:14','23-028602','UNKNOWN','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES('Leaves on tree ','TDSCHUMA@idir','2023-07-17 15:42:40','23-028603','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'LMOSS@idir','2023-07-17 12:32:36','23-028604','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MSTERN@idir','2023-07-23 08:28:38','23-028605','DEER','CONFINED') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'COMILLER@idir','2023-07-17 12:38:51','23-028606','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SZUKEWI@idir','2023-07-22 12:43:35','23-028607','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KSORENSE@idir','2023-07-17 12:53:38','23-028612','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'COMILLER@idir','2023-07-17 13:02:24','23-028617','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-17 15:04:49','23-028621','COUGAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'COMILLER@idir','2023-07-17 13:15:23','23-028622','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-08-01 16:06:04','23-028623','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-08-01 15:51:56','23-028626','DEER','DEADNV') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JOCHARTR@idir','2023-07-17 13:22:11','23-028627','BISON','CONFINED') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'LMOSS@idir','2023-07-17 13:59:29','23-028637','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CROCHON@idir','2023-07-19 11:51:32','23-028642','RACCOON','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'LMOSS@idir','2023-07-17 14:14:55','23-028643','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HIDESMAR@idir','2023-07-18 11:44:33','23-028656','FOX','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'LMOSS@idir','2023-07-17 15:09:33','23-028657','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ISCHMIDT@idir','2023-07-17 15:24:43','23-028662','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DSEXTON@idir','2023-07-18 14:06:23','23-028664','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'AMAESTRE@idir','2023-07-19 09:01:11','23-028672','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'COMILLER@idir','2023-07-17 15:54:57','23-028676','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KPPOPJES@idir','2023-07-24 15:07:31','23-028679','RVROTTER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'AMAESTRE@idir','2023-07-19 08:47:59','23-028680','BLKBEAR','DEADPSR') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ISCHMIDT@idir','2023-07-17 16:11:11','23-028681','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-08-01 16:09:09','23-028682','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'LMOSS@idir','2023-07-17 16:17:56','23-028683','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'COMILLER@idir','2023-07-17 16:28:04','23-028686','UNKNOWN','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SPEELING@idir','2023-07-25 15:12:28','23-028687','GRZBEAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'LMOSS@idir','2023-07-17 16:44:26','23-028692','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PROEMER@idir','2023-07-17 16:49:38','23-028695','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-08-01 16:10:44','23-028698','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'LMOSS@idir','2023-07-17 16:55:48','23-028699','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'LEARCHIB@idir','2023-07-17 16:55:18','23-028700','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'LMOSS@idir','2023-07-17 17:07:30','23-028703','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'GSMALL@idir','2023-07-21 17:10:43','23-028704','OTHER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'LMOSS@idir','2023-07-17 17:11:34','23-028705','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KSORENSE@idir','2023-07-17 17:22:53','23-028707','GRZBEAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'LMOSS@idir','2023-07-17 17:17:18','23-028708','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SZUKEWI@idir','2023-07-22 12:44:55','23-028709','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SGBATES@idir','2023-07-17 18:01:07','23-028710','BLKBEAR','AGGPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HIDESMAR@idir','2023-07-19 14:56:22','23-028713','BLKBEAR','AGGPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KSORENSE@idir','2023-07-17 17:58:25','23-028714','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'RKRENZ@idir','2023-08-04 14:07:35','23-028715','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KSORENSE@idir','2023-07-17 18:09:32','23-028716','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DAGRAY@idir','2023-07-17 18:11:07','23-028720','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HIDESMAR@idir','2023-07-18 10:41:23','23-028721','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MWALKOSK@idir','2023-07-18 12:21:07','23-028723','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ISCHMIDT@idir','2023-07-17 18:14:50','23-028724','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DAGRAY@idir','2023-07-17 18:18:28','23-028725','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JHANRATT@idir','2023-07-21 15:49:17','23-028726','DEER','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ISCHMIDT@idir','2023-07-17 18:24:37','23-028727','BLKBEAR','AGGPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DSEXTON@idir','2023-08-11 13:46:36','23-028729','DEER','DEADNV') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'GSMALL@idir','2023-07-21 17:09:16','23-028730','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'GSMALL@idir','2023-07-21 17:08:03','23-028731','DEER','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ALBUCHAN@idir','2023-07-18 13:07:21','23-028732','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KSORENSE@idir','2023-07-17 18:51:08','23-028734','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JBULL@idir','2023-07-18 12:53:56','23-028739','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KPPOPJES@idir','2023-07-24 15:04:37','23-028741','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EMCARTHU@idir','2023-07-29 10:59:48','23-028742','COYOTE','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EMCARTHU@idir','2023-07-20 10:15:29','23-028743','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES('fishery catch','CPOSTHUM@idir','2023-07-21 11:27:58','23-028745','GRZBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SZUKEWI@idir','2023-07-25 13:37:49','23-028747','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JHANRATT@idir','2023-07-21 15:45:46','23-028748','DEER','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'GSMALL@idir','2023-07-21 17:06:42','23-028749','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ASDUNCAN@idir','2023-07-17 20:18:35','23-028750','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-08-09 14:01:55','23-028752','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KWINTERS@idir','2023-07-17 20:30:47','23-028753','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JHANSTEA@idir','2023-08-03 15:10:40','23-028754','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CELDER@idir','2023-07-24 10:31:02','23-028755','BLKBEAR','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PROEMER@idir','2023-07-17 20:45:29','23-028756','COYOTE','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SZUKEWI@idir','2023-07-18 12:48:25','23-028757','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KPPOPJES@idir','2023-07-24 14:55:12','23-028758','BLKBEAR','SCHPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JMELENKA@idir','2023-07-26 12:22:14','23-028764','DEER','AGGPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ASDUNCAN@idir','2023-07-17 21:18:02','23-028765','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DAGRAY@idir','2023-07-17 21:32:15','23-028766','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KWINTERS@idir','2023-07-17 21:31:22','23-028767','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES('fish guts','ALYUBOMU@idir','2023-07-27 10:25:04','23-028771','GRZBEAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SZUKEWI@idir','2023-07-18 12:49:55','23-028772','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PROEMER@idir','2023-07-17 23:07:15','23-028773','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES('RECYCLING','SZUKEWI@idir','2023-07-25 13:39:26','23-028774','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TBECK@idir','2023-07-20 12:01:40','23-028775','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ALBUCHAN@idir','2023-07-24 12:53:36','23-028776','BLKBEAR','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SZUKEWI@idir','2023-07-25 13:40:09','23-028777','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SZUKEWI@idir','2023-07-25 13:40:59','23-028778','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ASDUNCAN@idir','2023-07-18 01:36:38','23-028779','BLKBEAR','DAMNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SZUKEWI@idir','2023-07-25 15:27:47','23-028780','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JMELENKA@idir','2023-07-26 12:20:08','23-028783','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ASDUNCAN@idir','2023-07-18 05:48:07','23-028784','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TDSCHUMA@idir','2023-07-18 13:35:22','23-028785','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'COMILLER@idir','2023-07-18 07:24:02','23-028787','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SZUKEWI@idir','2023-07-25 13:41:41','23-028790','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KSORENSE@idir','2023-07-18 07:41:44','23-028791','COYOTE','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-08-01 16:12:08','23-028792','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'STECOOK@idir','2023-07-19 14:16:20','23-028793','COYOTE','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TARWILLI@idir','2023-07-27 16:15:30','23-028794','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SZUKEWI@idir','2023-07-25 13:42:59','23-028798','COYOTE','LIVNCOU') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HSTARK@idir','2023-07-27 17:33:21','23-028799','COUGAR','LIVNCOU') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DSEXTON@idir','2023-07-20 08:21:10','23-028800','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JCLANCY@idir','2023-07-18 10:26:26','23-028801','BLKBEAR','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HGOOLIAF@idir','2023-08-06 12:15:43','23-028802','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MSANDERS@idir','2023-07-29 09:04:13','23-028803','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES('Recycling ','TDSCHUMA@idir','2023-07-18 13:24:04','23-028804','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'STECOOK@idir','2023-07-19 14:11:37','23-028810','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EMCARTHU@idir','2023-07-20 10:16:22','23-028814','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TDSCHUMA@idir','2023-07-20 16:00:43','23-028817','BLKBEAR','ORPHANLG') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SZUKEWI@idir','2023-07-22 12:59:35','23-028821','BLKBEAR','SCHPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JXKLINE@idir','2023-07-18 17:04:55','23-028826','BLKBEAR','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'GPKRUGER@idir','2023-07-25 14:52:50','23-028830','DEER','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DTALEVSK@idir','2023-07-18 09:14:16','23-028831','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'GSMALL@idir','2023-07-21 16:59:44','23-028833','DEER','DEADNV') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EFITCH@IDIR','2023-07-18 09:37:22','23-028834','COYOTE','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES('Cougar Cache','MAWILSON@idir','2023-07-19 08:46:14','23-028835','COUGAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TBIRNEY@idir','2023-07-18 10:44:14','23-028836','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SZUKEWI@idir','2023-07-25 13:46:04','23-028837','BLKBEAR','DAMNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PRPIKE@idir','2023-07-18 11:40:44','23-028841','BLKBEAR','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ISCHMIDT@idir','2023-07-18 09:44:42','23-028842','COYOTE','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JBJARNAS@idir','2023-07-25 08:59:20','23-028844','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'STECOOK@idir','2023-07-19 14:09:38','23-028848','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ISCHMIDT@idir','2023-07-20 11:31:14','23-028850','COUGAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KSORENSE@idir','2023-07-18 10:27:15','23-028857','DEER','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EFITCH@IDIR','2023-07-18 10:41:05','23-028858','DEER','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EMCARTHU@idir','2023-07-19 12:53:42','23-028859','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'STECOOK@idir','2023-07-31 12:39:19','23-028860','DEER','ORPHANLG') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'COMILLER@idir','2023-07-18 10:56:52','23-028863','COYOTE','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'STECOOK@idir','2023-07-19 13:37:05','23-028864','COUGAR','SCHPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KSORENSE@idir','2023-07-18 11:07:56','23-028867','DEER','DEADNV') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TDSCHUMA@idir','2023-07-18 13:23:00','23-028871','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'COMILLER@idir','2023-07-18 11:41:33','23-028874','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SZUKEWI@idir','2023-07-25 13:49:56','23-028875','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SZUKEWI@idir','2023-07-25 13:50:37','23-028876','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BBEETLES@idir','2023-08-10 11:59:53','23-028877','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CROCHON@idir','2023-07-19 12:22:07','23-028879','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KSORENSE@idir','2023-07-18 12:06:40','23-028882','COYOTE','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JHANRATT@idir','2023-07-21 15:43:10','23-028886','COYOTE','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES('Cooler ','CROCHON@idir','2023-07-19 12:06:44','23-028888','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EFITCH@IDIR','2023-07-26 12:01:42','23-028892','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-07-27 15:11:56','23-028893','COYOTE','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HIDESMAR@idir','2023-07-23 18:30:03','23-028894','BLKBEAR','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-08-01 16:13:55','23-028895','RACCOON','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'LEARCHIB@idir','2023-07-18 12:58:24','23-028897','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HIDESMAR@idir','2023-07-25 12:00:38','23-028902','BLKBEAR','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CPOSTHUM@idir','2023-07-21 11:35:28','23-028907','GRZBEAR','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EFITCH@IDIR','2023-07-18 13:49:06','23-028910','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HIDESMAR@idir','2023-07-19 14:38:22','23-028911','BLKBEAR','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'GSMALL@idir','2023-07-21 16:58:19','23-028913','OTHER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EFITCH@IDIR','2023-07-18 13:52:06','23-028916','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-08-01 16:20:23','23-028921','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SPEELING@idir','2023-07-25 16:07:19','23-028922','BLKBEAR','DAMNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CROCHON@idir','2023-07-21 16:58:14','23-028926','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'STECOOK@idir','2023-07-18 15:25:50','23-028927','RAPTOR','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TDSCHUMA@idir','2023-07-19 15:46:29','23-028929','BLKBEAR','HUMINJ') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KSORENSE@idir','2023-07-18 14:21:11','23-028930','COYOTE','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TDSCHUMA@idir','2023-07-20 14:53:13','23-028931','BLKBEAR','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'RYCALDWE@idir','2023-07-22 09:24:23','23-028932','BLKBEAR','ORPHANLG') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'RYCALDWE@idir','2023-07-22 09:21:36','23-028934','GRZBEAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-08-01 16:16:30','23-028936','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CELDER@idir','2023-07-19 10:37:00','23-028937','BLKBEAR','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-08-01 16:18:32','23-028938','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'RYCALDWE@idir','2023-07-22 09:26:50','23-028940','BLKBEAR','ORPHANLG') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KANEKOPP@idir','2023-07-19 09:50:17','23-028942','RATTLER','CONFINED') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'GSMALL@idir','2023-07-21 16:57:16','23-028943','OTHER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EMCARTHU@idir','2023-07-19 12:51:27','23-028944','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ISCHMIDT@idir','2023-07-18 15:51:58','23-028953','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-07-27 15:11:28','23-028954','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-08-01 16:23:48','23-028957','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TBIRNEY@idir','2023-07-18 16:03:39','23-028958','COYOTE','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DSEXTON@idir','2023-07-20 08:24:40','23-028960','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KWINTERS@idir','2023-07-18 16:13:10','23-028961','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KSORENSE@idir','2023-07-18 16:16:33','23-028963','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DSEXTON@idir','2023-07-20 08:23:53','23-028964','BLKBEAR','DAMNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KSORENSE@idir','2023-07-18 16:26:55','23-028965','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SZUKEWI@idir','2023-07-20 10:06:26','23-028966','BLKBEAR','CONFINED') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TBIRNEY@idir','2023-07-18 16:33:48','23-028969','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CELDER@idir','2023-07-19 10:22:53','23-028970','BLKBEAR','SCHPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KWINTERS@idir','2023-07-18 16:58:58','23-028971','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BRANBECK@idir','2023-07-27 09:49:30','23-028973','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DAGRAY@idir','2023-07-18 17:34:18','23-028980','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-08-01 16:22:03','23-028981','DEER','DEADPSR') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KPPOPJES@idir','2023-07-24 14:51:36','23-028982','COYOTE','SCHPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'LMOSS@idir','2023-07-18 18:27:57','23-028984','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'STECOOK@idir','2023-07-19 13:19:33','23-028986','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TBIRNEY@idir','2023-07-18 19:33:02','23-028990','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KWINTERS@idir','2023-07-18 19:26:28','23-028991','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DAGRAY@idir','2023-07-18 19:32:23','23-028992','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JOCHARTR@idir','2023-08-01 11:00:16','23-028995','MOOSE','ORPHANLG') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'GSMALL@idir','2023-07-21 16:55:04','23-028996','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SZUKEWI@idir','2023-07-25 13:52:40','23-028997','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'LEARCHIB@idir','2023-07-18 19:45:00','23-028998','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'LMOSS@idir','2023-07-18 19:52:03','23-028999','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KWINTERS@idir','2023-07-18 20:20:35','23-029004','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KPPOPJES@idir','2023-07-24 14:47:08','23-029005','BLKBEAR','SCHPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TDSCHUMA@idir','2023-07-19 16:15:21','23-029006','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TDSCHUMA@idir','2023-07-19 16:11:38','23-029008','BLKBEAR','SCHPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'GJGUDBRA@idir','2023-07-20 10:00:56','23-029010','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ALBUCHAN@idir','2023-07-19 12:27:11','23-029011','BLKBEAR','AGGPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DAGRAY@idir','2023-07-18 21:00:30','23-029012','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'RYGORDON@idir','2023-07-24 11:22:07','23-029013','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'LMOSS@idir','2023-07-18 22:13:28','23-029017','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EMCARTHU@idir','2023-07-19 12:50:07','23-029018','GRZBEAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KWINTERS@idir','2023-07-18 22:15:28','23-029020','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HIDESMAR@idir','2023-07-19 15:39:17','23-029021','MOOSE','ORPHANLG') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'LMOSS@idir','2023-07-18 22:13:04','23-029022','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ASDUNCAN@idir','2023-07-18 22:20:30','23-029023','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ASDUNCAN@idir','2023-07-18 22:33:04','23-029026','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SZUKEWI@idir','2023-07-25 13:54:09','23-029027','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CROCHON@idir','2023-07-19 13:11:48','23-029028','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'LMOSS@idir','2023-07-19 01:22:40','23-029029','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DAGRAY@idir','2023-07-19 02:01:38','23-029030','COYOTE','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DTALEVSK@idir','2023-08-10 20:38:39','23-029031','BLKBEAR','AGGPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JRISTO@idir','2023-07-21 15:35:36','23-029032','ELK','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SZUKEWI@idir','2023-07-20 10:08:19','23-029033','COYOTE','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DDAVIS@idir','2023-07-19 06:28:15','23-029037','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KPPOPJES@idir','2023-07-24 14:43:31','23-029038','RACCOON','TRAP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MATTHEWH@idir','2023-08-04 11:01:46','23-029041','FOX','LIVPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MWALKOSK@idir','2023-07-19 10:16:47','23-029042','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'COMILLER@idir','2023-07-19 07:30:31','23-029045','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SZUKEWI@idir','2023-07-20 10:12:08','23-029046','RAPTOR','DEADNV') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DDAVIS@idir','2023-07-19 07:47:54','23-029049','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BRANBECK@idir','2023-07-19 16:25:01','23-029051','DEER','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EMCARTHU@idir','2023-07-19 12:47:46','23-029052','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JOCHARTR@idir','2023-07-19 13:04:36','23-029053','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PBRACKEN@idir','2023-07-19 08:12:29','23-029054','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JBULL@idir','2023-07-20 14:26:53','23-029055','BLKBEAR','PROPPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ISCHMIDT@idir','2023-07-19 08:44:23','23-029056','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'GJGUDBRA@idir','2023-08-10 13:12:30','23-029057','COUGAR','SCHPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KANEKOPP@idir','2023-07-22 14:48:00','23-029061','COUGAR','COUGARN') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ALBUCHAN@idir','2023-07-19 11:01:04','23-029062','DEER','DEADNV') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES('hot springs','EHARBICH@idir','2023-07-19 10:29:20','23-029063','BLKBEAR','SCHPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JESJONES@idir','2023-07-19 13:59:22','23-029065','DEER','ORPHANLG') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ISCHMIDT@idir','2023-07-19 09:02:23','23-029068','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JESJONES@idir','2023-07-19 14:10:26','23-029069','RATTLER','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TARWILLI@idir','2023-07-19 11:48:22','23-029070','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DLMILLER@idir','2023-07-19 12:15:35','23-029071','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-08-09 13:56:54','23-029072','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HIDESMAR@idir','2023-07-23 18:29:34','23-029073','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KYBUECKE@idir','2023-07-19 10:05:10','23-029074','DEER','ORPHANLG') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DTALEVSK@idir','2023-08-08 10:50:06','23-029075','COUGAR','LIVPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HIDESMAR@idir','2023-07-19 14:29:10','23-029076','BLKBEAR','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SPEELING@idir','2023-07-24 10:47:47','23-029080','BLKBEAR','DAMNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DSEXTON@idir','2023-07-19 11:50:24','23-029082','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CELDER@idir','2023-07-19 10:20:10','23-029086','BLKBEAR','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JHANRATT@idir','2023-07-21 15:33:47','23-029088','COYOTE','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JESJONES@idir','2023-07-19 14:01:43','23-029089','DEER','ORPHANLG') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TDSCHUMA@idir','2023-07-19 16:09:09','23-029090','BLKBEAR','SCHPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TBIRNEY@idir','2023-07-19 10:04:18','23-029092','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TDSCHUMA@idir','2023-07-19 16:06:02','23-029093','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BRANBECK@idir','2023-07-19 16:35:46','23-029094','BLKBEAR','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SZUKEWI@idir','2023-07-25 13:55:06','23-029095','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'STECOOK@idir','2023-07-19 13:17:04','23-029096','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-08-09 13:59:08','23-029097','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CELDER@idir','2023-07-19 10:48:25','23-029098','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MSOUCY@idir','2023-07-19 17:02:38','23-029099','BLKBEAR','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HSTARK@idir','2023-07-24 11:20:41','23-029100','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TAMYRONI@idir','2023-07-20 10:21:20','23-029101','UNKNOWN','SCHPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES('13 Salmon ','CPOSTHUM@idir','2023-07-21 11:31:45','23-029109','GRZBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PBRACKEN@idir','2023-07-19 11:01:03','23-029110','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CHAMLYN@idir','2023-07-19 13:50:49','23-029112','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'COMILLER@idir','2023-07-19 11:16:54','23-029114','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JSCHULTZ@idir','2023-07-20 12:57:09','23-029117','BLKBEAR','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ALBUCHAN@idir','2023-07-19 11:34:53','23-029118','BLKBEAR','AGGPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EFITCH@IDIR','2023-07-19 11:13:56','23-029119','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ALYUBOMU@idir','2023-07-20 15:45:44','23-029120','WOLF','AGGPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JHANRATT@idir','2023-07-21 15:10:41','23-029121','RAPTOR','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-08-09 14:00:46','23-029123','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TAMYRONI@idir','2023-07-20 10:03:59','23-029127','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-08-09 14:02:59','23-029130','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-28 15:34:08','23-029131','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HGREGG@IDIR','2023-08-09 09:39:01','23-029135','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PBRACKEN@idir','2023-07-19 11:40:13','23-029136','COYOTE','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DSEXTON@idir','2023-07-20 08:28:59','23-029137','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TDSCHUMA@idir','2023-07-19 15:59:57','23-029138','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TBIRNEY@idir','2023-07-19 11:52:40','23-029141','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ISCHMIDT@idir','2023-07-19 11:55:51','23-029145','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TBIRNEY@idir','2023-07-19 12:03:05','23-029147','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SZUKEWI@idir','2023-07-20 10:22:26','23-029148','BLKBEAR','AGGPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SZUKEWI@idir','2023-07-25 13:56:17','23-029155','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TBIRNEY@idir','2023-07-19 12:17:35','23-029156','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ALBUCHAN@idir','2023-07-19 13:27:51','23-029158','BLKBEAR','DEADNV') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TBIRNEY@idir','2023-07-19 12:24:24','23-029159','BLKBEAR','DAMNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'COMILLER@idir','2023-07-19 12:30:04','23-029163','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ALYUBOMU@idir','2023-07-20 14:40:59','23-029165','BLKBEAR','DEADNV') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EMCARTHU@idir','2023-07-19 14:35:36','23-029166','BLKBEAR','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-08-09 14:05:39','23-029167','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EFITCH@IDIR','2023-07-19 13:01:40','23-029169','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PBRACKEN@idir','2023-07-19 13:06:17','23-029170','BLKBEAR','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'LEARCHIB@idir','2023-07-20 12:41:02','23-029171','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'LEARCHIB@idir','2023-07-19 13:09:40','23-029172','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PRPIKE@idir','2023-07-20 11:00:13','23-029173','DEER','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TBIRNEY@idir','2023-07-19 13:15:48','23-029175','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TBIRNEY@idir','2023-07-19 13:26:38','23-029177','BLKBEAR','DAMNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'LMOSS@idir','2023-07-28 09:38:36','23-029178','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TBIRNEY@idir','2023-07-19 13:48:11','23-029181','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES('picnic','TBIRNEY@idir','2023-07-19 13:53:51','23-029182','BLKBEAR','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-07-27 15:10:57','23-029186','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'COMILLER@idir','2023-07-19 14:02:02','23-029187','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-07-19 14:05:59','23-029189','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-07-24 15:13:35','23-029195','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'RYCALDWE@idir','2023-07-22 09:28:24','23-029197','BLKBEAR','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ALBUCHAN@idir','2023-07-24 12:47:15','23-029200','OTHER','LIVNCOU') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-07-24 15:13:14','23-029201','BLKBEAR','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PRPIKE@idir','2023-07-25 12:55:27','23-029203','COUGAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-08-09 14:11:14','23-029204','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PBRACKEN@idir','2023-07-19 14:48:24','23-029205','DEER','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MSANDERS@idir','2023-07-29 09:03:03','23-029206','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KWINTERS@idir','2023-07-19 15:08:18','23-029208','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CROCHON@idir','2023-07-20 09:31:27','23-029209','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KWINTERS@idir','2023-07-19 15:23:49','23-029210','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'LEARCHIB@idir','2023-07-19 15:55:51','23-029217','COUGAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TJHUNTER@idir','2023-07-21 09:40:28','23-029219','BLKBEAR','LIVPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TDSCHUMA@idir','2023-07-20 15:12:10','23-029223','BLKBEAR','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JMELENKA@idir','2023-07-20 12:02:20','23-029224','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-20 09:26:20','23-029225','BLKBEAR','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-08-09 14:22:51','23-029226','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-08-09 14:16:09','23-029227','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ISCHMIDT@idir','2023-07-19 16:28:33','23-029229','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TBIRNEY@idir','2023-07-19 16:28:02','23-029230','BLKBEAR','DAMNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'RBACALL@idir','2023-07-22 12:04:18','23-029231','DEER','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EFITCH@IDIR','2023-08-08 11:08:33','23-029232','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SGBATES@idir','2023-07-23 12:44:30','23-029235','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SZUKEWI@idir','2023-07-22 13:41:16','23-029240','BLKBEAR','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SZUKEWI@idir','2023-07-25 14:00:40','23-029246','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EFITCH@IDIR','2023-07-19 17:29:52','23-029248','COYOTE','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KWINTERS@idir','2023-07-19 17:33:13','23-029249','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MMBOOTH@idir','2023-08-04 13:13:20','23-029250','BLKBEAR','LIVNCOU') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KWINTERS@idir','2023-07-19 17:37:13','23-029251','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-08-09 14:18:11','23-029255','RACCOON','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DAGRAY@idir','2023-07-19 17:56:45','23-029256','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HIDESMAR@idir','2023-07-20 11:22:00','23-029257','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KWINTERS@idir','2023-07-19 18:16:10','23-029259','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SGBATES@idir','2023-07-23 13:50:44','23-029260','BLKBEAR','LIVNCOU') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TDSCHUMA@idir','2023-07-20 15:56:44','23-029261','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HIDESMAR@idir','2023-07-25 11:59:00','23-029262','BLKBEAR','SCHPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SPEELING@idir','2023-07-24 15:02:56','23-029264','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SZUKEWI@idir','2023-07-20 10:03:16','23-029267','BLKBEAR','TRAP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DDAVIS@idir','2023-07-29 07:41:14','23-029268','COYOTE','LIVNCOU') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SPEELING@idir','2023-07-25 12:16:48','23-029269','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TBECK@idir','2023-07-20 12:03:10','23-029270','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-08-09 14:19:25','23-029272','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-08-09 14:12:15','23-029273','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TBECK@idir','2023-07-20 12:05:01','23-029274','DEER','CONFINED') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KWINTERS@idir','2023-07-19 19:53:29','23-029275','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DLEWERS@idir','2023-07-19 20:08:38','23-029276','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SZUKEWI@idir','2023-07-25 14:01:42','23-029277','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DLEWERS@idir','2023-07-19 20:28:06','23-029279','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SZUKEWI@idir','2023-07-25 15:24:40','23-029280','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DLEWERS@idir','2023-07-19 20:53:00','23-029281','GRZBEAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EVEROBER@idir','2023-07-22 11:07:46','23-029282','BLKBEAR','SCHPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DAGRAY@idir','2023-07-19 21:19:30','23-029284','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'GSMALL@idir','2023-07-21 16:53:29','23-029286','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DAGRAY@idir','2023-07-19 22:06:09','23-029287','COYOTE','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DLEWERS@idir','2023-07-19 22:26:44','23-029289','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SZUKEWI@idir','2023-07-25 14:03:46','23-029290','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SZUKEWI@idir','2023-07-25 15:29:47','23-029292','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KWINTERS@idir','2023-07-19 22:37:52','23-029293','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'LMOSS@idir','2023-07-20 10:39:31','23-029296','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DLEWERS@idir','2023-07-19 23:04:36','23-029297','COYOTE','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DAGRAY@idir','2023-07-19 23:21:53','23-029298','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KWINTERS@idir','2023-07-19 23:25:15','23-029299','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KWINTERS@idir','2023-07-20 00:07:44','23-029302','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KWINTERS@idir','2023-07-20 00:14:22','23-029303','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JCLAUSEN@idir','2023-07-21 16:16:35','23-029304','BISON','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EMCARTHU@idir','2023-07-20 11:13:26','23-029305','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DTALEVSK@idir','2023-07-20 06:10:25','23-029306','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DTALEVSK@idir','2023-07-20 06:09:53','23-029307','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DTALEVSK@idir','2023-07-20 06:59:40','23-029308','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES('recycling ','DTALEVSK@idir','2023-07-20 07:04:50','23-029309','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BRANBECK@idir','2023-07-20 09:45:56','23-029310','RATTLER','CONFINED') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DTALEVSK@idir','2023-07-20 07:18:48','23-029311','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'COMILLER@idir','2023-07-20 07:57:39','23-029317','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DTALEVSK@idir','2023-07-20 08:11:20','23-029327','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'LMOSS@idir','2023-07-20 08:15:51','23-029328','BLKBEAR','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-20 09:28:54','23-029329','BLKBEAR','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-21 10:37:29','23-029330','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'LMOSS@idir','2023-07-20 08:18:10','23-029332','OTHER','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HGOOLIAF@idir','2023-07-20 08:54:31','23-029333','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-07-24 15:22:33','23-029334','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JPAULS@idir','2023-07-31 09:02:04','23-029335','MOOSE','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TDSCHUMA@idir','2023-07-20 15:52:28','23-029343','BLKBEAR','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MMBOOTH@idir','2023-08-04 13:20:11','23-029344','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BRANBECK@idir','2023-07-20 09:47:51','23-029345','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-21 10:35:24','23-029346','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'LMOSS@idir','2023-07-20 09:03:20','23-029347','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES('Blackberries','ALBUCHAN@idir','2023-07-20 14:37:44','23-029351','BLKBEAR','AGGPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SGBATES@idir','2023-07-23 12:51:08','23-029353','WOLF','LIVNCOU') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DSEXTON@idir','2023-07-20 11:53:45','23-029361','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ISCHMIDT@idir','2023-07-20 09:54:15','23-029365','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BRANBECK@idir','2023-07-20 10:28:54','23-029367','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DTALEVSK@idir','2023-07-20 10:05:32','23-029369','FOX','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-08-09 14:21:48','23-029371','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TBECK@idir','2023-07-20 12:06:41','23-029376','MOOSE','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'COMILLER@idir','2023-07-20 10:48:06','23-029377','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JBULL@idir','2023-07-26 12:41:06','23-029378','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ISCHMIDT@idir','2023-07-20 10:48:18','23-029380','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SGBATES@idir','2023-07-23 12:50:16','23-029381','BLKBEAR','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-07-20 10:51:40','23-029382','SKUNK','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-07-20 10:55:00','23-029386','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ISCHMIDT@idir','2023-07-20 11:04:47','23-029390','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ALBUCHAN@idir','2023-07-26 11:07:32','23-029391','RACCOON','HUMINJ') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ISCHMIDT@idir','2023-07-20 11:11:54','23-029392','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TBIRNEY@idir','2023-07-20 11:22:05','23-029396','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TBECK@idir','2023-07-20 12:09:46','23-029397','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-07-24 15:11:15','23-029400','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'COMILLER@idir','2023-07-20 11:31:52','23-029403','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'RYGORDON@idir','2023-07-24 11:19:57','23-029405','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JOCHARTR@idir','2023-08-01 11:01:27','23-029406','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TBECK@idir','2023-07-20 12:07:51','23-029407','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SZUKEWI@idir','2023-07-25 15:31:04','23-029408','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TAMYRONI@idir','2023-07-25 14:58:42','23-029412','DEER','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SGBATES@idir','2023-08-09 09:51:23','23-029414','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TBECK@idir','2023-07-20 13:40:59','23-029418','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DLMILLER@idir','2023-07-25 11:13:03','23-029419','BLKBEAR','DAMNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ALYUBOMU@idir','2023-07-25 13:03:31','23-029420','GRZBEAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CROCHON@idir','2023-07-20 14:19:25','23-029424','BLKBEAR','DAMNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SGBATES@idir','2023-08-09 09:52:53','23-029426','BLKBEAR','SCHPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'GSMALL@idir','2023-07-21 16:51:48','23-029427','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'GPKRUGER@idir','2023-07-25 15:21:16','23-029428','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-08-09 14:24:21','23-029430','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'AEAGLES@idir','2023-08-01 13:46:22','23-029434','BLKBEAR','LIVNCOU') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DTALEVSK@idir','2023-07-20 12:51:56','23-029435','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BRANBECK@idir','2023-07-20 15:07:18','23-029436','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'LMOSS@idir','2023-07-20 13:10:09','23-029440','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TBECK@idir','2023-07-20 13:35:39','23-029441','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ALBUCHAN@idir','2023-07-20 14:12:13','23-029442','BLKBEAR','SCHPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SMCCREAD@idir','2023-07-20 13:28:20','23-029443','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BRANBECK@idir','2023-07-20 15:03:46','23-029444','DEER','ORPHANLG') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ALYUBOMU@idir','2023-07-20 15:10:31','23-029446','GRZBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BRADAMS@idir','2023-07-26 19:47:27','23-029448','BLKBEAR','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SMCCREAD@idir','2023-07-20 13:45:29','23-029449','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SGBATES@idir','2023-07-24 15:59:28','23-029450','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DSEXTON@idir','2023-08-11 14:04:47','23-029455','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'COMILLER@idir','2023-07-20 14:35:45','23-029458','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SGBATES@idir','2023-07-23 12:49:27','23-029460','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ISCHMIDT@idir','2023-07-20 14:40:12','23-029461','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TDSCHUMA@idir','2023-07-23 15:03:30','23-029462','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'LMOSS@idir','2023-07-20 14:46:12','23-029463','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'STECOOK@idir','2023-07-31 12:34:36','23-029464','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KWINTERS@idir','2023-07-20 15:04:06','23-029466','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JOCHARTR@idir','2023-07-20 15:17:16','23-029469','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'LMOSS@idir','2023-07-20 15:20:35','23-029470','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'COMILLER@idir','2023-07-20 15:25:13','23-029472','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'LMOSS@idir','2023-07-20 15:31:39','23-029477','COYOTE','LIVNCOU') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BVDAMME@idir','2023-07-31 10:09:31','23-029478','BLKBEAR','CONFINED') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HIDESMAR@idir','2023-07-31 12:51:54','23-029479','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SMCCREAD@idir','2023-07-20 15:34:41','23-029481','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SZUKEWI@idir','2023-07-22 10:28:35','23-029482','BLKBEAR','CONFINED') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CROCHON@idir','2023-07-21 15:11:02','23-029483','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SMCCREAD@idir','2023-07-20 15:42:01','23-029484','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TARWILLI@idir','2023-07-20 15:48:35','23-029488','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SZUKEWI@idir','2023-07-25 15:34:19','23-029489','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'COMILLER@idir','2023-07-20 15:51:25','23-029492','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-21 15:55:47','23-029496','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'LMOSS@idir','2023-07-20 16:00:19','23-029497','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TBIRNEY@idir','2023-07-20 16:01:43','23-029498','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-21 10:39:11','23-029500','BLKBEAR','ORPHANLG') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JHANRATT@idir','2023-07-20 16:44:30','23-029502','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TBIRNEY@idir','2023-07-20 16:15:24','23-029503','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'FBKNIBBS@idir','2023-07-25 09:55:07','23-029504','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JHANRATT@idir','2023-07-20 16:42:41','23-029505','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SMCCREAD@idir','2023-07-20 16:27:02','23-029507','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JORFERGU@idir','2023-07-22 11:35:13','23-029508','BLKBEAR','CONFINED') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SZUKEWI@idir','2023-07-22 10:32:31','23-029509','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-07-24 15:22:02','23-029511','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ISCHMIDT@idir','2023-07-20 16:55:06','23-029512','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TJHUNTER@idir','2023-07-21 09:48:43','23-029513','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CROCHON@idir','2023-07-21 14:40:25','23-029514','BLKBEAR','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SGBATES@idir','2023-08-09 09:56:53','23-029515','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SMCCREAD@idir','2023-07-20 17:17:20','23-029518','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SZUKEWI@idir','2023-07-22 10:34:19','23-029519','BLKBEAR','SCHPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PRPIKE@idir','2023-07-21 09:17:06','23-029520','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CROCHON@idir','2023-07-21 14:43:51','23-029521','BLKBEAR','SCHPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JMELENKA@idir','2023-07-26 12:27:09','23-029522','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JHANRATT@idir','2023-07-21 14:54:27','23-029524','DEER','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JHANRATT@idir','2023-07-21 15:04:25','23-029525','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SGBATES@idir','2023-07-23 12:48:28','23-029526','BLKBEAR','ORPHANLG') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CROCHON@idir','2023-07-21 14:49:59','23-029527','BLKBEAR','CONFINED') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KWINTERS@idir','2023-07-20 17:32:36','23-029528','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ISCHMIDT@idir','2023-07-26 09:36:51','23-029530','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SMCCREAD@idir','2023-07-20 17:43:30','23-029533','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TBIRNEY@idir','2023-07-20 17:48:06','23-029534','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SZUKEWI@idir','2023-07-25 15:35:55','23-029535','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ISCHMIDT@idir','2023-07-20 18:02:19','23-029540','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TBIRNEY@idir','2023-07-20 18:08:42','23-029541','BLKBEAR','SCHPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-21 10:40:40','23-029542','COUGAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KWINTERS@idir','2023-07-20 18:19:25','23-029543','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DAGRAY@idir','2023-07-20 18:30:36','23-029544','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KWINTERS@idir','2023-07-20 18:26:43','23-029546','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JMELENKA@idir','2023-07-26 12:23:16','23-029547','DEER','CONFINED') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES('children','MAWILSON@idir','2023-07-21 10:50:02','23-029549','BLKBEAR','SCHPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KWINTERS@idir','2023-07-20 20:02:23','23-029555','BLKBEAR','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-21 13:43:27','23-029556','COUGAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EVEROBER@idir','2023-07-22 11:37:31','23-029559','COUGAR','COUGARN') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KWINTERS@idir','2023-07-20 20:33:10','23-029560','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DDAVIS@idir','2023-07-20 20:42:39','23-029561','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KWINTERS@idir','2023-07-20 20:43:20','23-029562','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DAGRAY@idir','2023-07-20 21:15:05','23-029564','WOLF','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'RKRENZ@idir','2023-08-04 14:07:56','23-029565','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SMCCREAD@idir','2023-07-20 21:36:17','23-029568','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-21 10:46:41','23-029569','COUGAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DAGRAY@idir','2023-07-20 21:44:39','23-029570','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DDAVIS@idir','2023-07-20 22:07:48','23-029572','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-08-10 08:49:01','23-029573','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KWINTERS@idir','2023-07-20 22:31:45','23-029575','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DAGRAY@idir','2023-07-20 23:50:47','23-029576','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DSEXTON@idir','2023-08-15 08:04:48','23-029577','COUGAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SZUKEWI@idir','2023-07-22 10:43:45','23-029578','BLKBEAR','SCHPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DAGRAY@idir','2023-07-21 00:40:00','23-029579','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DDAVIS@idir','2023-07-21 00:46:43','23-029580','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DDAVIS@idir','2023-07-21 05:03:11','23-029585','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ETYUKODI@idir','2023-07-31 12:42:29','23-029587','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PRPIKE@idir','2023-07-21 09:01:06','23-029588','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ALBUCHAN@idir','2023-07-24 12:15:02','23-029589','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TBECK@idir','2023-07-21 08:14:14','23-029591','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-21 10:43:42','23-029592','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BBEETLES@idir','2023-07-21 17:44:28','23-029594','RACCOON','TRAP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'GSMALL@idir','2023-07-21 16:46:53','23-029595','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-21 16:05:36','23-029596','BLKBEAR','TRAP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-08-10 08:47:29','23-029597','DEER','CONFINED') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'doweber@idir','2023-07-21 07:29:34','23-029599','COYOTE','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-08-10 08:43:32','23-029601','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'GSMALL@idir','2023-07-21 16:42:47','23-029605','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'IPAVLOVI@IDIR','2023-07-21 07:58:14','23-029606','COYOTE','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-21 10:48:50','23-029608','BLKBEAR','TRPLEG') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-07-24 15:10:47','23-029611','COUGAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JMILLETT@idir','2023-07-26 14:37:50','23-029615','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'AMAESTRE@idir','2023-07-23 15:27:24','23-029622','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JCONNAT@idir','2023-07-22 12:13:33','23-029623','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'doweber@idir','2023-07-21 08:56:30','23-029624','COYOTE','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'IPAVLOVI@IDIR','2023-07-21 09:04:01','23-029625','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'doweber@idir','2023-07-21 09:08:00','23-029626','COYOTE','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BRANBECK@idir','2023-07-21 11:07:59','23-029628','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'GPKRUGER@idir','2023-07-25 15:21:41','23-029631','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-08-10 09:07:57','23-029634','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BMUELLER@idir','2023-08-04 09:43:30','23-029635','RACCOON','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'GPKRUGER@idir','2023-07-25 15:22:02','23-029636','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'GPKRUGER@idir','2023-07-25 15:22:26','23-029638','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TJHUNTER@idir','2023-07-21 09:51:03','23-029639','DEER','ORPHANLG') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-21 11:20:09','23-029640','COUGAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SZUKEWI@idir','2023-07-22 10:55:02','23-029641','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'IPAVLOVI@IDIR','2023-07-21 09:44:57','23-029642','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DTALEVSK@idir','2023-07-21 09:54:43','23-029643','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SZUKEWI@idir','2023-08-04 13:42:47','23-029646','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-08-10 09:09:53','23-029647','DEER','DEADNV') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'RYCALDWE@idir','2023-08-02 13:08:52','23-029648','WOLF','LIVNCOU') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'IPAVLOVI@IDIR','2023-07-21 10:09:23','23-029649','COYOTE','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DLEWERS@idir','2023-07-21 10:06:50','23-029651','BLKBEAR','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-07-24 15:10:11','23-029653','COYOTE','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DTALEVSK@idir','2023-07-21 10:47:41','23-029656','BLKBEAR','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BRANBECK@idir','2023-07-21 11:30:02','23-029657','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-21 13:45:15','23-029659','COUGAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-07-24 15:09:47','23-029661','COUGAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JMELENKA@idir','2023-07-21 15:11:49','23-029662','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TBECK@idir','2023-07-21 12:39:59','23-029663','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DLEWERS@idir','2023-07-21 11:07:56','23-029679','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BRANBECK@idir','2023-07-21 14:34:56','23-029680','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SZUKEWI@idir','2023-07-25 14:04:48','23-029681','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ALYUBOMU@idir','2023-07-25 13:14:21','23-029682','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'RBACALL@idir','2023-07-21 11:20:42','23-029683','BLKBEAR','CONFINED') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SPEELING@idir','2023-07-25 12:16:14','23-029685','DEER','LIVPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'IPAVLOVI@IDIR','2023-07-21 11:40:12','23-029688','BLKBEAR','DAMNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BRANBECK@idir','2023-07-21 14:36:35','23-029691','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JRISTO@idir','2023-07-21 15:28:56','23-029696','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DLEWERS@idir','2023-07-21 12:11:00','23-029697','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'IPAVLOVI@IDIR','2023-07-21 12:12:20','23-029698','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DLEWERS@idir','2023-07-21 12:14:18','23-029699','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ETYUKODI@idir','2023-07-31 12:38:48','23-029702','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DLEWERS@idir','2023-07-21 12:36:56','23-029704','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ETYUKODI@idir','2023-07-24 17:48:50','23-029706','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BRADAMS@idir','2023-07-26 19:49:27','23-029707','FOX','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-08-10 09:12:06','23-029709','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'RYGORDON@idir','2023-07-24 11:20:53','23-029712','OTHER','DEADNV') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SZUKEWI@idir','2023-07-22 11:40:13','23-029715','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BRANBECK@idir','2023-07-27 09:34:25','23-029716','BLKBEAR','LIVPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-21 15:53:12','23-029717','COUGAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SMCCREAD@idir','2023-07-21 13:21:34','23-029718','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'doweber@idir','2023-07-21 13:23:45','23-029719','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BRANBECK@idir','2023-07-21 14:37:39','23-029723','DEER','DEADNV') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SGBATES@idir','2023-08-09 09:57:58','23-029724','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES('Children','DLEWERS@idir','2023-07-21 13:50:36','23-029727','COYOTE','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES('small children','EMCARTHU@idir','2023-07-31 13:20:40','23-029728','COYOTE','SCHPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CHAMLYN@idir','2023-07-21 15:21:42','23-029730','COUGAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MSOUCY@idir','2023-07-21 18:07:31','23-029731','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'doweber@idir','2023-07-21 14:14:05','23-029733','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ALBUCHAN@idir','2023-07-24 13:04:22','23-029735','COUGAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-21 15:54:36','23-029739','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JRISTO@idir','2023-07-21 15:27:18','23-029740','DEER','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'RBACALL@idir','2023-07-21 14:33:49','23-029743','COYOTE','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JCONNAT@idir','2023-07-22 12:10:37','23-029744','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DTALEVSK@idir','2023-07-21 14:40:43','23-029746','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DTALEVSK@idir','2023-07-21 14:45:57','23-029747','BLKBEAR','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SMCCREAD@idir','2023-07-21 14:57:43','23-029749','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DLEWERS@idir','2023-07-21 15:02:07','23-029752','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BRADAMS@idir','2023-07-26 20:00:13','23-029756','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'doweber@idir','2023-07-21 15:11:20','23-029757','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DTALEVSK@idir','2023-07-21 15:20:14','23-029758','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ETYUKODI@idir','2023-07-24 17:31:01','23-029760','OTHER','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EVEROBER@idir','2023-07-24 12:59:51','23-029761','BLKBEAR','ORPHANLG') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SMCCREAD@idir','2023-07-21 15:29:23','23-029764','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'LMOSS@idir','2023-07-27 16:57:59','23-029768','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'doweber@idir','2023-07-21 15:35:10','23-029769','BLKBEAR','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'IPAVLOVI@IDIR','2023-07-21 15:37:54','23-029770','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'IPAVLOVI@IDIR','2023-07-21 15:43:14','23-029772','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'IPAVLOVI@IDIR','2023-07-21 15:45:10','23-029774','DEER','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-08-10 09:13:16','23-029775','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ETYUKODI@idir','2023-07-24 17:36:04','23-029777','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-08-10 09:35:34','23-029783','DEER','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DLEWERS@idir','2023-07-21 16:22:14','23-029784','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-08-10 09:24:04','23-029785','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MPLAMOND@idir','2023-08-04 12:56:01','23-029786','DEER','DEADNV') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MMBOOTH@idir','2023-07-22 14:40:27','23-029788','BLKBEAR','DEADNV') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TBECK@idir','2023-07-21 17:30:48','23-029791','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TBECK@idir','2023-07-21 17:31:42','23-029792','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SMCCREAD@idir','2023-07-21 16:51:44','23-029795','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DSEXTON@idir','2023-07-26 13:19:50','23-029799','COUGAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'IPAVLOVI@IDIR','2023-07-21 17:06:21','23-029802','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BRADAMS@idir','2023-08-08 08:56:49','23-029808','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KWINTERS@idir','2023-07-21 17:57:49','23-029816','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DSEXTON@idir','2023-07-26 13:21:38','23-029817','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TBECK@idir','2023-07-22 08:06:25','23-029818','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DAGRAY@idir','2023-07-21 18:41:04','23-029819','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MMBOOTH@idir','2023-08-04 13:31:05','23-029820','DEER','LIVNCOU') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CELDER@idir','2023-07-24 14:43:18','23-029821','BLKBEAR','HUMINJ') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DLMILLER@idir','2023-07-25 11:10:17','23-029822','BLKBEAR','AGGPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CROCHON@idir','2023-07-22 12:27:36','23-029825','BLKBEAR','AGGPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'COMILLER@idir','2023-08-14 16:59:01','23-029826','BLKBEAR','AGGPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DAGRAY@idir','2023-07-21 19:47:30','23-029827','BLKBEAR','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SMCCREAD@idir','2023-07-21 19:50:28','23-029828','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KWINTERS@idir','2023-07-21 19:54:10','23-029830','BLKBEAR','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JMILLETT@idir','2023-07-26 14:39:46','23-029831','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SMCCREAD@idir','2023-07-21 20:15:01','23-029833','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DDUFFY@idir','2023-07-26 21:00:14','23-029835','BLKBEAR','AGGPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CROCHON@idir','2023-07-22 13:05:35','23-029836','BLKBEAR','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SMCCREAD@idir','2023-07-21 20:41:46','23-029837','BLKBEAR','DAMNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KWINTERS@idir','2023-07-21 20:55:18','23-029838','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TDSCHUMA@idir','2023-07-23 10:33:06','23-029839','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CPOSTHUM@idir','2023-08-03 09:00:08','23-029842','BLKBEAR','AGGPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SMCCREAD@idir','2023-07-21 21:19:14','23-029846','COUGAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DDAVIS@idir','2023-07-21 21:18:26','23-029847','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SMCCREAD@idir','2023-07-21 21:28:43','23-029849','BLKBEAR','DAMNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DDAVIS@idir','2023-08-05 12:16:35','23-029850','BLKBEAR','LIVPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EVEROBER@idir','2023-07-22 11:22:13','23-029851','BLKBEAR','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TDSCHUMA@idir','2023-07-25 16:02:31','23-029856','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SMCCREAD@idir','2023-07-21 22:49:12','23-029860','COYOTE','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SMCCREAD@idir','2023-07-21 22:52:57','23-029861','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SMCCREAD@idir','2023-07-21 23:01:27','23-029862','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BJETTE@idir','2023-07-21 23:28:13','23-029864','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DAGRAY@idir','2023-07-22 00:18:50','23-029866','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DAGRAY@idir','2023-07-22 01:47:05','23-029868','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-07-24 15:21:37','23-029870','COUGAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DDAVIS@idir','2023-07-22 05:07:37','23-029871','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JPAULS@idir','2023-07-31 08:57:07','23-029873','COUGAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MMBOOTH@idir','2023-08-04 13:27:19','23-029874','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JMILLETT@idir','2023-07-26 14:42:18','23-029875','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SKEANE@idir','2023-07-22 06:31:00','23-029876','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KANEKOPP@idir','2023-07-22 14:49:35','23-029877','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KSORENSE@idir','2023-07-22 07:11:35','23-029878','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DTALEVSK@idir','2023-07-22 07:16:34','23-029880','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KSORENSE@idir','2023-07-22 07:22:16','23-029881','WOLF','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EFITCH@IDIR','2023-07-25 11:11:33','23-029883','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'doweber@idir','2023-07-22 07:49:05','23-029884','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KSORENSE@idir','2023-07-22 07:56:14','23-029885','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EMCARTHU@idir','2023-07-27 15:43:25','23-029886','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'RYGORDON@idir','2023-07-24 11:18:11','23-029887','MOOSE','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'NSMIENK@idir','2023-07-22 10:10:54','23-029888','COUGAR','COUGARN') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CROCHON@idir','2023-07-22 09:42:11','23-029889','COYOTE','AGGPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HGOOLIAF@idir','2023-08-06 12:13:52','23-029890','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'NSMIENK@idir','2023-07-22 10:07:25','23-029891','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'doweber@idir','2023-07-22 08:29:48','23-029892','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CPOSTHUM@idir','2023-08-03 09:02:36','23-029893','GRZBEAR','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DSEXTON@idir','2023-07-26 13:17:45','23-029895','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-07-24 15:09:13','23-029896','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DLEWERS@idir','2023-07-22 08:50:27','23-029898','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SKEANE@idir','2023-07-22 08:53:43','23-029899','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-08-10 09:25:28','23-029900','DEER','DEADNV') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ALBUCHAN@idir','2023-07-24 11:34:41','23-029902','BLKBEAR','DEADNV') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-08-10 09:26:49','23-029903','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ISCHMIDT@idir','2023-08-04 09:08:28','23-029905','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'GPKRUGER@idir','2023-07-25 15:23:02','23-029906','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SKEANE@idir','2023-07-22 09:17:37','23-029907','BLKBEAR','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'doweber@idir','2023-07-22 09:23:08','23-029909','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JMELENKA@idir','2023-07-26 12:19:37','23-029910','DEER','CONFINED') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SZUKEWI@idir','2023-07-22 11:44:20','23-029912','BLKBEAR','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-08-10 09:29:22','23-029913','DEER','DEADNV') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DLEWERS@idir','2023-07-22 13:04:53','23-029914','BLKBEAR','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EVEROBER@idir','2023-07-22 11:02:33','23-029916','COUGAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SZUKEWI@idir','2023-07-22 11:45:20','23-029918','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DSEXTON@idir','2023-07-26 13:28:15','23-029919','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'GSMALL@idir','2023-07-22 15:28:14','23-029920','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'FBKNIBBS@idir','2023-07-25 09:58:56','23-029923','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-08-10 09:28:13','23-029924','DEER','DEADNV') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TBECK@idir','2023-07-22 14:32:52','23-029928','BLKBEAR','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CPOSTHUM@idir','2023-08-03 09:07:54','23-029931','GRZBEAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KSORENSE@idir','2023-07-23 12:37:00','23-029934','BLKBEAR','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-08-10 09:30:45','23-029937','RAPTOR','LIVNCOU') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DSEXTON@idir','2023-07-26 13:23:23','23-029938','COUGAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'GSMALL@idir','2023-07-22 15:24:58','23-029939','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DLEWERS@idir','2023-07-22 11:05:31','23-029941','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SKEANE@idir','2023-07-22 11:11:43','23-029942','COYOTE','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KSORENSE@idir','2023-07-22 11:10:04','23-029943','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-31 09:08:23','23-029944','BLKBEAR','LIVPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'doweber@idir','2023-07-22 11:14:53','23-029945','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DLEWERS@idir','2023-07-22 11:21:13','23-029947','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-08-10 09:32:20','23-029949','DEER','DEADNV') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JMELENKA@idir','2023-07-26 12:19:01','23-029955','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HIDESMAR@idir','2023-07-25 12:00:55','23-029957','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KSORENSE@idir','2023-07-22 11:57:43','23-029958','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DSEXTON@idir','2023-07-26 13:29:09','23-029960','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-08-01 15:03:23','23-029961','BLKBEAR','SCHPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DLEWERS@idir','2023-07-22 12:27:44','23-029962','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EVEROBER@idir','2023-07-23 15:59:30','23-029963','BLKBEAR','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'RYGORDON@idir','2023-07-24 11:20:35','23-029964','MOOSE','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MSOUCY@idir','2023-07-23 18:21:04','23-029966','COUGAR','COUGARN') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'RBACALL@idir','2023-07-22 12:38:06','23-029967','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CELDER@idir','2023-07-24 14:18:59','23-029970','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BRADAMS@idir','2023-07-26 20:23:49','23-029971','BLKBEAR','SCHPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BRADAMS@idir','2023-07-26 20:21:47','23-029972','BLKBEAR','SCHPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MMBOOTH@idir','2023-08-04 13:29:24','23-029973','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MSOUCY@idir','2023-07-22 13:23:34','23-029977','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DTALEVSK@idir','2023-07-22 13:32:05','23-029982','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SPEELING@idir','2023-07-25 12:15:14','23-029984','DEER','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HIDESMAR@idir','2023-07-25 12:01:15','23-029986','BLKBEAR','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-08-10 09:33:39','23-029987','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KSORENSE@idir','2023-07-22 13:24:56','23-029989','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BALACEY@idir','2023-07-27 11:22:04','23-029992','BLKBEAR','SCHPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BRADAMS@idir','2023-07-26 20:25:41','23-029993','BLKBEAR','SCHPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EVEROBER@idir','2023-07-24 13:26:48','23-029998','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DSEXTON@idir','2023-07-26 13:27:06','23-030001','BLKBEAR','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BRADAMS@idir','2023-07-26 20:32:01','23-030002','BLKBEAR','SCHPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TBECK@idir','2023-07-22 14:34:09','23-030008','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KSORENSE@idir','2023-07-22 14:10:52','23-030009','COYOTE','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SZUKEWI@idir','2023-07-25 14:10:32','23-030011','BLKBEAR','AGGPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SKEANE@idir','2023-07-22 14:18:10','23-030013','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MSOUCY@idir','2023-07-23 18:26:36','23-030016','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'doweber@idir','2023-07-22 14:39:29','23-030017','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BRANBECK@idir','2023-07-27 09:38:54','23-030022','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DSEXTON@idir','2023-08-11 14:21:08','23-030024','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TBECK@idir','2023-07-22 17:25:33','23-030031','BLKBEAR','ORPHANLG') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KSORENSE@idir','2023-07-22 15:16:11','23-030033','GRZBEAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SMCCREAD@idir','2023-07-22 15:35:24','23-030037','BLKBEAR','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EMCARTHU@idir','2023-07-25 09:07:06','23-030040','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'RYGORDON@idir','2023-07-24 11:17:32','23-030041','MOOSE','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SPEELING@idir','2023-07-25 12:15:42','23-030042','GRZBEAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KSORENSE@idir','2023-07-22 15:58:26','23-030043','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SKEANE@idir','2023-07-22 16:03:46','23-030045','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SKEANE@idir','2023-07-22 16:08:35','23-030046','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ALYUBOMU@idir','2023-07-25 13:15:55','23-030047','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KSORENSE@idir','2023-07-22 16:19:30','23-030048','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CPOSTHUM@idir','2023-08-03 09:08:29','23-030052','GRZBEAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DLMILLER@idir','2023-07-25 11:03:45','23-030054','BLKBEAR','SCHPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TBIRNEY@idir','2023-07-28 10:23:03','23-030060','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SGBATES@idir','2023-08-09 10:04:18','23-030064','BLKBEAR','SCHPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DLEWERS@idir','2023-07-22 16:57:55','23-030065','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SMCCREAD@idir','2023-07-22 17:33:30','23-030068','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JMELENKA@idir','2023-07-26 12:18:28','23-030070','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'FBKNIBBS@idir','2023-07-25 09:51:14','23-030074','BLKBEAR','AGGPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES('groceries','RBACALL@idir','2023-07-22 17:58:07','23-030075','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'RBACALL@idir','2023-07-22 18:08:10','23-030076','WOLF','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KPPOPJES@idir','2023-07-23 12:25:27','23-030078','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KPPOPJES@idir','2023-07-23 11:57:51','23-030082','BLKBEAR','AGGPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KANEKOPP@idir','2023-07-26 13:13:26','23-030084','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BJETTE@idir','2023-07-22 18:46:06','23-030085','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DSEXTON@idir','2023-07-26 13:45:30','23-030086','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EVEROBER@idir','2023-07-24 13:28:52','23-030088','DEER','ORPHANLG') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SMCCREAD@idir','2023-07-22 18:57:15','23-030089','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SMCCREAD@idir','2023-07-22 19:03:02','23-030090','DEER','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SMCCREAD@idir','2023-07-22 19:07:20','23-030091','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TBECK@idir','2023-07-22 22:13:39','23-030095','BLKBEAR','DEADNV') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-31 15:46:09','23-030096','COUGAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'RBACALL@idir','2023-07-22 19:14:30','23-030097','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SMCCREAD@idir','2023-07-22 19:20:42','23-030098','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TDSCHUMA@idir','2023-07-24 13:39:43','23-030101','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TDSCHUMA@idir','2023-07-23 10:25:40','23-030103','BLKBEAR','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DLMILLER@idir','2023-07-25 10:58:16','23-030106','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DSEXTON@idir','2023-08-11 13:47:27','23-030107','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SMCCREAD@idir','2023-07-22 20:12:42','23-030108','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BJETTE@idir','2023-07-22 20:27:41','23-030110','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DAGRAY@idir','2023-07-22 20:33:39','23-030111','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BKNIBBS@idir','2023-08-02 12:12:39','23-030112','BLKBEAR','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SMCCREAD@idir','2023-07-22 21:05:06','23-030114','BLKBEAR','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TDSCHUMA@idir','2023-07-23 10:24:14','23-030115','BLKBEAR','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SMCCREAD@idir','2023-07-22 21:16:18','23-030116','BLKBEAR','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CROCHON@idir','2023-07-28 10:11:59','23-030117','BLKBEAR','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ALYUBOMU@idir','2023-07-25 14:06:02','23-030120','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SMCCREAD@idir','2023-07-22 21:43:05','23-030121','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SZUKEWI@idir','2023-07-25 14:07:48','23-030122','BLKBEAR','AGGPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-08-10 09:37:32','23-030123','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DAGRAY@idir','2023-07-22 21:54:39','23-030124','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DAGRAY@idir','2023-07-22 22:07:12','23-030125','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KANEKOPP@idir','2023-07-26 13:15:14','23-030127','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-31 15:45:02','23-030131','COUGAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TDSCHUMA@idir','2023-07-23 10:46:26','23-030133','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-07-27 15:24:16','23-030135','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DAGRAY@idir','2023-07-23 00:44:21','23-030136','COYOTE','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DAGRAY@idir','2023-07-23 01:16:53','23-030138','DEER','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DSEXTON@idir','2023-07-26 13:30:21','23-030141','COUGAR','AGGPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SGBATES@idir','2023-08-09 10:05:36','23-030142','BLKBEAR','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HGREGG@IDIR','2023-07-24 12:26:16','23-030144','OTHER','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SKEANE@idir','2023-07-23 06:40:09','23-030145','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KOWENS@idir','2023-07-31 10:46:42','23-030146','RAPTOR','ORPHANLG') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HGOOLIAF@idir','2023-08-06 12:11:41','23-030147','DEER','CONFINED') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SKEANE@idir','2023-07-23 07:15:37','23-030148','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'doweber@idir','2023-07-23 07:27:23','23-030149','COYOTE','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ALYUBOMU@idir','2023-07-25 14:11:02','23-030150','RAPTOR','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HSTARK@idir','2023-07-23 11:07:30','23-030151','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BALACEY@idir','2023-07-27 11:33:13','23-030153','FOX','CONFINED') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TDSCHUMA@idir','2023-07-23 10:44:50','23-030155','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-07-27 15:23:22','23-030160','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ALYUBOMU@idir','2023-07-25 14:12:18','23-030161','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DSEXTON@idir','2023-07-26 13:33:50','23-030163','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TDSCHUMA@idir','2023-07-23 13:11:55','23-030164','BLKBEAR','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TDSCHUMA@idir','2023-07-23 11:14:50','23-030165','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TDSCHUMA@idir','2023-07-23 10:20:40','23-030169','BLKBEAR','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TDSCHUMA@idir','2023-07-23 11:06:13','23-030171','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JMELENKA@idir','2023-07-26 12:17:58','23-030172','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES('Peanut Butter','KSORENSE@idir','2023-07-23 09:38:40','23-030176','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TDSCHUMA@idir','2023-07-23 10:19:46','23-030177','BLKBEAR','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'doweber@idir','2023-07-23 09:38:16','23-030178','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TDSCHUMA@idir','2023-07-23 10:16:35','23-030179','BLKBEAR','SCHPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES('berries in park','SPEELING@idir','2023-07-23 15:37:51','23-030182','BLKBEAR','SCHPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-08-11 09:42:51','23-030183','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TDSCHUMA@idir','2023-07-23 10:14:17','23-030191','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BALACEY@idir','2023-07-27 11:42:51','23-030192','GRZBEAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HGOOLIAF@idir','2023-08-06 12:09:52','23-030193','DEER','CONFINED') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TDSCHUMA@idir','2023-07-23 10:37:26','23-030195','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HGOOLIAF@idir','2023-08-06 12:06:25','23-030205','DEER','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'doweber@idir','2023-07-23 10:36:42','23-030206','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DSEXTON@idir','2023-08-11 13:57:26','23-030210','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CPOSTHUM@idir','2023-08-03 09:13:25','23-030211','COUGAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KSORENSE@idir','2023-07-23 10:54:04','23-030214','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'doweber@idir','2023-07-23 10:52:31','23-030216','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TDSCHUMA@idir','2023-07-23 11:32:32','23-030218','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TDSCHUMA@idir','2023-07-23 10:59:57','23-030219','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TDSCHUMA@idir','2023-07-23 11:08:01','23-030220','BLKBEAR','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-07-24 15:08:41','23-030221','COYOTE','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KSORENSE@idir','2023-07-23 11:07:10','23-030222','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DSEXTON@idir','2023-07-26 13:31:35','23-030223','COUGAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'doweber@idir','2023-07-23 11:08:23','23-030224','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KSORENSE@idir','2023-07-23 11:45:47','23-030228','COUGAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TDSCHUMA@idir','2023-07-23 11:34:18','23-030230','BLKBEAR','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'RBACALL@idir','2023-07-23 11:36:39','23-030234','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TDSCHUMA@idir','2023-07-23 12:54:23','23-030236','BLKBEAR','AGGPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'doweber@idir','2023-07-23 12:02:56','23-030242','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HSTARK@idir','2023-07-24 09:30:07','23-030244','GRZBEAR','LIVNCOU') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CROCHON@idir','2023-07-28 09:50:50','23-030246','BLKBEAR','ORPHANLG') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KPPOPJES@idir','2023-07-23 12:18:31','23-030247','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ALBUCHAN@idir','2023-07-24 11:47:00','23-030248','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'GJGUDBRA@idir','2023-07-23 14:40:40','23-030249','COUGAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SPEELING@idir','2023-07-23 15:18:27','23-030250','BLKBEAR','SCHPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KPPOPJES@idir','2023-07-23 14:19:15','23-030254','RACCOON','HUMINJ') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CROCHON@idir','2023-07-28 10:16:27','23-030256','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TDSCHUMA@idir','2023-07-23 14:31:27','23-030259','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-07-27 15:22:31','23-030260','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-07-27 15:22:05','23-030261','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'doweber@idir','2023-07-23 13:18:11','23-030262','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JPAULS@idir','2023-07-31 09:03:53','23-030264','OTHER','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DTALEVSK@idir','2023-07-23 13:42:32','23-030265','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SGBATES@idir','2023-07-24 16:04:09','23-030266','BLKBEAR','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DSEXTON@idir','2023-07-26 13:38:11','23-030267','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'RKRENZ@idir','2023-07-24 14:44:22','23-030269','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'RBACALL@idir','2023-07-23 14:18:47','23-030270','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'doweber@idir','2023-07-23 14:26:28','23-030271','BLKBEAR','SCHPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EMCARTHU@idir','2023-07-25 08:44:33','23-030272','BLKBEAR','SCHPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SZUKEWI@idir','2023-07-25 14:06:50','23-030273','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'doweber@idir','2023-07-23 14:25:10','23-030274','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'RKRENZ@idir','2023-07-24 14:49:03','23-030275','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PROEMER@idir','2023-07-23 15:08:59','23-030276','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ALBUCHAN@idir','2023-07-24 11:32:35','23-030277','BLKBEAR','DAMNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SKEANE@idir','2023-07-23 14:31:43','23-030278','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TDSCHUMA@idir','2023-07-23 14:42:16','23-030282','BLKBEAR','ORPHANLG') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SKEANE@idir','2023-07-23 14:47:50','23-030286','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DSEXTON@idir','2023-07-26 13:47:50','23-030291','COUGAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KSORENSE@idir','2023-07-23 15:16:08','23-030295','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ETYUKODI@idir','2023-07-31 12:43:38','23-030296','BLKBEAR','SCHPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TDSCHUMA@idir','2023-07-23 15:26:52','23-030298','BLKBEAR','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TDSCHUMA@idir','2023-07-24 15:00:26','23-030300','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DSEXTON@idir','2023-07-26 13:38:48','23-030304','COUGAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KSORENSE@idir','2023-07-23 15:40:06','23-030305','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'RBACALL@idir','2023-07-23 15:48:43','23-030310','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MSOUCY@idir','2023-07-23 18:17:09','23-030313','WOLF','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KPPOPJES@idir','2023-07-24 14:36:23','23-030315','BLKBEAR','SCHPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SMCCREAD@idir','2023-07-23 16:40:03','23-030318','COYOTE','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TDSCHUMA@idir','2023-07-24 16:11:15','23-030319','BLKBEAR','DAMNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TDSCHUMA@idir','2023-07-24 16:06:19','23-030320','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'RKRENZ@idir','2023-07-24 14:36:02','23-030326','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DAVCOX@idir','2023-08-09 11:37:39','23-030327','BLKBEAR','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KPPOPJES@idir','2023-07-23 22:37:36','23-030330','BLKBEAR','CONFINED') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SMCCREAD@idir','2023-07-23 18:01:50','23-030332','BLKBEAR','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JMELENKA@idir','2023-07-24 10:21:30','23-030333','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PROEMER@idir','2023-07-23 18:14:34','23-030338','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'RBACALL@idir','2023-07-23 18:15:30','23-030340','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DSEXTON@idir','2023-07-26 13:56:47','23-030341','COUGAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CROCHON@idir','2023-07-28 10:05:30','23-030342','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DTALEVSK@idir','2023-07-23 18:53:22','23-030343','DEER','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'RKRENZ@idir','2023-07-24 14:35:12','23-030344','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DLMILLER@idir','2023-07-25 10:52:46','23-030345','COYOTE','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TDSCHUMA@idir','2023-07-24 14:43:26','23-030351','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EVEROBER@idir','2023-07-24 10:40:32','23-030355','BLKBEAR','AGGPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EVEROBER@idir','2023-07-24 13:52:03','23-030356','BLKBEAR','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-08-11 12:02:00','23-030358','DEER','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SMCCREAD@idir','2023-07-23 19:58:07','23-030359','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SMCCREAD@idir','2023-07-23 20:02:14','23-030360','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DAVCOX@idir','2023-07-30 13:46:14','23-030363','MTNGOAT','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-08-11 09:44:55','23-030364','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TBECK@idir','2023-07-24 09:11:30','23-030365','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DLEWERS@idir','2023-07-23 20:56:37','23-030368','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SMCCREAD@idir','2023-07-23 20:44:05','23-030370','DEER','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-07-27 15:21:28','23-030371','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JDSCOTT@idir','2023-07-23 20:46:26','23-030372','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JDSCOTT@idir','2023-07-23 20:49:58','23-030373','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HSTARK@idir','2023-07-24 09:30:59','23-030374','BLKBEAR','AGGPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SMCCREAD@idir','2023-07-23 21:10:11','23-030376','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'RKRENZ@idir','2023-07-24 14:32:17','23-030377','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HGREGG@IDIR','2023-08-10 16:29:08','23-030378','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JDSCOTT@idir','2023-07-23 21:28:03','23-030381','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SMCCREAD@idir','2023-07-23 21:45:24','23-030385','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ISCHMIDT@idir','2023-07-26 13:03:31','23-030388','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KPPOPJES@idir','2023-08-09 15:26:35','23-030389','BLKBEAR','CONFINED') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PRPIKE@idir','2023-07-25 11:34:08','23-030390','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CPOSTHUM@idir','2023-08-03 09:16:36','23-030393','GRZBEAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SMCCREAD@idir','2023-07-23 23:23:26','23-030394','COYOTE','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SPEELING@idir','2023-07-25 12:13:24','23-030395','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BJETTE@idir','2023-07-24 00:19:03','23-030397','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-07-27 15:21:02','23-030398','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PRPIKE@idir','2023-07-25 12:50:28','23-030402','DEER','DEADNV') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HGOOLIAF@idir','2023-08-06 12:28:02','23-030403','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SPEELING@idir','2023-07-24 11:18:53','23-030404','DEER','DEADNV') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SPEELING@idir','2023-07-25 12:03:10','23-030405','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-08-11 10:43:10','23-030407','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PBRACKEN@idir','2023-07-24 07:31:18','23-030408','COYOTE','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'doweber@idir','2023-07-24 07:36:41','23-030409','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SKEANE@idir','2023-07-24 07:31:46','23-030411','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'doweber@idir','2023-07-24 07:57:15','23-030419','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SGBATES@idir','2023-07-24 16:00:05','23-030420','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EFITCH@IDIR','2023-07-24 08:15:20','23-030422','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ALBUCHAN@idir','2023-07-24 11:09:12','23-030424','COUGAR','COUGARN') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BBEETLES@idir','2023-07-24 16:20:54','23-030425','COYOTE','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ALBUCHAN@idir','2023-07-24 10:52:16','23-030426','DEER','ORPHANLG') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EFITCH@IDIR','2023-07-24 08:29:55','23-030427','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SKEANE@idir','2023-07-24 08:31:41','23-030429','FOX','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KANEKOPP@idir','2023-07-26 13:17:31','23-030437','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TBECK@idir','2023-07-24 09:12:22','23-030438','DEER','ORPHANLG') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-07-24 15:08:08','23-030439','COUGAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'doweber@idir','2023-07-24 08:54:53','23-030440','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KANEKOPP@idir','2023-07-26 14:24:16','23-030441','BLKBEAR','AGGPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HSTARK@idir','2023-07-24 10:04:23','23-030442','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SKEANE@idir','2023-07-24 08:58:42','23-030443','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES('Rat Poison','PBRACKEN@idir','2023-07-24 09:23:58','23-030444','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JOCHARTR@idir','2023-07-24 09:19:09','23-030445','BLKBEAR','DEADPSR') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KSORENSE@idir','2023-07-24 09:28:20','23-030446','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SKEANE@idir','2023-07-24 09:41:32','23-030450','COYOTE','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BBEETLES@idir','2023-07-24 16:21:25','23-030452','COYOTE','LIVNCOU') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'doweber@idir','2023-07-24 09:55:51','23-030456','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PBRACKEN@idir','2023-07-24 10:16:19','23-030460','BLKBEAR','DAMNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CELDER@idir','2023-07-24 13:59:26','23-030463','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'doweber@idir','2023-07-24 10:24:38','23-030464','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DLMILLER@idir','2023-07-25 10:50:06','23-030465','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ETYUKODI@idir','2023-08-11 11:36:07','23-030466','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EFITCH@IDIR','2023-07-24 10:38:11','23-030470','COYOTE','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KOWENS@idir','2023-07-31 10:48:23','23-030471','BLKBEAR','DEADNV') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'doweber@idir','2023-07-24 10:37:14','23-030472','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KSORENSE@idir','2023-07-24 10:45:41','23-030473','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KOWENS@idir','2023-08-03 11:25:32','23-030476','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SKEANE@idir','2023-07-24 11:24:10','23-030477','RATTLER','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'RBACALL@idir','2023-07-24 11:22:16','23-030483','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JMILLETT@idir','2023-07-26 14:44:17','23-030485','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JMILLETT@idir','2023-07-26 14:34:31','23-030489','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TDSCHUMA@idir','2023-07-25 15:57:16','23-030490','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KANEKOPP@idir','2023-07-26 14:29:15','23-030491','COUGAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'STECOOK@idir','2023-08-01 11:24:34','23-030494','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PBRACKEN@idir','2023-07-24 11:58:06','23-030495','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KSORENSE@idir','2023-07-24 11:57:34','23-030496','COUGAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KSORENSE@idir','2023-07-24 12:11:18','23-030499','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JOCHARTR@idir','2023-08-01 11:15:14','23-030500','MOOSE','DEADPSR') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-08-11 09:47:26','23-030501','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'RYGORDON@idir','2023-07-24 13:23:23','23-030502','OTHER','DEADNV') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KSORENSE@idir','2023-07-24 12:43:26','23-030503','DEER','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TBECK@idir','2023-07-24 15:59:24','23-030504','BLKBEAR','ORPHANLG') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-08-11 09:48:43','23-030506','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-07-27 15:20:04','23-030507','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SKEANE@idir','2023-07-24 13:32:51','23-030509','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CROCHON@idir','2023-07-28 10:31:46','23-030512','BLKBEAR','DAMNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JOCHARTR@idir','2023-08-01 11:16:08','23-030513','BLKBEAR','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'RBACALL@idir','2023-07-24 14:06:52','23-030515','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DAVCOX@idir','2023-08-09 11:39:22','23-030516','BLKBEAR','AGGPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'RYGORDON@idir','2023-07-25 07:45:05','23-030517','OTHER','DEADNV') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HSTARK@idir','2023-07-24 15:45:46','23-030518','BLKBEAR','SCHPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-07-27 15:02:11','23-030521','COYOTE','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-07-27 15:10:33','23-030524','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'doweber@idir','2023-07-24 14:37:35','23-030527','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TBECK@idir','2023-07-24 16:06:53','23-030528','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'doweber@idir','2023-07-24 14:54:42','23-030530','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KSORENSE@idir','2023-07-24 15:03:52','23-030531','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KPPOPJES@idir','2023-08-09 14:23:31','23-030532','COUGAR','COUGARN') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'doweber@idir','2023-07-24 15:08:36','23-030533','BLKBEAR','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KOWENS@idir','2023-08-03 11:23:44','23-030534','RATTLER','CONFINED') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-08-11 10:08:50','23-030536','DEER','CONFINED') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TDSCHUMA@idir','2023-07-25 15:47:42','23-030537','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PBRACKEN@idir','2023-07-24 15:22:31','23-030538','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ASDUNCAN@idir','2023-07-31 19:43:27','23-030539','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TDSCHUMA@idir','2023-07-27 15:53:19','23-030545','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'RBACALL@idir','2023-07-24 16:03:14','23-030547','COYOTE','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HIDESMAR@idir','2023-07-26 13:47:56','23-030550','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-08-11 11:59:21','23-030552','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HSTARK@idir','2023-07-25 11:46:41','23-030561','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KSORENSE@idir','2023-07-24 17:55:30','23-030564','DEER','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TBECK@idir','2023-07-26 15:38:59','23-030565','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JMELENKA@idir','2023-07-26 12:17:23','23-030568','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TDSCHUMA@idir','2023-07-25 15:24:34','23-030569','BLKBEAR','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BMUELLER@idir','2023-07-28 14:01:03','23-030570','BLKBEAR','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CPOSTHUM@idir','2023-08-03 09:18:06','23-030571','GRZBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HDUMAINE@idir','2023-07-25 11:44:19','23-030573','RAPTOR','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DSEXTON@idir','2023-07-26 13:44:47','23-030574','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KOWENS@idir','2023-08-03 12:00:50','23-030575','MTNGOAT','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'RYGORDON@idir','2023-07-25 07:36:37','23-030582','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PROEMER@idir','2023-07-24 20:37:38','23-030583','BLKBEAR','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PROEMER@idir','2023-07-24 21:19:47','23-030589','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JXKLINE@idir','2023-07-25 15:58:32','23-030590','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BJETTE@idir','2023-07-24 21:47:45','23-030591','COUGAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-07-27 15:08:09','23-030592','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CPOSTHUM@idir','2023-08-03 09:19:26','23-030594','GRZBEAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-07-27 15:19:06','23-030596','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-08-11 11:57:36','23-030597','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PRPIKE@idir','2023-07-25 11:31:14','23-030601','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BJETTE@idir','2023-07-24 22:51:04','23-030602','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-07-27 15:18:23','23-030604','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TDSCHUMA@idir','2023-07-25 14:47:03','23-030605','BLKBEAR','CONFINED') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-07-27 15:07:39','23-030606','COYOTE','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HIDESMAR@idir','2023-07-31 12:50:28','23-030607','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DDAVIS@idir','2023-07-25 00:22:41','23-030608','COYOTE','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TDSCHUMA@idir','2023-07-25 15:36:18','23-030609','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JMELENKA@idir','2023-07-25 06:09:43','23-030611','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES('handouts being provided by neighbours','JDSCOTT@idir','2023-07-25 05:27:09','23-030612','COYOTE','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PBRACKEN@idir','2023-07-25 06:45:56','23-030617','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DAGRAY@idir','2023-07-25 06:49:29','23-030618','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DSEXTON@idir','2023-07-26 13:50:47','23-030619','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-08-11 11:52:43','23-030620','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DAGRAY@idir','2023-07-25 07:25:20','23-030621','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'RYGORDON@idir','2023-07-25 07:44:24','23-030622','OTHER','AGGPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-07-25 07:41:34','23-030623','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PBRACKEN@idir','2023-07-25 07:43:35','23-030624','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JSCHULTZ@idir','2023-07-29 14:42:07','23-030626','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BRANBECK@idir','2023-07-25 11:03:14','23-030627','BLKBEAR','DAMNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DSEXTON@idir','2023-07-26 13:39:52','23-030629','COUGAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JETYRE@idir','2023-08-14 14:20:36','23-030633','BLKBEAR','DAMNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DSEXTON@idir','2023-08-11 13:50:52','23-030637','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EFITCH@IDIR','2023-07-25 08:51:30','23-030638','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-07-27 15:17:58','23-030639','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ISCHMIDT@idir','2023-07-25 08:58:19','23-030640','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-07-27 15:17:33','23-030641','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ISCHMIDT@idir','2023-07-25 09:03:28','23-030642','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DSEXTON@idir','2023-08-11 13:56:10','23-030645','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JMELENKA@idir','2023-07-26 12:16:58','23-030653','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BKNIBBS@idir','2023-07-25 10:24:02','23-030654','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JMELENKA@idir','2023-07-26 12:16:28','23-030655','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-07-27 15:17:06','23-030656','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HDUMAINE@idir','2023-07-25 10:20:43','23-030657','COUGAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-08-11 12:00:44','23-030658','OTHER','LIVNCOU') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DTALEVSK@idir','2023-07-28 15:05:44','23-030660','BLKBEAR','DAMNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TBIRNEY@idir','2023-07-25 09:59:58','23-030661','RACCOON','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KPPOPJES@idir','2023-07-25 11:24:02','23-030662','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HSTARK@idir','2023-08-10 09:15:40','23-030665','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TDSCHUMA@idir','2023-07-25 15:33:12','23-030667','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PBRACKEN@idir','2023-07-25 10:28:16','23-030670','BLKBEAR','DAMNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DLMILLER@idir','2023-07-25 10:45:06','23-030671','BLKBEAR','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'FBKNIBBS@idir','2023-07-25 14:03:43','23-030673','RACCOON','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BRANBECK@idir','2023-07-25 10:37:18','23-030675','BLKBEAR','ORPHANLG') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DAGRAY@idir','2023-07-25 10:38:35','23-030676','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DSEXTON@idir','2023-07-26 13:42:17','23-030678','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DSEXTON@idir','2023-07-26 13:52:57','23-030679','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JETYRE@idir','2023-08-14 14:19:46','23-030680','BLKBEAR','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DAGRAY@idir','2023-07-25 10:48:27','23-030681','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PBRACKEN@idir','2023-07-25 10:58:36','23-030683','DEER','DEADNV') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KSORENSE@idir','2023-08-07 09:42:56','23-030686','DEER','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KOWENS@idir','2023-07-25 11:41:07','23-030691','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DAVCOX@idir','2023-07-25 14:30:43','23-030692','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DSEXTON@idir','2023-07-26 13:43:28','23-030696','BLKBEAR','ORPHANLG') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ISCHMIDT@idir','2023-07-25 11:43:15','23-030699','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EFITCH@IDIR','2023-07-25 11:44:23','23-030700','COYOTE','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-07-27 15:16:07','23-030702','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-07-27 15:01:13','23-030704','COYOTE','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'RYCALDWE@idir','2023-07-26 15:28:17','23-030705','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JETYRE@idir','2023-08-14 14:18:50','23-030706','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DSEXTON@idir','2023-08-11 13:48:29','23-030707','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TDSCHUMA@idir','2023-07-25 14:44:28','23-030708','BLKBEAR','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'LEARCHIB@idir','2023-07-25 11:56:38','23-030709','OTHER','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'COMILLER@idir','2023-07-25 12:08:32','23-030713','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TDSCHUMA@idir','2023-07-27 12:00:13','23-030714','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PBRACKEN@idir','2023-07-25 12:14:08','23-030715','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'COMILLER@idir','2023-07-25 12:21:11','23-030716','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EFITCH@IDIR','2023-07-25 12:19:02','23-030718','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HSTARK@idir','2023-07-25 14:45:48','23-030719','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TDSCHUMA@idir','2023-07-25 14:45:31','23-030725','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DSEXTON@idir','2023-08-11 13:43:57','23-030727','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ISCHMIDT@idir','2023-07-25 12:54:10','23-030728','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EMCARTHU@idir','2023-07-27 17:33:43','23-030729','FOX','LIVNCOU') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EFITCH@IDIR','2023-07-25 13:10:22','23-030732','DEER','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KBRITTO@idir','2023-07-27 11:30:41','23-030733','MOOSE','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TBECK@idir','2023-07-25 14:05:01','23-030734','COUGAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DAVCOX@idir','2023-07-25 14:29:52','23-030737','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KOWENS@idir','2023-07-27 11:30:28','23-030738','GRZBEAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JMELENKA@idir','2023-07-26 12:15:51','23-030739','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BRANBECK@idir','2023-07-27 10:22:38','23-030740','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DSEXTON@idir','2023-07-26 13:46:43','23-030742','COUGAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CPOSTHUM@idir','2023-08-03 08:57:13','23-030744','BLKBEAR','ORPHANLG') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JCONNAT@idir','2023-07-27 12:17:27','23-030746','MOOSE','ORPHANLG') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DSEXTON@idir','2023-08-11 13:43:01','23-030747','DEER','DEADNV') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ISCHMIDT@idir','2023-07-25 14:19:05','23-030749','BLKBEAR','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-07-27 15:15:43','23-030755','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PBRACKEN@idir','2023-07-25 14:52:04','23-030756','DEER','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EFITCH@IDIR','2023-07-25 15:13:09','23-030758','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DSEXTON@idir','2023-08-11 14:10:35','23-030759','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TBECK@idir','2023-07-26 09:18:16','23-030764','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'LEARCHIB@idir','2023-07-25 15:55:35','23-030768','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EMCARTHU@idir','2023-07-29 11:04:35','23-030770','OTHER','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EFITCH@IDIR','2023-07-25 16:04:22','23-030773','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'COMILLER@idir','2023-07-25 16:27:38','23-030775','RACCOON','TRAP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HGOOLIAF@idir','2023-07-25 17:44:18','23-030776','DEER','CONFINED') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-07-27 15:15:13','23-030777','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TAMYRONI@idir','2023-07-26 15:40:35','23-030778','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DSEXTON@idir','2023-08-11 14:05:51','23-030782','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TBIRNEY@idir','2023-07-25 16:42:50','23-030783','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TBIRNEY@idir','2023-07-25 16:53:16','23-030784','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BVDAMME@idir','2023-07-31 10:11:49','23-030785','SKUNK','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PROEMER@idir','2023-07-25 17:10:05','23-030787','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-28 13:23:48','23-030788','COUGAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KOWENS@idir','2023-07-27 10:56:25','23-030789','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ALYUBOMU@idir','2023-07-26 13:47:54','23-030793','RAPTOR','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DLEWERS@idir','2023-07-25 18:23:07','23-030798','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DAVCOX@idir','2023-07-26 14:29:49','23-030799','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MATTHEWH@idir','2023-08-04 08:38:08','23-030800','WLDSHEEP','DEADNV') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BKNIBBS@idir','2023-07-27 10:09:19','23-030801','BLKBEAR','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DLEWERS@idir','2023-07-25 18:41:48','23-030802','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DSEXTON@idir','2023-08-11 13:42:15','23-030805','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BVDAMME@idir','2023-07-31 09:54:29','23-030806','COUGAR','COUGARN') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KSORENSE@idir','2023-07-25 19:29:01','23-030808','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TDSCHUMA@idir','2023-07-27 15:50:47','23-030810','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DSEXTON@idir','2023-07-26 13:49:01','23-030811','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KSORENSE@idir','2023-07-25 19:52:32','23-030814','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KSORENSE@idir','2023-07-25 20:10:52','23-030817','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DTALEVSK@idir','2023-07-25 20:13:20','23-030818','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DSEXTON@idir','2023-08-11 14:02:45','23-030819','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BRADAMS@idir','2023-07-26 18:54:06','23-030820','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-07-27 15:07:01','23-030821','BLKBEAR','SCHPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EMCARTHU@idir','2023-07-26 08:33:26','23-030822','BLKBEAR','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PROEMER@idir','2023-07-25 20:54:33','23-030824','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KBRITTO@idir','2023-08-14 16:41:35','23-030825','BLKBEAR','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HSTARK@idir','2023-07-25 21:49:17','23-030827','COUGAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JHANSTEA@idir','2023-08-03 16:29:05','23-030828','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DTALEVSK@idir','2023-07-25 21:41:58','23-030830','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JDSCOTT@idir','2023-07-25 21:46:32','23-030832','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DSEXTON@idir','2023-08-11 14:08:27','23-030833','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'FBKNIBBS@idir','2023-07-26 13:16:11','23-030835','MOOSE','DEADPSR') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EMCARTHU@idir','2023-07-26 08:28:29','23-030836','MOOSE','DEADNV') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EMCARTHU@idir','2023-07-26 08:27:33','23-030838','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JDSCOTT@idir','2023-07-26 03:37:13','23-030840','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'LMOSS@idir','2023-07-27 15:24:30','23-030841','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ALBUCHAN@idir','2023-07-26 13:23:19','23-030844','COUGAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-07-27 15:14:48','23-030846','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PBRACKEN@idir','2023-07-26 07:07:00','23-030847','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PBRACKEN@idir','2023-07-26 07:12:01','23-030848','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-07-27 15:06:11','23-030850','COUGAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TDSCHUMA@idir','2023-07-27 15:23:45','23-030851','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PBRACKEN@idir','2023-07-26 07:27:13','23-030852','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PBRACKEN@idir','2023-07-26 07:40:18','23-030854','BLKBEAR','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DDAVIS@idir','2023-07-26 07:57:24','23-030855','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DDAVIS@idir','2023-07-26 08:08:30','23-030856','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'RYGORDON@idir','2023-07-26 08:24:35','23-030857','COYOTE','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DSEXTON@idir','2023-07-26 13:36:17','23-030859','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EFITCH@IDIR','2023-07-26 08:26:59','23-030860','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BRADAMS@idir','2023-07-26 18:52:16','23-030861','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PROEMER@idir','2023-08-07 14:24:24','23-030863','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JPAULS@idir','2023-07-31 09:08:14','23-030868','COUGAR','COUGARN') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ISCHMIDT@idir','2023-07-26 09:03:10','23-030870','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EFITCH@IDIR','2023-07-26 09:14:50','23-030871','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EFITCH@IDIR','2023-07-26 09:13:34','23-030872','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EMCARTHU@idir','2023-07-27 15:39:55','23-030874','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DSEXTON@idir','2023-08-08 14:27:26','23-030879','BLKBEAR','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TDSCHUMA@idir','2023-07-27 15:30:12','23-030880','BLKBEAR','DAMNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KOWENS@idir','2023-07-27 10:58:17','23-030883','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES('dog food','PBRACKEN@idir','2023-07-26 10:01:05','23-030884','BLKBEAR','DAMNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TBIRNEY@idir','2023-07-26 09:49:23','23-030885','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SPEELING@idir','2023-07-30 13:52:02','23-030889','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TBIRNEY@idir','2023-07-26 09:56:54','23-030890','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CROCHON@idir','2023-07-28 10:46:10','23-030891','COYOTE','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TDSCHUMA@idir','2023-07-27 15:25:49','23-030902','BLKBEAR','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DSEXTON@idir','2023-07-26 13:35:28','23-030904','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'GPKRUGER@idir','2023-07-26 14:07:33','23-030905','COUGAR','COUGARN') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EFITCH@IDIR','2023-07-26 10:36:24','23-030907','COYOTE','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CROCHON@idir','2023-07-30 09:49:13','23-030912','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TDSCHUMA@idir','2023-07-27 15:04:46','23-030913','BLKBEAR','CONFINED') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PBRACKEN@idir','2023-07-26 10:45:10','23-030914','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TDSCHUMA@idir','2023-07-27 14:50:00','23-030915','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KBRITTO@idir','2023-07-27 11:39:33','23-030919','COYOTE','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ISCHMIDT@idir','2023-07-26 11:01:04','23-030920','COUGAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'COMILLER@idir','2023-07-26 11:05:02','23-030921','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TBIRNEY@idir','2023-07-26 11:09:08','23-030922','BLKBEAR','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CROCHON@idir','2023-07-30 10:49:13','23-030924','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'LMOSS@idir','2023-07-27 08:39:55','23-030926','COYOTE','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'RKRENZ@idir','2023-08-04 14:08:16','23-030927','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JHANSTEA@idir','2023-08-04 18:12:32','23-030928','COUGAR','COUGARN') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ISCHMIDT@idir','2023-07-26 11:34:57','23-030930','COYOTE','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-28 13:43:30','23-030931','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'COMILLER@idir','2023-07-26 11:45:16','23-030933','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JMELENKA@idir','2023-07-26 12:14:05','23-030935','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EFITCH@IDIR','2023-07-26 11:56:25','23-030936','BLKBEAR','SCHPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-07-27 15:05:42','23-030937','BLKBEAR','SCHPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-07-27 15:05:09','23-030938','BLKBEAR','SCHPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DSEXTON@idir','2023-08-11 14:19:40','23-030939','DEER','DEADPSR') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KBRITTO@idir','2023-07-27 11:27:09','23-030944','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ALYUBOMU@idir','2023-07-27 10:27:28','23-030945','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EFITCH@IDIR','2023-07-26 13:16:34','23-030946','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PBRACKEN@idir','2023-07-26 12:11:25','23-030947','DEER','DEADNV') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'LEARCHIB@idir','2023-07-26 12:20:25','23-030948','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DAVCOX@idir','2023-07-26 14:27:34','23-030951','RATTLER','CONFINED') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DSEXTON@idir','2023-08-11 14:40:00','23-030954','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EFITCH@IDIR','2023-07-26 12:54:17','23-030955','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KANEKOPP@idir','2023-07-30 11:17:58','23-030956','DEER','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BRADAMS@idir','2023-07-26 18:49:10','23-030957','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TAMYRONI@idir','2023-07-26 15:21:45','23-030959','COYOTE','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TBECK@idir','2023-07-26 15:40:05','23-030960','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-28 08:23:40','23-030961','BLKBEAR','LIVPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PBRACKEN@idir','2023-07-26 13:31:30','23-030962','COYOTE','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BRANBECK@idir','2023-08-02 10:16:35','23-030963','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EMCARTHU@idir','2023-07-27 16:25:43','23-030968','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HGREGG@IDIR','2023-07-26 13:48:40','23-030969','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'RBACALL@idir','2023-07-31 11:42:40','23-030970','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ISCHMIDT@idir','2023-07-26 14:05:05','23-030974','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ISCHMIDT@idir','2023-07-26 14:06:52','23-030977','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KOWENS@idir','2023-07-27 10:52:01','23-030978','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ISCHMIDT@idir','2023-07-26 14:26:58','23-030979','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-07-27 15:04:11','23-030980','BLKBEAR','DAMNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EMCARTHU@idir','2023-07-27 15:38:15','23-030982','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JPAULS@idir','2023-07-31 09:09:18','23-030983','MOOSE','DEADNV') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BRADAMS@idir','2023-07-26 18:46:37','23-030984','BLKBEAR','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CROCHON@idir','2023-07-30 10:00:25','23-030985','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-07-27 15:03:42','23-030988','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TBIRNEY@idir','2023-07-26 14:50:54','23-030989','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CHAMLYN@idir','2023-07-26 16:30:04','23-030992','OTHER','CONFINED') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PBRACKEN@idir','2023-07-26 15:10:15','23-030994','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-07-27 15:03:18','23-030996','BLKBEAR','SCHPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DSEXTON@idir','2023-08-11 14:23:07','23-030997','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-28 08:03:15','23-030999','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DSEXTON@idir','2023-08-11 14:22:08','23-031000','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DLEWERS@idir','2023-07-26 15:26:07','23-031001','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MITO@idir','2023-08-09 12:03:14','23-031005','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DSEXTON@idir','2023-08-11 14:24:11','23-031008','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES('traps','TBIRNEY@idir','2023-07-26 16:06:44','23-031011','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JXKLINE@idir','2023-07-28 08:36:40','23-031013','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BALACEY@idir','2023-07-27 11:53:00','23-031016','MOOSE','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'LEARCHIB@idir','2023-07-26 16:37:55','23-031018','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DLEWERS@idir','2023-07-26 16:45:33','23-031019','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EFITCH@IDIR','2023-07-26 16:56:29','23-031024','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ALBUCHAN@idir','2023-07-27 11:38:14','23-031025','COYOTE','ORPHANLG') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TDSCHUMA@idir','2023-07-27 14:46:16','23-031026','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'COMILLER@idir','2023-07-26 17:14:12','23-031027','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DSEXTON@idir','2023-08-11 14:24:58','23-031028','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KOWENS@idir','2023-07-27 10:35:57','23-031029','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KYBUECKE@idir','2023-07-27 09:03:22','23-031030','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EMCARTHU@idir','2023-07-27 15:34:19','23-031031','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EFITCH@IDIR','2023-07-26 17:58:31','23-031032','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DLEWERS@idir','2023-07-26 18:16:41','23-031033','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'IPAVLOVI@IDIR','2023-07-26 18:18:21','23-031034','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EMCARTHU@idir','2023-07-27 15:52:36','23-031035','BLKBEAR','PROPPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DSEXTON@idir','2023-08-11 14:25:45','23-031037','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BRANBECK@idir','2023-07-27 09:46:00','23-031038','BLKBEAR','TRAP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'IPAVLOVI@IDIR','2023-07-26 19:05:57','23-031039','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MATTHEWH@idir','2023-08-04 08:39:15','23-031041','OTHER','DEADPSR') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DLEWERS@idir','2023-07-26 19:31:22','23-031044','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-07-27 15:14:24','23-031045','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TBECK@idir','2023-07-27 09:37:04','23-031046','BLKBEAR','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES('Food & Condiments ','EHARBICH@idir','2023-07-27 11:58:50','23-031047','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'RYGORDON@idir','2023-07-27 07:56:54','23-031048','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KOWENS@idir','2023-07-27 10:34:07','23-031049','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DDUFFY@idir','2023-07-26 20:08:37','23-031050','OTHER','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DLEWERS@idir','2023-07-26 20:34:21','23-031052','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BKNIBBS@idir','2023-07-27 10:26:07','23-031054','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CPOSTHUM@idir','2023-08-03 08:54:57','23-031056','GRZBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EMCARTHU@idir','2023-07-27 17:37:22','23-031057','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'RKRENZ@idir','2023-08-04 14:02:14','23-031060','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DLEWERS@idir','2023-07-26 21:18:45','23-031061','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DDUFFY@idir','2023-07-26 21:20:55','23-031062','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JXKLINE@idir','2023-07-28 08:38:31','23-031063','RAPTOR','CONFINED') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DDUFFY@idir','2023-07-26 21:40:44','23-031064','COYOTE','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DLEWERS@idir','2023-07-26 21:48:15','23-031066','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HSTARK@idir','2023-07-26 22:24:42','23-031067','BLKBEAR','TRAP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-28 08:09:42','23-031068','BLKBEAR','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EMCARTHU@idir','2023-07-27 17:37:50','23-031071','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DLEWERS@idir','2023-07-26 22:09:05','23-031072','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EMCARTHU@idir','2023-07-27 15:33:13','23-031073','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'IPAVLOVI@IDIR','2023-07-26 22:32:17','23-031075','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DLEWERS@idir','2023-07-26 22:33:53','23-031076','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EVEROBER@idir','2023-07-27 10:15:42','23-031079','BLKBEAR','TRAP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-28 08:16:47','23-031080','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TDSCHUMA@idir','2023-08-03 12:45:09','23-031082','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TDSCHUMA@idir','2023-07-27 14:44:20','23-031083','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-28 08:19:56','23-031084','COUGAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KOWENS@idir','2023-07-27 10:31:24','23-031088','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JMCSTRAV@idir','2023-08-02 06:11:30','23-031089','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-07-27 15:13:50','23-031090','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JXKLINE@idir','2023-07-28 08:40:14','23-031091','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PBRACKEN@idir','2023-07-27 07:09:12','23-031092','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HGOOLIAF@idir','2023-08-14 16:16:37','23-031094','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BJETTE@idir','2023-07-27 07:22:24','23-031096','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TBECK@idir','2023-07-27 09:23:54','23-031097','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES('Wasp Nest','TDSCHUMA@idir','2023-07-27 15:43:24','23-031099','BLKBEAR','DAMNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ISCHMIDT@idir','2023-07-27 07:37:20','23-031101','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EMCARTHU@idir','2023-07-27 16:21:47','23-031105','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EMCARTHU@idir','2023-07-27 17:42:29','23-031107','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BJETTE@idir','2023-07-27 08:32:03','23-031112','OTHER','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JCONNAT@idir','2023-07-27 11:58:15','23-031113','BLKBEAR','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-28 08:29:33','23-031114','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES('Recycling','HIDESMAR@idir','2023-07-30 16:35:04','23-031119','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ISCHMIDT@idir','2023-07-27 08:53:17','23-031120','FOX','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'NSMIENK@idir','2023-07-28 09:29:11','23-031121','COUGAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PBRACKEN@idir','2023-07-27 11:57:25','23-031122','BLKBEAR','DAMNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'LMOSS@idir','2023-07-27 09:02:26','23-031123','DEER','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BJETTE@idir','2023-07-27 09:08:49','23-031124','DEER','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ISCHMIDT@idir','2023-07-27 09:13:51','23-031125','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CROCHON@idir','2023-07-30 10:06:23','23-031129','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DSEXTON@idir','2023-07-27 09:33:47','23-031130','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SGBATES@idir','2023-08-06 13:51:16','23-031133','BLKBEAR','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JPAULS@idir','2023-07-31 09:10:51','23-031134','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JBULL@idir','2023-07-27 11:33:16','23-031135','BLKBEAR','SCHPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'RYGORDON@idir','2023-07-27 10:02:52','23-031136','OTHER','DEADNV') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ISCHMIDT@idir','2023-07-27 10:08:46','23-031137','COYOTE','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DSEXTON@idir','2023-08-11 14:26:49','23-031138','OTHER','DEADNV') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KOWENS@idir','2023-07-27 10:24:24','23-031139','DEER','ORPHANLG') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HIDESMAR@idir','2023-07-27 16:51:43','23-031143','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'RKRENZ@idir','2023-08-04 13:49:38','23-031146','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JMILLETT@idir','2023-08-02 14:33:49','23-031149','BLKBEAR','DEADNV') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TBECK@idir','2023-07-27 11:21:30','23-031150','COYOTE','DEADNV') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'RYCALDWE@idir','2023-08-02 13:25:44','23-031151','GRZBEAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ALBUCHAN@idir','2023-07-27 11:49:57','23-031153','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BJETTE@idir','2023-07-27 11:25:39','23-031155','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JMCSTRAV@idir','2023-08-01 08:55:54','23-031157','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'RYCALDWE@idir','2023-08-02 13:14:54','23-031160','BISON','CONFINED') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HIDESMAR@idir','2023-08-03 11:43:43','23-031161','BLKBEAR','LIVNCOU') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EMCARTHU@idir','2023-07-27 16:51:46','23-031162','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DSEXTON@idir','2023-07-27 14:58:10','23-031165','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EMCARTHU@idir','2023-07-31 13:16:37','23-031169','RAPTOR','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'LMOSS@idir','2023-07-27 11:57:45','23-031171','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EMCARTHU@idir','2023-07-27 15:29:15','23-031172','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'NSMIENK@idir','2023-07-27 13:39:54','23-031174','GRZBEAR','LIVNCOU') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'LMOSS@idir','2023-07-27 12:16:36','23-031175','BLKBEAR','DAMNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HSTARK@idir','2023-07-27 17:40:12','23-031176','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DSEXTON@idir','2023-08-11 14:38:19','23-031177','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BRANBECK@idir','2023-07-29 09:11:21','23-031179','BLKBEAR','SCHPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'LMOSS@idir','2023-07-27 12:39:13','23-031180','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EMCARTHU@idir','2023-07-27 17:06:02','23-031181','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MSANDERS@idir','2023-07-29 10:38:39','23-031183','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JXKLINE@idir','2023-07-28 08:43:53','23-031187','GRZBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BKNIBBS@idir','2023-07-27 13:01:33','23-031188','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'LEARCHIB@idir','2023-07-27 13:15:46','23-031190','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'LMOSS@idir','2023-07-27 13:14:50','23-031191','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JCONNAT@idir','2023-07-28 12:47:55','23-031192','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'NSMIENK@idir','2023-07-27 14:09:22','23-031198','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PBRACKEN@idir','2023-07-27 13:49:25','23-031201','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TBIRNEY@idir','2023-07-27 13:58:43','23-031202','OTHER','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BKNIBBS@idir','2023-07-27 16:55:45','23-031203','BLKBEAR','ORPHANLG') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KOWENS@idir','2023-08-03 11:06:08','23-031206','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'LMOSS@idir','2023-07-27 14:06:38','23-031208','BLKBEAR','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BALACEY@idir','2023-08-01 09:08:27','23-031213','OTHER','ORPHANLG') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KOWENS@idir','2023-08-03 11:04:05','23-031214','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TDSCHUMA@idir','2023-07-27 15:47:07','23-031215','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KOWENS@idir','2023-08-03 11:00:15','23-031216','OTHER','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PBRACKEN@idir','2023-07-27 14:33:40','23-031217','BLKBEAR','SCHPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ISCHMIDT@idir','2023-07-27 14:34:49','23-031218','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HIDESMAR@idir','2023-07-30 17:12:38','23-031224','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EMCARTHU@idir','2023-07-27 15:21:36','23-031226','OTHER','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES('Ruffles potato chips','MAWILSON@idir','2023-07-28 13:31:28','23-031228','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-27 15:14:25','23-031233','DEER','AGGPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EMCARTHU@idir','2023-07-27 16:32:46','23-031234','BLKBEAR','SCHPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'LMOSS@idir','2023-07-27 15:17:41','23-031235','COYOTE','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DLEWERS@idir','2023-07-27 15:15:54','23-031236','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES('Moose - MVI','EMCARTHU@idir','2023-07-27 16:15:25','23-031237','COYOTE','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DLEWERS@idir','2023-07-27 15:25:39','23-031239','RACCOON','LIVNCOU') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES('Fish','FBKNIBBS@idir','2023-07-28 10:21:48','23-031240','GRZBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KPPOPJES@idir','2023-07-27 18:36:56','23-031242','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JMCSTRAV@idir','2023-08-02 08:29:57','23-031243','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-08-01 15:14:58','23-031244','BLKBEAR','DAMNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TBIRNEY@idir','2023-07-27 15:54:46','23-031246','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MSANDERS@idir','2023-08-03 10:54:30','23-031248','RAPTOR','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HIDESMAR@idir','2023-07-31 12:54:31','23-031250','BLKBEAR','ORPHANLG') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EMCARTHU@idir','2023-07-27 17:36:06','23-031251','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'RKRENZ@idir','2023-08-04 13:49:22','23-031252','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MGEUZE@idir','2023-08-04 09:53:32','23-031255','WOLF','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAISMITH@idir','2023-07-28 09:55:32','23-031256','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BKNIBBS@idir','2023-07-27 17:35:21','23-031257','BLKBEAR','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TBIRNEY@idir','2023-07-27 17:24:13','23-031258','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DLEWERS@idir','2023-08-04 16:58:22','23-031259','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TBIRNEY@idir','2023-07-27 17:36:14','23-031260','BLKBEAR','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KOWENS@idir','2023-08-03 10:53:34','23-031262','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'IPAVLOVI@IDIR','2023-07-27 17:58:51','23-031264','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TBIRNEY@idir','2023-07-27 17:58:40','23-031266','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'IPAVLOVI@IDIR','2023-07-27 18:16:26','23-031270','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BKNIBBS@idir','2023-07-28 09:30:49','23-031271','BLKBEAR','DAMNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JCONNAT@idir','2023-07-28 13:12:37','23-031272','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'IPAVLOVI@IDIR','2023-07-27 18:53:05','23-031274','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TBIRNEY@idir','2023-07-27 18:54:18','23-031275','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ASDUNCAN@idir','2023-08-01 20:16:32','23-031276','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BKNIBBS@idir','2023-07-28 11:20:03','23-031277','FOX','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BRANBECK@idir','2023-07-29 09:12:41','23-031281','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BRANBECK@idir','2023-07-29 09:14:40','23-031282','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CPOSTHUM@idir','2023-08-03 09:20:27','23-031283','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'IPAVLOVI@IDIR','2023-07-27 19:31:59','23-031284','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'FBKNIBBS@idir','2023-07-28 09:30:24','23-031285','BLKBEAR','DEADPSR') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JCONNAT@idir','2023-07-28 13:18:18','23-031287','BLKBEAR','ORPHANLG') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DLEWERS@idir','2023-07-27 20:58:01','23-031288','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BJETTE@idir','2023-07-28 09:22:16','23-031289','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DAVCOX@idir','2023-07-30 13:45:29','23-031290','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TBECK@idir','2023-07-28 10:21:15','23-031291','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'IPAVLOVI@IDIR','2023-07-27 20:31:20','23-031292','UNKNOWN','LIVPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-28 13:34:00','23-031293','BLKBEAR','LIVNCOU') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DDUFFY@idir','2023-07-27 20:33:46','23-031294','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EMCARTHU@idir','2023-07-28 11:14:47','23-031295','GRZBEAR','LIVPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DDUFFY@idir','2023-07-27 20:40:28','23-031296','COUGAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DDUFFY@idir','2023-07-27 20:52:36','23-031297','BLKBEAR','DAMNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DLEWERS@idir','2023-07-27 20:55:57','23-031298','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JXKLINE@idir','2023-07-28 08:41:58','23-031299','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-31 10:52:15','23-031303','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EMCARTHU@idir','2023-07-28 09:43:44','23-031304','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JBULL@idir','2023-08-05 13:20:41','23-031306','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'IPAVLOVI@IDIR','2023-07-27 21:44:32','23-031308','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-08-01 15:10:50','23-031309','BLKBEAR','DAMNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'IPAVLOVI@IDIR','2023-07-27 21:52:50','23-031310','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DDUFFY@idir','2023-07-27 21:53:59','23-031312','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BRANBECK@idir','2023-07-29 09:19:58','23-031313','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-28 13:29:46','23-031314','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-31 09:16:53','23-031316','COUGAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DAGRAY@idir','2023-07-27 22:34:35','23-031317','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DAGRAY@idir','2023-07-27 22:44:33','23-031319','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BKNIBBS@idir','2023-07-28 09:18:53','23-031320','MOOSE','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DAGRAY@idir','2023-07-27 22:49:28','23-031321','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-08-01 15:14:37','23-031322','COUGAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DAGRAY@idir','2023-07-27 23:07:36','23-031323','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DDUFFY@idir','2023-07-27 23:16:38','23-031324','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DDUFFY@idir','2023-07-27 23:37:59','23-031325','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DAGRAY@idir','2023-07-28 00:47:57','23-031326','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DDUFFY@idir','2023-07-28 01:31:19','23-031327','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DDUFFY@idir','2023-07-28 02:12:39','23-031328','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DDUFFY@idir','2023-07-28 02:50:12','23-031329','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DDUFFY@idir','2023-07-28 04:07:57','23-031330','COUGAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DAVCOX@idir','2023-07-30 13:43:04','23-031331','BLKBEAR','DAMNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DDUFFY@idir','2023-07-28 06:00:18','23-031333','GRZBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JRISTO@idir','2023-07-28 09:33:40','23-031334','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DDUFFY@idir','2023-07-28 06:28:32','23-031335','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DDUFFY@idir','2023-07-28 06:03:03','23-031338','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-28 13:22:16','23-031339','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DSEXTON@idir','2023-08-11 14:46:20','23-031340','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BRANBECK@idir','2023-07-29 09:26:49','23-031341','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EMCARTHU@idir','2023-07-28 13:12:46','23-031342','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DSEXTON@idir','2023-08-11 14:41:09','23-031343','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DDAVIS@idir','2023-07-28 07:15:34','23-031344','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JCONNAT@idir','2023-07-28 12:43:20','23-031345','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DAVCOX@idir','2023-07-30 13:39:41','23-031346','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KSORENSE@idir','2023-07-28 07:52:05','23-031348','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'FBKNIBBS@idir','2023-08-01 12:12:49','23-031349','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EMCARTHU@idir','2023-07-28 13:22:00','23-031350','BLKBEAR','DAMNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'NSMIENK@idir','2023-07-28 09:27:21','23-031355','SKUNK','TRAP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KSORENSE@idir','2023-07-28 08:36:47','23-031358','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'LMOSS@idir','2023-07-28 08:39:22','23-031360','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JPAULS@idir','2023-07-31 09:12:43','23-031361','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EMCARTHU@idir','2023-07-29 09:19:14','23-031362','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EMCARTHU@idir','2023-07-28 09:29:01','23-031366','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BJETTE@idir','2023-07-28 09:09:30','23-031369','BLKBEAR','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EMCARTHU@idir','2023-07-28 11:29:15','23-031375','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DTALEVSK@idir','2023-07-28 09:12:21','23-031376','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KSORENSE@idir','2023-07-28 09:28:04','23-031377','COYOTE','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-28 13:25:02','23-031383','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EMCARTHU@idir','2023-07-29 09:17:35','23-031385','COYOTE','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'FBKNIBBS@idir','2023-07-28 12:25:58','23-031387','COUGAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BJETTE@idir','2023-07-28 09:37:38','23-031388','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DTALEVSK@idir','2023-07-28 09:38:30','23-031389','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES('apple/berry trees in forest','MAWILSON@idir','2023-07-28 13:42:03','23-031394','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KSORENSE@idir','2023-07-28 10:02:32','23-031395','COYOTE','LIVNCOU') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'LMOSS@idir','2023-07-28 09:58:55','23-031396','RAPTOR','DEADNV') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EMCARTHU@idir','2023-07-28 13:23:29','23-031399','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-08-01 15:10:24','23-031401','BLKBEAR','DAMNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TBIRNEY@idir','2023-07-28 10:18:30','23-031402','COYOTE','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KSORENSE@idir','2023-07-28 10:21:50','23-031404','DEER','ORPHANLG') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TBECK@idir','2023-07-31 11:41:53','23-031405','BLKBEAR','DAMNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HGREGG@IDIR','2023-07-28 10:51:52','23-031412','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JRISTO@idir','2023-07-28 11:04:50','23-031414','BLKBEAR','DEADNV') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EMCARTHU@idir','2023-07-28 13:06:27','23-031416','BLKBEAR','LIVNCOU') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES('indoor cooking','MAWILSON@idir','2023-07-28 13:36:05','23-031418','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EMCARTHU@idir','2023-07-31 12:43:22','23-031419','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KSORENSE@idir','2023-07-28 11:03:37','23-031420','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-28 11:12:47','23-031421','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JBULL@idir','2023-08-01 12:51:53','23-031422','BLKBEAR','CONFINED') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-08-01 15:09:25','23-031423','BLKBEAR','SCHPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TBIRNEY@idir','2023-07-28 11:16:40','23-031425','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EMCARTHU@idir','2023-07-28 12:52:30','23-031427','BLKBEAR','SCHPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BJETTE@idir','2023-07-28 11:24:24','23-031428','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KSORENSE@idir','2023-07-28 11:26:14','23-031429','COYOTE','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BJETTE@idir','2023-07-28 13:30:48','23-031430','COUGAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JXKLINE@idir','2023-07-28 12:33:36','23-031444','RAPTOR','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EMCARTHU@idir','2023-07-29 09:16:08','23-031445','BLKBEAR','ORPHANLG') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-28 11:56:42','23-031446','BLKBEAR','DEADNV') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KSORENSE@idir','2023-07-28 11:54:56','23-031447','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-28 13:27:57','23-031448','COUGAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EMCARTHU@idir','2023-07-28 12:41:04','23-031451','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JPAULS@idir','2023-08-03 11:17:42','23-031453','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BJETTE@idir','2023-07-28 12:27:22','23-031454','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BJETTE@idir','2023-07-28 12:40:24','23-031458','GRZBEAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DLEWERS@idir','2023-07-28 18:25:07','23-031461','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-31 10:53:17','23-031464','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DTALEVSK@idir','2023-07-28 13:06:26','23-031468','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'LMOSS@idir','2023-07-28 13:19:10','23-031469','OTHER','DEADNV') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DTALEVSK@idir','2023-08-05 06:59:01','23-031470','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DSEXTON@idir','2023-07-28 13:22:31','23-031471','COUGAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-08-01 15:08:40','23-031472','COUGAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BRANBECK@idir','2023-07-29 09:29:49','23-031473','OTHER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SMCCREAD@idir','2023-07-28 13:26:53','23-031476','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EMCARTHU@idir','2023-07-28 16:04:42','23-031482','BLKBEAR','SCHPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JRISTO@idir','2023-07-28 16:00:15','23-031483','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'LMOSS@idir','2023-07-28 13:52:59','23-031484','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES('deer feeder','MAWILSON@idir','2023-08-02 10:34:47','23-031485','COUGAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TBECK@idir','2023-07-28 14:39:43','23-031489','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES('ducks','DTALEVSK@idir','2023-07-28 14:05:55','23-031490','BLKBEAR','ORPHANLG') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JRISTO@idir','2023-07-28 15:58:54','23-031496','DEER','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JCONNAT@idir','2023-08-12 10:39:08','23-031497','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KANEKOPP@idir','2023-07-30 11:51:17','23-031500','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JSCHULTZ@idir','2023-07-28 18:02:44','23-031502','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SMCCREAD@idir','2023-07-28 14:45:07','23-031504','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'LMOSS@idir','2023-07-28 14:46:12','23-031505','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BRANBECK@idir','2023-07-29 09:21:48','23-031506','BLKBEAR','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'LMOSS@idir','2023-07-28 14:49:43','23-031507','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-08-11 09:30:52','23-031511','GRZBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SMCCREAD@idir','2023-07-28 14:59:51','23-031513','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SGBATES@idir','2023-07-30 10:55:53','23-031516','BLKBEAR','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SMCCREAD@idir','2023-07-28 15:20:05','23-031520','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BJETTE@idir','2023-07-28 15:27:38','23-031521','DEER','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SMCCREAD@idir','2023-07-28 15:25:00','23-031522','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BRANBECK@idir','2023-07-29 22:46:03','23-031524','BLKBEAR','LIVNCOU') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MSRICHAR@idir','2023-07-29 13:39:03','23-031534','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BRANBECK@idir','2023-07-29 10:03:35','23-031535','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JMILLETT@idir','2023-08-02 14:36:31','23-031536','RAPTOR','LIVNCOU') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EMCARTHU@idir','2023-07-29 09:22:02','23-031537','BLKBEAR','ORPHANLG') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KSORENSE@idir','2023-07-28 16:30:21','23-031538','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SMCCREAD@idir','2023-07-28 16:44:15','23-031540','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-31 09:13:36','23-031542','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CROCHON@idir','2023-08-03 10:17:36','23-031543','BLKBEAR','AGGPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TBECK@idir','2023-07-28 21:33:40','23-031544','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SMCCREAD@idir','2023-07-28 17:34:13','23-031548','BLKBEAR','DAMNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MMBOOTH@idir','2023-08-11 11:13:09','23-031549','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SMCCREAD@idir','2023-07-28 18:00:27','23-031554','BLKBEAR','LIVNCOU') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PRPIKE@idir','2023-07-29 09:23:37','23-031555','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DLEWERS@idir','2023-07-28 18:03:35','23-031556','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DLEWERS@idir','2023-07-28 18:07:36','23-031557','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DAGRAY@idir','2023-07-28 18:11:31','23-031558','COYOTE','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DLEWERS@idir','2023-07-28 18:19:56','23-031560','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'LMOSS@idir','2023-07-28 18:24:28','23-031562','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TBIRNEY@idir','2023-07-28 18:33:47','23-031564','BLKBEAR','CONFINED') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TBIRNEY@idir','2023-07-28 18:37:41','23-031566','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ALBUCHAN@idir','2023-08-09 11:10:09','23-031568','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DLEWERS@idir','2023-07-28 18:58:20','23-031569','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BRANBECK@idir','2023-07-29 09:33:10','23-031570','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TBECK@idir','2023-07-28 21:35:09','23-031571','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BRANBECK@idir','2023-07-29 09:32:43','23-031572','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BRANBECK@idir','2023-07-29 09:51:11','23-031573','BLKBEAR','AGGPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-08-01 08:34:12','23-031574','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TBIRNEY@idir','2023-07-28 19:42:53','23-031583','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DAGRAY@idir','2023-07-28 19:49:27','23-031584','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HSTARK@idir','2023-07-28 23:06:00','23-031585','BLKBEAR','AGGPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ASDUNCAN@idir','2023-07-29 10:38:57','23-031595','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SMCCREAD@idir','2023-07-28 20:28:21','23-031596','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-31 09:12:24','23-031599','COUGAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DAGRAY@idir','2023-07-28 20:53:36','23-031604','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'IPAVLOVI@IDIR','2023-07-28 20:51:21','23-031606','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JCLAUSEN@idir','2023-07-30 16:38:06','23-031607','RAPTOR','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-08-01 08:32:40','23-031608','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SMCCREAD@idir','2023-07-28 20:52:05','23-031609','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'IPAVLOVI@IDIR','2023-07-28 20:59:56','23-031611','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EMCARTHU@idir','2023-07-29 11:08:13','23-031612','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'IPAVLOVI@IDIR','2023-07-28 21:01:31','23-031613','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'IPAVLOVI@IDIR','2023-07-28 21:08:11','23-031614','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EMCARTHU@idir','2023-07-31 10:56:24','23-031620','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KANEKOPP@idir','2023-07-30 11:36:34','23-031623','MOOSE','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'IPAVLOVI@IDIR','2023-07-28 21:58:56','23-031624','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MSANDERS@idir','2023-07-29 11:09:28','23-031625','BLKBEAR','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'IPAVLOVI@IDIR','2023-07-28 22:24:53','23-031627','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DAGRAY@idir','2023-07-28 22:26:43','23-031628','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EMCARTHU@idir','2023-07-31 10:51:52','23-031629','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MSANDERS@idir','2023-07-29 11:24:22','23-031631','BLKBEAR','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KOWENS@idir','2023-08-03 10:19:12','23-031632','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'IPAVLOVI@IDIR','2023-07-28 23:07:29','23-031634','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-08-01 08:37:01','23-031635','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DLEWERS@idir','2023-07-28 23:35:52','23-031638','COYOTE','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DAGRAY@idir','2023-07-28 23:37:12','23-031639','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DAGRAY@idir','2023-07-29 00:30:55','23-031644','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'IPAVLOVI@IDIR','2023-07-29 00:31:44','23-031645','BLKBEAR','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EMCARTHU@idir','2023-07-31 10:50:38','23-031646','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DAGRAY@idir','2023-07-29 01:10:25','23-031647','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DAGRAY@idir','2023-07-29 01:08:55','23-031648','BLKBEAR','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KANEKOPP@idir','2023-07-30 11:29:47','23-031649','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'IPAVLOVI@IDIR','2023-07-29 02:00:55','23-031650','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'IPAVLOVI@IDIR','2023-07-29 03:39:05','23-031651','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'IPAVLOVI@IDIR','2023-07-29 05:17:36','23-031652','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'IPAVLOVI@IDIR','2023-07-29 06:22:56','23-031653','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SPEELING@idir','2023-07-30 15:19:08','23-031655','BLKBEAR','DAMNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-31 11:03:43','23-031656','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BRANBECK@idir','2023-07-29 09:39:02','23-031657','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'doweber@idir','2023-07-29 07:11:09','23-031658','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JHANSTEA@idir','2023-08-03 09:07:11','23-031659','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'RGROEGER@idir','2023-08-01 13:06:20','23-031661','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ISCHMIDT@idir','2023-08-15 08:57:15','23-031663','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ASDUNCAN@idir','2023-07-29 08:11:09','23-031664','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ASDUNCAN@idir','2023-07-29 08:37:52','23-031665','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BRANBECK@idir','2023-07-29 22:46:27','23-031666','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KSORENSE@idir','2023-07-29 08:47:05','23-031670','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KATHDYKE@idir','2023-08-02 12:45:12','23-031671','BLKBEAR','COUGARN') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'doweber@idir','2023-07-29 09:09:17','23-031674','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DTALEVSK@idir','2023-07-29 09:19:56','23-031676','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SPEELING@idir','2023-07-30 14:02:00','23-031678','BLKBEAR','TRAP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-08-01 08:36:01','23-031680','DEER','DEADNV') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'RKEENANT@idir','2023-08-08 16:27:07','23-031681','COUGAR','COUGARN') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ETYUKODI@idir','2023-07-29 11:20:30','23-031683','DEER','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ASDUNCAN@idir','2023-07-29 09:44:17','23-031684','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'RKRENZ@idir','2023-08-04 13:48:16','23-031685','OTHER','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KANEKOPP@idir','2023-07-30 11:41:28','23-031688','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BRANBECK@idir','2023-07-29 11:39:40','23-031689','GRZBEAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DTALEVSK@idir','2023-07-29 09:59:15','23-031690','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'doweber@idir','2023-07-29 10:00:44','23-031691','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-31 11:02:40','23-031692','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KSORENSE@idir','2023-07-29 10:05:18','23-031693','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DTALEVSK@idir','2023-07-29 10:16:26','23-031694','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ALBUCHAN@idir','2023-07-30 10:05:19','23-031695','BLKBEAR','DAMNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'doweber@idir','2023-07-29 10:09:33','23-031696','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BRANBECK@idir','2023-07-29 11:41:56','23-031697','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SPEELING@idir','2023-07-30 13:56:05','23-031700','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ASDUNCAN@idir','2023-07-29 10:17:14','23-031702','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES('fish pond','KSORENSE@idir','2023-07-29 11:44:50','23-031706','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SGBATES@idir','2023-07-30 10:58:50','23-031712','BLKBEAR','DAMNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KSORENSE@idir','2023-07-29 11:37:22','23-031717','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ASDUNCAN@idir','2023-07-29 11:46:56','23-031718','RAPTOR','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ETYUKODI@idir','2023-07-30 08:34:02','23-031720','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'doweber@idir','2023-07-29 11:45:12','23-031723','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BRANBECK@idir','2023-07-29 11:56:35','23-031724','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KSORENSE@idir','2023-07-29 11:49:17','23-031725','COYOTE','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'FBKNIBBS@idir','2023-08-01 12:19:35','23-031726','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SPEELING@idir','2023-07-29 14:41:43','23-031727','BLKBEAR','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-31 11:01:51','23-031729','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'NSMIENK@idir','2023-07-29 14:16:31','23-031730','MOOSE','ORPHANLG') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SPEELING@idir','2023-07-30 14:18:36','23-031731','BLKBEAR','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BRANBECK@idir','2023-07-29 22:44:35','23-031733','DEER','ORPHANLG') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KSORENSE@idir','2023-07-29 12:25:46','23-031734','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EMCARTHU@idir','2023-07-31 10:48:29','23-031736','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-31 08:57:44','23-031737','COUGAR','COUGARN') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KSORENSE@idir','2023-07-29 12:31:46','23-031738','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CROCHON@idir','2023-07-30 10:41:19','23-031740','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES('RECYCLING','EMCARTHU@idir','2023-08-03 10:31:11','23-031742','GRZBEAR','LIVNCOU') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DTALEVSK@idir','2023-07-29 12:45:15','23-031744','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DDAVIS@idir','2023-07-29 12:45:47','23-031745','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'doweber@idir','2023-07-29 12:48:08','23-031747','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SPEELING@idir','2023-07-30 13:57:36','23-031748','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KSORENSE@idir','2023-07-29 12:51:18','23-031749','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BALACEY@idir','2023-08-01 08:59:08','23-031750','BLKBEAR','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'doweber@idir','2023-07-29 12:59:36','23-031751','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DDAVIS@idir','2023-07-29 13:07:16','23-031752','COYOTE','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SPEELING@idir','2023-07-30 13:58:19','23-031754','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'FBKNIBBS@idir','2023-08-01 12:32:27','23-031756','BLKBEAR','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JORFERGU@idir','2023-07-29 13:46:53','23-031759','COUGAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'LEYKLASS@idir','2023-08-02 19:27:54','23-031760','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KOWENS@idir','2023-08-03 10:17:10','23-031761','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EMCARTHU@idir','2023-07-31 10:47:19','23-031762','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KSORENSE@idir','2023-07-29 13:33:59','23-031765','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KSORENSE@idir','2023-07-29 13:43:14','23-031766','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EFITCH@IDIR','2023-07-29 13:48:04','23-031768','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ASDUNCAN@idir','2023-07-29 13:46:30','23-031769','BLKBEAR','SCHPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES('Greenhouse','RBACALL@idir','2023-07-29 13:50:19','23-031770','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'doweber@idir','2023-07-29 13:52:49','23-031771','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HIDESMAR@idir','2023-08-02 13:17:56','23-031773','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DDAVIS@idir','2023-07-29 14:09:23','23-031775','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-08-01 15:08:16','23-031777','BLKBEAR','DAMNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ISCHMIDT@idir','2023-07-31 14:22:13','23-031778','COYOTE','LIVPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JSCHULTZ@idir','2023-07-29 14:32:11','23-031780','BLKBEAR','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BRANBECK@idir','2023-07-29 22:39:30','23-031781','RATTLER','CONFINED') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'NSMIENK@idir','2023-07-29 17:54:19','23-031782','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-31 09:07:23','23-031783','BLKBEAR','DAMNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DLEWERS@idir','2023-07-29 14:32:07','23-031788','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DDAVIS@idir','2023-07-29 14:41:00','23-031791','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BALACEY@idir','2023-08-01 09:27:17','23-031792','GRZBEAR','DAMNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ASDUNCAN@idir','2023-07-29 14:42:51','23-031793','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DLEWERS@idir','2023-07-29 14:56:08','23-031795','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DTALEVSK@idir','2023-07-29 14:59:48','23-031798','RATTLER','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DLEWERS@idir','2023-07-29 15:10:31','23-031799','BLKBEAR','AGGPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KSORENSE@idir','2023-07-29 15:11:32','23-031802','BLKBEAR','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'doweber@idir','2023-07-29 15:14:06','23-031805','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KOWENS@idir','2023-08-03 10:15:48','23-031806','DEER','ORPHANLG') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SGBATES@idir','2023-07-30 10:41:05','23-031811','BLKBEAR','ORPHANLG') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KSORENSE@idir','2023-07-29 15:47:00','23-031812','BLKBEAR','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EMCARTHU@idir','2023-07-31 10:45:03','23-031816','BLKBEAR','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KSORENSE@idir','2023-07-29 15:56:30','23-031817','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DLEWERS@idir','2023-07-29 19:28:35','23-031818','BLKBEAR','CONFINED') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KSORENSE@idir','2023-08-11 11:20:47','23-031820','RACCOON','LIVNCOU') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SPEELING@idir','2023-07-30 14:59:56','23-031821','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KSORENSE@idir','2023-07-29 16:56:56','23-031823','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KOWENS@idir','2023-08-03 10:08:14','23-031825','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'RBACALL@idir','2023-07-29 16:51:41','23-031826','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EFITCH@IDIR','2023-07-29 17:02:51','23-031829','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SPEELING@idir','2023-07-30 13:54:47','23-031830','BLKBEAR','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KANEKOPP@idir','2023-07-30 11:24:34','23-031831','BLKBEAR','ORPHANLG') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'LMOSS@idir','2023-07-29 17:18:55','23-031832','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KANEKOPP@idir','2023-07-30 11:28:21','23-031836','BLKBEAR','ORPHANLG') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SPEELING@idir','2023-07-30 15:10:56','23-031839','GRZBEAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'COMILLER@idir','2023-07-29 18:08:35','23-031840','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JBULL@idir','2023-08-04 11:31:04','23-031841','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'LMOSS@idir','2023-07-29 18:22:12','23-031844','BLKBEAR','SCHPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KANEKOPP@idir','2023-07-30 11:22:40','23-031845','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'LMOSS@idir','2023-07-29 18:39:23','23-031850','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MGEUZE@idir','2023-08-03 21:40:15','23-031852','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'LMOSS@idir','2023-07-29 19:21:18','23-031854','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JACHAN@idir','2023-08-04 11:23:50','23-031856','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DLEWERS@idir','2023-07-29 19:39:29','23-031859','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DLEWERS@idir','2023-07-29 20:32:42','23-031865','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-08-02 10:32:59','23-031866','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'COMILLER@idir','2023-07-29 20:03:18','23-031867','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-08-01 15:47:14','23-031868','BLKBEAR','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DAGRAY@idir','2023-07-29 20:06:19','23-031870','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ALBUCHAN@idir','2023-07-30 09:47:59','23-031872','BLKBEAR','DAMNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'LMOSS@idir','2023-07-29 20:28:04','23-031875','COYOTE','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EFITCH@IDIR','2023-07-29 20:36:54','23-031876','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DLEWERS@idir','2023-07-29 20:46:24','23-031878','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DAGRAY@idir','2023-07-29 20:56:45','23-031879','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'LMOSS@idir','2023-07-29 20:52:53','23-031880','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HIDESMAR@idir','2023-07-30 16:29:42','23-031882','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SPEELING@idir','2023-07-30 13:54:10','23-031883','BLKBEAR','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DAGRAY@idir','2023-07-29 21:21:28','23-031884','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'COMILLER@idir','2023-07-29 21:47:31','23-031888','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-31 09:22:39','23-031890','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JHANRATT@idir','2023-08-02 15:09:27','23-031892','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-31 10:59:09','23-031893','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EMCARTHU@idir','2023-07-31 11:11:25','23-031894','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SPEELING@idir','2023-07-30 15:48:06','23-031895','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'STECOOK@idir','2023-07-31 10:58:01','23-031897','MOOSE','DEADNV') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EFITCH@IDIR','2023-07-29 23:21:20','23-031898','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HIDESMAR@idir','2023-07-30 16:55:50','23-031899','BLKBEAR','AGGPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SGBATES@idir','2023-08-09 12:15:03','23-031900','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-08-01 15:07:51','23-031903','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'LMOSS@idir','2023-07-30 02:39:08','23-031904','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DAGRAY@idir','2023-07-30 02:53:59','23-031905','UNKNOWN','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ETYUKODI@idir','2023-07-30 08:58:59','23-031906','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DAGRAY@idir','2023-07-30 06:04:41','23-031908','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SMCCREAD@idir','2023-07-30 07:03:21','23-031911','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-31 10:57:40','23-031912','DEER','DEADNV') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SGBATES@idir','2023-07-30 10:45:03','23-031913','BLKBEAR','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ALBUCHAN@idir','2023-07-31 10:04:27','23-031914','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-31 09:10:54','23-031915','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JRISTO@idir','2023-07-30 18:06:30','23-031916','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JBJARNAS@idir','2023-08-02 11:03:18','23-031918','GRZBEAR','LIVNCOU') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KSORENSE@idir','2023-07-30 08:36:56','23-031921','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'doweber@idir','2023-07-30 08:43:02','23-031927','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SMCCREAD@idir','2023-07-30 08:46:49','23-031928','BLKBEAR','DAMNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KOWENS@idir','2023-07-31 16:36:06','23-031929','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-08-01 15:07:22','23-031932','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-31 09:28:19','23-031935','COUGAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SMCCREAD@idir','2023-07-30 09:02:09','23-031937','RACCOON','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HIDESMAR@idir','2023-08-14 10:44:42','23-031938','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'doweber@idir','2023-07-30 09:17:04','23-031940','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-31 10:56:33','23-031942','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SMCCREAD@idir','2023-07-30 09:42:35','23-031944','BLKBEAR','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SMCCREAD@idir','2023-07-30 09:52:41','23-031946','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JCLAUSEN@idir','2023-07-30 16:43:13','23-031947','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HIDESMAR@idir','2023-07-30 16:59:57','23-031950','BLKBEAR','TRAP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'doweber@idir','2023-07-30 10:14:16','23-031954','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'doweber@idir','2023-07-30 10:18:32','23-031955','OTHER','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PBRACKEN@idir','2023-07-30 10:22:04','23-031956','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'RBACALL@idir','2023-07-30 10:23:47','23-031957','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ETYUKODI@idir','2023-07-30 12:37:49','23-031960','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EMCARTHU@idir','2023-07-30 13:37:24','23-031961','BLKBEAR','CONFINED') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SPEELING@idir','2023-07-30 15:32:26','23-031963','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ETYUKODI@idir','2023-07-30 12:40:50','23-031965','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SMCCREAD@idir','2023-07-30 11:01:39','23-031966','BLKBEAR','DAMNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'doweber@idir','2023-07-30 11:06:45','23-031967','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'RBACALL@idir','2023-07-30 11:12:06','23-031970','COYOTE','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES('Berries','SPEELING@idir','2023-07-30 12:39:47','23-031971','BLKBEAR','SCHPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EVEROBER@idir','2023-08-10 10:40:02','23-031972','BLKBEAR','DEADNV') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'doweber@idir','2023-07-30 11:44:41','23-031975','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JRISTO@idir','2023-07-30 18:00:48','23-031978','DEER','DEADNV') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ETYUKODI@idir','2023-07-30 12:43:34','23-031981','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TDSCHUMA@idir','2023-07-31 14:13:42','23-031982','BLKBEAR','DAMNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-08-01 15:14:17','23-031985','COUGAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SMCCREAD@idir','2023-07-30 12:19:21','23-031988','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ETYUKODI@idir','2023-07-30 12:48:39','23-031989','DEER','DEADPSR') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DTALEVSK@idir','2023-07-30 12:38:46','23-031993','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KSORENSE@idir','2023-07-30 12:42:34','23-031994','COYOTE','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SMCCREAD@idir','2023-07-30 12:52:36','23-031995','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KSORENSE@idir','2023-07-30 12:46:57','23-031996','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SMCCREAD@idir','2023-07-30 13:03:17','23-031999','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TDSCHUMA@idir','2023-07-31 14:09:42','23-032001','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-08-01 15:06:38','23-032003','BLKBEAR','SCHPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KSORENSE@idir','2023-07-30 13:24:09','23-032006','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-08-01 15:06:08','23-032007','BLKBEAR','SCHPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TDSCHUMA@idir','2023-07-31 14:07:09','23-032010','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'doweber@idir','2023-07-30 13:54:51','23-032014','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KOWENS@idir','2023-07-31 16:41:14','23-032016','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JPAULS@idir','2023-08-03 11:18:36','23-032017','DEER','ORPHANLG') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DAVCOX@idir','2023-07-31 08:56:28','23-032018','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KOWENS@idir','2023-08-03 12:13:33','23-032021','DEER','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SMCCREAD@idir','2023-07-30 14:29:53','23-032022','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MATTHEWH@idir','2023-08-04 08:45:56','23-032023','DEER','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-08-01 15:04:55','23-032025','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SPEELING@idir','2023-07-30 15:34:48','23-032028','BLKBEAR','SCHPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MGEUZE@idir','2023-08-03 21:41:31','23-032030','GRZBEAR','AGGPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES('Sandwich, backpack','TDSCHUMA@idir','2023-07-31 14:24:59','23-032031','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KSORENSE@idir','2023-07-30 15:39:39','23-032032','BLKBEAR','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EFITCH@IDIR','2023-07-30 15:49:02','23-032033','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-31 09:32:09','23-032035','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DTALEVSK@idir','2023-07-30 16:06:58','23-032037','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EFITCH@IDIR','2023-07-30 16:11:39','23-032038','BLKBEAR','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DAVCOX@idir','2023-07-31 08:45:10','23-032039','BLKBEAR','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JACHAN@idir','2023-08-13 14:24:33','23-032040','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-08-01 08:25:54','23-032042','BLKBEAR','LIVNCOU') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'doweber@idir','2023-07-30 16:45:08','23-032043','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PBRACKEN@idir','2023-07-30 16:54:37','23-032044','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HGREGG@IDIR','2023-08-11 08:45:03','23-032045','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'LMOSS@idir','2023-07-30 16:54:31','23-032046','ELK','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JDSCOTT@idir','2023-07-30 17:27:34','23-032051','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SGBATES@idir','2023-08-09 12:12:32','23-032056','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'LMOSS@idir','2023-07-30 17:49:31','23-032057','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'COMILLER@idir','2023-07-30 17:54:41','23-032058','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HIDESMAR@idir','2023-07-31 16:48:56','23-032059','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'RBACALL@idir','2023-07-30 17:55:38','23-032060','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EMCARTHU@idir','2023-07-31 10:57:27','23-032061','GRZBEAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-31 09:30:34','23-032062','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EFITCH@IDIR','2023-07-30 18:11:19','23-032063','BLKBEAR','SCHPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EFITCH@IDIR','2023-07-30 18:27:42','23-032066','BLKBEAR','DEADNV') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KSORENSE@idir','2023-07-30 18:24:06','23-032070','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'LMOSS@idir','2023-07-30 20:54:23','23-032072','WOLF','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TDSCHUMA@idir','2023-07-31 13:46:54','23-032075','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DLEWERS@idir','2023-08-05 11:49:07','23-032076','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'RKRENZ@idir','2023-08-04 13:47:38','23-032080','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-08-11 14:34:40','23-032082','BLKBEAR','SCHPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TDSCHUMA@idir','2023-07-31 13:42:30','23-032084','BLKBEAR','DEADNV') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'COMILLER@idir','2023-07-30 19:03:09','23-032085','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TDSCHUMA@idir','2023-07-31 13:41:09','23-032091','BLKBEAR','CONFINED') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EMCARTHU@idir','2023-07-31 10:13:39','23-032093','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'LMOSS@idir','2023-07-30 20:03:40','23-032095','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'LMOSS@idir','2023-07-30 20:08:59','23-032097','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EFITCH@IDIR','2023-07-30 20:34:48','23-032098','BLKBEAR','PROPPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'COMILLER@idir','2023-07-30 20:21:40','23-032099','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'COMILLER@idir','2023-07-30 20:51:25','23-032101','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'LMOSS@idir','2023-07-30 20:52:13','23-032102','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'COMILLER@idir','2023-07-30 21:01:01','23-032103','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MATTHEWH@idir','2023-08-04 08:50:47','23-032104','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EMCARTHU@idir','2023-08-02 09:45:02','23-032105','BLKBEAR','DAMNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'LMOSS@idir','2023-07-30 21:12:11','23-032106','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PROEMER@idir','2023-07-30 21:18:06','23-032107','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'LMOSS@idir','2023-07-30 21:29:12','23-032110','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EFITCH@IDIR','2023-07-30 21:54:49','23-032112','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES('recycling','MAWILSON@idir','2023-08-02 10:30:57','23-032113','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DAGRAY@idir','2023-07-30 21:41:02','23-032114','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-08-01 15:16:11','23-032115','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'COMILLER@idir','2023-07-30 22:09:29','23-032116','BLKBEAR','CONFINED') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EFITCH@IDIR','2023-07-30 23:20:48','23-032117','COYOTE','LIVPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BMUELLER@idir','2023-08-01 22:18:29','23-032119','BLKBEAR','PROPPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MATTHEWH@idir','2023-08-04 08:53:05','23-032121','ELK','DEADNV') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DAGRAY@idir','2023-07-30 23:08:14','23-032125','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'LMOSS@idir','2023-07-30 23:17:58','23-032126','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DAGRAY@idir','2023-07-30 23:32:23','23-032127','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'COMILLER@idir','2023-07-30 23:34:56','23-032128','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'LMOSS@idir','2023-07-30 23:49:02','23-032129','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'LMOSS@idir','2023-07-31 00:41:59','23-032130','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ALBUCHAN@idir','2023-07-31 09:15:10','23-032131','DEER','DEADNV') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DAGRAY@idir','2023-07-31 03:30:49','23-032132','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KOWENS@idir','2023-07-31 17:56:30','23-032133','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JMELENKA@idir','2023-07-31 11:21:59','23-032134','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CELDER@idir','2023-08-09 13:29:55','23-032137','BLKBEAR','AGGPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KOWENS@idir','2023-07-31 17:58:58','23-032139','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DTALEVSK@idir','2023-07-31 07:03:10','23-032140','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SPEELING@idir','2023-07-31 18:07:17','23-032143','BLKBEAR','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EMCARTHU@idir','2023-07-31 10:16:24','23-032150','BLKBEAR','SCHPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MACORBET@idir','2023-08-03 13:53:24','23-032151','BLKBEAR','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EMCARTHU@idir','2023-07-31 10:37:13','23-032156','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KOWENS@idir','2023-07-31 18:45:56','23-032160','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES('deep fryer oil','PRPIKE@idir','2023-08-03 12:01:41','23-032161','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JPAULS@idir','2023-07-31 09:26:27','23-032163','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ISCHMIDT@idir','2023-07-31 08:05:31','23-032164','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DTALEVSK@idir','2023-07-31 08:15:34','23-032168','BLKBEAR','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EMCARTHU@idir','2023-07-31 10:17:11','23-032169','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KOWENS@idir','2023-07-31 18:48:28','23-032171','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EMCARTHU@idir','2023-08-02 09:48:41','23-032172','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KSORENSE@idir','2023-08-10 08:27:27','23-032173','BLKBEAR','DAMNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TBECK@idir','2023-07-31 11:15:45','23-032174','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ALBUCHAN@idir','2023-07-31 10:06:53','23-032175','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ISCHMIDT@idir','2023-07-31 08:28:26','23-032176','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-08-10 14:37:28','23-032180','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DTALEVSK@idir','2023-07-31 08:53:56','23-032188','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EMCARTHU@idir','2023-07-31 10:18:44','23-032190','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DTALEVSK@idir','2023-07-31 09:11:41','23-032193','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EMCARTHU@idir','2023-07-31 10:25:14','23-032194','GRZBEAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DDAVIS@idir','2023-07-31 09:27:00','23-032195','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KANEKOPP@idir','2023-08-06 11:19:18','23-032201','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JMCSTRAV@idir','2023-08-14 10:24:55','23-032203','BLKBEAR','SCHPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'RBACALL@idir','2023-07-31 09:43:45','23-032204','COUGAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ISCHMIDT@idir','2023-07-31 09:43:59','23-032205','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KSORENSE@idir','2023-07-31 10:02:14','23-032206','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KOWENS@idir','2023-07-31 18:19:57','23-032207','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ISCHMIDT@idir','2023-08-09 11:07:08','23-032210','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ALBUCHAN@idir','2023-07-31 13:38:23','23-032211','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KSORENSE@idir','2023-07-31 10:07:53','23-032212','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DAVCOX@idir','2023-07-31 11:19:06','23-032214','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KSORENSE@idir','2023-07-31 10:01:54','23-032215','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SMCCREAD@idir','2023-07-31 10:09:37','23-032217','COYOTE','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'AEAGLES@idir','2023-07-31 17:02:28','23-032218','MOOSE','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ALBUCHAN@idir','2023-07-31 11:00:37','23-032221','COUGAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KSORENSE@idir','2023-07-31 10:11:30','23-032224','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TDSCHUMA@idir','2023-07-31 13:21:39','23-032227','BLKBEAR','SCHPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DTALEVSK@idir','2023-07-31 10:24:22','23-032228','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'RBACALL@idir','2023-07-31 10:37:15','23-032230','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KOWENS@idir','2023-07-31 16:18:10','23-032231','MOOSE','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DTALEVSK@idir','2023-07-31 10:31:46','23-032232','WOLF','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DTALEVSK@idir','2023-07-31 10:36:05','23-032234','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'RBACALL@idir','2023-07-31 10:34:54','23-032236','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES('kitchen food/blueberry pie ','MGEUZE@idir','2023-08-04 10:39:50','23-032240','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CEDGE@idir','2023-08-09 13:38:39','23-032242','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CEDGE@idir','2023-08-09 13:38:13','23-032243','OTHER','DEADNV') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SMCCREAD@idir','2023-07-31 10:59:35','23-032245','DEER','ORPHANLG') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES('farm grown produce','ALBUCHAN@idir','2023-07-31 11:36:59','23-032246','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EMCARTHU@idir','2023-07-31 11:20:35','23-032247','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CEDGE@idir','2023-08-09 13:39:57','23-032248','MOOSE','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES('being fed','MSANDERS@idir','2023-08-03 10:14:20','23-032250','DEER','DAMNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JHANSTEA@idir','2023-08-03 15:33:21','23-032252','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KSORENSE@idir','2023-07-31 11:17:56','23-032253','OTHER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'BKNIBBS@idir','2023-07-31 11:41:23','23-032255','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'AEAGLES@idir','2023-07-31 16:51:49','23-032256','MOOSE','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-31 14:16:38','23-032262','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TBIRNEY@idir','2023-08-05 14:01:21','23-032263','BLKBEAR','AGGPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ISCHMIDT@idir','2023-07-31 11:17:39','23-032264','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TDSCHUMA@idir','2023-07-31 13:11:41','23-032268','BLKBEAR','SCHPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TBECK@idir','2023-07-31 11:30:39','23-032269','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JOCHARTR@idir','2023-07-31 11:25:44','23-032270','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KSORENSE@idir','2023-07-31 11:27:48','23-032273','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HIDESMAR@idir','2023-08-02 16:47:04','23-032276','COYOTE','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KSORENSE@idir','2023-07-31 11:29:51','23-032277','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DTALEVSK@idir','2023-08-01 11:57:31','23-032281','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ISCHMIDT@idir','2023-07-31 11:42:25','23-032285','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KSORENSE@idir','2023-07-31 11:40:15','23-032286','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EMCARTHU@idir','2023-07-31 12:18:19','23-032287','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-31 14:15:18','23-032288','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'RBACALL@idir','2023-07-31 11:58:42','23-032289','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-08-03 13:16:13','23-032297','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JHANSTEA@idir','2023-08-03 09:33:56','23-032298','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KANEKOPP@idir','2023-08-08 10:59:04','23-032299','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SGBATES@idir','2023-08-09 12:21:22','23-032300','BLKBEAR','SCHPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KOWENS@idir','2023-07-31 15:55:31','23-032301','DEER','CONFINED') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SMCCREAD@idir','2023-07-31 12:19:39','23-032302','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-08-10 14:38:39','23-032303','WOLF','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HIDESMAR@idir','2023-08-03 11:46:30','23-032305','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-08-02 08:17:24','23-032308','BLKBEAR','ORPHANLG') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ISCHMIDT@idir','2023-07-31 12:45:55','23-032311','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KSORENSE@idir','2023-07-31 13:10:57','23-032315','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ISCHMIDT@idir','2023-07-31 13:13:32','23-032317','GRZBEAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-08-03 15:02:13','23-032320','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TDSCHUMA@idir','2023-07-31 13:24:38','23-032322','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DDAVIS@idir','2023-07-31 13:19:24','23-032323','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KSORENSE@idir','2023-07-31 13:26:44','23-032325','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CEDGE@idir','2023-08-09 13:42:22','23-032326','MOOSE','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SMCCREAD@idir','2023-07-31 13:32:49','23-032328','BLKBEAR','SCHPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'RBACALL@idir','2023-07-31 13:32:07','23-032329','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ISCHMIDT@idir','2023-07-31 13:39:46','23-032333','OTHER','DAMNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'RBACALL@idir','2023-07-31 13:51:58','23-032340','GRZBEAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ISCHMIDT@idir','2023-07-31 13:52:59','23-032342','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-07-31 14:03:03','23-032343','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KOWENS@idir','2023-07-31 15:45:29','23-032345','GRZBEAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TBECK@idir','2023-08-01 08:52:59','23-032346','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SMCCREAD@idir','2023-07-31 14:06:40','23-032347','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DDAVIS@idir','2023-07-31 14:08:03','23-032349','BLKBEAR','DEADNV') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SMCCREAD@idir','2023-07-31 14:18:36','23-032350','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TDSCHUMA@idir','2023-08-02 12:59:36','23-032353','BLKBEAR','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-08-01 15:15:48','23-032360','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'EMCARTHU@idir','2023-08-02 10:02:59','23-032363','BLKBEAR','DAMNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-07-31 15:47:17','23-032365','BLKBEAR','SCHPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DDAVIS@idir','2023-07-31 14:46:15','23-032368','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ALBUCHAN@idir','2023-08-01 09:34:17','23-032370','RACCOON','HUMINJ') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SGBATES@idir','2023-08-09 12:27:06','23-032373','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DTALEVSK@idir','2023-07-31 15:39:54','23-032374','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DLEWERS@idir','2023-08-02 09:49:35','23-032375','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TBECK@idir','2023-08-02 12:47:57','23-032377','DEER','LIVNCOU') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES('Peanut Butter','CROCHON@idir','2023-08-06 11:29:23','23-032381','BLKBEAR','AGGPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SMCCREAD@idir','2023-07-31 15:09:50','23-032382','BLKBEAR','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ASDUNCAN@idir','2023-07-31 17:15:52','23-032383','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DAVCOX@idir','2023-08-09 11:40:19','23-032384','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES('picnic','MAWILSON@idir','2023-08-02 08:22:51','23-032385','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MWALKOSK@idir','2023-08-01 14:22:03','23-032386','FOX','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ALBUCHAN@idir','2023-08-01 09:36:21','23-032387','COYOTE','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KSORENSE@idir','2023-07-31 15:22:49','23-032388','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DTALEVSK@idir','2023-07-31 15:26:09','23-032393','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DTALEVSK@idir','2023-07-31 15:31:40','23-032397','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ALBUCHAN@idir','2023-08-01 09:44:52','23-032398','COYOTE','DEADNV') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KSORENSE@idir','2023-07-31 15:35:58','23-032401','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KSORENSE@idir','2023-07-31 15:41:10','23-032405','BLKBEAR','ORPHANLG') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PROEMER@idir','2023-07-31 16:01:07','23-032406','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ASDUNCAN@idir','2023-07-31 15:42:21','23-032407','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ISCHMIDT@idir','2023-07-31 15:42:19','23-032408','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ASDUNCAN@idir','2023-07-31 15:44:47','23-032409','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'RBACALL@idir','2023-07-31 15:49:40','23-032410','COYOTE','LIVNCOU') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ALBUCHAN@idir','2023-08-01 09:40:06','23-032411','COYOTE','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KOWENS@idir','2023-07-31 16:05:01','23-032412','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ISCHMIDT@idir','2023-07-31 15:55:23','23-032413','BLKBEAR','AGGPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'RBACALL@idir','2023-07-31 15:58:38','23-032416','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ASDUNCAN@idir','2023-07-31 16:04:29','23-032417','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DTALEVSK@idir','2023-07-31 16:02:51','23-032419','BLKBEAR','SCHPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SMCCREAD@idir','2023-07-31 16:11:32','23-032421','BLKBEAR','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MGEUZE@idir','2023-08-04 09:49:35','23-032422','RAPTOR','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HIDESMAR@idir','2023-08-14 10:17:10','23-032425','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PBRACKEN@idir','2023-08-03 10:16:11','23-032427','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ISCHMIDT@idir','2023-07-31 16:40:10','23-032429','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KOWENS@idir','2023-07-31 18:21:36','23-032433','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KSORENSE@idir','2023-07-31 16:48:13','23-032435','BLKBEAR','DAMNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DTALEVSK@idir','2023-08-14 15:21:38','23-032438','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ASDUNCAN@idir','2023-07-31 16:50:33','23-032439','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CPOSTHUM@idir','2023-08-03 09:25:53','23-032440','COUGAR','COUGARN') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-08-01 08:30:43','23-032441','BLKBEAR','SCHPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DDAVIS@idir','2023-07-31 16:56:26','23-032442','BLKBEAR','ORPHANLG') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KSORENSE@idir','2023-07-31 17:09:14','23-032443','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-08-01 15:13:11','23-032447','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PROEMER@idir','2023-07-31 17:27:58','23-032448','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'JXKLINE@idir','2023-08-01 12:35:53','23-032449','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'RBACALL@idir','2023-07-31 17:31:17','23-032450','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ASDUNCAN@idir','2023-07-31 17:32:55','23-032451','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES('Picnic','TDSCHUMA@idir','2023-08-02 14:22:51','23-032453','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KSORENSE@idir','2023-07-31 17:39:37','23-032454','BLKBEAR','ORPHANLG') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ASDUNCAN@idir','2023-07-31 17:52:54','23-032456','RACCOON','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KSORENSE@idir','2023-07-31 17:57:18','23-032457','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'RBACALL@idir','2023-07-31 17:59:09','23-032458','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES('KIDS','ASDUNCAN@idir','2023-07-31 18:04:02','23-032459','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KSORENSE@idir','2023-07-31 18:10:02','23-032460','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PBRACKEN@idir','2023-08-02 17:25:28','23-032461','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES('FRIDGE','ASDUNCAN@idir','2023-07-31 18:11:09','23-032462','BLKBEAR','DAMNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KOWENS@idir','2023-08-03 08:18:15','23-032463','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KSORENSE@idir','2023-07-31 18:22:14','23-032464','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KOWENS@idir','2023-08-01 15:59:09','23-032465','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KOWENS@idir','2023-07-31 18:51:49','23-032468','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-08-01 09:55:29','23-032469','COUGAR','GRZRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PROEMER@idir','2023-07-31 18:33:27','23-032471','DEER','CONFINED') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KANEKOPP@idir','2023-08-01 15:18:26','23-032472','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PROEMER@idir','2023-07-31 18:36:02','23-032473','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'RBACALL@idir','2023-07-31 18:54:31','23-032476','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MPLAMOND@idir','2023-08-04 12:57:09','23-032478','MOOSE','ORPHANLG') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ASDUNCAN@idir','2023-07-31 19:16:49','23-032479','BLKBEAR','DAMNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'RBACALL@idir','2023-07-31 19:46:22','23-032481','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HIDESMAR@idir','2023-08-03 07:51:08','23-032482','BLKBEAR','AGGPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ASDUNCAN@idir','2023-07-31 20:47:03','23-032483','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'COMILLER@idir','2023-07-31 20:17:37','23-032485','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KWINTERS@idir','2023-07-31 20:21:20','23-032486','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'CROCHON@idir','2023-08-04 13:32:18','23-032487','BLKBEAR','DAMNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TBECK@idir','2023-08-01 09:04:35','23-032488','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES('mouse traps','KWINTERS@idir','2023-07-31 20:30:35','23-032489','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'COMILLER@idir','2023-07-31 20:38:53','23-032490','BLKBEAR','SCHPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KOWENS@idir','2023-08-01 15:56:28','23-032491','RACCOON','LIVPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ASDUNCAN@idir','2023-07-31 20:42:10','23-032492','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KWINTERS@idir','2023-07-31 20:48:35','23-032493','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'COMILLER@idir','2023-07-31 20:59:24','23-032494','BLKBEAR','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'DLEWERS@idir','2023-08-02 14:38:42','23-032495','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'SGBATES@idir','2023-08-01 10:40:55','23-032496','BLKBEAR','DAMNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'ASDUNCAN@idir','2023-07-31 21:00:03','23-032498','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KWINTERS@idir','2023-07-31 21:03:48','23-032499','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KWINTERS@idir','2023-07-31 21:06:39','23-032500','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TBECK@idir','2023-08-01 09:05:15','23-032502','DEER','INJNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KWINTERS@idir','2023-07-31 22:08:52','23-032503','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MATTHEWH@idir','2023-08-04 08:54:15','23-032505','DEER','DEADNV') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MSANDERS@idir','2023-08-01 13:05:33','23-032507','RATTLER','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TDSCHUMA@idir','2023-08-03 11:50:50','23-032508','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TBECK@idir','2023-08-01 09:06:10','23-032509','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'COMILLER@idir','2023-07-31 21:49:51','23-032510','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'COMILLER@idir','2023-07-31 22:03:57','23-032511','BLKBEAR','AGGNOT') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'COMILLER@idir','2023-07-31 22:16:39','23-032515','BLKBEAR','DAMNP') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TDSCHUMA@idir','2023-08-02 11:35:02','23-032517','BLKBEAR','CONFINED') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'HIDESMAR@idir','2023-08-01 11:05:06','23-032518','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'COMILLER@idir','2023-07-31 22:24:22','23-032521','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'COMILLER@idir','2023-07-31 22:52:43','23-032525','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'RKRENZ@idir','2023-08-04 13:46:39','23-032526','DEER','INJPRES') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'KWINTERS@idir','2023-07-31 23:30:33','23-032527','BLKBEAR','FOODCOND') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'MAWILSON@idir','2023-08-01 11:03:25','23-032622','COUGAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'TARWILLI@idir','2023-08-03 09:27:34','23-032986','BLKBEAR','ORPHANLG') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'RYCALDWE@idir','2023-08-02 13:17:27','23-032997','BLKBEAR','SGHTNGS') ON CONFLICT DO NOTHING; -INSERT INTO public.hwcr_complaint(other_attractants_text,create_user_id,create_utc_timestamp,complaint_identifier,species_code,hwcr_complaint_nature_code) VALUES(null,'PDAYTON@idir','2023-08-02 15:11:01','23-033066','COYOTE','AGGPRES') ON CONFLICT DO NOTHING; - --- COMPENF-830; Update missing coordinates based on values from geocoder with 90%+ confidence values -update complaint set location_geometry_point ='SRID=4326;POINT (-124.2502548 54.447081)'::public.geometry where complaint_identifier = '23-025223'; -update complaint set location_geometry_point ='SRID=4326;POINT (-123.0115462 49.3143049)'::public.geometry where complaint_identifier = '23-025497'; -update complaint set location_geometry_point ='SRID=4326;POINT (-123.3967788 48.594118)'::public.geometry where complaint_identifier = '23-025550'; -update complaint set location_geometry_point ='SRID=4326;POINT (-125.212835 49.9694591)'::public.geometry where complaint_identifier = '23-025630'; -update complaint set location_geometry_point ='SRID=4326;POINT (-128.6596955 54.5395446)'::public.geometry where complaint_identifier = '23-025635'; -update complaint set location_geometry_point ='SRID=4326;POINT (-125.5260642 48.939656)'::public.geometry where complaint_identifier = '23-025814'; -update complaint set location_geometry_point ='SRID=4326;POINT (-122.8563426 49.2598512)'::public.geometry where complaint_identifier = '23-025864'; -update complaint set location_geometry_point ='SRID=4326;POINT (-122.931231 49.2218897)'::public.geometry where complaint_identifier = '23-025888'; -update complaint set location_geometry_point ='SRID=4326;POINT (-119.1718072 50.463445)'::public.geometry where complaint_identifier = '23-025935'; -update complaint set location_geometry_point ='SRID=4326;POINT (-122.8403417 49.2510206)'::public.geometry where complaint_identifier = '23-025995'; -update complaint set location_geometry_point ='SRID=4326;POINT (-119.5216269 49.9237287)'::public.geometry where complaint_identifier = '23-026208'; -update complaint set location_geometry_point ='SRID=4326;POINT (-120.1010026 50.6586845)'::public.geometry where complaint_identifier = '23-026279'; -update complaint set location_geometry_point ='SRID=4326;POINT (-122.4510801 52.9548871)'::public.geometry where complaint_identifier = '23-026374'; -update complaint set location_geometry_point ='SRID=4326;POINT (-122.8489618 49.2796326)'::public.geometry where complaint_identifier = '23-026470'; -update complaint set location_geometry_point ='SRID=4326;POINT (-122.8875522 49.2827701)'::public.geometry where complaint_identifier = '23-026473'; -update complaint set location_geometry_point ='SRID=4326;POINT (-122.7571049 49.2611275)'::public.geometry where complaint_identifier = '23-026616'; -update complaint set location_geometry_point ='SRID=4326;POINT (-122.5456196 49.2284218)'::public.geometry where complaint_identifier = '23-026682'; -update complaint set location_geometry_point ='SRID=4326;POINT (-119.4725664 49.8873532)'::public.geometry where complaint_identifier = '23-026696'; -update complaint set location_geometry_point ='SRID=4326;POINT (-122.1557946 52.1416663)'::public.geometry where complaint_identifier = '23-026698'; -update complaint set location_geometry_point ='SRID=4326;POINT (-126.7055101 52.3651505)'::public.geometry where complaint_identifier = '23-026848'; -update complaint set location_geometry_point ='SRID=4326;POINT (-121.9303264 50.6957854)'::public.geometry where complaint_identifier = '23-026852'; -update complaint set location_geometry_point ='SRID=4326;POINT (-124.2033226 49.3068115)'::public.geometry where complaint_identifier = '23-026877'; -update complaint set location_geometry_point ='SRID=4326;POINT (-119.3188593 50.2526439)'::public.geometry where complaint_identifier = '23-027114'; -update complaint set location_geometry_point ='SRID=4326;POINT (-123.1479605 49.3469744)'::public.geometry where complaint_identifier = '23-027119'; -update complaint set location_geometry_point ='SRID=4326;POINT (-122.989949 50.0997936)'::public.geometry where complaint_identifier = '23-027136'; -update complaint set location_geometry_point ='SRID=4326;POINT (-121.8094372 49.1567147)'::public.geometry where complaint_identifier = '23-027202'; -update complaint set location_geometry_point ='SRID=4326;POINT (-122.880249 49.2682285)'::public.geometry where complaint_identifier = '23-027213'; -update complaint set location_geometry_point ='SRID=4326;POINT (-119.5792074 49.4885395)'::public.geometry where complaint_identifier = '23-027253'; -update complaint set location_geometry_point ='SRID=4326;POINT (-125.5490494 48.9447506)'::public.geometry where complaint_identifier = '23-027255'; -update complaint set location_geometry_point ='SRID=4326;POINT (-125.2143743 49.9699197)'::public.geometry where complaint_identifier = '23-027325'; -update complaint set location_geometry_point ='SRID=4326;POINT (-125.3621616 58.8471708)'::public.geometry where complaint_identifier = '23-027418'; -update complaint set location_geometry_point ='SRID=4326;POINT (-125.0599512 49.7850195)'::public.geometry where complaint_identifier = '23-027429'; -update complaint set location_geometry_point ='SRID=4326;POINT (-119.4525451 50.2336824)'::public.geometry where complaint_identifier = '23-027611'; -update complaint set location_geometry_point ='SRID=4326;POINT (-125.5523791 48.944619)'::public.geometry where complaint_identifier = '23-027701'; -update complaint set location_geometry_point ='SRID=4326;POINT (-123.096665 55.329436)'::public.geometry where complaint_identifier = '23-027808'; -update complaint set location_geometry_point ='SRID=4326;POINT (-123.1419712 49.3492479)'::public.geometry where complaint_identifier = '23-027810'; -update complaint set location_geometry_point ='SRID=4326;POINT (-120.9928928 55.1259147)'::public.geometry where complaint_identifier = '23-027840'; -update complaint set location_geometry_point ='SRID=4326;POINT (-122.8433338 53.8129346)'::public.geometry where complaint_identifier = '23-028814'; -update complaint set location_geometry_point ='SRID=4326;POINT (-122.5300618 49.1993829)'::public.geometry where complaint_identifier = '23-028969'; -update complaint set location_geometry_point ='SRID=4326;POINT (-122.9556433 50.1183921)'::public.geometry where complaint_identifier = '23-029006'; -update complaint set location_geometry_point ='SRID=4326;POINT (-122.7886233 49.3151234)'::public.geometry where complaint_identifier = '23-029068'; -update complaint set location_geometry_point ='SRID=4326;POINT (-123.5880251 53.8913444)'::public.geometry where complaint_identifier = '23-029235'; -update complaint set location_geometry_point ='SRID=4326;POINT (-115.7662699 49.4972266)'::public.geometry where complaint_identifier = '23-029565'; -update complaint set location_geometry_point ='SRID=4326;POINT (-123.4200877 48.6241903)'::public.geometry where complaint_identifier = '23-029799'; -update complaint set location_geometry_point ='SRID=4326;POINT (-122.9476329 49.2754505)'::public.geometry where complaint_identifier = '23-029899'; -update complaint set location_geometry_point ='SRID=4326;POINT (-123.6810957 48.3646598)'::public.geometry where complaint_identifier = '23-029900'; -update complaint set location_geometry_point ='SRID=4326;POINT (-122.9818329 50.1046637)'::public.geometry where complaint_identifier = '23-029907'; -update complaint set location_geometry_point ='SRID=4326;POINT (-122.9669031 49.3159548)'::public.geometry where complaint_identifier = '23-030219'; -update complaint set location_geometry_point ='SRID=4326;POINT (-123.1015924 49.2381544)'::public.geometry where complaint_identifier = '23-030254'; -update complaint set location_geometry_point ='SRID=4326;POINT (-122.1596923 52.1456496)'::public.geometry where complaint_identifier = '23-030264'; -update complaint set location_geometry_point ='SRID=4326;POINT (-122.9183303 49.2765276)'::public.geometry where complaint_identifier = '23-030381'; -update complaint set location_geometry_point ='SRID=4326;POINT (-122.6789734 53.8610889)'::public.geometry where complaint_identifier = '23-030404'; -update complaint set location_geometry_point ='SRID=4326;POINT (-119.4277229 49.8957176)'::public.geometry where complaint_identifier = '23-030408'; -update complaint set location_geometry_point ='SRID=4326;POINT (-119.4849457 49.8585905)'::public.geometry where complaint_identifier = '23-030450'; -update complaint set location_geometry_point ='SRID=4326;POINT (-122.851187 53.9688274)'::public.geometry where complaint_identifier = '23-030561'; -update complaint set location_geometry_point ='SRID=4326;POINT (-126.6573142 54.3970196)'::public.geometry where complaint_identifier = '23-030673'; -update complaint set location_geometry_point ='SRID=4326;POINT (-115.7535477 49.51747)'::public.geometry where complaint_identifier = '23-030739'; -update complaint set location_geometry_point ='SRID=4326;POINT (-122.5620702 49.1913541)'::public.geometry where complaint_identifier = '23-030850'; -update complaint set location_geometry_point ='SRID=4326;POINT (-125.7687412 59.0081237)'::public.geometry where complaint_identifier = '23-031047'; -update complaint set location_geometry_point ='SRID=4326;POINT (-120.8323506 51.5111896)'::public.geometry where complaint_identifier = '23-031063'; -update complaint set location_geometry_point ='SRID=4326;POINT (-122.8437477 49.2895969)'::public.geometry where complaint_identifier = '23-031090'; -update complaint set location_geometry_point ='SRID=4326;POINT (-123.095 55.3308139)'::public.geometry where complaint_identifier = '23-031101'; -update complaint set location_geometry_point ='SRID=4326;POINT (-122.7935996 53.8619916)'::public.geometry where complaint_identifier = '23-031172'; -update complaint set location_geometry_point ='SRID=4326;POINT (-123.1138655 49.2866093)'::public.geometry where complaint_identifier = '23-031246'; -update complaint set location_geometry_point ='SRID=4326;POINT (-123.403612 48.4291301)'::public.geometry where complaint_identifier = '23-031266'; -update complaint set location_geometry_point ='SRID=4326;POINT (-121.9275254 50.6985083)'::public.geometry where complaint_identifier = '23-031299'; -update complaint set location_geometry_point ='SRID=4326;POINT (-125.9340797 54.3691226)'::public.geometry where complaint_identifier = '23-031320'; -update complaint set location_geometry_point ='SRID=4326;POINT (-122.7583895 49.2576884)'::public.geometry where complaint_identifier = '23-031425'; -update complaint set location_geometry_point ='SRID=4326;POINT (-122.7606095 53.8984892)'::public.geometry where complaint_identifier = '23-031468'; -update complaint set location_geometry_point ='SRID=4326;POINT (-123.3265392 48.4340577)'::public.geometry where complaint_identifier = '23-031656'; -update complaint set location_geometry_point ='SRID=4326;POINT (-119.7763592 50.7197012)'::public.geometry where complaint_identifier = '23-031688'; -update complaint set location_geometry_point ='SRID=4326;POINT (-119.2453754 50.2637223)'::public.geometry where complaint_identifier = '23-031720'; -update complaint set location_geometry_point ='SRID=4326;POINT (-122.968408 49.2057941)'::public.geometry where complaint_identifier = '23-032075'; -update complaint set location_geometry_point ='SRID=4326;POINT (-122.5849013 57.0800327)'::public.geometry where complaint_identifier = '23-032256'; -update complaint set location_geometry_point ='SRID=4326;POINT (-122.78035 53.9911747)'::public.geometry where complaint_identifier = '23-032329'; -update complaint set location_geometry_point ='SRID=4326;POINT (-122.7559205 53.9122157)'::public.geometry where complaint_identifier = '23-032397'; -update complaint set location_geometry_point ='SRID=4326;POINT (-123.4064735 53.8768569)'::public.geometry where complaint_identifier = '23-032427'; -update complaint set location_geometry_point ='SRID=4326;POINT (-122.8246831 49.264033)'::public.geometry where complaint_identifier = '23-032500'; -update complaint set location_geometry_point ='SRID=4326;POINT (-127.2074235 54.8327652)'::public.geometry where complaint_identifier = '23-032986'; - - --- CE-14 - Convert incident times to UTC format --- default to PDT in cases where the original timezones aren't known - --- The data was stored with a PDT offset. Change this to UTC by adding 7 hours -update public.complaint set incident_utc_datetime = incident_utc_datetime + interval '7 hours', incident_reported_utc_timestmp = incident_reported_utc_timestmp + interval '7 hours', update_utc_timestamp = update_utc_timestamp + interval '7 hours'; \ No newline at end of file diff --git a/backend/db/migrations/R__Complaints_add_GIR.sql b/migrations/migrations/R__Complaints_add_GIR.sql similarity index 100% rename from backend/db/migrations/R__Complaints_add_GIR.sql rename to migrations/migrations/R__Complaints_add_GIR.sql diff --git a/migrations/migrations/R__Create-Test-Data.sql b/migrations/migrations/R__Create-Test-Data.sql index 89496975e..a11987610 100644 --- a/migrations/migrations/R__Create-Test-Data.sql +++ b/migrations/migrations/R__Create-Test-Data.sql @@ -909,6 +909,155 @@ update public.geo_organization_unit_code set administrative_office_ind = true w ----------------------- update geo_org_unit_structure set parent_geo_org_unit_code='FRTSTJN' where parent_geo_org_unit_code = 'CHTWD' and child_geo_org_unit_code = 'HUDSONSH'; +INSERT INTO + gir_type_code ( + gir_type_code, + short_description, + long_description, + display_order, + active_ind, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +SELECT + 'COCNT', + 'CO Contact', + 'CO Contact', + 10, + 'Y', + user, + now (), + user, + now () ON CONFLICT DO NOTHING; +INSERT INTO + gir_type_code ( + gir_type_code, + short_description, + long_description, + display_order, + active_ind, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +SELECT + 'CODSP', + 'CO Disposition', + 'CO Disposition', + 20, + 'Y', + user, + now (), + user, + now () ON CONFLICT DO NOTHING; + +INSERT INTO + gir_type_code ( + gir_type_code, + short_description, + long_description, + display_order, + active_ind, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +SELECT + 'GENAD', + 'General Advice', + 'General Advice', + 30, + 'Y', + user, + now (), + user, + now () ON CONFLICT DO NOTHING; + +INSERT INTO + gir_type_code ( + gir_type_code, + short_description, + long_description, + display_order, + active_ind, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +SELECT + 'MEDIA', + 'Media', + 'Media', + 40, + 'Y', + user, + now (), + user, + now () ON CONFLICT DO NOTHING; + + INSERT INTO + gir_type_code ( + gir_type_code, + short_description, + long_description, + display_order, + active_ind, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +SELECT + 'QUERY', + 'Query', + 'Query', + 50, + 'Y', + user, + now (), + user, + now () ON CONFLICT DO NOTHING; + +UPDATE complaint_type_code SET display_order = 10 where display_order = 1; +UPDATE complaint_type_code SET display_order = 20 where display_order = 2; +insert into complaint_type_code (complaint_type_code, short_description, long_description, display_order, active_ind, create_user_id, create_user_guid, create_utc_timestamp, update_user_id, update_user_guid, update_utc_timestamp) +values ('GIR', 'GIR', 'General Incident Report', 30, false, user, null, now(), user, null, now()) ON CONFLICT DO NOTHING; + +UPDATE entity_code SET display_order = 10 where display_order = 1; +UPDATE entity_code SET display_order = 20 where display_order = 2; +UPDATE entity_code SET display_order = 30 where display_order = 3; +UPDATE entity_code SET display_order = 40 where display_order = 4; +UPDATE entity_code SET display_order = 50 where display_order = 5; +insert into + public.entity_code ( + entity_code, + short_description, + long_description, + display_order, + active_ind, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +values + ( + 'girtypecd', + 'gir_type_code', + 'GIR Type Code Table', + 60, + true, + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) ON CONFLICT DO NOTHING; + -------------------------- -- New Changes above this line diff --git a/migrations/migrations/R__staging-metadata-mapping.sql b/migrations/migrations/R__staging-metadata-mapping.sql index edc3a127a..1171decbc 100644 --- a/migrations/migrations/R__staging-metadata-mapping.sql +++ b/migrations/migrations/R__staging-metadata-mapping.sql @@ -1,1067 +1,24408 @@ -- reported by -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'reprtdbycd', 'RCMP', 'LE', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'reprtdbycd', 'DFO', 'DFO', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'reprtdbycd', 'NRO', 'NRO', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'reprtdbycd', 'EPO', 'EPO', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'reprtdbycd', 'Bylaw', 'BYLAW', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'reprtdbycd', '911', '911', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'reprtdbycd', 'RAPP email', 'EMAILRAPP', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'reprtdbycd', 'COS HQ', 'COS', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'reprtdbycd', 'BCWF', 'BCWF', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'reprtdbycd', 'Self', 'SELF', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'reprtdbycd', + 'RCMP', + 'LE', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'reprtdbycd', + 'DFO', + 'DFO', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'reprtdbycd', + 'NRO', + 'NRO', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'reprtdbycd', + 'EPO', + 'EPO', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'reprtdbycd', + 'Bylaw', + 'BYLAW', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'reprtdbycd', + '911', + '911', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'reprtdbycd', + 'RAPP email', + 'EMAILRAPP', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'reprtdbycd', + 'COS HQ', + 'COS', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'reprtdbycd', + 'BCWF', + 'BCWF', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'reprtdbycd', + 'Self', + 'SELF', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; -- geo organization unit -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', '100 Mile House', '100MHHS', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', '108 Mile Ranch', '108MLRNH', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', '140 Mile House', '140MHHS', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', '150 Mile House', '150MHHS', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', '16 Mile', '16MIL', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', '40 Mile Flats', '40MLFLTZ', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', '70 Mile House', '70MLHS', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Abbotsford', 'ABTFRD', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Adams Lake', 'ADMSLKHS', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Agassiz', 'AGSSZHS', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Ahousat', 'AHST', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Ainsworth', 'ANSWRTH', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Aiyansh', 'AYNSH', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Albert Canyon', 'ALBRTCNY', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Albion', 'ALBION', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Aldergrove', 'ALDRGRV', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Alert Bay', 'ALRTBAY', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Alexandria', 'ALXNDRIA', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Alexis Creek', 'ALXSCRK', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Aleza Lake', 'ALZLK', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Alice Arm', 'ALCRM', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Alkali Lake', 'ALKLLK', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Alkali Lake (IR)', 'ALKLLKIR', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Alkali Reserve', 'ALKLLKRV', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Alliford Bay', 'ALLFRDBY', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Altona', 'ALTONA', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Alvin', 'ALVIN', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Anaham (IR)', 'ANAHAMIR', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Anahim Indian Reserve', 'ANAHIMIR', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Anahim Lake', 'ANHMLK', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Anchoragein', 'ANCRGIN', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Anglemont', 'ANGLMNT', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Anmore', 'ANMR', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Appledale', 'APPDLE', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Applegrove', 'APPGRV', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Argenta', 'ARGENT', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Armstrong', 'ARMSTRNG', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Arras', 'ARRAS', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Arrow Park', 'ARRWPK', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Arrowhead', 'ARRWHD', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Ashcroft', 'ASHCROF', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Ashton Creek', 'ASHTNCRK', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Aspen Grove', 'ASPNGRV', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Athalmer', 'ATHALMR', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Atlin', 'ATLN', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Attachie', 'ATTACHI', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Avola', 'AVOLA', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Baldonell', 'BALDNLL', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Balfour', 'BALFOUR', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Bamfield', 'BAMFELD', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Bankier', 'BNKIER', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Barkerville', 'BARKRVLL', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Barriere', 'BARRIR', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Baynes Lake', 'BAYNSLK', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Bear Flats', 'BRFLTS', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Bear Lake', 'BRLK', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Bear Mountain', 'BRMTN', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Beaton', 'BEATON', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Beattie', 'BEATIE', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Beaver Cove', 'BVRCV', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Beaver Creek', 'BVRCRK', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Beaver Valley', 'BVRVLY', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Beaverdam Lake', 'BVDMLK', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Beaverdell', 'BVRRDL', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Beaverly', 'BVRLLY', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Bednesti Lake', 'BDNSTLK', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Belcarra', 'BELCARR', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Bell II North', 'BLLIINR', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Bell II South', 'BLLIISH', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Bella Bella', 'BLLABELA', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Bella Coola', 'BLLACOOL', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Berkin', 'BERKIN', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Beryl Prairie', 'BRYLPRR', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Bessborough', 'BSSBRRGH', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Big Bar', 'BIGBAR', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Big Bar Lake', 'BIGBRLK', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Big Creek', 'BIGCRK', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Big Lake', 'BIGLK', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Big White', 'BIGWHIT', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Birch Island', 'BRISLD', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Birken', 'BRKN', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Birkenhead Estates', 'BRKHES', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Birkenhead Estates - (Whistler)', 'BRKHES-W', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Black Creek', 'BLKCRK', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Black Mountain', 'BLKMTN', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Black Pines', 'BLKPNS', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Black Point', 'BLKPT', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Black Pool', 'BLKPL', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Black Tusk Village', 'BLKTSK', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Blackwater', 'BLKWT', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Blaeberry', 'BLBRY', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Blewett', 'BLEWT', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Blind Bay', 'BLDBY', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Bliss Landing', 'BLSLDG', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Blubber Bay', 'BLBBAY', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Blue River', 'BLURVR', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Blueberry', 'BLUBRY', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Blueberry Creek', 'BLUBYCRK', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Bob Quinn', 'BBQNN', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Bonaparte Lake', 'BNPRTLK', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Bonnington', 'BNNNGTN', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Boston Bar', 'BSTNBR', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Boswell', 'BSWLL', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Bouchie Lake', 'BCHLK', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Bowen Island', 'BWNISL', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Bowron Lake', 'BWROLK', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Bowser', 'BWSR', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Brackendale', 'BRCKNDL', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Bralorne', 'BRLRN', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Brennan Creek', 'BRNANCRK', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Briar Ridge', 'BRIRRDG', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Bridesville', 'BRDSL', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Bridge Lake', 'BRDGLK', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Brilliant', 'BRLNT', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Brisco', 'BRS', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Brisco - South', 'BRSS', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Brittania Beach', 'BRT BCH', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Brookmere', 'BRKMRE', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Buckhorn', 'BCKHRN', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Buckinghorse', 'BCKNGHRS', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Buckley Bay', 'BCKLYBY', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Buffalo Creek', 'BFFLCRK', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Buick Creek', 'BKCRK', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Bull River', 'BLLRVR', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Burnaby', 'BURNBY', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Burns Lake', 'BURNLK', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Burton', 'BRTN', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Bute Inlet', 'BTEINLT', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Butedale/Princess Royal Island', 'BTDLPRIN', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Cache Creek', 'CCHCRK', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Caesar''s Landing', 'CSSRSLDG', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Cambie', 'CMB', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Camborne', 'CMRNE', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Campbell River', 'CMBLRV', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Canal Flats', 'CNLFLTS', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Canim Lake', 'CNMLK', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Canoe Creek (100 Mile)', 'CNCR100M', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Canoe Creek (Salmon Arm)', 'CNCRKSA', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Canyon', 'CYN', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Canyon City - Gitwinksihlkw', 'GTWKSLKTRC', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Carcross (Yukon)', 'CRCRSSYK', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Carmi', 'CRMI', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Casino', 'CNO', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Cassiar', 'CSSR', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Cassidy', 'CSSDY', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Castle River', 'CTSRVR', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Castlegar', 'CSTLGR', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Cawston', 'CWSTN', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Caycuse', 'CYCS', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Cecil Lake', 'CSLLK', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Cedar', 'CDR', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Cedarvale', 'CDRVL', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Celista', 'CLSTA', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Central Saanich', 'CNTLSNSH', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Centreville', 'CNTRVL', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Chain Lake', 'CHNLK', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Charlie Lake', 'CHRLLK', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Charlotte City', 'CHRLTCTY', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Chase', 'CHSE', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Chehalias First Nation', 'CHHLFSTN', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Chemainus', 'CHMNUS', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Cherry Creek', 'CHRYCRK', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Cherryville', 'CHRYVLLE', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Chetwynd', 'CHETWND', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Chief Lake', 'CHFLAKE', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Chilako/Mud River', 'CHLKOMUD', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Chilanko Forks', 'CHLNKFRK', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Chilko Lake', 'CHLKLK', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Chilliwack', 'CHILLIWK', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Christian Valley', 'CHRSTVAL', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Christina Lake', 'CHRSTNAL', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Chuchua', 'CHCHUA', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Cinema', 'CINEMA', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Clairmont', 'CLAIRMNT', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Clanwilliam', 'CLNWLM', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Clayhurst', 'CLAYHRST', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Clearbrook', 'CLRBRK', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Clearwater', 'CLRWTR', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Clemretta', 'CLEMRTA', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Clinton', 'CLINTON', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Cloverdale', 'CLOVRDLE', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Clucluz Lake - Brookside Resort West', 'CLCZLKBW', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Cluculz Lake', 'CLUCLZLK', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Coal Harbour', 'COALHARB', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Coal River', 'COALRIVR', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Coalmont', 'COALMONT', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Cobble Hill', 'COBBLHIL', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Coldstream', 'CLDSTRM', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Colleymount', 'CLLYMNT', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Columbia Valley', 'CLMBVLLY', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Columere', 'CLUMERE', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Colwood', 'CLWOOD', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Comox', 'COMOX', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Contact Creek', 'CONTCTCK', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Cook Bay', 'COOKBAY', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Coombs', 'COOMBS', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Cooper Creek', 'COOPRCRK', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Coquitlam', 'COQUITLM', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Cortes Island', 'CRTSISLD', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Cottonwood', 'COTNWOD', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Coursier Lake', 'CRSRLAKE', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Courtenay', 'COURTNY', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Cowichan Bay', 'CWCHNBY', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Cowichan Valley', 'CWCHNVLY', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Coyote Creek', 'COYOTECR', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Craig Park', 'CRAIGPRK', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Craigellachie', 'CRGLLACH', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Cranberry', 'CRANBRRY', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Cranbrook', 'CRANBRK', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Crawford Bay', 'CRWFRDBY', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Crescent Spur', 'CRSNTSPR', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Crescent Valley', 'CRSNTVLY', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Creston', 'CRESTON', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Crofton', 'CROFTON', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Croyden', 'CROYDEN', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Crystal Lake', 'CRYSTLLK', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Crystal Mountain', 'CRYSTLMN', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Cultus Lake', 'CULTSLKE', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Cumberland', 'CMBRLAND', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Daajing Giids (Queen Charlotte City)', 'QUEENCHA', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Danskin', 'DANSKIN', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'D''Arcy', 'DARCY', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Darfield', 'DARFIELD', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Davis Bay', 'DAVISBAY', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Dawson Creek', 'DAWSONCR', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Dawsons Landing', 'DAWSONSL', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Dease Lake', 'DEASELAK', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Decker Lake', 'DECKERLK', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Deep Bay', 'DEEPBAY', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Deep Creek (Near Salmon Arm)', 'DEEPCRK', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Deep Creek (Near Williams Lake)', 'DEEPCRK', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Deer Park', 'DEERPRK', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Deka Lake', 'DEKALAKE', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Del Rio', 'DELIO', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Delta', 'DELTA', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Denman Island', 'DENMANIS', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Deroche', 'DEROCHE', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Desolation Sound', 'DESOLATN', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Devine', 'DEVINE', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Dewdney', 'DEWDNEY', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Dinan Bay', 'DINANBAY', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Doe River', 'DOERIVER', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Dog Cr. (IR)', 'DOGCRIR', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Doig', 'DOIG', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Dome Creek/Cresent Spur', 'DOMECRK', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Donald', 'DONALD', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Douglas Lake', 'DGLSLAKE', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Downie Creek', 'DOWNIECR', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Duncan', 'DUNCAN', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Dunkley', 'DUNKLEY', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Dunster', 'DUNSTER', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Durieu', 'DURIEU', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Eagle Bay', 'EAGLEBAY', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Eagle Creek', 'EAGLECRK', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Earls Cove', 'EARLSCOV', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'East Cracroft Island', 'ECRACRFT', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'East Francois Lake', 'EFRANCLK', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'East Gate', 'EASTGATE', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'East Pine', 'EASTGTE', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'East Pine (portion West of Pine River)', 'EASTPINE', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'East slope Pine Pass (almost to Azouetta Lake)', 'ESPINEPW', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'East Sooke', 'ESLOPPPP', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'East Thurlow Island', 'EASTSKE', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Eastgate', 'ETHURLOW', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Edgewater', 'EDGEWATER', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Edgewood', 'EDGEWOOD', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Egmont', 'EGMONT', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Elk Bay', 'ELKBAY', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Elkford', 'ELKFORD', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Elko', 'ELKO', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Elsworth Camp', 'ELSWTHCP', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Emmonds Island', 'EMMDSISL', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Empire Valley', 'EMPRVALY', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Endako', 'ENDAKO', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Enderby', 'ENDERBY', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Erickson', 'ERICKSON', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Erie', 'ERIE', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Errington', 'ERRINGTN', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Esquimalt', 'ESQUIMAL', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Fairmont', 'FAIRMONT', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Fairview', 'FAIRVIEW', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Falkland', 'FALKLAND', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Fanny Bay', 'FANNYBAY', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Farmington', 'FARMINGT', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Farrell Creek', 'FARRELLC', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Faulder', 'FAULDER', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Fauquier', 'FAUQUIER', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Fellers Heights', 'FELLERHT', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Ferguson', 'FERGUSON', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Ferndale', 'FERNDALE', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Fernie', 'FERNIE', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Finmore', 'FINMORE', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Fintry', 'FINTRY', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Fireside', 'FIRESIDE', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Firvale', 'FIRVALE', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Flat Rock', 'FLATROCK', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Forest Grove', 'FORSTGRV', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Forestdale', 'FORESTDL', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Fort Babine', 'FTBABINE', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Fort Fraser', 'FORTFRSR', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Fort Langley', 'FTLANGLE', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Fort Nelson', 'FTNELSON', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Fort St. James', 'FTSTJAME', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Fort St. John', 'FTSTJOHN', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Fort Steele', 'FTSTEELE', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Fort Ware', 'FTWARE', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Fortress Lake', 'FTRESSLK', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Fosthall & South', 'FOSTHS', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Francis Peninsula', 'FRANPENI', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Francois Lake', 'FRNCSLK1', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Fraser', 'FRASER', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Fraser Lake', 'FRASERLK', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Fredrick Arm', 'FREDRMCA', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Friendly Lake', 'FRIENDLK', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Frosthall And South', 'FOSTHS', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Fruitvale', 'FRUITVAL', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Gabriola Island', 'GABRIOLAI', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Galena Bay', 'GALENABAY', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Galiano Island', 'GALIANOI', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Galloway', 'GALLOWAY', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Gambier Island', 'GAMBIERI', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Gang Ranch', 'GANGRANCH', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Ganges', 'GANGES', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Garden Bay', 'GARDENBY', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Garnet Valley', 'GARNETVL', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Genelle', 'GENELLE', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Georgetown Mills', 'GEORGEMI', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Germanson Landing', 'GERMANSO', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Gerrard', 'GERRARD', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Gibsons', 'GIBSONS', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Gillies Bay', 'GILLIESB', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Giscome', 'GISCOME', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Giscome/Willow River', 'GISCOMEW', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Gitanyow', 'GITANYOW', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Gitwangak', 'GITWANGA', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Glade', 'GLADE', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Gladwin', 'GLADWIN', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Glenannan', 'GLENANNA', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Glendale Cove', 'GLENDACO', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Glenora', 'GLENORA', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Glenrosa', 'GLENROSA', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Glenvowell', 'GLENVOWL', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Gold Creek', 'GOLDCREK', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Gold River', 'GOLDRIVR', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Goldbridge', 'GOLDBRID', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Golden', 'GOLDEN', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Good Hope', 'GOODHOPE', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Good Hope Lake', 'GOODHOPL', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Goodlow', 'GOODLOW', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Grand Forks', 'GRANDFOR', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Granisle', 'GRANISLE', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Granthams Landing', 'GRANTHMS', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Grasmere', 'GRASMERE', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Grassy Plains', 'GRASPLNS', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Gray Creek', 'GRAYCREE', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Grease Harbour/Nass Camp', 'GRSEHRBR', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Greely', 'GREELY', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Green Lake - Lillooet', 'GREENLLO', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Green Lake -70 Mile', 'GREENL70', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Greendale', 'GREENDAL', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Greenville - Laxgalts''ap', 'GREENVLE', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Greenwood', 'GREENWOD', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Griffin Lake', 'GRIFFNLK', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Grindrod', 'GRINDROD', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Groundbirch', 'GROUNDBR', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Gun Lake', 'GUNLAKE', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Gundy', 'GUNDY', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Hagensborg', 'HAGENSBG', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Haida Gwaii', 'HAIDAGWA', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Haines Junction', 'HAINESJU', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Halfmoon Bay', 'HALFMNB', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Halfway River First Nation', 'HALFWYRF', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Halls', 'HALLS', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Hammer Lake', 'HAMMERLK', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Hammond', 'HAMMOND', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Hanceville', 'HANCEVLE', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Haney', 'HANEY', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Hansard/Upper Fraser', 'HANSARDU', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Hardwicke Island', 'HARDWCKI', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Harrison Hot Springs', 'HARHOTSP', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Harrison Lake', 'HARSLAKE', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Harrison Mills', 'HARSMILS', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Harrogate', 'HARROGAT', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Harrop', 'HARROP', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Hartley Bay', 'HARTLYBY', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Hasler Flats', 'HASLERFL', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Hat Creek', 'HATCREEK', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Hatzic', 'HATZIC', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Hazelton', 'HAZELTON', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Hedley', 'HEDLEY', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Heffley Creek', 'HEFFLCKR', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Heffley Lake', 'HEFFLLAK', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Helmet Gas Field', 'HELMTGAS', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Highlands', 'HIGHLAND', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Highlands Valley', 'HIGHLAVL', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Hills', 'HILLS', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Hixon', 'HIXON', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Holberg', 'HOLBERG', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Homes River', 'HOMESRVR', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Honeymoon Bay', 'HNMNBAY', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Hope', 'HOPE', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Hornby Island', 'HORNBYIS', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Horne Lake', 'HORNELAK', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Horsefly', 'HORSEFLY', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Horseshoe Bay', 'HORSHOEB', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Hosmer', 'HOSMER', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Hot Springs Cove', 'HOTSPRCV', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Hotham Sound', 'HOTHAMS', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Houston', 'HOUSTON', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Howser', 'HOWSER', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Hudson''s Hope', 'HUDSONSH', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Hyde Creek', 'HYDECREE', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Illecillewaet', 'ILLECILL', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Indian Arm', 'INDIANAR', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Invermere', 'INVERMER', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Ioco', 'IOCO', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Irvines Landing', 'IRVSLAND', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Iskut', 'ISKUT', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Isle Pierre', 'ISLPIERR', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Jackfish Lake', 'JACKFSLK', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Jade City', 'JADECITY', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Jaffray', 'JAFFRAY', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Jesmond', 'JESMOND', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Joe Rich', 'JOERICH', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Johnsons Landing', 'JOHNSNLG', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Jordan River', 'JORDNRVR', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Juskatla', 'JUSKATLA', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Kaleden', 'KALEDEN', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Kamloops', 'KAMLOOPS', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Kanaka Bar', 'KANAKABR', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Kaslo', 'KASLOBC', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Keats Island', 'KEATSISL', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Kelly Creek', 'KELLYCRK', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Kelly Lake', 'KELLYLAK', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Kelowna', 'KELOWNA', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Kelsey Bay', 'KELSEYBY', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Kemano', 'KEMANO', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Kemess Mine', 'KEMESSMN', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Kent', 'KENT', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Keremeos', 'KEREMEOS', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Kersley', 'KERSLEY', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Kildonan', 'KILDONAN', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Kilkerran', 'KILKERRN', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Killiney Beach', 'KILLNYBC', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Kimberley', 'KIMBERLY', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Kinabasket Lake', 'KINABSKT', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Kincolith - Ginglox', 'KINCOLTH', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Kingcome Inlet', 'KNGCOMEI', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Kingfisher', 'KINGFSHR', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Kingsgate', 'KINGSGTE', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Kingsvale', 'KINGSVAL', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Kispiox', 'KISPIOX', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Kitchener', 'KITCHNRR', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Kitimaat Village, I.R.', 'KITIMAAT', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Kitimat', 'KITIMAT', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Kitkatla I.R.', 'KITKATLA', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Kitsault', 'KITSAULT', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Kitseguecla', 'KITSGCLA', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Kitwancool', 'KITWANCL', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Kitwanga', 'KITWANGA', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Kleanza', 'KLEANZA', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Kleena Kleene', 'KLEENAKL', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Klemtu', 'KLEMTU', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Kluskus', 'KLUSKUS', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Knouff Lake', 'KNOUFFLK', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Knutsford', 'KNUTSFOR', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Kootenay Bay', 'KOOTNAYB', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Krestova', 'KRESTOVA', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Kuper Island', 'KUPERISL', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Kuskanook', 'KUSKANOK', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Kyuquot', 'KYUQUOT', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Lac Des Roche', 'LACDSRCH', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Lac Des Roches', 'LACDSRHS', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Lac La Hache', 'LACLACHE', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Lac Le Jeune', 'LACLEJUN', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Ladner', 'LADNERBC', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Ladysmith', 'LADYSMTH', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Lake Country (Winfield was the original name)', 'LAKECNRY', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Lake Cowichan', 'LKECOWCH', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Lake Errock', 'LKEEROCK', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Lake Revelstoke', 'LKEREVS', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Lakelse Lake', 'LAKELSEK', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Lang Bay', 'LANGBAY', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Langdale', 'LANGDALE', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Langford', 'LANGFORD', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Langley', 'LANGLEY', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Lantzville', 'LANTZVIL', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Lardeau', 'LARDEAU', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Lasqueti Island', 'LASQUETI', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Lauretta', 'LAURETTA', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Lavington', 'LAVINGTON', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Lawn Hill', 'LAWNHILL', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Lebahdo', 'LEBAHDO', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Lemoray', 'LEMORAY', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Liard Hot Springs', 'LIARDHSP', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Liard River', 'LIARDRVR', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Likely', 'LIKELY', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Lillooet', 'LILLOOET', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Lillooet Lake (Pemberton Area)', 'LILLOLTK', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Lindell Beach', 'LINDELLB', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Lions Bay', 'LIONSBAY', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Lister', 'LISTER', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Little Fort', 'LITTLEFT', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Logan Lake', 'LOGNLK', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Lone Butte', 'LONEBTTE', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Lone Prairie', 'LONEPRAR', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Longworth', 'LONGWORT', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Loon Lake', 'LOONLAKE', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Loos', 'LOOS', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Loughborough Inlet', 'LOUGHBOR', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Louise Creek', 'LOUISECR', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Lovell Cove', 'LOVELLCO', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Lower Nicola', 'LOWERNIC', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Lower Post', 'LOWERPOS', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Lumby', 'LUMBY', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Lund', 'LUND', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Lytton', 'LYTTONBC', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Mabel Lake', 'MABELLAK', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Machete Lake', 'MACHETEL', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Mackenzie', 'MACKENZI', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Madeira', 'MADEIRA', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Madeira Park', 'MADEIRAP', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Mahood Falls', 'MAHOODFA', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Malakwa', 'MALAKWA', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Manning Park', 'MANNINGP', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Manson Creek', 'MANSONCR', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Maple Bay', 'MAPLEBAY', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Maple Ridge', 'MAPLERID', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Mara', 'MARA', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Mara Lake', 'MARALAKE', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Marguerite', 'MARGUERI', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Marguerite (but not Marguerite IR - Quesnel)', 'MARGNTIR', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Margurite Indian Reserve', 'MARGIR', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Martin Valley', 'MARTINVA', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Marysville', 'MARYSVIL', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Masset', 'MASSET', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Matsqui', 'MATSQUI', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Mayne Island', 'MAYNEISL', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Mayook', 'MAYOOK', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'McBride', 'MCBRIDE', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Mcculloch', 'MCCULLOC', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Mcgregor', 'MCGREGOR', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Mckinley Landing', 'MCKINLEY', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'McLeese Lake', 'MCLEESEL', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Mcleod Lake', 'MCLEODLK', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'McLure', 'MCLURE', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'McMurdo', 'MCMURDO', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Meadow Creek', 'MEADOWCR', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Meadow Lake', 'MEADWLAK', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Meadowbrook', 'MEADOWBK', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Meldrum Creek', 'MELDRUMC', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Merritt', 'MERRITT', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Merville', 'MERVILLE', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Mesachie Lake', 'MESACHLK', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Messezula Lake', 'MESSEZLK', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Metakatla', 'METAKATL', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Metchosin', 'METCHOSI', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Meziadin Junction', 'MEZIADIN', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Mica', 'MICACREK', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Mica Creek', 'MICACREK', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Middlepoint', 'MIDDLEPT', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Midway', 'MIDWAYBC', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Mile 62.5', 'MILE625', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Mill Bay', 'MILLBAYB', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Miller Creek', 'MILLERCK', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Minstrel Island', 'MINSTREL', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Miocene', 'MIOCENE', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Mirror Lake', 'MIRRLAKE', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Mission', 'MISSION', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Miworth', 'MIWORTH', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Moberly Lake', 'MOBERLYL', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Monte Creek', 'MONTECRE', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Monte Lake', 'MONTELAK', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Monticola Lake', 'MONTICLK', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Montney', 'MONTNEYB', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Montrose', 'MONTROSE', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Moricetown', 'MORICETN', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Morrisey', 'MORRISEY', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Mount Currie', 'MOUNTCUR', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Mount Robison', 'MOUNTROB', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Moyie', 'MOYIE', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Muncho Lake', 'MUNCHOLK', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Muskwa Heights', 'MUSKWHTS', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Myrtle Creek', 'MYRTLCRK', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Myrtle Point', 'MYRTLPT', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Naden Harbour', 'NDNHA', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Nahun', 'NAHUN', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Nakusp', 'NAKUSP', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Namu', 'NAMU', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Nanaimo', 'NANAIMO', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Nanoose Bay', 'NANOBAY', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Naramata', 'NARAMA', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Nass Camp', 'NASCA', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Nazko', 'NAZKO', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Needles', 'NEEDL', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Nelson', 'NELSON', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Nelson Island', 'NELISL', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Nelway', 'NELWA', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Nemaiah (IR)', 'NEMAIIR', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Nemia Valley', 'NEMIAVLY', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Ness Lake', 'NESSLAK', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'New Aiyansh', 'NEWAIYA', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'New Denver', 'NEWDEN', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'New Hazelton', 'NEWHAZ', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'New Remo', 'NEWREMO', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'New Westminster', 'NEWWEST', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Newgate', 'NEWGAT', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Newlands', 'NEWLAN', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Nicholson', 'NICHOLN', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Nicola Reserve', 'NICORES', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Nicomen Reserve', 'NICORES2', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Nimpo Lake', 'NIMPOLAK', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Nitinat', 'NITINA', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Nootka Island', 'NOOTISL', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'NoraLee', 'NORALEE', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'North Bend', 'NORBEN', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'North Bonaparte', 'NORBON', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'North Cowichan', 'NORCOWI', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'North Pender Island', 'NPENDER', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'North Pine', 'NORPINE', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'North Saanich', 'NORSAAN', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'North Vancouver', 'NORVAN', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Nukko Lake', 'NUKKOLA', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Oak Bay', 'OAKBAY', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Oasis', 'OASIS', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Ocean Falls', 'OCEAFAL', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Okanagan Centre', 'OKACEN', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Okanagan Falls', 'OKAFALLS', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Okanagan Landing', 'OKALAND', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Okeover Inlet', 'OKEOVER', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Olalla', 'OLALLA', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Old Hazelton', 'OLDHZLTN', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Old Masset', 'OLDMASST', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Old Remo', 'OLDREMO', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Old Townsite', 'OLDTWNST', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Oliver', 'OLIVER', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'One Island Lake', 'ONEISLLK', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Oona River (Porcher Island)', 'OONARVR', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Ootischenia', 'OOTISCH', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Ootsa Lake', 'OOTSALAK', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Opistat', 'OPISTAT', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Osoyoos', 'OSOYOOS', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Osprey Lake', 'OSPREYLK', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Oweekeno', 'OWEEKENO', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Oyama', 'OYAMA', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Oyster Bay', 'OYSTERBY', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Oyster River', 'OYSTERRV', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Palling', 'PALLING', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Panorama', 'PANORAMA', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Parker Cove', 'PARKCOVE', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Parkland', 'PARKLAND', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Parksville', 'PARKSVLE', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Parson', 'PARSON', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Pass Creek', 'PASSCREE', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Passmore', 'PASSMORE', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Patterson', 'PATTERSN', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Pavillion', 'PAVILLON', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Peachland', 'PEACHLND', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Peejay', 'PEEJAY', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Pemberton', 'PEMBERTN', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Pendelton Bay', 'PENDLTNB', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Pender Harbour', 'PENDHARB', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Pender Island', 'PENDERIS', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Penny', 'PENNY', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Penticton', 'PENTICTN', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Phillips Arm', 'PHILLIPS', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Pilot Bay', 'PILOTBAY', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Pilot Mountain', 'PILOTMTN', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Pinatan Lake', 'PINATNLK', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Pinche', 'PINCHE', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Pinchi Reserve', 'PINCHIRS', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Pine Valley', 'PINEVLLY', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Pinecrest', 'PINECRST', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Pineview', 'PINEVIEW', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Pink Mountain', 'PNKMOUNT', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Pit Polder', 'PITPOLDER', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Pitt Meadows', 'PITTMDWS', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Playmor Junction', 'PLAYMJCT', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Pleasant Camp', 'PLSNTCMP', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Popkum', 'POPKUM', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Porcher Island', 'PORCHERI', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Port Alberni', 'PORTALBR', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Port Alice', 'PORTALIC', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Port Clements', 'PORTCLEM', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Port Coquitlam', 'PORTCOQ', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Port Douglas', 'PORTDOUG', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Port Edward', 'PORTEDWRD', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Port Essington', 'PORTESG', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Port Hardy', 'PORTHRDY', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Port McNeill', 'PORTMCNL', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Port Mellon', 'PORTMELN', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Port Moody', 'PORTMDY', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Port Neville', 'PORTNEVL', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Port Renfrew', 'PORTRENF', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Port Simpson', 'PORTSIMP', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Portage Reserve', 'PORTAGER', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Porto Rico', 'PORTRICO', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Pouce Coupe', 'POUCOUP', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Powder King', 'POWDERKG', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Powell River', 'POWELLRV', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Prespatou', 'PRESPATU', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Pressy Lake', 'PRESSYLK', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Prevost Island', 'PREVOSTI', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Prince George', 'PRINGEOR', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Prince Rupert', 'PRINCRUP', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Princeton', 'PRINCETN', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Pritchard', 'PRITCHRD', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Proctor', 'PROCTOR', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Progress', 'PROGRESS', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Prophet River', 'PROPHETR', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Puntzi', 'PUNTZI', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Purden Lake', 'PURDENLK', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Quadra Island', 'QUADRAIS', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Qualicum Bay', 'QLICMBAY', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Qualicum Beach', 'QLICMBCH', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Quatsino', 'QUATSINO', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Quesnel', 'QUESNEL', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Quesnel Forks', 'QUESFORK', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Quilchena', 'QUILCHNA', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Radium Hot Springs', 'RADHOTSP', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Raspberry', 'RASPBRRY', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Rayleigh', 'RAYLEIGH', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Read Island', 'READISLD', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Red Lake', 'REDLAKE', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Red Pass', 'REDPASS', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Redfern Lake (Mile 178)', 'REDFERNL', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Redrock/Stoner', 'RRSTONER', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Redstone (IR)', 'REDSTON', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Reid Lake', 'REIDLAKE', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Renata', 'RENATA', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Revelstoke', 'REVELSTO', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Richmond', 'RICHMOND', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Riondel', 'RIONDEL', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Riske Creek', 'RISKECRK', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Riverdale', 'RIVERDAL', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Roberts Creek', 'ROBERTSC', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Roberts Lake', 'ROBERTSL', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Robson', 'ROBSON', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Rock Bay', 'ROCKBAY', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Rock Creek', 'ROCKCRK', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Roe Lake', 'ROELAKE', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Rolla', 'ROLLA', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Roosville', 'ROOSVLL', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Rose Lake', 'ROSELAK', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Rose Prairie', 'ROSEPRR', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Rosebery', 'ROSEBRY', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Rosedale', 'ROSEDALE', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Rosen Lake', 'ROSENLK', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Rossland', 'ROSSLND', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Rosswood', 'ROSSWOD', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Royston', 'ROYSTON', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Ruskin', 'RUSKINN', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Rutland', 'RUTLAND', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Rykerts', 'RYKERTS', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Saanich', 'SAANICH', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Sahtlam', 'SAHTLAM', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Salmo', 'SALMO', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Salmon Arm', 'SALMARM', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Salmon Valley', 'SALMNVY', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Salt Spring Island', 'SALTSPR', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Saltery Bay', 'SALTERYB', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Sanca', 'SANCA', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Sandon', 'SANDON', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Sandspit', 'SANDSPIT', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Sandy Hook', 'SNDYHK', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Sardis', 'SARDIS', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Saturna Island', 'SATRNAI', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Savary Island', 'SAVARYIS', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Savona', 'SAVONA', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Sayward', 'SAYWARD', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Scotch Creek', 'SCTCHCRK', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Sechelt', 'SECHELT', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Secret Cove', 'SCRTOCV', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Selma Park', 'SELMAPRK', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Seton Portage', 'SETONPOR', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Sewell Inlet', 'SEWELLIN', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Seymour Arm', 'SEYMOURA', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Seymour Lakes', 'SEYMOURL', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Shalalth', 'SHALALTH', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Sharpe Lake', 'SHARPELK', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Shawnigan Lake', 'SHWNIGN', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Shearer Dale', 'SHRERDAL', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Shell - Glen', 'SHELLGLN', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Shelter Bay', 'SHELTRBY', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Sheridan Lake', 'SHERIDN', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Shoreacres', 'SHOREACR', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Shoreholm', 'SHOREHLM', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Shutty Bench', 'SHUTTYBN', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Sicamous', 'SICAMOUS', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Sidney', 'SIDNEY', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Sikanni (Mile 171)', 'SIKANNI', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Silverdale', 'SLVRDALE', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Silverton', 'SLVRTN', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Sinclair Mills', 'SINCLRM', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Sirdar', 'SIRDAR', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Six Mile Point', 'SIXMILPT', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Skeetchestn', 'SKEETCHE', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Skidegate Landing', 'SKIDGATL', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Skidegate Reserve', 'SKIDEGTR', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Skookumchuck', 'SKOOKUMC', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Sliammon', 'SLIAMMON', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Slocan', 'SLOCAN', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Slocan Park', 'SLOCNPRK', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Smith River', 'SMITHRVR', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Smithers', 'SMITHERS', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Soda Cr. (IR)', 'SODACRK', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Sointula', 'SOINTULA', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Sonora Island', 'SONORAI', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Sooke', 'SOOKE', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Sorrento', 'SORRENTO', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'South Dawson', 'SDWNSN', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'South Hazelton', 'SHZLTON', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'South Pender Island', 'SPNDRILN', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'South Slocan', 'STHSLCN', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'South Slocan (northern part of town)', 'STHSLCNN', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'South Taylor', 'STHTYLR', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Southbank', 'STHBNK', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Southview', 'STHVW', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Spallumcheen', 'SPALLMCHN', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Sparwood', 'SPRWOOD', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Spences Bridge', 'SPNCESBR', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Spillimacheen', 'SPLLMCHN', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Spring House', 'SPRNHOUS', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Spuzzum', 'SPUZZUM', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Squamish', 'SQUMISH', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Stave Falls', 'STAVFLS', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Stealhead', 'STALHEAD', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Steamboat', 'STMBOAT', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Steelhead', 'STELHEAD', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Stewart', 'STWART', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Stillwater', 'STLLWTR', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Stone (IR)', 'STONEIR', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Strathnaver', 'STRTHNVR', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Streatham', 'STRTHAM', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Stuart Island', 'STUARTIL', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Stuie', 'STUIE', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Stump Lake', 'STUMPLAK', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Sugar Cane (IR)', 'SUGARCIR', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Summerland', 'SMRLAND', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Summit Lake', 'SMITLK', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Summit Lake (Provincial Park)', 'SMITLKPP', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Sun Peaks', 'SNPEAKS', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Sunset Prairie', 'SNSTPRAR', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Surrey', 'SURRY', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Swan Lake (Provincial Park)', 'SWNLKPP', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Swan Lake/Kispiox River (Provincial Park)', 'SWNLKKRP', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Sweetwater', 'SWTWATR', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Tabor', 'TABOR', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Tachie Reserve', 'TACHIRSV', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Taft', 'TAFT', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Taghum', 'TAGHUM', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Tahsis', 'TAHSIS', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Takla Landing', 'TKLALNDG', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Takysie Lake', 'TKYSLAKE', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Tappen', 'TAPPEN', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Tarrys', 'TARRYS', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'TaTa Creek', 'TATACRK', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Tatla Lake', 'TATLALAK', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Tatlayoko Lake', 'TATLYOKO', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Taweel Lake', 'TAWELK', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Taylor', 'TAYLOR', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Tchesinkut Lake', 'TCHSNKUT', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Telegraph Cove', 'TGRPHCOV', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Telegraph Creek', 'TGRPHCRK', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Telkwa', 'TELKWA', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Terrace', 'TERRACE', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Tete Jaune', 'TTJUNE', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Texada Island', 'TEXADAIS', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Theodosia Inlet', 'THDSAINL', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Thetis Island', 'THETISIS', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Thompson Sound', 'THMPSNSD', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Three Valley Gap/Lake', 'THRVALGP', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Thrums', 'THRUMS', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Tie Lake', 'TIELAKE', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Tintagel', 'TINTAGEL', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Tlell', 'TLELL', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Toad River', 'TOADRVR', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Toba Inlet', 'TOBAINLT', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Tofino', 'TOFINO', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Tomslake', 'TOMSLAKE', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Topley', 'TOPLEY', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Topley Landing', 'TOPLND', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Tortoise Lake', 'TRTSLAKE', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Tower Lake', 'TWRLAKE', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Trail', 'TRAIL', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Tranquille Valley', 'TRNQL', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Trout Lake', 'TROUTLK', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Trutch', 'TRUTCH', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Tsawwassen', 'TSAWWASN', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Tsay Keh (commonly known as Ingenika)', 'INGENKA', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Tulameen', 'TULAMEEN', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Tumbler Ridge', 'TUMBLER', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Tupper', 'TUPPER', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Tuwanek', 'TUWANEK', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Twin Butte', 'TWINBUTE', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Two Rivers', 'TWORIVR', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Tyaughton(Tyax)Lake', 'TYAXLK', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Tye', 'TYE', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Ucluelet', 'UCLUELET', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Union Bay', 'UNIONBAY', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Univ Endow''t Lands', 'UNIVENDW', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Upper Arrow Lake', 'UPRARRWL', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Upper Cutbank', 'UPRCUTBK', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Upper Fraser', 'UPRFRASR', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Usk', 'USK', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Valdes Island', 'VALDESIS', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Valemount', 'VALEMONT', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Valleyview', 'VLYVIEW', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Vallican', 'VALLICAN', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Vananda', 'VANANDA', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Vancouver', 'VANCOUVR', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Vanderhoof', 'VANDERHF', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Vavenby', 'VAVENBY', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Venables Valley', 'VENABLES', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Vernon', 'VERNON', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Victor Lake', 'VICTORLK', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Victoria', 'VICTORIA', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'View Royal', 'VIEWROYL', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Walhachin', 'WALHACHN', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Waneta', 'WANETA', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Wardner', 'WARDNER', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Warfield', 'WARFIELD', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Wasa', 'WASA', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Websters Corner', 'WEBSTRCR', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Wells', 'WELLS', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'West Cracroft Island', 'WCRACRFT', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'West Creston', 'WESTCRST', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'West Kelowna', 'WSTKELOW', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'West Lake', 'WESTLK', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'West Thurlow Island', 'WSTTHRLW', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'West Vancouver', 'WSTVANCO', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Westbank', 'WESTBANK', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Westbridge', 'WSTBRDGE', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Westbridge (Highway 33 junction only)', 'WSTBR33', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Westside', 'WESTSIDE', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Westview', 'WESTVIEW', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Westwold', 'WESTWOLD', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Whatshan Lake', 'WHTSHANL', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Whiskey Creek', 'WHISKYC', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Whistler', 'WHISTLER', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'White Lake', 'WHITELK', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'White River', 'WHITERIV', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'White Rock', 'WHITERCK', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Whitecroft', 'WHITCROF', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Whiteswan Lake', 'WHITESWN', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Whonnock', 'WHONNOCK', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Wildwood', 'WILDWOOD', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Williams Lake', 'WILLMSLK', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Willow Flats', 'WILWFLAT', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Willow Point', 'WILWRPOI', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Willow River', 'WILWRIVR', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Willow Valley', 'WILWVALY', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Wilmer', 'WILMER', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Wilson Creek', 'WILSNCRK', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Wilson Lake', 'WILSLAKE', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Wilson''s Landing', 'WLSNLNDG', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Windermere', 'WINDRMER', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Winlaw', 'WINLAW', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Winter Harbour', 'WINTRHRB', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Wistaria', 'WISTARIA', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Wonowon', 'WONOWON', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Woss', 'WOSS', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Wycliffe', 'WYCLIFFE', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Wynndel', 'WYNDEL', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Yahk', 'YAHK', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Yale', 'YALE', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Yarrow', 'YARROW', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Yellowpoint', 'YLWPOINT', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Ymir', 'YMIR', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Youbou', 'YOUBOU', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Young Lake', 'YOUNGLK', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'geoorgutcd', 'Zeballos', 'ZEBALLOS', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + '100 Mile House', + '100MHHS', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + '108 Mile Ranch', + '108MLRNH', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + '140 Mile House', + '140MHHS', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + '150 Mile House', + '150MHHS', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + '16 Mile', + '16MIL', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + '40 Mile Flats', + '40MLFLTZ', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + '70 Mile House', + '70MLHS', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Abbotsford', + 'ABTFRD', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Adams Lake', + 'ADMSLKHS', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Agassiz', + 'AGSSZHS', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Ahousat', + 'AHST', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Ainsworth', + 'ANSWRTH', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Aiyansh', + 'AYNSH', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Albert Canyon', + 'ALBRTCNY', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Albion', + 'ALBION', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Aldergrove', + 'ALDRGRV', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Alert Bay', + 'ALRTBAY', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Alexandria', + 'ALXNDRIA', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Alexis Creek', + 'ALXSCRK', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Aleza Lake', + 'ALZLK', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Alice Arm', + 'ALCRM', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Alkali Lake', + 'ALKLLK', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Alkali Lake (IR)', + 'ALKLLKIR', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Alkali Reserve', + 'ALKLLKRV', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Alliford Bay', + 'ALLFRDBY', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Altona', + 'ALTONA', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Alvin', + 'ALVIN', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Anaham (IR)', + 'ANAHAMIR', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Anahim Indian Reserve', + 'ANAHIMIR', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Anahim Lake', + 'ANHMLK', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Anchoragein', + 'ANCRGIN', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Anglemont', + 'ANGLMNT', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Anmore', + 'ANMR', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Appledale', + 'APPDLE', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Applegrove', + 'APPGRV', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Argenta', + 'ARGENT', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Armstrong', + 'ARMSTRNG', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Arras', + 'ARRAS', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Arrow Park', + 'ARRWPK', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Arrowhead', + 'ARRWHD', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Ashcroft', + 'ASHCROF', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Ashton Creek', + 'ASHTNCRK', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Aspen Grove', + 'ASPNGRV', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Athalmer', + 'ATHALMR', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Atlin', + 'ATLN', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Attachie', + 'ATTACHI', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Avola', + 'AVOLA', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Baldonell', + 'BALDNLL', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Balfour', + 'BALFOUR', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Bamfield', + 'BAMFELD', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Bankier', + 'BNKIER', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Barkerville', + 'BARKRVLL', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Barriere', + 'BARRIR', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Baynes Lake', + 'BAYNSLK', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Bear Flats', + 'BRFLTS', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Bear Lake', + 'BRLK', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Bear Mountain', + 'BRMTN', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Beaton', + 'BEATON', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Beattie', + 'BEATIE', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Beaver Cove', + 'BVRCV', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Beaver Creek', + 'BVRCRK', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Beaver Valley', + 'BVRVLY', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Beaverdam Lake', + 'BVDMLK', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Beaverdell', + 'BVRRDL', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Beaverly', + 'BVRLLY', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Bednesti Lake', + 'BDNSTLK', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Belcarra', + 'BELCARR', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Bell II North', + 'BLLIINR', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Bell II South', + 'BLLIISH', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Bella Bella', + 'BLLABELA', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Bella Coola', + 'BLLACOOL', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Berkin', + 'BERKIN', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Beryl Prairie', + 'BRYLPRR', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Bessborough', + 'BSSBRRGH', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Big Bar', + 'BIGBAR', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Big Bar Lake', + 'BIGBRLK', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Big Creek', + 'BIGCRK', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Big Lake', + 'BIGLK', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Big White', + 'BIGWHIT', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Birch Island', + 'BRISLD', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Birken', + 'BRKN', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Birkenhead Estates', + 'BRKHES', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Birkenhead Estates - (Whistler)', + 'BRKHES-W', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Black Creek', + 'BLKCRK', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Black Mountain', + 'BLKMTN', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Black Pines', + 'BLKPNS', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Black Point', + 'BLKPT', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Black Pool', + 'BLKPL', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Black Tusk Village', + 'BLKTSK', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Blackwater', + 'BLKWT', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Blaeberry', + 'BLBRY', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Blewett', + 'BLEWT', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Blind Bay', + 'BLDBY', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Bliss Landing', + 'BLSLDG', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Blubber Bay', + 'BLBBAY', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Blue River', + 'BLURVR', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Blueberry', + 'BLUBRY', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Blueberry Creek', + 'BLUBYCRK', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Bob Quinn', + 'BBQNN', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Bonaparte Lake', + 'BNPRTLK', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Bonnington', + 'BNNNGTN', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Boston Bar', + 'BSTNBR', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Boswell', + 'BSWLL', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Bouchie Lake', + 'BCHLK', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Bowen Island', + 'BWNISL', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Bowron Lake', + 'BWROLK', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Bowser', + 'BWSR', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Brackendale', + 'BRCKNDL', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Bralorne', + 'BRLRN', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Brennan Creek', + 'BRNANCRK', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Briar Ridge', + 'BRIRRDG', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Bridesville', + 'BRDSL', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Bridge Lake', + 'BRDGLK', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Brilliant', + 'BRLNT', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Brisco', + 'BRS', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Brisco - South', + 'BRSS', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Brittania Beach', + 'BRT BCH', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Brookmere', + 'BRKMRE', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Buckhorn', + 'BCKHRN', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Buckinghorse', + 'BCKNGHRS', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Buckley Bay', + 'BCKLYBY', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Buffalo Creek', + 'BFFLCRK', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Buick Creek', + 'BKCRK', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Bull River', + 'BLLRVR', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Burnaby', + 'BURNBY', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Burns Lake', + 'BURNLK', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Burton', + 'BRTN', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Bute Inlet', + 'BTEINLT', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Butedale/Princess Royal Island', + 'BTDLPRIN', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Cache Creek', + 'CCHCRK', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Caesar''s Landing', + 'CSSRSLDG', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Cambie', + 'CMB', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Camborne', + 'CMRNE', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Campbell River', + 'CMBLRV', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Canal Flats', + 'CNLFLTS', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Canim Lake', + 'CNMLK', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Canoe Creek (100 Mile)', + 'CNCR100M', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Canoe Creek (Salmon Arm)', + 'CNCRKSA', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Canyon', + 'CYN', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Canyon City - Gitwinksihlkw', + 'GTWKSLKTRC', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Carcross (Yukon)', + 'CRCRSSYK', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Carmi', + 'CRMI', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Casino', + 'CNO', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Cassiar', + 'CSSR', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Cassidy', + 'CSSDY', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Castle River', + 'CTSRVR', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Castlegar', + 'CSTLGR', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Cawston', + 'CWSTN', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Caycuse', + 'CYCS', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Cecil Lake', + 'CSLLK', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Cedar', + 'CDR', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Cedarvale', + 'CDRVL', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Celista', + 'CLSTA', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Central Saanich', + 'CNTLSNSH', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Centreville', + 'CNTRVL', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Chain Lake', + 'CHNLK', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Charlie Lake', + 'CHRLLK', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Charlotte City', + 'CHRLTCTY', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Chase', + 'CHSE', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Chehalias First Nation', + 'CHHLFSTN', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Chemainus', + 'CHMNUS', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Cherry Creek', + 'CHRYCRK', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Cherryville', + 'CHRYVLLE', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Chetwynd', + 'CHETWND', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Chief Lake', + 'CHFLAKE', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Chilako/Mud River', + 'CHLKOMUD', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Chilanko Forks', + 'CHLNKFRK', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Chilko Lake', + 'CHLKLK', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Chilliwack', + 'CHILLIWK', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Christian Valley', + 'CHRSTVAL', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Christina Lake', + 'CHRSTNAL', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Chuchua', + 'CHCHUA', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Cinema', + 'CINEMA', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Clairmont', + 'CLAIRMNT', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Clanwilliam', + 'CLNWLM', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Clayhurst', + 'CLAYHRST', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Clearbrook', + 'CLRBRK', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Clearwater', + 'CLRWTR', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Clemretta', + 'CLEMRTA', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Clinton', + 'CLINTON', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Cloverdale', + 'CLOVRDLE', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Clucluz Lake - Brookside Resort West', + 'CLCZLKBW', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Cluculz Lake', + 'CLUCLZLK', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Coal Harbour', + 'COALHARB', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Coal River', + 'COALRIVR', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Coalmont', + 'COALMONT', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Cobble Hill', + 'COBBLHIL', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Coldstream', + 'CLDSTRM', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Colleymount', + 'CLLYMNT', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Columbia Valley', + 'CLMBVLLY', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Columere', + 'CLUMERE', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Colwood', + 'CLWOOD', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Comox', + 'COMOX', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Contact Creek', + 'CONTCTCK', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Cook Bay', + 'COOKBAY', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Coombs', + 'COOMBS', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Cooper Creek', + 'COOPRCRK', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Coquitlam', + 'COQUITLM', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Cortes Island', + 'CRTSISLD', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Cottonwood', + 'COTNWOD', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Coursier Lake', + 'CRSRLAKE', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Courtenay', + 'COURTNY', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Cowichan Bay', + 'CWCHNBY', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Cowichan Valley', + 'CWCHNVLY', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Coyote Creek', + 'COYOTECR', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Craig Park', + 'CRAIGPRK', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Craigellachie', + 'CRGLLACH', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Cranberry', + 'CRANBRRY', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Cranbrook', + 'CRANBRK', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Crawford Bay', + 'CRWFRDBY', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Crescent Spur', + 'CRSNTSPR', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Crescent Valley', + 'CRSNTVLY', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Creston', + 'CRESTON', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Crofton', + 'CROFTON', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Croyden', + 'CROYDEN', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Crystal Lake', + 'CRYSTLLK', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Crystal Mountain', + 'CRYSTLMN', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Cultus Lake', + 'CULTSLKE', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Cumberland', + 'CMBRLAND', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Daajing Giids (Queen Charlotte City)', + 'QUEENCHA', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Danskin', + 'DANSKIN', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'D''Arcy', + 'DARCY', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Darfield', + 'DARFIELD', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Davis Bay', + 'DAVISBAY', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Dawson Creek', + 'DAWSONCR', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Dawsons Landing', + 'DAWSONSL', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Dease Lake', + 'DEASELAK', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Decker Lake', + 'DECKERLK', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Deep Bay', + 'DEEPBAY', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Deep Creek (Near Salmon Arm)', + 'DEEPCRK', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Deep Creek (Near Williams Lake)', + 'DEEPCRK', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Deer Park', + 'DEERPRK', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Deka Lake', + 'DEKALAKE', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Del Rio', + 'DELIO', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Delta', + 'DELTA', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Denman Island', + 'DENMANIS', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Deroche', + 'DEROCHE', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Desolation Sound', + 'DESOLATN', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Devine', + 'DEVINE', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Dewdney', + 'DEWDNEY', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Dinan Bay', + 'DINANBAY', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Doe River', + 'DOERIVER', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Dog Cr. (IR)', + 'DOGCRIR', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Doig', + 'DOIG', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Dome Creek/Cresent Spur', + 'DOMECRK', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Donald', + 'DONALD', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Douglas Lake', + 'DGLSLAKE', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Downie Creek', + 'DOWNIECR', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Duncan', + 'DUNCAN', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Dunkley', + 'DUNKLEY', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Dunster', + 'DUNSTER', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Durieu', + 'DURIEU', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Eagle Bay', + 'EAGLEBAY', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Eagle Creek', + 'EAGLECRK', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Earls Cove', + 'EARLSCOV', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'East Cracroft Island', + 'ECRACRFT', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'East Francois Lake', + 'EFRANCLK', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'East Gate', + 'EASTGATE', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'East Pine', + 'EASTGTE', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'East Pine (portion West of Pine River)', + 'EASTPINE', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'East slope Pine Pass (almost to Azouetta Lake)', + 'ESPINEPW', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'East Sooke', + 'ESLOPPPP', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'East Thurlow Island', + 'EASTSKE', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Eastgate', + 'ETHURLOW', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Edgewater', + 'EDGEWATER', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Edgewood', + 'EDGEWOOD', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Egmont', + 'EGMONT', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Elk Bay', + 'ELKBAY', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Elkford', + 'ELKFORD', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Elko', + 'ELKO', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Elsworth Camp', + 'ELSWTHCP', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Emmonds Island', + 'EMMDSISL', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Empire Valley', + 'EMPRVALY', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Endako', + 'ENDAKO', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Enderby', + 'ENDERBY', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Erickson', + 'ERICKSON', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Erie', + 'ERIE', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Errington', + 'ERRINGTN', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Esquimalt', + 'ESQUIMAL', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Fairmont', + 'FAIRMONT', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Fairview', + 'FAIRVIEW', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Falkland', + 'FALKLAND', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Fanny Bay', + 'FANNYBAY', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Farmington', + 'FARMINGT', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Farrell Creek', + 'FARRELLC', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Faulder', + 'FAULDER', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Fauquier', + 'FAUQUIER', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Fellers Heights', + 'FELLERHT', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Ferguson', + 'FERGUSON', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Ferndale', + 'FERNDALE', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Fernie', + 'FERNIE', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Finmore', + 'FINMORE', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Fintry', + 'FINTRY', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Fireside', + 'FIRESIDE', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Firvale', + 'FIRVALE', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Flat Rock', + 'FLATROCK', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Forest Grove', + 'FORSTGRV', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Forestdale', + 'FORESTDL', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Fort Babine', + 'FTBABINE', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Fort Fraser', + 'FORTFRSR', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Fort Langley', + 'FTLANGLE', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Fort Nelson', + 'FTNELSON', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Fort St. James', + 'FTSTJAME', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Fort St. John', + 'FTSTJOHN', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Fort Steele', + 'FTSTEELE', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Fort Ware', + 'FTWARE', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Fortress Lake', + 'FTRESSLK', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Fosthall & South', + 'FOSTHS', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Francis Peninsula', + 'FRANPENI', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Francois Lake', + 'FRNCSLK1', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Fraser', + 'FRASER', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Fraser Lake', + 'FRASERLK', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Fredrick Arm', + 'FREDRMCA', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Friendly Lake', + 'FRIENDLK', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Frosthall And South', + 'FOSTHS', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Fruitvale', + 'FRUITVAL', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Gabriola Island', + 'GABRIOLAI', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Galena Bay', + 'GALENABAY', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Galiano Island', + 'GALIANOI', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Galloway', + 'GALLOWAY', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Gambier Island', + 'GAMBIERI', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Gang Ranch', + 'GANGRANCH', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Ganges', + 'GANGES', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Garden Bay', + 'GARDENBY', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Garnet Valley', + 'GARNETVL', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Genelle', + 'GENELLE', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Georgetown Mills', + 'GEORGEMI', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Germanson Landing', + 'GERMANSO', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Gerrard', + 'GERRARD', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Gibsons', + 'GIBSONS', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Gillies Bay', + 'GILLIESB', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Giscome', + 'GISCOME', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Giscome/Willow River', + 'GISCOMEW', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Gitanyow', + 'GITANYOW', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Gitwangak', + 'GITWANGA', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Glade', + 'GLADE', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Gladwin', + 'GLADWIN', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Glenannan', + 'GLENANNA', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Glendale Cove', + 'GLENDACO', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Glenora', + 'GLENORA', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Glenrosa', + 'GLENROSA', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Glenvowell', + 'GLENVOWL', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Gold Creek', + 'GOLDCREK', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Gold River', + 'GOLDRIVR', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Goldbridge', + 'GOLDBRID', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Golden', + 'GOLDEN', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Good Hope', + 'GOODHOPE', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Good Hope Lake', + 'GOODHOPL', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Goodlow', + 'GOODLOW', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Grand Forks', + 'GRANDFOR', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Granisle', + 'GRANISLE', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Granthams Landing', + 'GRANTHMS', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Grasmere', + 'GRASMERE', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Grassy Plains', + 'GRASPLNS', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Gray Creek', + 'GRAYCREE', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Grease Harbour/Nass Camp', + 'GRSEHRBR', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Greely', + 'GREELY', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Green Lake - Lillooet', + 'GREENLLO', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Green Lake -70 Mile', + 'GREENL70', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Greendale', + 'GREENDAL', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Greenville - Laxgalts''ap', + 'GREENVLE', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Greenwood', + 'GREENWOD', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Griffin Lake', + 'GRIFFNLK', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Grindrod', + 'GRINDROD', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Groundbirch', + 'GROUNDBR', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Gun Lake', + 'GUNLAKE', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Gundy', + 'GUNDY', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Hagensborg', + 'HAGENSBG', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Haida Gwaii', + 'HAIDAGWA', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Haines Junction', + 'HAINESJU', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Halfmoon Bay', + 'HALFMNB', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Halfway River First Nation', + 'HALFWYRF', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Halls', + 'HALLS', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Hammer Lake', + 'HAMMERLK', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Hammond', + 'HAMMOND', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Hanceville', + 'HANCEVLE', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Haney', + 'HANEY', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Hansard/Upper Fraser', + 'HANSARDU', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Hardwicke Island', + 'HARDWCKI', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Harrison Hot Springs', + 'HARHOTSP', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Harrison Lake', + 'HARSLAKE', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Harrison Mills', + 'HARSMILS', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Harrogate', + 'HARROGAT', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Harrop', + 'HARROP', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Hartley Bay', + 'HARTLYBY', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Hasler Flats', + 'HASLERFL', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Hat Creek', + 'HATCREEK', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Hatzic', + 'HATZIC', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Hazelton', + 'HAZELTON', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Hedley', + 'HEDLEY', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Heffley Creek', + 'HEFFLCKR', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Heffley Lake', + 'HEFFLLAK', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Helmet Gas Field', + 'HELMTGAS', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Highlands', + 'HIGHLAND', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Highlands Valley', + 'HIGHLAVL', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Hills', + 'HILLS', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Hixon', + 'HIXON', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Holberg', + 'HOLBERG', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Homes River', + 'HOMESRVR', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Honeymoon Bay', + 'HNMNBAY', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Hope', + 'HOPE', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Hornby Island', + 'HORNBYIS', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Horne Lake', + 'HORNELAK', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Horsefly', + 'HORSEFLY', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Horseshoe Bay', + 'HORSHOEB', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Hosmer', + 'HOSMER', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Hot Springs Cove', + 'HOTSPRCV', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Hotham Sound', + 'HOTHAMS', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Houston', + 'HOUSTON', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Howser', + 'HOWSER', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Hudson''s Hope', + 'HUDSONSH', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Hyde Creek', + 'HYDECREE', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Illecillewaet', + 'ILLECILL', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Indian Arm', + 'INDIANAR', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Invermere', + 'INVERMER', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Ioco', + 'IOCO', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Irvines Landing', + 'IRVSLAND', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Iskut', + 'ISKUT', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Isle Pierre', + 'ISLPIERR', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Jackfish Lake', + 'JACKFSLK', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Jade City', + 'JADECITY', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Jaffray', + 'JAFFRAY', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Jesmond', + 'JESMOND', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Joe Rich', + 'JOERICH', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Johnsons Landing', + 'JOHNSNLG', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Jordan River', + 'JORDNRVR', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Juskatla', + 'JUSKATLA', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Kaleden', + 'KALEDEN', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Kamloops', + 'KAMLOOPS', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Kanaka Bar', + 'KANAKABR', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Kaslo', + 'KASLOBC', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Keats Island', + 'KEATSISL', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Kelly Creek', + 'KELLYCRK', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Kelly Lake', + 'KELLYLAK', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Kelowna', + 'KELOWNA', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Kelsey Bay', + 'KELSEYBY', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Kemano', + 'KEMANO', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Kemess Mine', + 'KEMESSMN', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Kent', + 'KENT', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Keremeos', + 'KEREMEOS', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Kersley', + 'KERSLEY', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Kildonan', + 'KILDONAN', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Kilkerran', + 'KILKERRN', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Killiney Beach', + 'KILLNYBC', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Kimberley', + 'KIMBERLY', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Kinabasket Lake', + 'KINABSKT', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Kincolith - Ginglox', + 'KINCOLTH', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Kingcome Inlet', + 'KNGCOMEI', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Kingfisher', + 'KINGFSHR', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Kingsgate', + 'KINGSGTE', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Kingsvale', + 'KINGSVAL', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Kispiox', + 'KISPIOX', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Kitchener', + 'KITCHNRR', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Kitimaat Village, I.R.', + 'KITIMAAT', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Kitimat', + 'KITIMAT', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Kitkatla I.R.', + 'KITKATLA', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Kitsault', + 'KITSAULT', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Kitseguecla', + 'KITSGCLA', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Kitwancool', + 'KITWANCL', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Kitwanga', + 'KITWANGA', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Kleanza', + 'KLEANZA', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Kleena Kleene', + 'KLEENAKL', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Klemtu', + 'KLEMTU', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Kluskus', + 'KLUSKUS', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Knouff Lake', + 'KNOUFFLK', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Knutsford', + 'KNUTSFOR', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Kootenay Bay', + 'KOOTNAYB', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Krestova', + 'KRESTOVA', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Kuper Island', + 'KUPERISL', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Kuskanook', + 'KUSKANOK', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Kyuquot', + 'KYUQUOT', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Lac Des Roche', + 'LACDSRCH', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Lac Des Roches', + 'LACDSRHS', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Lac La Hache', + 'LACLACHE', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Lac Le Jeune', + 'LACLEJUN', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Ladner', + 'LADNERBC', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Ladysmith', + 'LADYSMTH', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Lake Country (Winfield was the original name)', + 'LAKECNRY', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Lake Cowichan', + 'LKECOWCH', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Lake Errock', + 'LKEEROCK', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Lake Revelstoke', + 'LKEREVS', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Lakelse Lake', + 'LAKELSEK', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Lang Bay', + 'LANGBAY', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Langdale', + 'LANGDALE', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Langford', + 'LANGFORD', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Langley', + 'LANGLEY', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Lantzville', + 'LANTZVIL', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Lardeau', + 'LARDEAU', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Lasqueti Island', + 'LASQUETI', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Lauretta', + 'LAURETTA', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Lavington', + 'LAVINGTON', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Lawn Hill', + 'LAWNHILL', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Lebahdo', + 'LEBAHDO', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Lemoray', + 'LEMORAY', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Liard Hot Springs', + 'LIARDHSP', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Liard River', + 'LIARDRVR', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Likely', + 'LIKELY', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Lillooet', + 'LILLOOET', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Lillooet Lake (Pemberton Area)', + 'LILLOLTK', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Lindell Beach', + 'LINDELLB', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Lions Bay', + 'LIONSBAY', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Lister', + 'LISTER', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Little Fort', + 'LITTLEFT', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Logan Lake', + 'LOGNLK', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Lone Butte', + 'LONEBTTE', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Lone Prairie', + 'LONEPRAR', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Longworth', + 'LONGWORT', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Loon Lake', + 'LOONLAKE', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Loos', + 'LOOS', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Loughborough Inlet', + 'LOUGHBOR', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Louise Creek', + 'LOUISECR', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Lovell Cove', + 'LOVELLCO', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Lower Nicola', + 'LOWERNIC', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Lower Post', + 'LOWERPOS', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Lumby', + 'LUMBY', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Lund', + 'LUND', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Lytton', + 'LYTTONBC', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Mabel Lake', + 'MABELLAK', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Machete Lake', + 'MACHETEL', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Mackenzie', + 'MACKENZI', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Madeira', + 'MADEIRA', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Madeira Park', + 'MADEIRAP', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Mahood Falls', + 'MAHOODFA', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Malakwa', + 'MALAKWA', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Manning Park', + 'MANNINGP', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Manson Creek', + 'MANSONCR', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Maple Bay', + 'MAPLEBAY', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Maple Ridge', + 'MAPLERID', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Mara', + 'MARA', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Mara Lake', + 'MARALAKE', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Marguerite', + 'MARGUERI', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Marguerite (but not Marguerite IR - Quesnel)', + 'MARGNTIR', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Margurite Indian Reserve', + 'MARGIR', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Martin Valley', + 'MARTINVA', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Marysville', + 'MARYSVIL', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Masset', + 'MASSET', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Matsqui', + 'MATSQUI', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Mayne Island', + 'MAYNEISL', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Mayook', + 'MAYOOK', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'McBride', + 'MCBRIDE', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Mcculloch', + 'MCCULLOC', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Mcgregor', + 'MCGREGOR', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Mckinley Landing', + 'MCKINLEY', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'McLeese Lake', + 'MCLEESEL', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Mcleod Lake', + 'MCLEODLK', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'McLure', + 'MCLURE', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'McMurdo', + 'MCMURDO', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Meadow Creek', + 'MEADOWCR', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Meadow Lake', + 'MEADWLAK', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Meadowbrook', + 'MEADOWBK', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Meldrum Creek', + 'MELDRUMC', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Merritt', + 'MERRITT', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Merville', + 'MERVILLE', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Mesachie Lake', + 'MESACHLK', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Messezula Lake', + 'MESSEZLK', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Metakatla', + 'METAKATL', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Metchosin', + 'METCHOSI', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Meziadin Junction', + 'MEZIADIN', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Mica', + 'MICACREK', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Mica Creek', + 'MICACREK', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Middlepoint', + 'MIDDLEPT', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Midway', + 'MIDWAYBC', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Mile 62.5', + 'MILE625', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Mill Bay', + 'MILLBAYB', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Miller Creek', + 'MILLERCK', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Minstrel Island', + 'MINSTREL', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Miocene', + 'MIOCENE', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Mirror Lake', + 'MIRRLAKE', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Mission', + 'MISSION', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Miworth', + 'MIWORTH', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Moberly Lake', + 'MOBERLYL', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Monte Creek', + 'MONTECRE', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Monte Lake', + 'MONTELAK', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Monticola Lake', + 'MONTICLK', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Montney', + 'MONTNEYB', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Montrose', + 'MONTROSE', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Moricetown', + 'MORICETN', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Morrisey', + 'MORRISEY', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Mount Currie', + 'MOUNTCUR', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Mount Robison', + 'MOUNTROB', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Moyie', + 'MOYIE', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Muncho Lake', + 'MUNCHOLK', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Muskwa Heights', + 'MUSKWHTS', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Myrtle Creek', + 'MYRTLCRK', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Myrtle Point', + 'MYRTLPT', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Naden Harbour', + 'NDNHA', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Nahun', + 'NAHUN', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Nakusp', + 'NAKUSP', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Namu', + 'NAMU', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Nanaimo', + 'NANAIMO', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Nanoose Bay', + 'NANOBAY', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Naramata', + 'NARAMA', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Nass Camp', + 'NASCA', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Nazko', + 'NAZKO', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Needles', + 'NEEDL', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Nelson', + 'NELSON', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Nelson Island', + 'NELISL', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Nelway', + 'NELWA', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Nemaiah (IR)', + 'NEMAIIR', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Nemia Valley', + 'NEMIAVLY', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Ness Lake', + 'NESSLAK', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'New Aiyansh', + 'NEWAIYA', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'New Denver', + 'NEWDEN', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'New Hazelton', + 'NEWHAZ', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'New Remo', + 'NEWREMO', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'New Westminster', + 'NEWWEST', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Newgate', + 'NEWGAT', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Newlands', + 'NEWLAN', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Nicholson', + 'NICHOLN', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Nicola Reserve', + 'NICORES', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Nicomen Reserve', + 'NICORES2', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Nimpo Lake', + 'NIMPOLAK', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Nitinat', + 'NITINA', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Nootka Island', + 'NOOTISL', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'NoraLee', + 'NORALEE', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'North Bend', + 'NORBEN', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'North Bonaparte', + 'NORBON', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'North Cowichan', + 'NORCOWI', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'North Pender Island', + 'NPENDER', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'North Pine', + 'NORPINE', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'North Saanich', + 'NORSAAN', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'North Vancouver', + 'NORVAN', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Nukko Lake', + 'NUKKOLA', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Oak Bay', + 'OAKBAY', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Oasis', + 'OASIS', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Ocean Falls', + 'OCEAFAL', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Okanagan Centre', + 'OKACEN', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Okanagan Falls', + 'OKAFALLS', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Okanagan Landing', + 'OKALAND', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Okeover Inlet', + 'OKEOVER', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Olalla', + 'OLALLA', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Old Hazelton', + 'OLDHZLTN', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Old Masset', + 'OLDMASST', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Old Remo', + 'OLDREMO', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Old Townsite', + 'OLDTWNST', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Oliver', + 'OLIVER', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'One Island Lake', + 'ONEISLLK', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Oona River (Porcher Island)', + 'OONARVR', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Ootischenia', + 'OOTISCH', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Ootsa Lake', + 'OOTSALAK', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Opistat', + 'OPISTAT', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Osoyoos', + 'OSOYOOS', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Osprey Lake', + 'OSPREYLK', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Oweekeno', + 'OWEEKENO', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Oyama', + 'OYAMA', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Oyster Bay', + 'OYSTERBY', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Oyster River', + 'OYSTERRV', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Palling', + 'PALLING', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Panorama', + 'PANORAMA', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Parker Cove', + 'PARKCOVE', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Parkland', + 'PARKLAND', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Parksville', + 'PARKSVLE', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Parson', + 'PARSON', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Pass Creek', + 'PASSCREE', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Passmore', + 'PASSMORE', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Patterson', + 'PATTERSN', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Pavillion', + 'PAVILLON', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Peachland', + 'PEACHLND', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Peejay', + 'PEEJAY', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Pemberton', + 'PEMBERTN', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Pendelton Bay', + 'PENDLTNB', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Pender Harbour', + 'PENDHARB', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Pender Island', + 'PENDERIS', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Penny', + 'PENNY', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Penticton', + 'PENTICTN', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Phillips Arm', + 'PHILLIPS', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Pilot Bay', + 'PILOTBAY', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Pilot Mountain', + 'PILOTMTN', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Pinatan Lake', + 'PINATNLK', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Pinche', + 'PINCHE', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Pinchi Reserve', + 'PINCHIRS', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Pine Valley', + 'PINEVLLY', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Pinecrest', + 'PINECRST', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Pineview', + 'PINEVIEW', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Pink Mountain', + 'PNKMOUNT', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Pit Polder', + 'PITPOLDER', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Pitt Meadows', + 'PITTMDWS', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Playmor Junction', + 'PLAYMJCT', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Pleasant Camp', + 'PLSNTCMP', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Popkum', + 'POPKUM', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Porcher Island', + 'PORCHERI', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Port Alberni', + 'PORTALBR', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Port Alice', + 'PORTALIC', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Port Clements', + 'PORTCLEM', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Port Coquitlam', + 'PORTCOQ', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Port Douglas', + 'PORTDOUG', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Port Edward', + 'PORTEDWRD', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Port Essington', + 'PORTESG', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Port Hardy', + 'PORTHRDY', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Port McNeill', + 'PORTMCNL', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Port Mellon', + 'PORTMELN', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Port Moody', + 'PORTMDY', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Port Neville', + 'PORTNEVL', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Port Renfrew', + 'PORTRENF', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Port Simpson', + 'PORTSIMP', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Portage Reserve', + 'PORTAGER', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Porto Rico', + 'PORTRICO', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Pouce Coupe', + 'POUCOUP', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Powder King', + 'POWDERKG', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Powell River', + 'POWELLRV', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Prespatou', + 'PRESPATU', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Pressy Lake', + 'PRESSYLK', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Prevost Island', + 'PREVOSTI', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Prince George', + 'PRINGEOR', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Prince Rupert', + 'PRINCRUP', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Princeton', + 'PRINCETN', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Pritchard', + 'PRITCHRD', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Proctor', + 'PROCTOR', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Progress', + 'PROGRESS', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Prophet River', + 'PROPHETR', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Puntzi', + 'PUNTZI', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Purden Lake', + 'PURDENLK', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Quadra Island', + 'QUADRAIS', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Qualicum Bay', + 'QLICMBAY', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Qualicum Beach', + 'QLICMBCH', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Quatsino', + 'QUATSINO', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Quesnel', + 'QUESNEL', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Quesnel Forks', + 'QUESFORK', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Quilchena', + 'QUILCHNA', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Radium Hot Springs', + 'RADHOTSP', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Raspberry', + 'RASPBRRY', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Rayleigh', + 'RAYLEIGH', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Read Island', + 'READISLD', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Red Lake', + 'REDLAKE', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Red Pass', + 'REDPASS', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Redfern Lake (Mile 178)', + 'REDFERNL', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Redrock/Stoner', + 'RRSTONER', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Redstone (IR)', + 'REDSTON', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Reid Lake', + 'REIDLAKE', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Renata', + 'RENATA', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Revelstoke', + 'REVELSTO', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Richmond', + 'RICHMOND', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Riondel', + 'RIONDEL', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Riske Creek', + 'RISKECRK', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Riverdale', + 'RIVERDAL', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Roberts Creek', + 'ROBERTSC', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Roberts Lake', + 'ROBERTSL', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Robson', + 'ROBSON', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Rock Bay', + 'ROCKBAY', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Rock Creek', + 'ROCKCRK', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Roe Lake', + 'ROELAKE', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Rolla', + 'ROLLA', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Roosville', + 'ROOSVLL', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Rose Lake', + 'ROSELAK', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Rose Prairie', + 'ROSEPRR', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Rosebery', + 'ROSEBRY', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Rosedale', + 'ROSEDALE', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Rosen Lake', + 'ROSENLK', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Rossland', + 'ROSSLND', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Rosswood', + 'ROSSWOD', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Royston', + 'ROYSTON', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Ruskin', + 'RUSKINN', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Rutland', + 'RUTLAND', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Rykerts', + 'RYKERTS', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Saanich', + 'SAANICH', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Sahtlam', + 'SAHTLAM', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Salmo', + 'SALMO', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Salmon Arm', + 'SALMARM', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Salmon Valley', + 'SALMNVY', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Salt Spring Island', + 'SALTSPR', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Saltery Bay', + 'SALTERYB', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Sanca', + 'SANCA', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Sandon', + 'SANDON', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Sandspit', + 'SANDSPIT', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Sandy Hook', + 'SNDYHK', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Sardis', + 'SARDIS', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Saturna Island', + 'SATRNAI', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Savary Island', + 'SAVARYIS', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Savona', + 'SAVONA', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Sayward', + 'SAYWARD', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Scotch Creek', + 'SCTCHCRK', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Sechelt', + 'SECHELT', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Secret Cove', + 'SCRTOCV', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Selma Park', + 'SELMAPRK', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Seton Portage', + 'SETONPOR', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Sewell Inlet', + 'SEWELLIN', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Seymour Arm', + 'SEYMOURA', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Seymour Lakes', + 'SEYMOURL', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Shalalth', + 'SHALALTH', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Sharpe Lake', + 'SHARPELK', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Shawnigan Lake', + 'SHWNIGN', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Shearer Dale', + 'SHRERDAL', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Shell - Glen', + 'SHELLGLN', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Shelter Bay', + 'SHELTRBY', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Sheridan Lake', + 'SHERIDN', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Shoreacres', + 'SHOREACR', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Shoreholm', + 'SHOREHLM', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Shutty Bench', + 'SHUTTYBN', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Sicamous', + 'SICAMOUS', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Sidney', + 'SIDNEY', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Sikanni (Mile 171)', + 'SIKANNI', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Silverdale', + 'SLVRDALE', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Silverton', + 'SLVRTN', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Sinclair Mills', + 'SINCLRM', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Sirdar', + 'SIRDAR', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Six Mile Point', + 'SIXMILPT', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Skeetchestn', + 'SKEETCHE', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Skidegate Landing', + 'SKIDGATL', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Skidegate Reserve', + 'SKIDEGTR', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Skookumchuck', + 'SKOOKUMC', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Sliammon', + 'SLIAMMON', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Slocan', + 'SLOCAN', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Slocan Park', + 'SLOCNPRK', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Smith River', + 'SMITHRVR', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Smithers', + 'SMITHERS', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Soda Cr. (IR)', + 'SODACRK', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Sointula', + 'SOINTULA', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Sonora Island', + 'SONORAI', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Sooke', + 'SOOKE', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Sorrento', + 'SORRENTO', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'South Dawson', + 'SDWNSN', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'South Hazelton', + 'SHZLTON', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'South Pender Island', + 'SPNDRILN', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'South Slocan', + 'STHSLCN', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'South Slocan (northern part of town)', + 'STHSLCNN', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'South Taylor', + 'STHTYLR', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Southbank', + 'STHBNK', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Southview', + 'STHVW', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Spallumcheen', + 'SPALLMCHN', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Sparwood', + 'SPRWOOD', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Spences Bridge', + 'SPNCESBR', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Spillimacheen', + 'SPLLMCHN', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Spring House', + 'SPRNHOUS', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Spuzzum', + 'SPUZZUM', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Squamish', + 'SQUMISH', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Stave Falls', + 'STAVFLS', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Stealhead', + 'STALHEAD', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Steamboat', + 'STMBOAT', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Steelhead', + 'STELHEAD', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Stewart', + 'STWART', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Stillwater', + 'STLLWTR', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Stone (IR)', + 'STONEIR', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Strathnaver', + 'STRTHNVR', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Streatham', + 'STRTHAM', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Stuart Island', + 'STUARTIL', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Stuie', + 'STUIE', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Stump Lake', + 'STUMPLAK', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Sugar Cane (IR)', + 'SUGARCIR', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Summerland', + 'SMRLAND', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Summit Lake', + 'SMITLK', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Summit Lake (Provincial Park)', + 'SMITLKPP', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Sun Peaks', + 'SNPEAKS', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Sunset Prairie', + 'SNSTPRAR', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Surrey', + 'SURRY', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Swan Lake (Provincial Park)', + 'SWNLKPP', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Swan Lake/Kispiox River (Provincial Park)', + 'SWNLKKRP', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Sweetwater', + 'SWTWATR', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Tabor', + 'TABOR', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Tachie Reserve', + 'TACHIRSV', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Taft', + 'TAFT', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Taghum', + 'TAGHUM', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Tahsis', + 'TAHSIS', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Takla Landing', + 'TKLALNDG', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Takysie Lake', + 'TKYSLAKE', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Tappen', + 'TAPPEN', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Tarrys', + 'TARRYS', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'TaTa Creek', + 'TATACRK', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Tatla Lake', + 'TATLALAK', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Tatlayoko Lake', + 'TATLYOKO', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Taweel Lake', + 'TAWELK', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Taylor', + 'TAYLOR', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Tchesinkut Lake', + 'TCHSNKUT', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Telegraph Cove', + 'TGRPHCOV', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Telegraph Creek', + 'TGRPHCRK', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Telkwa', + 'TELKWA', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Terrace', + 'TERRACE', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Tete Jaune', + 'TTJUNE', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Texada Island', + 'TEXADAIS', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Theodosia Inlet', + 'THDSAINL', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Thetis Island', + 'THETISIS', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Thompson Sound', + 'THMPSNSD', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Three Valley Gap/Lake', + 'THRVALGP', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Thrums', + 'THRUMS', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Tie Lake', + 'TIELAKE', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Tintagel', + 'TINTAGEL', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Tlell', + 'TLELL', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Toad River', + 'TOADRVR', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Toba Inlet', + 'TOBAINLT', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Tofino', + 'TOFINO', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Tomslake', + 'TOMSLAKE', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Topley', + 'TOPLEY', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Topley Landing', + 'TOPLND', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Tortoise Lake', + 'TRTSLAKE', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Tower Lake', + 'TWRLAKE', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Trail', + 'TRAIL', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Tranquille Valley', + 'TRNQL', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Trout Lake', + 'TROUTLK', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Trutch', + 'TRUTCH', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Tsawwassen', + 'TSAWWASN', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Tsay Keh (commonly known as Ingenika)', + 'INGENKA', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Tulameen', + 'TULAMEEN', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Tumbler Ridge', + 'TUMBLER', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Tupper', + 'TUPPER', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Tuwanek', + 'TUWANEK', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Twin Butte', + 'TWINBUTE', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Two Rivers', + 'TWORIVR', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Tyaughton(Tyax)Lake', + 'TYAXLK', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Tye', + 'TYE', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Ucluelet', + 'UCLUELET', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Union Bay', + 'UNIONBAY', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Univ Endow''t Lands', + 'UNIVENDW', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Upper Arrow Lake', + 'UPRARRWL', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Upper Cutbank', + 'UPRCUTBK', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Upper Fraser', + 'UPRFRASR', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Usk', + 'USK', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Valdes Island', + 'VALDESIS', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Valemount', + 'VALEMONT', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Valleyview', + 'VLYVIEW', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Vallican', + 'VALLICAN', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Vananda', + 'VANANDA', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Vancouver', + 'VANCOUVR', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Vanderhoof', + 'VANDERHF', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Vavenby', + 'VAVENBY', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Venables Valley', + 'VENABLES', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Vernon', + 'VERNON', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Victor Lake', + 'VICTORLK', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Victoria', + 'VICTORIA', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'View Royal', + 'VIEWROYL', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Walhachin', + 'WALHACHN', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Waneta', + 'WANETA', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Wardner', + 'WARDNER', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Warfield', + 'WARFIELD', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Wasa', + 'WASA', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Websters Corner', + 'WEBSTRCR', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Wells', + 'WELLS', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'West Cracroft Island', + 'WCRACRFT', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'West Creston', + 'WESTCRST', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'West Kelowna', + 'WSTKELOW', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'West Lake', + 'WESTLK', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'West Thurlow Island', + 'WSTTHRLW', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'West Vancouver', + 'WSTVANCO', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Westbank', + 'WESTBANK', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Westbridge', + 'WSTBRDGE', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Westbridge (Highway 33 junction only)', + 'WSTBR33', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Westside', + 'WESTSIDE', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Westview', + 'WESTVIEW', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Westwold', + 'WESTWOLD', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Whatshan Lake', + 'WHTSHANL', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Whiskey Creek', + 'WHISKYC', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Whistler', + 'WHISTLER', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'White Lake', + 'WHITELK', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'White River', + 'WHITERIV', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'White Rock', + 'WHITERCK', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Whitecroft', + 'WHITCROF', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Whiteswan Lake', + 'WHITESWN', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Whonnock', + 'WHONNOCK', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Wildwood', + 'WILDWOOD', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Williams Lake', + 'WILLMSLK', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Willow Flats', + 'WILWFLAT', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Willow Point', + 'WILWRPOI', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Willow River', + 'WILWRIVR', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Willow Valley', + 'WILWVALY', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Wilmer', + 'WILMER', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Wilson Creek', + 'WILSNCRK', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Wilson Lake', + 'WILSLAKE', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Wilson''s Landing', + 'WLSNLNDG', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Windermere', + 'WINDRMER', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Winlaw', + 'WINLAW', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Winter Harbour', + 'WINTRHRB', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Wistaria', + 'WISTARIA', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Wonowon', + 'WONOWON', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Woss', + 'WOSS', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Wycliffe', + 'WYCLIFFE', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Wynndel', + 'WYNDEL', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Yahk', + 'YAHK', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Yale', + 'YALE', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Yarrow', + 'YARROW', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Yellowpoint', + 'YLWPOINT', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Ymir', + 'YMIR', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Youbou', + 'YOUBOU', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Young Lake', + 'YOUNGLK', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'geoorgutcd', + 'Zeballos', + 'ZEBALLOS', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; -- species -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'speciescd', 'Black bear', 'BLKBEAR', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'speciescd', 'Bison', 'BISON', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'speciescd', 'Bobcat', 'BOBCAT', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'speciescd', 'Caribou', 'CARIBOU', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'speciescd', 'Cougar', 'COUGAR', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'speciescd', 'Coyote', 'COYOTE', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'speciescd', 'Deer', 'DEER', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'speciescd', 'Elk', 'ELK', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'speciescd', 'Fox', 'FOX', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'speciescd', 'Grizzly bear', 'GRZBEAR', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'speciescd', 'Hog/pig/boar (feral)', 'FERALHOG', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'speciescd', 'Lynx', 'LYNX', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'speciescd', 'Moose', 'MOOSE', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'speciescd', 'Mountain goats', 'MTNGOAT', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'speciescd', 'Racoon', 'RACCOON', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'speciescd', 'Raptor', 'RAPTOR', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'speciescd', 'Rattlesnake', 'RATTLER', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'speciescd', 'River otter', 'RVROTTER', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'speciescd', 'Skunk', 'SKUNK', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'speciescd', 'Wild sheep', 'WLDSHEEP', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'speciescd', 'Wolf', 'WOLF', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'speciescd', 'Wolverine', 'WOLVERN', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'speciescd', 'Other', 'OTHER', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'speciescd', 'Unknown', 'UNKNOWN', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'speciescd', + 'Black bear', + 'BLKBEAR', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'speciescd', + 'Bison', + 'BISON', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'speciescd', + 'Bobcat', + 'BOBCAT', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'speciescd', + 'Caribou', + 'CARIBOU', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'speciescd', + 'Cougar', + 'COUGAR', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'speciescd', + 'Coyote', + 'COYOTE', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'speciescd', + 'Deer', + 'DEER', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'speciescd', + 'Elk', + 'ELK', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'speciescd', + 'Fox', + 'FOX', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'speciescd', + 'Grizzly bear', + 'GRZBEAR', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'speciescd', + 'Hog/pig/boar (feral)', + 'FERALHOG', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'speciescd', + 'Lynx', + 'LYNX', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'speciescd', + 'Moose', + 'MOOSE', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'speciescd', + 'Mountain goats', + 'MTNGOAT', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'speciescd', + 'Racoon', + 'RACCOON', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'speciescd', + 'Raptor', + 'RAPTOR', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'speciescd', + 'Rattlesnake', + 'RATTLER', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'speciescd', + 'River otter', + 'RVROTTER', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'speciescd', + 'Skunk', + 'SKUNK', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'speciescd', + 'Wild sheep', + 'WLDSHEEP', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'speciescd', + 'Wolf', + 'WOLF', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'speciescd', + 'Wolverine', + 'WOLVERN', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'speciescd', + 'Other', + 'OTHER', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'speciescd', + 'Unknown', + 'UNKNOWN', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; -- complaint nature -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'cmpltntrcd', 'Sightings', 'SGHTNGS', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'cmpltntrcd', 'Food Conditioned', 'FOODCOND', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'cmpltntrcd', 'Injured/distressed - not present', 'INJNP', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'cmpltntrcd', 'Damage to property - not present', 'DAMNP', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'cmpltntrcd', 'Aggressive - not present', 'AGGNOT', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'cmpltntrcd', 'Livestock/pets - killed/injured - not present (no cougar suspected)', 'LIVNCOU', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'cmpltntrcd', 'Dead wildlife - no violation suspected', 'DEADNV', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'cmpltntrcd', 'Orphaned - large carnivores/ungulates only', 'ORPHANLG', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'cmpltntrcd', 'Human injury/death', 'HUMINJ', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'cmpltntrcd', 'Aggressive - present/recent', 'AGGPRES', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'cmpltntrcd', 'Cougar suspected - killed/injured livestock/pets - not present', 'COUGARN', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'cmpltntrcd', 'Livestock/pets - killed/injured - present/recent', 'LIVPRES', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'cmpltntrcd', 'School/park/playground - present/recent', 'SCHPRES', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'cmpltntrcd', 'Confined', 'CONFINED', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'cmpltntrcd', 'Property damage - present', 'PROPPRES', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'cmpltntrcd', 'Wildlife in trap', 'TRAP', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'cmpltntrcd', 'Injured/distressed - present', 'INJPRES', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'cmpltntrcd', 'Dead wildlife - public safety risk', 'DEADPSR', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'cmpltntrcd', 'Sightings of grizzlies/cougars urban/residential areas', 'SGHTNGS', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'cmpltntrcd', 'Wildlife in leg hold/live trap', 'TRPLEG', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'cmpltntrcd', + 'Sightings', + 'SGHTNGS', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'cmpltntrcd', + 'Food Conditioned', + 'FOODCOND', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'cmpltntrcd', + 'Injured/distressed - not present', + 'INJNP', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'cmpltntrcd', + 'Damage to property - not present', + 'DAMNP', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'cmpltntrcd', + 'Aggressive - not present', + 'AGGNOT', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'cmpltntrcd', + 'Livestock/pets - killed/injured - not present (no cougar suspected)', + 'LIVNCOU', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'cmpltntrcd', + 'Dead wildlife - no violation suspected', + 'DEADNV', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'cmpltntrcd', + 'Orphaned - large carnivores/ungulates only', + 'ORPHANLG', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'cmpltntrcd', + 'Human injury/death', + 'HUMINJ', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'cmpltntrcd', + 'Aggressive - present/recent', + 'AGGPRES', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'cmpltntrcd', + 'Cougar suspected - killed/injured livestock/pets - not present', + 'COUGARN', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'cmpltntrcd', + 'Livestock/pets - killed/injured - present/recent', + 'LIVPRES', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'cmpltntrcd', + 'School/park/playground - present/recent', + 'SCHPRES', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'cmpltntrcd', + 'Confined', + 'CONFINED', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'cmpltntrcd', + 'Property damage - present', + 'PROPPRES', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'cmpltntrcd', + 'Wildlife in trap', + 'TRAP', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'cmpltntrcd', + 'Injured/distressed - present', + 'INJPRES', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'cmpltntrcd', + 'Dead wildlife - public safety risk', + 'DEADPSR', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'cmpltntrcd', + 'Sightings of grizzlies/cougars urban/residential areas', + 'SGHTNGS', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'cmpltntrcd', + 'Wildlife in leg hold/live trap', + 'TRPLEG', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; -- attractants -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'atractntcd', 'BBQ', 'BBQ', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'atractntcd', 'Crops', 'CROPS', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'atractntcd', 'Pet Food', 'PETFOOD', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'atractntcd', 'Beehive', 'BEEHIVE', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'atractntcd', 'Freezer', 'FREEZER', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'atractntcd', 'Pets', 'PETS', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'atractntcd', 'Bird Feeder', 'BIRD FDR', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'atractntcd', 'Garbage', 'GARBAGE', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'atractntcd', 'Residential Fruit/Berries', 'RESFRUIT', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'atractntcd', 'Campground food', 'CAMP FD', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'atractntcd', 'Industrial Camp', 'INDCAMP', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'atractntcd', 'Vegetable Garden', 'VEGGARD', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'atractntcd', 'Vineyard/Orchid', 'VNYDORCH', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'atractntcd', 'Livestock', 'LIVESTCK', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'atractntcd', 'Wildlife: hunter kill', 'WLDLFEHK', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'atractntcd', 'Compost', 'COMPOST', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'atractntcd', 'Livestock feed', 'LVSFEED', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'atractntcd', 'Other', 'OTHER', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'atractntcd', + 'BBQ', + 'BBQ', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'atractntcd', + 'Crops', + 'CROPS', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'atractntcd', + 'Pet Food', + 'PETFOOD', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'atractntcd', + 'Beehive', + 'BEEHIVE', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'atractntcd', + 'Freezer', + 'FREEZER', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'atractntcd', + 'Pets', + 'PETS', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'atractntcd', + 'Bird Feeder', + 'BIRD FDR', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'atractntcd', + 'Garbage', + 'GARBAGE', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'atractntcd', + 'Residential Fruit/Berries', + 'RESFRUIT', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'atractntcd', + 'Campground food', + 'CAMP FD', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'atractntcd', + 'Industrial Camp', + 'INDCAMP', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'atractntcd', + 'Vegetable Garden', + 'VEGGARD', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'atractntcd', + 'Vineyard/Orchid', + 'VNYDORCH', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'atractntcd', + 'Livestock', + 'LIVESTCK', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'atractntcd', + 'Wildlife: hunter kill', + 'WLDLFEHK', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'atractntcd', + 'Compost', + 'COMPOST', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'atractntcd', + 'Livestock feed', + 'LVSFEED', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'atractntcd', + 'Other', + 'OTHER', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; -- violation -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'violatncd', 'Wildlife', 'WILDLIFE', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'violatncd', 'Wildlife: Invasive Species', 'WINVSPC', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'violatncd', 'Aquatic: Invasive Species', 'AINVSPC', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'violatncd', 'Fisheries', 'FISHERY', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'violatncd', 'Open Burning', 'OPENBURN', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'violatncd', 'Dumping', 'DUMPING', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'violatncd', 'Off-road vehicles (ORV)', 'ORV', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'violatncd', 'Recreation sites/ trails', 'RECREATN', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'violatncd', 'Boating', 'BOATING', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'violatncd', 'Waste', 'WASTE', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'violatncd', 'Other', 'OTHER', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; -INSERT INTO public.staging_metadata_mapping (staging_metadata_mapping_guid, entity_code, staged_data_value, live_data_value, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp) VALUES (uuid_generate_v4(), 'violatncd', 'Pesticide', 'PESTICDE', 'FLYWAY', CURRENT_TIMESTAMP, 'FLYWAY', CURRENT_TIMESTAMP) on conflict do nothing; \ No newline at end of file +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'violatncd', + 'Wildlife', + 'WILDLIFE', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'violatncd', + 'Wildlife: Invasive Species', + 'WINVSPC', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'violatncd', + 'Aquatic: Invasive Species', + 'AINVSPC', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'violatncd', + 'Fisheries', + 'FISHERY', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'violatncd', + 'Open Burning', + 'OPENBURN', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'violatncd', + 'Dumping', + 'DUMPING', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'violatncd', + 'Off-road vehicles (ORV)', + 'ORV', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'violatncd', + 'Recreation sites/ trails', + 'RECREATN', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'violatncd', + 'Boating', + 'BOATING', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'violatncd', + 'Waste', + 'WASTE', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'violatncd', + 'Other', + 'OTHER', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'violatncd', + 'Pesticide', + 'PESTICDE', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'girtypecd', + 'CO Contact', + 'COCNT', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'girtypecd', + 'CO Disposition', + 'CODSP', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'girtypecd', + 'General Advice', + 'GENAD', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'girtypecd', + 'Media', + 'MEDIA', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; + +INSERT INTO + public.staging_metadata_mapping ( + staging_metadata_mapping_guid, + entity_code, + staged_data_value, + live_data_value, + create_user_id, + create_utc_timestamp, + update_user_id, + update_utc_timestamp + ) +VALUES + ( + uuid_generate_v4 (), + 'girtypecd', + 'Query', + 'QUERY', + 'FLYWAY', + CURRENT_TIMESTAMP, + 'FLYWAY', + CURRENT_TIMESTAMP + ) on conflict do nothing; \ No newline at end of file diff --git a/backend/db/migrations/V0.22.2__CE-771.sql b/migrations/migrations/V0.22.2__CE-771.sql similarity index 100% rename from backend/db/migrations/V0.22.2__CE-771.sql rename to migrations/migrations/V0.22.2__CE-771.sql diff --git a/migrations/test-only-migrations/R__Test-Data-Creation.sql b/migrations/test-only-migrations/R__Test-Data-Creation.sql index ecdfe92cd..ea9755229 100644 --- a/migrations/test-only-migrations/R__Test-Data-Creation.sql +++ b/migrations/test-only-migrations/R__Test-Data-Creation.sql @@ -1422,3 +1422,53 @@ values('CARIBOU', 'Caribou', 'Caribou', 3, true, null, user, now(), user, now()) UPDATE species_code SET display_order = 4 where species_code = 'CARIBOU'; UPDATE species_code SET display_order = 3 where species_code = 'BOBCAT'; +-- CE-771 +INSERT INTO public.complaint +(complaint_identifier, detail_text, caller_name, caller_address, caller_email, caller_phone_1, caller_phone_2, caller_phone_3, location_summary_text, location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp, reported_by_other_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, reported_by_code, owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) +VALUES('23-900001', 'Test information on a CO Contact General Incident Type', 'Kelsey', '135 fake st', NULL, '555-555-5565', NULL, NULL, 'Cariboo Dr', 'tester call description 8', '2024-07-11 21:18:23.336', '2024-07-11 21:18:23.336', 'test2', 'FLYWAY','2024-07-11 21:18:23.336', 'FLYWAY','2024-07-11 21:18:23.336', 'BYLAW', 'COS', 'OPEN', 'VICTORIA', 'SRID=4326;POINT (0 0)'::public.geometry) +ON CONFLICT DO NOTHING; + +INSERT INTO public.gir_complaint +(gir_complaint_guid, gir_type_code, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, complaint_identifier) +VALUES('eafd661b-4c18-4aa6-a39e-a70a5462d4ab'::uuid, 'COCNT', 'FLYWAY', '2024-07-11 21:18:23.336', 'FLYWAY', '2024-07-11 21:18:23.336', '23-900001') +ON CONFLICT DO NOTHING; + +INSERT INTO public.complaint +(complaint_identifier, detail_text, caller_name, caller_address, caller_email, caller_phone_1, caller_phone_2, caller_phone_3, location_summary_text, location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp, reported_by_other_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, reported_by_code, owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) +VALUES('23-900002', 'Test information on a CO Disposition General Incident Type', 'Kelsey', '135 fake st', NULL, '555-555-5565', NULL, NULL, 'Cariboo Dr', 'tester call description 8', '2024-07-11 21:18:23.336', '2024-07-11 21:18:23.336', 'test2', 'FLYWAY','2024-07-11 21:18:23.336', 'FLYWAY','2024-07-11 21:18:23.336', 'BYLAW', 'COS', 'OPEN', 'TUMBLER', 'SRID=4326;POINT (0 0)'::public.geometry) +ON CONFLICT DO NOTHING; + +INSERT INTO public.gir_complaint +(gir_complaint_guid, gir_type_code, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, complaint_identifier) +VALUES('eafd661b-4c18-4aa6-a39e-a70a5462d4ac'::uuid, 'CODSP', 'FLYWAY', '2024-07-11 21:18:23.336', 'FLYWAY', '2024-07-11 21:18:23.336', '23-900002') +ON CONFLICT DO NOTHING; + +INSERT INTO public.complaint +(complaint_identifier, detail_text, caller_name, caller_address, caller_email, caller_phone_1, caller_phone_2, caller_phone_3, location_summary_text, location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp, reported_by_other_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, reported_by_code, owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) +VALUES('23-900003', 'Test information on a General Advice General Incident Type', 'Kelsey', '135 fake st', NULL, '555-555-5565', NULL, NULL, 'Cariboo Dr', 'tester call description 8', '2024-07-11 21:18:23.336', '2024-07-11 21:18:23.336', 'test2', 'FLYWAY','2024-07-11 21:18:23.336', 'FLYWAY','2024-07-11 21:18:23.336', 'BYLAW', 'COS', 'OPEN', 'SUGARCIR', 'SRID=4326;POINT (0 0)'::public.geometry) +ON CONFLICT DO NOTHING; + +INSERT INTO public.gir_complaint +(gir_complaint_guid, gir_type_code, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, complaint_identifier) +VALUES('eafd661b-4c18-4aa6-a39e-a70a5462d4ad'::uuid, 'GENAD', 'FLYWAY', '2024-07-11 21:18:23.336', 'FLYWAY', '2024-07-11 21:18:23.336', '23-900003') +ON CONFLICT DO NOTHING; + +INSERT INTO public.complaint +(complaint_identifier, detail_text, caller_name, caller_address, caller_email, caller_phone_1, caller_phone_2, caller_phone_3, location_summary_text, location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp, reported_by_other_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, reported_by_code, owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) +VALUES('23-900004', 'Test information on a Media General Incident Type', 'Kelsey', '135 fake st', NULL, '555-555-5565', NULL, NULL, 'Cariboo Dr', 'tester call description 8', '2024-07-11 21:18:23.336', '2024-07-11 21:18:23.336', 'test2', 'FLYWAY','2024-07-11 21:18:23.336', 'FLYWAY','2024-07-11 21:18:23.336', 'BYLAW', 'COS', 'OPEN', 'SEYMOURA', 'SRID=4326;POINT (0 0)'::public.geometry) +ON CONFLICT DO NOTHING; + +INSERT INTO public.gir_complaint +(gir_complaint_guid, gir_type_code, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, complaint_identifier) +VALUES('eafd661b-4c18-4aa6-a39e-a70a5462d4ae'::uuid, 'MEDIA', 'FLYWAY', '2024-07-11 21:18:23.336', 'FLYWAY', '2024-07-11 21:18:23.336', '23-900004') +ON CONFLICT DO NOTHING; + +INSERT INTO public.complaint +(complaint_identifier, detail_text, caller_name, caller_address, caller_email, caller_phone_1, caller_phone_2, caller_phone_3, location_summary_text, location_detailed_text, incident_utc_datetime, incident_reported_utc_timestmp, reported_by_other_text, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, reported_by_code, owned_by_agency_code, complaint_status_code, geo_organization_unit_code, location_geometry_point) +VALUES('23-900005', 'Test information on a Query General Incident Type', 'Kelsey', '135 fake st', NULL, '555-555-5565', NULL, NULL, 'Cariboo Dr', 'tester call description 8', '2024-07-11 21:18:23.336', '2024-07-11 21:18:23.336', 'test2', 'FLYWAY','2024-07-11 21:18:23.336', 'FLYWAY','2024-07-11 21:18:23.336', 'BYLAW', 'COS', 'OPEN', 'QUESNEL', 'SRID=4326;POINT (0 0)'::public.geometry) +ON CONFLICT DO NOTHING; + +INSERT INTO public.gir_complaint +(gir_complaint_guid, gir_type_code, create_user_id, create_utc_timestamp, update_user_id, update_utc_timestamp, complaint_identifier) +VALUES('eafd661b-4c18-4aa6-a39e-a70a5462d4af'::uuid, 'QUERY', 'FLYWAY', '2024-07-11 21:18:23.336', 'FLYWAY', '2024-07-11 21:18:23.336', '23-900005') +ON CONFLICT DO NOTHING; \ No newline at end of file diff --git a/backend/db/test-only-migrations/V23.0.0__CE-875.sql b/migrations/test-only-migrations/V23.0.0__CE-875.sql similarity index 100% rename from backend/db/test-only-migrations/V23.0.0__CE-875.sql rename to migrations/test-only-migrations/V23.0.0__CE-875.sql